Releases: lcrespom/nash
Releases · lcrespom/nash
Release 1.10.1 - Simplified binary packaging
Release 1.10.0 - Better history menu, option completion
- History menus (directory and command history) are now displayed using the same widget used by the completion plugin, enabling scroll bar and background color.
- Improved option completion: selected option is cut so it can be used in the command line
Release 1.9.0 - Env var description and minor improvements
- Completion on environment variables displays their value in the description lines.
- Fine-tuning / bug fixing of command completion.
- Moved history to its own directory in
~/.nash/history
, to keep it separate from code.
Release 1.8.0 - File info in completion
- Completion menu displays selected file information in the description line.
- Added descriptions to known subcommand completions (git, docker, etc.)
- Improved command completion.
- Colorful completion menu based on file type.
Release 1.7.0 - More completion
- Completion in file redirection.
- Completion for options is done by parsing
man
output. Each option is displayed with its corresponding description from the man page.
Release 1.6.2 - No fancy chars in prompt by default
By default, prompt does not display fancy powerline symbols in its git status. It can be enabled with the
prompt: { powerFont: true }
option in ~/.nash/nashrc.js
.
Release 1.6.1 - Fix to remote completion
Fixed bug that used local cwd in remote mode.
Release 1.6.0 - Better and colorful completion
-
Completion
- Configurable menu colors
- Improved glob and path resolution
- Fix bug: suggestion line overflow covered completion menu
-
New example: git commit length line decorator
-
New shortcuts in examples:
- Shift-up =>
cd ..
- Shift-down => dir history back
- Shift-up =>
Release 1.5.0 - Continuous directory navigation
- Improved UX of dir history menu
- Completion:
- Table menu uses scrollbar
- Continuous directory navigation: space bar opens directory
- Collapse paths with ../ into the shortest possible path
- show ../ on empty dirs during continuous navigation
Release 1.4.0 - Completion improvements
Improved completion UX and functionality:
- Support for ../
- Normalize path
- Remote command completion
Other:
- Bug fix: clear suggestion that overflows to next line
- Implement remote which by listing programs in path
- Move line under prompt when it overflows