Leon
5add5cbd12
Further edits to help messages ( #6913 )
2022-10-26 09:36:42 -07:00
nibon7
ebca840d91
Add support to render right prompt on last line of the prompt ( #6781 )
...
* Add support to render right prompt on last line of the prompt
* reset reedline to main branch
* update reedline to fix right prompt to be rendered correctly
* reset reedline to main branch again
2022-10-23 16:18:26 +02:00
Max Zhuravsky
8224ec49bc
Highlight matching brackets / parentheses ( #6655 )
...
* [4325] - wip
* [4325] - hightlight only matched symbol
* [4325] - cleanup
* [4325] - match bracket while typing
* [4325] - fix clippy
* [4325] - add bracket highlight configuration
* [4325] - fix working with non-ascii
2022-10-22 11:55:45 -05:00
nibon7
60df45a390
Add missing shape_directory
to default_config.nu ( #6836 )
...
Closes #6832
2022-10-20 21:25:09 -07:00
Darren Schroeder
de77cb0cc4
add filesize_metric comment ( #6760 )
2022-10-15 14:26:18 -05:00
Stefan Holderbach
0bbb3a20df
Fix ex. completion git push --force-with-lease
( #6702 )
...
The `--force-with-lease` flag was given as requiring an additional string which is not true.
Fixes #6644
for this to take effect you need to update your `config.nu`
2022-10-11 12:41:50 +02:00
Darren Schroeder
6aa8a0073b
add better description to table_index_mode ( #6637 )
2022-09-29 06:26:01 -05:00
Nano
5c99921e15
Table indexes ( #6620 )
...
* Table indexes
* Renamed to `show_table_indexes`
* Renamed to `table_index_mode`
2022-09-28 17:07:33 -05:00
Herlon Aguiar
646aace05b
feat: external completions for commands/flags ( #6295 )
...
* wip
* wip
* cleanup
* error message
* cleanup
* cleanup
* fix clippy
* add test
* fix span
* cleanup
* cleanup
* cleanup
* fixed completion
* push char
* wip
* small fixes
* fix remove last span
* fmt
* cleanup
* fixes + more tests
* fix test
* only complete for commands
* also complete flags
* change decl_id to block_id
* use nu completion first
* fix test
* ignore test
* update config section
2022-08-22 21:38:51 +03:00
Darren Schroeder
1843fdc060
create clickable links in ls output if configured ( #6333 )
...
* create clickable links in ls output if configured
* move some comments
2022-08-18 05:45:49 -05:00
pwygab
01386f4d58
adds a config reset
command ( #6149 )
...
* moves config files to nu_utils
* fmt
* fix dockerfile
* fix docs
2022-07-31 20:44:33 -05:00