WindSoilder
41853b9f18
expand env for path ( #5692 )
2022-05-31 12:51:42 +03:00
Clements
46eb34b35d
Differentiate internal signature from external signature w.r.t. help ( #5667 )
...
* Differentiate internal signature from external signature w.r.t. help
* Add in the --help flag to default externs in default config
* Remove unusued build_extern
Co-authored-by: mjclements <clements.michael.james@gmail.com>
2022-05-29 15:14:15 +02:00
Darren Schroeder
0594f9e7aa
add case_sensitive_completions config option ( #5646 )
2022-05-26 09:22:20 -05:00
Stefan Holderbach
0e1bfae13d
Fallback for config.buffer_editor
from EDITOR
( #5614 )
...
For the reedline `buffer_editor` use the `EDITOR` and `VISUAL`
environment variables as fallback.
Same resolution order as #5607
Closes #5430
2022-05-23 05:32:52 +12:00
JT
a3a9571dac
Add environment change hook ( #5600 )
...
* add environment change hook
* clippy
2022-05-21 09:49:42 +12:00
Reilly Wood
f818193b53
Change history menu keybinding from ctrl+x to ctrl+r ( #5507 )
...
* Change history menu keybinding to ctrl+r from ctrl+x
* Remove menupage actions from default config
* remove trailing whitespace
* re-add next+previous page keybindings
* Remove hardcoded menu keybindings
* Hardcode new keybindings
2022-05-13 09:26:14 -05:00
Jonathan Moore
e4959d2f9f
Update comment in default_config.nu [skip ci] ( #5496 )
2022-05-10 06:21:01 -05:00
JT
54fc164e1c
Allow hooks to be lists of blocks ( #5480 )
2022-05-09 13:56:48 +12:00
JT
3a35bf7d4e
Add hooks to cli/repl ( #5479 )
...
* Add hooks to cli/repl
* Clippy
* Clippy
2022-05-09 07:28:39 +12:00
Darren Schroeder
768ff47d28
enable cd to work with directory abbreviations ( #5452 )
...
* enable cd to work with abbreviations
* add abbreviation example
* fix tests
* make it configurable
2022-05-06 07:58:32 -05:00
Michael Angerman
9a8e939cbe
remove ctrl-l from config.nu ( #5415 )
2022-05-02 08:31:52 -07:00
Michael Angerman
3b0151aba6
event ClearScrollback is now working in reedline / update default config.nu ( #5405 )
2022-05-02 19:20:24 +12:00
Jakub Žádník
8dc199d817
Fix PATH update example ( #5393 )
2022-05-01 14:53:59 +03:00
Fernando Herrera
9da2e142b2
Line buffer editor ( #5381 )
...
* allow line editing
* cargo fmt
2022-04-30 15:40:41 +01:00
Darren Schroeder
5999506f87
allows for nushell to have tables without the index column ( #5380 )
2022-04-30 09:07:46 -05:00
Richard
9771270b38
Fuzzy completion matching ( #5320 )
...
* Implement fuzzy match algorithm for suggestions
* Use MatchingAlgorithm for custom completions
2022-04-24 16:43:18 -05:00
Darren Schroeder
8eab311565
consolidate shell integration behind config setting ( #5302 )
...
* consolidate shell integration behind config setting
* write output differently
2022-04-24 12:53:12 +12:00
Arnout Engelen
18c9b62b00
git completion: 'git fetch' for remotes ( #5253 )
2022-04-21 07:52:44 +12:00
Michael Angerman
09b972f1dc
add newlines to end of the default configs ( #5256 )
2022-04-20 07:56:15 -07:00
JT
ae674bfaec
move config back to config.nu ( #5237 )
2022-04-19 20:54:25 +12:00
JT
76079d5183
Move config to be an env var ( #5230 )
...
* Move config to be an env var
* fix fmt and tests
2022-04-19 10:28:01 +12:00
Justin Ma
9844e6125b
Fix completions for git push
and git checkout
close : #5021 and #4599 ( #5188 )
2022-04-14 08:17:58 -05:00
Darren Schroeder
3bac480ca0
rename menu/fix type-o ( #5139 )
2022-04-08 20:22:33 -05:00
Darren Schroeder
4129f15eb9
update str find-replace
to str replace
( #5120 )
2022-04-07 08:41:09 -05:00
Jakub Žádník
12d3e4e424
Add env.nu file for environment config ( #5099 )
...
* Add env.nu file for environment config
* Add missing flag
* Add $nu.env-path variable
Prints `env.nu` path
* Add example of adding entries to PATH
2022-04-07 05:11:51 +12:00
Fernando Herrera
608b6f3634
Generic menus ( #5085 )
...
* updated to reedline generic menus
* help menu with examples
* generic menus in the engine
* description menu template
* list of menus in config
* default value for menu
* menu from block
* generic menus examples
* change to reedline git path
* cargo fmt
* menu name typo
* remove commas from default file
* added error message
2022-04-04 15:54:48 +01:00
Michael Angerman
62901573d0
update the readme in the docs folder ( #5065 )
...
* update docs/Readme
* tweak readme
2022-04-01 13:48:09 -07:00
Stefan Holderbach
0986c61a5d
Lift line editor construction out of loop ( #5041 )
...
Enables the use of some features on reedline
- Keeping the line when clearing the screen with `Ctrl-L`
- Using the internal cut buffer between lines
- Submitting external commands via keybinding and keeping the line
Additional effect:
Keep the history around and do basic syncs (performance improvement
minimal as session changes have to be read and written)
Additional change:
Give the option to defer writing/rereading the history file to the
closing of the session ($config.sync_history_on_enter)
2022-03-31 23:25:48 +02:00
Fernando Herrera
385bc40627
evaluate indicators as commands ( #5026 )
...
* evaluate indicators are commands
* default strings in config
* default multiline
* removed build string command
2022-03-31 06:22:55 +01:00
Matteo Bertini
a2872b4ccc
Strip '+ ' decoration in git branch list ( #5016 )
...
- '+' is the prefix for the current branch in some worktree
Closes #5014
2022-03-28 16:07:55 -05:00
JT
911fba8a8a
Help menu improvements ( #4997 )
...
* Help menu improvements
* default config
2022-03-27 15:21:40 -05:00
Fernando Herrera
a4410fef40
Help menu ( #4992 )
...
* nu-completer with suggestions
* help menu with scrolling
* updates description rows based on space
* configuration for help menu
* update nu-ansi-term
* corrected test for update cells
* changed keybinding
2022-03-27 14:01:04 +01:00
Darren Schroeder
41af2e4b30
update link ( #4915 )
2022-03-23 07:52:49 -05:00
JT
1c964cdfe7
Bump to 0.60 ( #4892 )
...
* WIP
* semi-revert metadata change
2022-03-23 07:32:03 +13:00
Homa Wong
1d38ff071e
fix: typo ( #4882 )
...
Fix a typo in the default config
2022-03-20 07:49:00 -05:00
JT
d5f23ab592
Put completions in their own module ( #4880 )
2022-03-20 12:03:58 +13:00
Michael Angerman
762da0989c
now that docs/commands is gone delete make_docs.nu as it is no longer needed ( #4853 )
2022-03-14 20:50:46 -07:00
Michael Angerman
65baeaecd4
delete docs/commands ( #4851 )
2022-03-14 21:00:30 -05:00
Justin Ma
10d805c1fa
feat: fix and update some examples ( #4844 )
2022-03-14 07:41:09 -05:00
Fernando Herrera
6e65aef9bf
remove cmd from edit ( #4840 )
2022-03-13 20:05:13 +00:00
Jakub Žádník
c73d8d5f95
Add LIB_DIRS and PLUGIN_DIRS ( #4829 )
...
* Add LIB_DIRS and PLUGIN_DIRS
* Put plugin dirs behind plugin feature
2022-03-12 22:12:15 +02:00
Darren Schroeder
b342270112
update edit: cmd: undo syntax ( #4826 )
2022-03-12 09:37:19 -06:00
Darren Schroeder
ccc85a2979
remove $nu.cwd
( #4824 )
2022-03-12 09:11:19 -06:00
Fernando Herrera
5fcc670860
allow list to keybinding mode ( #4821 )
...
* allow list to keybinding mode
* added comments to default.nu
2022-03-12 11:51:08 +00:00
Jakub Žádník
90b2ec537f
Do not pass non-string env vars to externals ( #4748 )
...
* Do not pass non-string env vars to externals
Also misc cleanup
* Add note to default config
* Add a test
* Ensure PATH/Path conversion list <-> string
2022-03-12 00:18:39 +02:00
Justin Ma
f3626f7c3a
Update docs for open and decode command, regenerate all docs ( #4815 )
...
* Update docs for open and decode command, regenerate all docs
* Update open.rs
* Update open.md
Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
2022-03-11 05:39:54 -05:00
Justin Ma
0d82d7df60
Update documents for commands ( #4796 )
...
* Update documents of commands
* Change plugin names for register command examples
* Remove unused docs [ci skip]
2022-03-09 08:05:35 -05:00
Fernando Herrera
488f81d012
history bang ( #4735 )
...
* history bang
* change of char
2022-03-05 09:38:35 +00:00
Darren Schroeder
b714e034aa
remove some old documentation, relocate others ( #4726 )
...
* remove some old documentation, relocate others
* small tweak to default config
2022-03-04 11:37:08 -05:00
JT
e64ca97fe2
move scope variable into nu variable ( #4725 )
2022-03-04 11:36:11 -05:00