Commit Graph

10295 Commits

Author SHA1 Message Date
d95973ad0a Merge branch 'master' of https://github.com/wycats/nushell 2019-05-31 19:20:01 +12:00
3497e02629 Merge pull request #45 from wycats/highlighting
Highlighting
2019-05-30 22:46:53 -07:00
9e9c0b9811 Fix bare word .
Addresses `git add .`
2019-05-30 22:45:57 -07:00
9a639fd27b Syntax highlighting 2019-05-30 17:53:54 -07:00
9bf279508e Merge branch 'master' of https://github.com/wycats/nushell 2019-05-31 04:12:47 +12:00
c523ae0f48 More fixes for external args 2019-05-29 22:33:47 -07:00
33580db257 Merge branch 'master' of https://github.com/wycats/nushell 2019-05-30 17:24:40 +12:00
204891e7c2 Fix external args 2019-05-29 22:20:44 -07:00
7066b6ecca Merge with master 2019-05-30 17:09:23 +12:00
dd35b2460c Add row-split 2019-05-30 17:08:42 +12:00
b7d15c2afd Better errors and more fleshed out semantics 2019-05-29 21:19:46 -07:00
8f5d959692 Merge pull request #42 from wycats/lexer
Custom lexer
2019-05-29 08:27:56 -07:00
e4013a008c Custom lexer 2019-05-29 08:26:45 -07:00
89b0bf1926 Update README.md 2019-05-29 16:07:03 +12:00
856ca44679 Merge pull request #41 from jonathandturner/select_cmd
Add select command which opens cell
2019-05-29 16:03:54 +12:00
8e00cd43a8 Add select command which opens cell 2019-05-29 16:02:36 +12:00
2afa785e0e Merge pull request #40 from jonathandturner/master
Some fixes for the new evaluator
2019-05-28 19:20:24 +12:00
f44936ea5a Some fixes for the new evaluator 2019-05-28 19:19:16 +12:00
d5255f6dbf Evaluator MVP (#39)
Evaluator, MVP
2019-05-27 23:45:18 -07:00
d45750617b Merge pull request #38 from jonathandturner/sizeunits
Add size units to parsing
2019-05-28 17:10:59 +12:00
10702cd27f Add size units to parsing 2019-05-28 17:05:14 +12:00
13d1192dfb Merge pull request #37 from jonathandturner/master
Oops, add missing files
2019-05-28 16:00:31 +12:00
420b840cd6 Add missing files 2019-05-28 16:00:00 +12:00
94a6c754ac Merge pull request #33 from twe4ked/size
Add size command
2019-05-28 14:10:29 +12:00
d35a9d17ad Merge branch 'master' into size 2019-05-28 14:06:35 +12:00
543349224a Merge pull request #36 from jonathandturner/json_support
Add json support
2019-05-28 14:04:43 +12:00
b34676441b Add json support 2019-05-28 14:01:37 +12:00
4296466cd2 Remove total from size command
There is a plan to introduce general facility for subtotaling numeric
columns.
2019-05-27 08:41:23 +10:00
8464bcbb70 Merge branch 'master' into size 2019-05-26 00:20:01 -07:00
c25fd826ea Merge pull request #34 from wycats/parser
A real parser (lalrpop)
2019-05-26 00:18:46 -07:00
b74daa2e60 A real parser (lalrpop) 2019-05-26 00:17:35 -07:00
a2b63f7e0c Add size command 2019-05-26 12:12:47 +10:00
cd92f579c9 Merge pull request #31 from jonathandturner/buildargs
Build our own args before shelling
2019-05-25 15:25:39 -07:00
29bc4985fc Build our own args before shelling 2019-05-25 15:23:35 -07:00
09f5f38a45 Merge pull request #30 from jonathandturner/NewLinesCodec
Make our own LinesCodec
2019-05-25 12:09:33 -07:00
e73f489aeb Make our own LinesCodec 2019-05-25 12:07:52 -07:00
8ffc8310bf Merge pull request #28 from jonathandturner/split
Add split command
2019-05-24 18:21:40 -07:00
ad0b79673e Add split command 2019-05-24 18:20:03 -07:00
4b25a6f3a3 Merge pull request #24 from wycats/improved-streams
Linting and other cleanup
2019-05-24 12:38:33 -07:00
bd055f2af1 Linting and other cleanup 2019-05-24 12:35:22 -07:00
cb1c6f4d33 Merge pull request #23 from wycats/improved-streams
Improved streams
2019-05-24 11:59:32 -07:00
9f8d2a4de5 Pipe external to internal
Each line is a string object
2019-05-24 11:48:33 -07:00
f9fb353c5c Streams are wired up pairwise 2019-05-24 00:29:16 -07:00
bf332ea50c Improved streams 2019-05-23 21:34:43 -07:00
625a356361 Data flows across commands via streams now 2019-05-23 00:23:06 -07:00
31dd579d6f Small restructuring 2019-05-22 21:30:43 -07:00
261d7a793f Restructure and make commands uniform 2019-05-22 00:12:03 -07:00
362ca18f88 Merge pull request #11 from jonathandturner/fix_quotes
Fix quoted string handling
2019-05-18 07:45:28 -07:00
75b7842618 Fix quoted string handling 2019-05-18 07:42:55 -07:00
ab3e883cef Merge pull request #10 from jonathandturner/view
Rename bat -> view
2019-05-18 07:16:20 -07:00