Commit Graph

378 Commits

Author SHA1 Message Date
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
Jonathan Turner
05959d6a61
Bump to latest rustyline (#1937) 2020-06-05 05:50:12 +12: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
ef4eefa96a
Bump more deps (#1921) 2020-05-31 08:54:47 +12:00
Jonathan Turner
2dc43775e3
Bump to latest heim (#1920)
* Bump to latest heim

* Fix pinning issue
2020-05-31 08:54:33 +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
Arash Outadi
ecb67fee40
ISSUE-1744-Glob support for start command (#1912)
* Possible implementation of globbing for start command

* Whoops forgot to remove Error used for debugging

* Use string lossy

* Run clippy

* Pin glob

* Better error messages

* Remove unneeded comment
2020-05-31 05:41:25 +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
Tobias Tschinkowitz
3a6a3d7409
Implement login for the fetch command (#1915) 2020-05-30 11:22:38 +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
Jason Gedge
0a6692ac44
Simplify parse plugin code. (#1904)
Primarily, instead of building a parse pattern enum, we just build the regex
directly, with the appropriate capture group names so that the column name
codepaths can be shared between simple and `--regex` patterns.

Also removed capture group count compared to column name count. I don't think
this codepath can possibly be reached with the regex we now use for the
simplified capture form.
2020-05-28 09:58:06 -04:00
Jonathan Turner
98a3d9fff6
Allow echo to iterate ranges (#1905) 2020-05-28 06:07:53 +12:00
Jonathan Turner
e2dabecc0b Make it-expansion work when in a list (#1903) 2020-05-27 20:29:05 +12:00