Skip to content

Releases: vladimir-kotikov/clink-completions

v0.5.2

23 Mar 18:48
Compare
Choose a tag to compare
  • Add completions for the reg command in Windows.
  • Update rg completions to be even closer to what the official rg completion script produces in the fish shell.
  • Update eza completions.

v0.5.1

08 Mar 12:06
Compare
Choose a tag to compare
  • Add completions for dirx.
  • Add completions for eza.
  • Add completions for fd.
  • Add completions for rg (ripgrep).
  • Update many of the completion scripts to support icons when Icons in File Completions from clink-gizmos is loaded and enabled.
  • Update git status to include -unormal.
  • Update net completions to support net use /d.
  • Update wt and start completions so that completions also work while inputing the commands for wt or start to launch.

v0.5.0

28 Nov 21:24
Compare
Choose a tag to compare
  • Add completions for CMD's built-in dir command.
  • Add completions for CMD's built-in for and start commands.
  • Add completions for the Windows sort command (including its undocumented /uniq flag).
  • Add completions for Windows Terminal (wt).
  • Add completions for bat, cmdkey, and delta.
  • Add completions for winget's logging flags.
  • Add completions for robocopy's /copy: and /dcopy: flags.
  • Improve syntax handling for doskey completions.
  • Completions work within the doskey macro definition when using recent versions of Clink (e.g. doskey macroname=completions_work_here).
  • Fix quoting scheme names when using colortool.

v0.4.11

01 Oct 18:47
Compare
Choose a tag to compare
  • 4e40a6 [ssh] Add option completions (#179).
  • 4e89a8 [git] Improve completions for git:
    • Use colors to categorize git command names (common, aliases, other).
    • Add more flag completions for the git help command.
    • Fix git add completions to work for the 2nd, 3rd, etc arguments.
    • Fix to include git external commands when generating command completions.
    • Fix to include aliases even when current directory is outside a repo.
    • Fix to generate completions for git help even when using older versions of Clink.
  • 836a66 [git] Fix completing stash names (need quotes).
  • 367bb4 [git] Fix compatibility with older versions of Clink.

v0.4.10

10 Jul 21:43
Compare
Choose a tag to compare
  • [git] Fix to remove leftover test code (#176).
  • [git] Add --no-optional-locks when invoking git.
  • [git] Add completions for gitk.
  • [git] Fix git add completions to not list staged files (#173).
  • Add completions for ping.
  • Update ssh and ping completions (#175).
  • Add completions for signtool.
  • [git] Fix script error when directory name in a git repo contains a % character.
  • [git] Add a global DISABLE_GIT_REMOTE_IN_PROMPT variable that can disable adding " -> {remote}" after a branch name.
  • [git] Small performance improvement in repos with very large git config files.

v0.4.9

10 Jul 17:00
Compare
Choose a tag to compare
  • [git] Add --no-optional-locks when invoking git.
  • [git] Add completions for gitk.
  • [git] Fix git add completions to not list staged files (#173).
  • Add completions for ping.
  • Update ssh and ping completions (#175).
  • Add completions for signtool.
  • [git] Fix script error when directory name in a git repo contains a % character.
  • [git] Add a global DISABLE_GIT_REMOTE_IN_PROMPT variable that can disable adding " -> {remote}" after a branch name.
  • [git] Small performance improvement in repos with very large git config files.

v0.4.8

15 May 16:40
Compare
Choose a tag to compare
  • Add completions for nmake and GNU make (#172).
  • (internal) Add "directory" keyword in GNU help parser.
  • [git] Fix git add completions to be relative to cwd (#171).
  • [scoop] Add commands "cat", "download", and "import" (#167).
  • [common] Clarify installation steps in the README.
  • [git] Add missing description for git add -A.

v0.4.7

15 Feb 21:32
Compare
Choose a tag to compare
  • Add completions for gsudo (from gsudo).
  • Update quoting support in winget completions.
  • Improve completions when sudo from sudo-windows is used.

v0.4.6

01 Feb 18:47
Compare
Choose a tag to compare
  • Add descriptions for winget flag and arg completions.
  • (internal) Add arghelper.make_arg_hider_func() helper function that argmatchers can use.

v0.4.5

29 Jan 02:48
Compare
Choose a tag to compare
  • Fix error in openssl completions (#165).
  • Improve winget completions (#164).