Skip to content

Releases: lcrespom/shelp

Version 0.1.4

05 Nov 13:55
Compare
Choose a tag to compare

What's new

  • Tested under Ubuntu Linux and WSL.
  • Debian package available for download.

Fixes

  • Fixed bug that made shelp http server fail upon first startup, when no ~/.shelp/shelp.zsh file is found.

Previous releases

Version 1.3

  • Bound option-left and option-right to previous and next word.
  • Got rid of osascript to set focus back to terminal. Now, when the Shelp window is closed, it types Cmd+Tab (in Mac OS) and Alt+Tab (in Linux and Windows) to give focus back to the terminal.

Version 0.1.2

  • In the File Search popup, the size of directories is not displayed, as it makes no sense.

Version 0.1.1

  • Improved path computation in File Search.
  • Replaced Tab with Shift-Right as the keyboard shortcut that opens the File Search popup, to support both default zsh tab completion - and the one provided by Shelp.
  • Added Esc shortcut to clear the current line.

Version 0.1.3

04 Nov 08:16
Compare
Choose a tag to compare

What's new

  • Bound option-left and option-right to previous and next word.
  • Got rid of osascript to set focus back to terminal. Now, when the Shelp window is closed, it types Cmd+Tab (in Mac OS) and Alt+Tab (in Linux and Windows) to give focus back to the terminal.

Previous releases

Version 0.1.2

  • In the File Search popup, the size of directories is not displayed, as it makes no sense.

Version 0.1.1

  • Improved path computation in File Search
  • Replaced Tab with Shift-Right as the keyboard shortcut that opens the File Search popup, to support both default zsh tab completion - and the one provided by Shelp.
  • Added Esc shortcut to clear the current line.

Version 0.1.2

01 Nov 17:55
Compare
Choose a tag to compare

What's new

  • In the File Search popup, the size of directories is not displayed, as it makes no sense.

Previous releases

Version 0.1.1

  • Improved path computation in File Search
  • Replaced Tab with Shift-Right as the keyboard shortcut that opens the File Search popup, to support both default zsh tab completion and the one provided by Shelp.
  • Added Esc shortcut to clear the current line.

Version 0.1.1

01 Nov 15:47
Compare
Choose a tag to compare

What's new

  • Improved path computation in File Search
  • Replaced Tab with Shift-Right as the keyboard shortcut that opens the File Search popup, to support both default zsh tab completion and the one provided by Shelp.
  • Added Esc shortcut to clear the current line.

Version 0.1.0

30 Oct 18:06
Compare
Choose a tag to compare

This version supports:

  • Command history (page up)
  • Directory history (page down)
  • File search (tab)

See README.md and docs/TODO.md for details on what features are available and what features are on the roadmap.