Skip to content

Releases: lcrespom/nash

Release 1.10.1 - Simplified binary packaging

27 Feb 10:07
Compare
Choose a tag to compare

Simpler binary packaging: the binary installation file no longer contains an examples directory, because they are packaged with the source code.

Release 1.10.0 - Better history menu, option completion

24 Feb 07:33
Compare
Choose a tag to compare
  • 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

21 Feb 09:41
Compare
Choose a tag to compare
  • 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

16 Feb 21:53
Compare
Choose a tag to compare
  • 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

14 Feb 07:34
Compare
Choose a tag to compare
  • 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

11 Feb 12:12
Compare
Choose a tag to compare

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

10 Feb 21:40
Compare
Choose a tag to compare

Fixed bug that used local cwd in remote mode.

Release 1.6.0 - Better and colorful completion

09 Feb 17:53
Compare
Choose a tag to compare
  • 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

Release 1.5.0 - Continuous directory navigation

07 Feb 18:19
Compare
Choose a tag to compare
  • 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

06 Feb 11:02
Compare
Choose a tag to compare

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