est31
6aad0b8443
Remove async_stream_block from the prelude
...
... to indicate deprecation of its use
2019-09-26 02:39:59 +02:00
est31
9891e5ab81
Use async-stream crate to replace most async_stream_block invocations
2019-09-26 02:39:20 +02:00
Jonathan Turner
7113c702ff
Merge pull request #706 from landaire/ctrlc_config
...
feat(cli): add `ctrlc_exit` config option
2019-09-26 09:22:11 +12:00
Lander Brandt
0377efdc16
feat(cli): add ctrlc_exit
config option
...
This feature allows a user to set `ctrlc_exit` to `true` or `false` in their config to override how multiple CTRL-C invocations are handled. Without this change pressing CTRL-C multiple times will exit nu. With this change applied the user can configure the behavior to behave like other shells where multiple invocations will essentially clear the line.
This fixes #457 .
2019-09-24 18:04:53 -07:00
Jonathan Turner
3d89d2961c
Merge pull request #705 from piotrek-szczygiel/master
...
Fix typo in echo usage message
2019-09-25 12:46:35 +12:00
Piotr Szczygieł
85cd03f899
Fix typo in echo usage message
2019-09-25 00:15:53 +02:00
Pirmin Kalberer
3480cdb3b4
Fix build without crossterm
2019-09-24 23:33:30 +02:00
Andrés N. Robalino
837d12decd
Filesystem shell can't cd into files. Ever.
2019-09-24 15:34:30 -05:00
Jonathan Turner
15481b7be1
Fix nth regression
2019-09-24 19:56:03 +12:00
Jonathan Turner
60b7da8ea7
Fix help regression
2019-09-24 19:45:41 +12:00
Andrés N. Robalino
898b99d7c2
Ignore incompatible plugins and continue plugin search.
2019-09-23 17:27:18 -05:00
Andrés N. Robalino
95ea3fcf4e
Load plugin if and only if it hasn't been registered.
2019-09-23 17:01:40 -05:00
Jonathan Turner
c720cc00e3
More 'did you mean?' errors
2019-09-24 08:24:51 +12:00
Pirmin Kalberer
9623a255c4
Include history path in env command
2019-09-20 10:37:05 +02:00
Pirmin Kalberer
112e5d096f
Include config path in env command
2019-09-19 23:07:09 +02:00
Pirmin Kalberer
484d8c26ac
Save history when leaving with Ctrl-C
2019-09-19 22:55:53 +02:00
Pirmin Kalberer
df7a3a4863
Store history.txt in user data path
2019-09-19 22:29:11 +02:00
Pirmin Kalberer
d7e7f48aaa
Deactivate fuzzy search on Windows for now
2019-09-19 20:45:58 +02:00
Pirmin Kalberer
639a316677
Fix selection list display glitches
2019-09-19 20:18:39 +02:00
Pirmin Kalberer
0c9a62aeec
Separate highlighting from fuzzy search
2019-09-19 20:18:39 +02:00
Pirmin Kalberer
0a0be19bed
Rename histsearch to fuzzysearch
2019-09-19 20:18:39 +02:00
Pirmin Kalberer
1c95bf05dc
Process selected command
2019-09-19 20:18:39 +02:00
Pirmin Kalberer
1e3549571c
Bind fuzzy history search to Ctrl-R
2019-09-19 20:18:39 +02:00
Pirmin Kalberer
44b7e07569
Add Sublime style history search demo
2019-09-19 20:15:48 +02:00
Jonathan Turner
5ff94004c6
Add urlencode/urldecode
2019-09-19 16:25:29 +12:00
Jonathan Turner
3659e51163
Fix origin in binaryview
2019-09-18 19:18:58 +12:00
Jonathan Turner
72e6222992
Switch to using Uuid::nil() and fix test
2019-09-18 19:05:33 +12:00
Jonathan Turner
2cf7249794
Fix autoview breakage
2019-09-18 18:37:04 +12:00
Jonathan Turner
f6b82e4c0c
Replace vtable with pivot command
2019-09-17 19:07:11 +12:00
Jonathan Turner
7fbd6ce232
Fix internal paths
2019-09-17 14:09:15 +12:00
Jonathan Turner
17855d37a4
Add env command
2019-09-16 19:52:58 +12:00
Jonathan Turner
88c1b1dc6f
Improve default features and don't precompute ls
2019-09-15 13:51:19 +12:00
Andrés N. Robalino
6bb277baaa
Merge pull request #668 from nushell/span-to-tag
...
Span to tag
2019-09-14 15:10:04 -05:00
Andrés N. Robalino
dc4421c07d
Str flags no longer supported.
2019-09-14 14:50:26 -05:00
Jonathan Turner
2b88f1eed0
Serialize bigint/bigdecimal as i64/f64
2019-09-15 05:48:24 +12:00
Yehuda Katz
17d2a27350
Fixed lints
2019-09-14 12:16:52 -05:00
Yehuda Katz
19767ad551
Taking another stab at replacing Span with Tag
2019-09-14 11:48:45 -05:00
Yehuda Katz
ab915f1c44
Revert "Revert "Migrate most uses of the Span concept to Tag""
...
This reverts commit bee7c5639c
.
2019-09-14 11:30:24 -05:00
Jonathan Turner
9382a7e64a
Detach externals so they don't freeze while buffering
2019-09-14 05:51:40 +12:00
Jonathan Turner
53cb40d8f6
Add basic 'did you mean' support
2019-09-13 15:44:21 +12:00
Jonathan Turner
b11a4535bd
Bump compiler
2019-09-13 13:54:17 +12:00
Andrés N. Robalino
d0d56deaf1
Permit Nu finding and picking up development plugins if there are any first.
2019-09-12 18:49:29 -05:00
Jonathan Turner
d629686a4b
Merge master
2019-09-13 06:33:52 +12:00
Jonathan Turner
189877e4dd
Improve help and make binary a primitive
2019-09-13 06:29:16 +12:00
Andrés N. Robalino
c2eefece0e
Remove warnings.
2019-09-12 06:12:19 -05:00
Andrés N. Robalino
7838dac689
first and get coverage.
2019-09-12 05:22:58 -05:00
Andrés N. Robalino
e4ed8c94ad
dot character is valid in Windows plugin binaries.
2019-09-12 02:20:22 -05:00
Andrés N. Robalino
c57c0eb371
pass lint checks.
2019-09-12 01:49:01 -05:00
Andrés N. Robalino
b35549adac
Removes regex crate dependency.
2019-09-11 22:20:42 -05:00
Maximilian Roos
3c9a0e0e1a
Merge branch 'master' into fmt
2019-09-11 10:36:54 -04:00