Ralf Steube
Ralf Steube
if no dashcompletion is defined it should fall back to the positional completion
add homedir expansion for shells that support it (`~user/`) similar to zsh static named directories related #553
Files containing `()` are currently truncated: `file()name -> file` ```go 10b4875b54ad7da4f2b6d6e10a7e73a2e219431a is the first bad commit commit 10b4875b54ad7da4f2b6d6e10a7e73a2e219431a Author: rsteube Date: Fri May 27 10:23:09 2022 +0200 ToMultiParts: fix display...
related https://github.com/nushell/nushell/issues/5292 related: https://github.com/crossterm-rs/crossterm/blob/09ffd70c30cd28ee06ef6952e40ec5b2b4eaa57f/src/style/types/color.rs#L172 related: https://github.com/crossterm-rs/crossterm/blob/f523c110a6c65b5428eeb3f582b2bfe527bfc28f/src/style/stylize.rs#L105
https://github.com/tj/git-extras - [x] [`git abort`](https://github.com/tj/git-extras/blob/master/Commands.md#git-abort) - [x] [`git alias`](https://github.com/tj/git-extras/blob/master/Commands.md#git-alias) - [x] [`git archive-file`](https://github.com/tj/git-extras/blob/master/Commands.md#git-archive-file) - [x] [`git authors`](https://github.com/tj/git-extras/blob/master/Commands.md#git-authors) - [x] [`git browse`](https://github.com/tj/git-extras/blob/master/Commands.md#git-browse) - [x] [`git browse-ci`](https://github.com/tj/git-extras/blob/master/Commands.md#git-browse-ci) - [ ] [`git bulk`](https://github.com/tj/git-extras/blob/master/Commands.md#git-bulk)...
### Describe the bug When currently completed word is either empty or matches a file/folder file completion supercedes the external completion. ### How to reproduce ```sh # config.nu let external_completer...
Added [vhs](https://github.com/charmbracelet/vhs)