github chrisant996/clink v1.2.48

latest releases: v1.6.13, v1.6.12, v1.6.11...
2 years ago

new in v1.2.48

  • Ctrl+Right now inserts the next word of the suggestion the same way it would move to the next word, and Shift+Right inserts the next full word of the suggestion up to a space.
  • Keys like Home/End, Shift+Left/Right, and Ctrl+Left/Right work in VI mode.
  • Fixed input line coloring glitch when color settings use the sgr syntax.

new in v1.2.47

  • Added autosuggestions similar to the Fish shell.
    • Turn on by running clink set autosuggest.enable true. See the autosuggest.enable and autosuggest.strategy Clink settings for details.
    • Added clink.suggester() function to create new suggestion generators that can be used in the autosuggest.strategy setting.
  • The clink-diagnostics command also lists match generators registered by clink.generator().
  • Fixed the color when the horizontal-scroll-mode config variable is on.
  • Fixed the transient prompt when using Help commands.
  • Fixed the clink autorun commands when paths contain Chinese characters and the system code page isn't UTF8.
  • Fixed #209; clink-popup-show-help command fails.
  • Fixed #208; orphaned symlinks are colored wrong.
  • Fixed #203; unable to inject when Clink binary directory contains Chinese characters (regression introduced in v1.0.0).

Don't miss a new clink release

NewReleases is sending notifications on new releases.