Andrés N. Robalino
|
191dacdd8b
|
Introduced conversion to csv command.
|
2019-07-21 02:08:05 -05:00 |
|
Jonathan Turner
|
701e718a1a
|
Merge branch 'master' into row_numbers
|
2019-07-21 07:58:14 +12:00 |
|
Jonathan Turner
|
a165b3574f
|
Add some row numbers if there are multiple rows
|
2019-07-20 21:23:44 +12:00 |
|
Jonathan Turner
|
a86a11413f
|
Merge pull request #199 from jonathandturner/csv_rows
Switch from_csv to output rows
|
2019-07-20 18:59:49 +12:00 |
|
Jonathan Turner
|
c36c2a7b50
|
Switch from_csv to output rows
|
2019-07-20 18:44:21 +12:00 |
|
Jonathan Turner
|
58e09e2295
|
Merge pull request #198 from jonathandturner/source_spans
Source spans
|
2019-07-20 14:46:50 +12:00 |
|
Jonathan Turner
|
15507f00fc
|
Introduce CallInfo, which abstracts args, name_span, and source_map
|
2019-07-20 14:27:10 +12:00 |
|
Jonathan Turner
|
08f6d29b79
|
Fix race condition in test
|
2019-07-20 13:18:27 +12:00 |
|
Jonathan Turner
|
1e6a9b9b34
|
Merge branch 'master' into source_spans
|
2019-07-20 13:14:05 +12:00 |
|
Jonathan Turner
|
27dbc1cb9a
|
Add syntect (and borrow bat's theme file)
|
2019-07-20 13:12:04 +12:00 |
|
Jonathan Turner
|
2f85ea8ce2
|
Merge pull request #197 from androbtech/can_open_csv
Introduced ability to open csv documents.
|
2019-07-20 13:09:15 +12:00 |
|
Andrés N. Robalino
|
895a1b2d72
|
Introduced ability to open csv documents.
|
2019-07-19 15:48:42 -05:00 |
|
Jonathan Turner
|
d5d4da0bf8
|
Add first step of uuid generation and bookkeeping
|
2019-07-20 07:48:14 +12:00 |
|
Jonathan Turner
|
d4ecf6dfa5
|
Merge pull request #191 from androbtech/rm-command-addition
Can remove files and directories.
|
2019-07-19 03:30:03 +12:00 |
|
Andrés N. Robalino
|
514da5bfa7
|
Can remove files and directories.
|
2019-07-18 05:21:24 -05:00 |
|
Jonathan Turner
|
c53b1610f0
|
Delete appveyor.yml
|
2019-07-18 18:40:31 +12:00 |
|
Jonathan Turner
|
cc1afc7a7e
|
Update README.md
|
2019-07-18 16:54:21 +12:00 |
|
Jonathan Turner
|
6f286ba837
|
Merge pull request #192 from jonathandturner/improved_inc
Improved increment
|
2019-07-18 14:14:06 +12:00 |
|
Jonathan Turner
|
0d6881383d
|
Add some tests
|
2019-07-18 13:57:58 +12:00 |
|
Jonathan Turner
|
e66c687da6
|
Add semver increment
|
2019-07-18 13:49:12 +12:00 |
|
Jonathan Turner
|
3b682046b7
|
new inc takes a path
|
2019-07-18 13:32:19 +12:00 |
|
Jonathan Turner
|
7cae7e8064
|
Update README.md
|
2019-07-18 08:13:09 +12:00 |
|
Jonathan Turner
|
f10225e26b
|
Merge pull request #190 from jonathandturner/improved_open_url
Improved open url
|
2019-07-18 07:25:02 +12:00 |
|
Jonathan Turner
|
be69df86a9
|
Add more formats
|
2019-07-18 07:05:20 +12:00 |
|
Jonathan Turner
|
00b3106f05
|
Improve open URL. Format and remove warning in tests
|
2019-07-18 06:56:15 +12:00 |
|
Jonathan Turner
|
53c6234aca
|
Merge pull request #189 from jonathandturner/roundtrip_yaml
Add yaml roundtrip test. Bump nu version
|
2019-07-18 06:06:38 +12:00 |
|
Jonathan Turner
|
227fdddc12
|
Add yaml roundtrip test. Bump nu version
|
2019-07-18 05:51:53 +12:00 |
|
Jonathan Turner
|
73b978ad51
|
Merge pull request #186 from androbtech/tests-infrastructure
Integration tests refactoring and visibility in them.
|
2019-07-17 19:45:06 +12:00 |
|
Andrés N. Robalino
|
f120ce63f7
|
Test cases not needed for now.
|
2019-07-16 16:47:01 -05:00 |
|
Andrés N. Robalino
|
652de43ead
|
Integration tests refactoring and visibility in them.
|
2019-07-16 16:37:12 -05:00 |
|
Jonathan Turner
|
5bb20aa372
|
Merge pull request #187 from jonathandturner/release_cleanup_012
Release cleanup for the 0.1.2 release
|
2019-07-17 07:52:40 +12:00 |
|
Jonathan Turner
|
048b378e56
|
Remove failing tests and bump nom5_locate
|
2019-07-17 07:36:25 +12:00 |
|
Jonathan Turner
|
e7ea902d92
|
Add readme and homepage/repo
|
2019-07-17 07:17:46 +12:00 |
|
Jonathan Turner
|
2ed46046bd
|
Cleanup for upcoming release
|
2019-07-17 07:10:25 +12:00 |
|
Andrés N. Robalino
|
6824c9c7a4
|
Sample data moved
|
2019-07-16 14:00:34 -05:00 |
|
Andrés N. Robalino
|
275126d76d
|
Back to passing. Windows test failure needs more investigation.
|
2019-07-16 06:48:10 -05:00 |
|
Andrés N. Robalino
|
67a0606b6d
|
Different test data for a format Nu does not recognize.
|
2019-07-16 06:31:53 -05:00 |
|
Andrés N. Robalino
|
c7531d6b3d
|
Windows speaks \r
|
2019-07-16 05:58:40 -05:00 |
|
Andrés N. Robalino
|
5ca9d307c6
|
Integration tests refactoring and visibility in them.
|
2019-07-16 05:33:41 -05:00 |
|
Jonathan Turner
|
3d28b50a53
|
Merge pull request #184 from jonathandturner/pixel_ascii
Fix plugin loading and fix rendering for binary
|
2019-07-16 19:38:46 +12:00 |
|
Jonathan Turner
|
c7abb31b7c
|
Fix inc plugin
|
2019-07-16 19:25:48 +12:00 |
|
Jonathan Turner
|
3ebb6ba991
|
Fix plugin's commandconfig
|
2019-07-16 19:08:35 +12:00 |
|
Jonathan Turner
|
7ffab5441b
|
Merge branch 'master' into pixel_ascii
|
2019-07-16 17:23:17 +12:00 |
|
Jonathan Turner
|
b75e11b608
|
Merge pull request #183 from jonathandturner/fix_save
Fix up some of the save formats
|
2019-07-16 16:47:47 +12:00 |
|
Jonathan Turner
|
b07e1ccbf7
|
Add missing file
|
2019-07-16 16:05:38 +12:00 |
|
Jonathan Turner
|
c94c663771
|
Fix up some of the save formats
|
2019-07-16 16:03:28 +12:00 |
|
Jonathan Turner
|
1ecb4401ba
|
WIP
|
2019-07-16 15:25:36 +12:00 |
|
Jonathan Turner
|
60f4436849
|
Merge pull request #181 from nushell/string-arg
Make signatures a little more general
|
2019-07-16 09:40:36 +12:00 |
|
Yehuda Katz
|
ded3462e82
|
Make signatures a little more general
|
2019-07-15 14:16:27 -07:00 |
|
Jonathan Turner
|
9cec9cb96e
|
Update README.md
|
2019-07-16 08:19:40 +12:00 |
|