Skip to content

Releases: joknarf/shell-ng

1.0.4

13 Oct 20:30

Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

  • selector trap for zsh

1.0.3

11 Oct 16:11

Choose a tag to compare

  • fix ctrl-c in selector for bash (disable ctrl-c SIGINT with stty intr '')
  • selector init allow app arrow key (for shift arrows in mobaxterm for example)

1.0.2

13 Aug 12:27

Choose a tag to compare

  • complete-ng update:
    • fallback to files completion if completion function does not find any item
    • selector case insensitive if readline completion-ignore-case is on

1.0.1

25 Jul 17:21

Choose a tag to compare

  • improved performance for menu split items :
    • disable globbing during split items, to prevent shell to try to expand filenames agains current directory files (prevent very slow split when lot of files in cwd, and better speed in general)

1.0.0

24 May 07:35

Choose a tag to compare

  • enjoy !