Michael Nitschinger
2fa83b0bbe
Pub expose InterruptibleStream and InputStream. ( #1952 )
...
This allows crate users to make sure their long-running
streams can be interrupted with ctrl-c.
2020-06-09 05:17:19 +12:00
Sam Hedin
bf459e09cb
WIP: Per directory env-variables ( #1943 )
...
* Add args in .nurc file to environment
* Working dummy version
* Add add_nurc to sync_env command
* Parse .nurc file
* Delete env vars after leaving directory
* Removing vals not working, strangely
* Refactoring, add comment
* Debugging
* Debug by logging to file
* Add and remove env var behavior appears correct
However, it does not use existing code that well.
* Move work to cli.rs
* Parse config directories
* I am in a state of distress
* Rename .nurc to .nu
* Some notes for me
* Refactoring
* Removing vars works, but not done in a very nice fashion
* Refactor env_vars_to_delete
* Refactor env_vars_to_add()
* Move directory environment code to separate file
* Refactor from_config
* Restore env values
* Working?
* Working?
* Update comments and change var name
* Formatting
* Remove vars after leaving dir
* Remove notes I made
* Rename config function
* Clippy
* Cleanup and handle errors
* cargo fmt
* Better error messages, remove last (?) unwrap
* FORMAT PLZ
* Rename whitelisted_directories to allowed_directories
* Add comment to clarify how overwritten values are restored.
2020-06-08 19:55:25 +12:00
Sam Hedin
5a85a3448e
Add comment to clarify how overwritten values are restored.
2020-06-08 07:05:12 +02:00
Joseph T. Lyons
ec7ff5960d
Remove async_stream! from some commands ( #1951 )
...
* Remove async_stream! from open.rs
* Ran rustfmt
* Fix Clippy warning
* Removed async_stream! from evaluate_by.rs
* Removed async_stream! from exit.rs
* Removed async_stream! from from_eml.rs
* Removed async_stream! from group_by_date.rs
* Removed async_stream! from group_by.rs
* Removed async_stream! from map_max.rs
* Removed async_stream! from to_sqlite.rs
* Removed async_stream! from to_md.rs
* Removed async_stream! from to_html.rs
2020-06-08 16:48:10 +12:00
Sam Hedin
99824d864c
Rename whitelisted_directories to allowed_directories
2020-06-08 06:16:44 +02:00
Arash Outadi
545f70705e
ISSUE-1907 Disallow invalid top level TOML ( #1946 )
...
* Do not allow invalid top-level toml
Move recursive toml conversion into a helper func
* Forgot to format
* Forgot to use helper inside collect values
Added some additional tests
2020-06-08 08:02:37 +12:00
utam0k
48672f8e30
Assign variables when passed as an argument. ( #1947 )
2020-06-08 04:15:57 +12:00
Sam Hedin
fe16db6a2f
FORMAT PLZ
2020-06-07 09:03:04 +02:00
Sam Hedin
aaacf4c336
Better error messages, remove last (?) unwrap
2020-06-07 08:56:22 +02:00
Sam Hedin
c5b8abbcd3
cargo fmt
2020-06-07 08:36:06 +02:00
Sam Hedin
e1581ec156
Cleanup and handle errors
2020-06-07 08:29:58 +02:00
Sam Hedin
ff742ed675
Clippy
2020-06-07 06:55:38 +02:00
Joseph T. Lyons
160191e9f4
Cal updates ( #1945 )
...
* Clean up `use` statements
* Update cal code to be ready for future data coloring
2020-06-07 15:52:42 +12:00
utam0k
15e66ae065
Implement an option to show paths made of mkdir. ( #1932 )
2020-06-06 15:13:38 -04:00
Sam Hedin
e4c951fe93
Rename config function
2020-06-06 13:26:42 +02:00
Sam Hedin
d6e1a0e616
Remove vars after leaving dir
2020-06-06 12:53:45 +02:00
Sam Hedin
03febb8cab
Formatting
2020-06-06 12:19:20 +02:00
Sam Hedin
3c3ee08ffe
Update comments and change var name
2020-06-06 12:17:01 +02:00
Sam Hedin
dc8d82628b
Merge branch 'master' of github.com:nushell/nushell
2020-06-06 11:54:54 +02:00
Sam Hedin
4fdc3646e8
Working?
2020-06-06 11:54:33 +02:00
Sam Hedin
c618538cf8
Working?
2020-06-06 11:45:58 +02:00
Joseph T. Lyons
ba6370621f
Removing async_stream! from some commands ( #1940 )
...
* Removing async_stream! from some commands
* Revert row.rs code
* Simplify logic for first.rs and skip.rs
2020-06-06 19:42:06 +12:00
Sam Hedin
6974eb0994
Restore env values
2020-06-06 08:19:16 +02:00
Sam Hedin
a0cedfce8d
Refactor from_config
2020-06-06 06:27:28 +02:00
Sam Hedin
6ce5a87c30
Move directory environment code to separate file
2020-06-06 06:02:15 +02:00
Sam Hedin
14e12f57b0
Refactor env_vars_to_add()
2020-06-06 05:48:25 +02:00
Sam Hedin
fb6eb1924f
Refactor env_vars_to_delete
2020-06-06 03:51:50 +02:00
Sam Hedin
3a278b38da
Removing vars works, but not done in a very nice fashion
2020-06-06 02:54:27 +02:00
Sam Hedin
8498c673bd
Refactoring
2020-06-06 02:10:36 +02:00
Sam Hedin
0ee54a3418
Rename .nurc to .nu
2020-06-05 05:31:52 +02:00
Sam Hedin
da2751da54
I am in a state of distress
2020-06-05 04:58:50 +02:00
Sam Hedin
0f0485957a
Parse config directories
2020-06-05 04:00:52 +02:00
Sam Hedin
e97e883d1f
Move work to cli.rs
2020-06-05 01:23:55 +02:00
Sam Hedin
3aeddee2fe
Add and remove env var behavior appears correct
...
However, it does not use existing code that well.
2020-06-04 23:43:26 +02:00
Sam Hedin
0728c23ec0
Merge branch 'master' of github.com:nushell/nushell
2020-06-04 23:18:40 +02:00
Sam Hedin
24d2e88e0f
Debug by logging to file
2020-06-04 23:17:55 +02:00
Andrés N. Robalino
2a8ea88413
Bring back parse as built-in.
2020-06-04 15:21:13 -05:00
Joseph T. Lyons
012c99839c
Moving some commands off of async stream ( #1934 )
...
* Remove async_stream from rm
* Remove async_stream from sort_by
* Remove async_stream from split_by
* Remove dbg!() statement
* Remove async_stream from uniq
* Remove async_stream from mkdir
* Don't change functions from private to public
* Clippy fixes
* Peer-review updates
2020-06-04 20:42:23 +12:00
utam0k
5dd346094e
Cut out a function to generate a pharase in the Flags section. ( #1930 )
2020-06-04 19:09:43 +12:00
Sam Hedin
fe4a51eef4
Debugging
2020-06-04 05:31:37 +02:00
Sam Hedin
6e72386360
Refactoring, add comment
2020-06-04 05:30:28 +02:00
Sam Hedin
de0c252e27
Removing vals not working, strangely
2020-06-04 04:37:02 +02:00
Sam Hedin
c67d93dae1
Delete env vars after leaving directory
2020-06-04 04:02:54 +02:00
Sam Hedin
48e4bb60d0
Parse .nurc file
2020-06-04 02:14:49 +02:00
Sam Hedin
8eaaddca8f
Add add_nurc to sync_env command
2020-06-04 01:16:07 +02:00
Sam Hedin
3d15ac076c
Working dummy version
2020-06-04 01:13:04 +02:00
Sam Hedin
83795a3e70
Add args in .nurc file to environment
2020-06-04 01:07:39 +02:00
Rohan Rout
ae72593831
changed to-float to to-decimal ( #1926 )
...
* changed to-float to to-decimal
* changed to-float to to-decimal
2020-06-02 09:02:57 +12:00
Jonathan Turner
4bdf27b173
Batch of moving commands off async_stream #3 ( #1919 )
...
* Batch of moving commands off async_stream #3
* remove commented-out section
* merge master
2020-05-31 06:31:50 +12:00
Oleksii Filonenko
741d7b9f10
Add rm_always_trash
option to config ( #1869 )
...
* Add `rm_always_trash` option to config
* Add `--permanent` flag to `rm`
* `rm`: error if both `-t` and `-p` are present
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-05-31 06:31:34 +12:00
Andrés N. Robalino
ad43ef08e5
Support average for tables.
2020-05-30 10:33:09 -05:00
Jonathan Turner
092ee127ee
Batch of moving commands off async_stream ( #1917 )
2020-05-30 16:34:39 +12:00
Jonathan Turner
b84ff99e7f
Batch of moving commands off async_stream ( #1916 )
2020-05-30 11:36:04 +12:00
Andrés N. Robalino
48ee20782f
Ensure end_filter
plugin lifecycle stage gets called.
2020-05-29 04:03:25 -05:00
Jonathan Turner
360e8340d1
Move run to be async ( #1913 )
2020-05-29 20:22:52 +12:00
Jonathan Turner
3f9871f60d
Simplify plugin directory scanning ( #1910 )
2020-05-29 07:14:32 +12:00
Andrés N. Robalino
fe01a223a4
Str plugin promoted to built-in Nu command.
2020-05-28 11:18:58 -05:00
Jonathan Turner
98a3d9fff6
Allow echo to iterate ranges ( #1905 )
2020-05-28 06:07:53 +12:00
Joseph T. Lyons
49b0592e3c
Implement ctrl+c for the du command ( #1901 )
...
* Implement ctrl+c for the du command
* Ignore the "too many arguments" Clippy warning
2020-05-27 16:52:20 +12:00
Jonathan Turner
fa812849b8
Fix warnings and split Scope ( #1902 )
2020-05-27 16:50:26 +12:00
Darren Schroeder
f0fc9e1038
Merge pivot options ( #1888 )
2020-05-25 18:40:25 -04:00
Joseph T. Lyons
07996ea93d
Remove as many of the typecasts as possible in the cal command ( #1886 )
...
* Remove as many of the typecasts as possible in the cal command
* Run rustfmt on cal.rs
2020-05-25 18:51:23 +12:00
k-brk
8a99d112fc
Add --to-float to str plugin ( #1872 )
2020-05-24 18:11:49 -04:00
Shaarad Dalvi
9c14fb6c02
Show error when trying to sort by invalid column ( #1880 )
...
* Show error when trying to sort by invalid column
* Added test for changes
* Addressed comments, updated test
* Removed unnecessary mutable keyword
* Changed split-column to solt column after rebase from upstream
2020-05-25 05:37:08 +12:00
Andrés N. Robalino
edbecda14d
Split split command to sub commands.
2020-05-24 02:02:44 -05:00
Aaron Christiansen
74c2daf665
Add completion for binaries on PATH ( #1866 )
2020-05-23 20:27:52 -04:00
Alexander James
aadbcf5ce8
Issue 1787 ( #1827 )
2020-05-23 20:08:39 -04:00
Kelli Little
460daf029b
Add space to bottom of table in 'light' mode ( #1871 )
2020-05-22 21:12:26 -04:00
Darren Schroeder
5de30d0ae5
Tweak auto-rotate for single row output ( #1861 )
...
* added helper to convert data to strings
added ability to auto-rotate single row output
if row will be greater than terminal width
* Added pivot_to_fit config value
* Added ColumnPath to convert_to_string helper
* Figured out I had to run `cargo fmt --all -- --check`
Co-authored-by: Darren Schroeder <fdncred@hotmail.com>
2020-05-22 04:30:58 +12:00
Aaron Christiansen
97b9c078b1
Fix completer handling of paths with spaces ( #1858 )
...
* Fix completer handling of paths with spaces
* Satisfy Clippy for completer
* Satisfy cargo fmt for completer
2020-05-21 08:32:21 +12:00
Elton Leander Pinto
8dc5c34932
Save alias ( #1852 )
...
* figuring out error with lines
* make progress in printing of block
* support for external commands; fix some tiny bugs in formatting
* basic printing of block; going to experiment with bubbling raw input to the command itself to avoid potential edge cases
* remove fmt::Display impls for hir structs; bubbled raw_input to command args
* compiling checkpoint :)
* process raw input alias to remove save flag; do duplicates stored
* fix warnings; run clippy
* removed tmux log file
* fix bug in looking for same alias; changed unwraps to safe unwraps
2020-05-21 05:31:04 +12:00
Joseph T. Lyons
3239e5055c
Added a count column on the histogram command ( #1853 )
...
* Adding iniitial draft for the addition of the count column on the histogram command
* Update histogram documentation
* Add count column test to histogram command
* Fix error in histogram documentation
2020-05-20 18:02:36 +12:00
James Campos
ae8c864934
default history size to 100k ( #1845 )
2020-05-20 07:28:06 +12:00
Jonathan Turner
ed80933806
String interpolation ( #1849 )
...
* Add string interpolation
* fix coloring
* A few more fixups + tests
* merge master again
2020-05-20 07:27:26 +12:00
Chris Pearce
ae87582cb6
Fix missing invocation errors ( #1846 )
2020-05-19 08:57:25 -04:00
Jonathan Turner
b89976daef
let format access variables also ( #1842 )
2020-05-19 16:20:09 +12:00
lightclient
3144dc7f93
add support for specifying max history size in config ( #1829 ) ( #1837 )
2020-05-19 10:27:08 +12:00
Jason Gedge
6efabef8d3
Remove interpretation of Primitive::Nothing
as the number 0. ( #1836 )
2020-05-18 15:18:46 -04:00
Jonathan Turner
0743b69ad5
Move from language-reporting to codespan ( #1825 )
2020-05-19 06:44:27 +12:00
Jason Gedge
5f1136dcb0
Fix newly added examples. ( #1830 )
2020-05-18 11:40:44 -04:00
Jason Gedge
acf13a6fcf
Add (near) automatic testing for command examples ( #1777 )
2020-05-18 08:56:01 -04:00
Sam
3fc4a9f142
added config check to disable auto pivoting of single row outputs ( #1791 )
...
* added config check to disable auto pivoting of single row outputs
* fixed change to use built-in boolean values
2020-05-18 20:42:22 +12:00
Shaurya Shubham
b6cdfb1b19
Remove the -n flag from shuffle ( #1823 )
2020-05-18 19:12:35 +12:00
Joseph T. Lyons
334685af23
Add some examples ( #1821 )
...
* Adds some examples
* Run rustfmt
* Fixed a few descriptions in the examples
2020-05-18 19:11:37 +12:00
Jonathan Turner
c475be2df8
Fix starship not getting the correct pwd ( #1822 )
2020-05-18 17:22:54 +12:00
Andrés N. Robalino
f18424a6f6
Remove test-bins feature.
2020-05-17 23:32:55 -05:00
Joseph T. Lyons
af6aff8ca3
Allow user to specify the indentation setting on the pretty flag for the to json command ( #1818 )
...
* Allow user to specify the indentation setting on the pretty flag for the to json command
* Use "JSON" over "json"
2020-05-18 06:48:58 +12:00
Kurtis
d4dd8284a6
create Palette trait ( #1813 )
...
* create Pallet trait
* correct spelling to palette
* move palette to it's own module
2020-05-18 05:48:57 +12:00
Shaurya Shubham
41e1aef369
Fix the insert command ( #1815 )
2020-05-17 08:30:52 -04:00
Joseph T. Lyons
e50db1a4de
Adds support to pretty format the json in to json
( #1812 )
...
* Current work on the --pretty flag for to json
* Deleted notes that were pushed by accident
* Fixed some errors
2020-05-17 16:43:10 +12:00
Jonathan Turner
48d06f40b1
Remove the old it-hacks from fetch and post ( #1807 )
2020-05-17 06:18:46 +12:00
Joseph T. Lyons
40ec8c41a0
Cal command updates ( #1758 )
...
* Calculate the quarter directly
* Group some data together, remove attribute to ignore Clippy warning
* Group items into structs and add methods
* Updates to cal command
* Update cal.rs
* Update cal.rs
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-05-16 16:00:06 +12:00
Jonathan Turner
076fde16dd
Evaluation of command arguments ( #1801 )
...
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Finish adding the baseline refactors for argument invocation
* Finish cleanup and add test
* Add missing plugin references
2020-05-16 15:18:24 +12:00
Sam
822440d5ff
added nothing value for incalcuable dir sizes ( #1789 )
2020-05-15 12:53:18 -04:00
Andrés N. Robalino
fc8ee8e4b9
Extracted grouping by date to it's own subcommand. ( #1792 )
2020-05-15 04:16:09 -05:00
Xavier L'Heureux
5fbe5cf785
Use the directories crate instead of app_dirs ( #1782 )
...
The app_dirs crate is abandonned since quite a bit of time. Use the directories
crate instead, which is maintained and have more OS support.
2020-05-14 20:17:23 +12:00
Michael Nitschinger
e7f08cb21d
Allow external binary to register custom commands. ( #1780 )
...
This changeset contains everything that a separate binary needs to
register its own commands (including the new help function). It is
very possible that this commit misses other pub use exports, but
the contained ones work for our use cases so far.
2020-05-14 12:35:22 +12:00
Hoàng Đức Hiếu
e3b7e47515
cal: fix thursday typo ( #1776 )
2020-05-13 08:06:31 -04:00
Joseph T. Lyons
9700b74407
Fix type in config flag description ( #1769 )
2020-05-13 14:21:57 +12:00
Bruno Heridet
803c6539eb
doc: fix nth examples ( #1768 )
2020-05-12 16:47:45 -04:00