Commit Graph

3016 Commits

Author SHA1 Message Date
Yehuda Katz
c25fd826ea
Merge pull request #34 from wycats/parser
A real parser (lalrpop)
2019-05-26 00:18:46 -07:00
Yehuda Katz
b74daa2e60 A real parser (lalrpop) 2019-05-26 00:17:35 -07:00
Odin Dutton
a2b63f7e0c Add size command 2019-05-26 12:12:47 +10:00
Jonathan Turner
cd92f579c9
Merge pull request #31 from jonathandturner/buildargs
Build our own args before shelling
2019-05-25 15:25:39 -07:00
Jonathan Turner
29bc4985fc Build our own args before shelling 2019-05-25 15:23:35 -07:00
Jonathan Turner
09f5f38a45
Merge pull request #30 from jonathandturner/NewLinesCodec
Make our own LinesCodec
2019-05-25 12:09:33 -07:00
Jonathan Turner
e73f489aeb Make our own LinesCodec 2019-05-25 12:07:52 -07:00
Jonathan Turner
8ffc8310bf
Merge pull request #28 from jonathandturner/split
Add split command
2019-05-24 18:21:40 -07:00
Jonathan Turner
ad0b79673e Add split command 2019-05-24 18:20:03 -07:00
Yehuda Katz
4b25a6f3a3
Merge pull request #24 from wycats/improved-streams
Linting and other cleanup
2019-05-24 12:38:33 -07:00
Yehuda Katz
bd055f2af1 Linting and other cleanup 2019-05-24 12:35:22 -07:00
Yehuda Katz
cb1c6f4d33
Merge pull request #23 from wycats/improved-streams
Improved streams
2019-05-24 11:59:32 -07:00
Yehuda Katz
9f8d2a4de5 Pipe external to internal
Each line is a string object
2019-05-24 11:48:33 -07:00
Yehuda Katz
f9fb353c5c Streams are wired up pairwise 2019-05-24 00:29:16 -07:00
Yehuda Katz
bf332ea50c Improved streams 2019-05-23 21:34:43 -07:00
Yehuda Katz
625a356361 Data flows across commands via streams now 2019-05-23 00:23:06 -07:00
Yehuda Katz
31dd579d6f Small restructuring 2019-05-22 21:30:43 -07:00
Yehuda Katz
261d7a793f Restructure and make commands uniform 2019-05-22 00:12:03 -07:00
Jonathan Turner
362ca18f88
Merge pull request #11 from jonathandturner/fix_quotes
Fix quoted string handling
2019-05-18 07:45:28 -07:00
Jonathan Turner
75b7842618 Fix quoted string handling 2019-05-18 07:42:55 -07:00
Jonathan Turner
ab3e883cef
Merge pull request #10 from jonathandturner/view
Rename bat -> view
2019-05-18 07:16:20 -07:00
Jonathan Turner
2e2831de95 Rename bat -> view 2019-05-18 07:15:22 -07:00
Jonathan Turner
447356cb96
Merge pull request #9 from jonathandturner/better_completions
Complete commands a bit better
2019-05-18 07:12:39 -07:00
Jonathan Turner
1b50b5b162 Complete commands a bit better 2019-05-18 07:06:01 -07:00
Yehuda Katz
c71dda11b1 Merge branch 'master' of github.com:wycats/objectshell 2019-05-17 22:31:08 -07:00
Jonathan Turner
9e23be68ba
Update README.md 2019-05-17 20:18:17 -07:00
Yehuda Katz
89712bf1eb Fix manifest 2019-05-17 20:17:29 -07:00
Yehuda Katz
67d18df214 Bump version 2019-05-17 20:16:06 -07:00
Jonathan Turner
ef8a935185
Merge pull request #8 from jonathandturner/path_completion
Add path completion to existing completions
2019-05-17 20:14:35 -07:00
Jonathan Turner
d9135c4f46
Merge pull request #7 from jonathandturner/real_operators
Add support for real comparison operators
2019-05-17 20:14:25 -07:00
Jonathan Turner
0499e18021
Merge pull request #6 from wycats/bat
Bat
2019-05-17 20:14:16 -07:00
Jonathan Turner
fdc5e802eb Update cwd as we cd 2019-05-17 19:53:20 -07:00
Jonathan Turner
1c44de4bba Add path completion to existing completions 2019-05-17 19:30:57 -07:00
Jonathan Turner
76c295995d Add support for real comparison operators 2019-05-17 18:27:31 -07:00
Yehuda Katz
c30fc32b0c Bat 2019-05-17 18:24:13 -07:00
Yehuda Katz
52716d0c24 README 2019-05-17 09:59:25 -07:00
Yehuda Katz
aa757bf6ad
Merge pull request #5 from wycats/sort-by
Added a first pass at sort-by
2019-05-17 09:03:23 -07:00
Yehuda Katz
2feef6bd25 Added a first pass at sort-by 2019-05-17 08:55:50 -07:00
Yehuda Katz
9d8bb48d3f Fix Linux 2019-05-17 08:30:10 -07:00
Yehuda Katz
3ca0e2bf0c
Merge pull request #3 from jonathandturner/fix_ansi
Make sure to enable ANSI for Win10
2019-05-16 23:38:44 -07:00
Yehuda Katz
11677735f1 Fix Linux/Windows build on nightly 2019-05-16 23:37:35 -07:00
Jonathan Turner
c1398145f3 Add windows cfg check 2019-05-16 21:37:18 -07:00
Jonathan Turner
3c2ac7df54 Make sure to enable ANSI for Win10 2019-05-16 18:07:11 -07:00
Yehuda Katz
90f4ba15cf Update name 2019-05-16 16:39:58 -07:00
Yehuda Katz
679b3054f8 Add license stuff 2019-05-16 14:46:24 -07:00
Yehuda Katz
98ab5e63fc Refactor the repl loop 2019-05-16 14:43:36 -07:00
Yehuda Katz
34a866df99
Merge pull request #2 from jonathandturner/colorprompt
Workaround color prompt by making our own helper
2019-05-16 06:16:58 -07:00
Yehuda Katz
3c5117f84d
Merge pull request #1 from jonathandturner/where_and_skip
Add support for skip and where
2019-05-16 06:09:56 -07:00
Jonathan Turner
b342069fd5 Workaround color prompt by making our own helper 2019-05-16 06:06:46 -07:00
Jonathan Turner
cbb86b0cab Add support for skip and where 2019-05-15 19:42:44 -07:00