Commit Graph

  • 9a639fd27b Syntax highlighting Yehuda Katz 2019-05-30 17:53:54 -0700
  • 9bf279508e Merge branch 'master' of https://github.com/wycats/nushell Jonathan Turner 2019-05-31 04:12:47 +1200
  • c523ae0f48 More fixes for external args Yehuda Katz 2019-05-29 22:33:47 -0700
  • 33580db257 Merge branch 'master' of https://github.com/wycats/nushell Jonathan Turner 2019-05-30 17:24:40 +1200
  • 204891e7c2 Fix external args Yehuda Katz 2019-05-29 22:20:44 -0700
  • 7066b6ecca Merge with master Jonathan Turner 2019-05-30 17:09:23 +1200
  • dd35b2460c Add row-split Jonathan Turner 2019-05-30 17:08:42 +1200
  • b7d15c2afd Better errors and more fleshed out semantics Yehuda Katz 2019-05-29 21:19:46 -0700
  • 8f5d959692
    Merge pull request #42 from wycats/lexer Yehuda Katz 2019-05-29 08:27:56 -0700
  • e4013a008c Custom lexer Yehuda Katz 2019-05-29 08:26:45 -0700
  • 89b0bf1926
    Update README.md Jonathan Turner 2019-05-29 16:07:03 +1200
  • 856ca44679
    Merge pull request #41 from jonathandturner/select_cmd Jonathan Turner 2019-05-29 16:03:54 +1200
  • 8e00cd43a8 Add select command which opens cell Jonathan Turner 2019-05-29 16:02:36 +1200
  • 2afa785e0e
    Merge pull request #40 from jonathandturner/master Jonathan Turner 2019-05-28 19:20:24 +1200
  • f44936ea5a Some fixes for the new evaluator Jonathan Turner 2019-05-28 19:19:16 +1200
  • d5255f6dbf
    Evaluator MVP (#39) Yehuda Katz 2019-05-27 23:45:18 -0700
  • dbfb7482e3 Rebased Yehuda Katz 2019-05-27 23:37:47 -0700
  • db4f632bd4 Evaluator, MVP Yehuda Katz 2019-05-27 23:19:00 -0700
  • 55ec870bc8 Evaluator, Take 1 Yehuda Katz 2019-05-27 21:40:41 -0700
  • 1ce4686d68 Variables start with $ Yehuda Katz 2019-05-26 07:56:21 -0700
  • d45750617b
    Merge pull request #38 from jonathandturner/sizeunits Jonathan Turner 2019-05-28 17:10:59 +1200
  • 10702cd27f Add size units to parsing Jonathan Turner 2019-05-28 17:05:14 +1200
  • 13d1192dfb
    Merge pull request #37 from jonathandturner/master Jonathan Turner 2019-05-28 16:00:31 +1200
  • 420b840cd6 Add missing files Jonathan Turner 2019-05-28 16:00:00 +1200
  • 94a6c754ac
    Merge pull request #33 from twe4ked/size Jonathan Turner 2019-05-28 14:10:29 +1200
  • d35a9d17ad
    Merge branch 'master' into size Jonathan Turner 2019-05-28 14:06:35 +1200
  • 543349224a
    Merge pull request #36 from jonathandturner/json_support Jonathan Turner 2019-05-28 14:04:43 +1200
  • b34676441b Add json support Jonathan Turner 2019-05-28 14:01:37 +1200
  • 4296466cd2 Remove total from size command Odin Dutton 2019-05-27 08:38:26 +1000
  • 8464bcbb70
    Merge branch 'master' into size Yehuda Katz 2019-05-26 00:20:01 -0700
  • c25fd826ea
    Merge pull request #34 from wycats/parser Yehuda Katz 2019-05-26 00:18:46 -0700
  • b74daa2e60 A real parser (lalrpop) Yehuda Katz 2019-05-25 23:54:41 -0700
  • a2b63f7e0c Add size command Odin Dutton 2019-05-26 12:04:13 +1000
  • cd92f579c9
    Merge pull request #31 from jonathandturner/buildargs Jonathan Turner 2019-05-25 15:25:39 -0700
  • 29bc4985fc Build our own args before shelling Jonathan Turner 2019-05-25 15:23:35 -0700
  • 09f5f38a45
    Merge pull request #30 from jonathandturner/NewLinesCodec Jonathan Turner 2019-05-25 12:09:33 -0700
  • e73f489aeb Make our own LinesCodec Jonathan Turner 2019-05-25 12:07:52 -0700
  • 8ffc8310bf
    Merge pull request #28 from jonathandturner/split Jonathan Turner 2019-05-24 18:21:40 -0700
  • ad0b79673e Add split command Jonathan Turner 2019-05-24 18:20:03 -0700
  • 4b25a6f3a3
    Merge pull request #24 from wycats/improved-streams Yehuda Katz 2019-05-24 12:38:33 -0700
  • bd055f2af1 Linting and other cleanup Yehuda Katz 2019-05-24 12:35:22 -0700
  • cb1c6f4d33
    Merge pull request #23 from wycats/improved-streams Yehuda Katz 2019-05-24 11:59:32 -0700
  • 9f8d2a4de5 Pipe external to internal Yehuda Katz 2019-05-24 11:48:33 -0700
  • f9fb353c5c Streams are wired up pairwise Yehuda Katz 2019-05-24 00:29:16 -0700
  • bf332ea50c Improved streams Yehuda Katz 2019-05-23 21:34:43 -0700
  • 625a356361 Data flows across commands via streams now Yehuda Katz 2019-05-23 00:23:06 -0700
  • 31dd579d6f Small restructuring Yehuda Katz 2019-05-22 21:30:43 -0700
  • 261d7a793f Restructure and make commands uniform Yehuda Katz 2019-05-22 00:12:03 -0700
  • 362ca18f88
    Merge pull request #11 from jonathandturner/fix_quotes Jonathan Turner 2019-05-18 07:45:28 -0700
  • 75b7842618 Fix quoted string handling Jonathan Turner 2019-05-18 07:42:55 -0700
  • ab3e883cef
    Merge pull request #10 from jonathandturner/view Jonathan Turner 2019-05-18 07:16:20 -0700
  • 2e2831de95 Rename bat -> view Jonathan Turner 2019-05-18 07:15:22 -0700
  • 447356cb96
    Merge pull request #9 from jonathandturner/better_completions Jonathan Turner 2019-05-18 07:12:39 -0700
  • 1b50b5b162 Complete commands a bit better Jonathan Turner 2019-05-18 07:06:01 -0700
  • c71dda11b1 Merge branch 'master' of github.com:wycats/objectshell Yehuda Katz 2019-05-17 22:31:08 -0700
  • 9e23be68ba
    Update README.md Jonathan Turner 2019-05-17 20:18:17 -0700
  • 89712bf1eb Fix manifest Yehuda Katz 2019-05-17 20:17:29 -0700
  • 67d18df214 Bump version Yehuda Katz 2019-05-17 20:16:06 -0700
  • ef8a935185
    Merge pull request #8 from jonathandturner/path_completion Jonathan Turner 2019-05-17 20:14:35 -0700
  • d9135c4f46
    Merge pull request #7 from jonathandturner/real_operators Jonathan Turner 2019-05-17 20:14:25 -0700
  • 0499e18021
    Merge pull request #6 from wycats/bat Jonathan Turner 2019-05-17 20:14:16 -0700
  • fdc5e802eb Update cwd as we cd Jonathan Turner 2019-05-17 19:53:20 -0700
  • 1c44de4bba Add path completion to existing completions Jonathan Turner 2019-05-17 19:30:57 -0700
  • 76c295995d Add support for real comparison operators Jonathan Turner 2019-05-17 18:27:31 -0700
  • c30fc32b0c Bat Yehuda Katz 2019-05-17 18:24:13 -0700
  • 52716d0c24 README Yehuda Katz 2019-05-17 09:59:25 -0700
  • aa757bf6ad
    Merge pull request #5 from wycats/sort-by Yehuda Katz 2019-05-17 09:03:23 -0700
  • 2feef6bd25 Added a first pass at sort-by Yehuda Katz 2019-05-17 08:55:50 -0700
  • 9d8bb48d3f Fix Linux Yehuda Katz 2019-05-17 08:30:10 -0700
  • 3ca0e2bf0c
    Merge pull request #3 from jonathandturner/fix_ansi Yehuda Katz 2019-05-16 23:38:44 -0700
  • 11677735f1 Fix Linux/Windows build on nightly Yehuda Katz 2019-05-16 23:37:35 -0700
  • c1398145f3 Add windows cfg check Jonathan Turner 2019-05-16 21:37:18 -0700
  • 3c2ac7df54 Make sure to enable ANSI for Win10 Jonathan Turner 2019-05-16 18:07:11 -0700
  • 90f4ba15cf Update name Yehuda Katz 2019-05-16 16:39:58 -0700
  • 679b3054f8 Add license stuff Yehuda Katz 2019-05-16 14:46:24 -0700
  • 98ab5e63fc Refactor the repl loop Yehuda Katz 2019-05-16 14:43:36 -0700
  • 34a866df99
    Merge pull request #2 from jonathandturner/colorprompt Yehuda Katz 2019-05-16 06:16:58 -0700
  • 3c5117f84d
    Merge pull request #1 from jonathandturner/where_and_skip Yehuda Katz 2019-05-16 06:09:56 -0700
  • b342069fd5 Workaround color prompt by making our own helper Jonathan Turner 2019-05-16 06:06:46 -0700
  • cbb86b0cab Add support for skip and where Jonathan Turner 2019-05-15 19:42:44 -0700
  • 638093aad6 Rename to nushell Yehuda Katz 2019-05-15 17:55:32 -0700
  • 6b82e3a8a8 Simplify commands Yehuda Katz 2019-05-15 17:21:46 -0700
  • af1963d148 Remove dead code Yehuda Katz 2019-05-15 15:58:44 -0700
  • a5a34b88a8 More cleanup Yehuda Katz 2019-05-15 15:23:36 -0700
  • 91f7d5384f Strip away a bit of cruft and add reject Yehuda Katz 2019-05-15 14:44:06 -0700
  • 8f327477e7 Internals cleanup and | select ...fields Yehuda Katz 2019-05-15 13:14:51 -0500
  • 3040638881 Basic pipelining is working! Yehuda Katz 2019-05-15 11:12:38 -0500
  • 975ff7c2fb Very very basic piping working Yehuda Katz 2019-05-13 17:00:25 -0400
  • ceb0487eba A bunch of rework Yehuda Katz 2019-05-13 13:30:51 -0400
  • 786da8fd9d More stream stuff Yehuda Katz 2019-05-11 20:14:16 -0700
  • e6da37f5be Continue prepping for object streams Yehuda Katz 2019-05-11 15:59:57 -0700
  • aa3fe0b0db Prep for streaming objects Yehuda Katz 2019-05-11 01:08:21 -0700
  • 65f671333d Add editorconfig Yehuda Katz 2019-05-11 00:03:11 -0700
  • 51e921b085 A bit more infra Yehuda Katz 2019-05-11 00:00:33 -0700
  • e44d657424 Simple parsing Yehuda Katz 2019-05-10 21:45:57 -0700
  • 8f3b273337 objectshell initial commit Yehuda Katz 2019-05-10 09:59:12 -0700