Releases: vladimir-kotikov/clink-completions
Releases Β· vladimir-kotikov/clink-completions
v0.6.0
- [git] Added support for git aliases that include flags or
!
. - [git] Added support for input hints during
git
commands (input hints are new in Clink v1.7.0). - [pip] Update to use the newer sysconfig since the older distutils.sysconfig has been deprecated for many years.
- [pip] Fixed some long standing bugs in the pip completions.
- Added completions for Cloud Foundry CLI.
- Added completions for
where
. - Added support in various completion scripts for one-letter flags that can be concatenated together.
- Updated several completion scripts to be consistent about suppressing stderr output to avoid contaminating the prompt display.
- Updated to coexist better with .clinkprompt files (new in Clink v1.7.0).
- Fixed completions after
git checkout branchname --
.
v0.5.4
- [git] Fix
git
completions for local branches to include packed refs. - Fix
pip
completions to suppress error messages such as from python installation problems.
v0.5.3
- Add completions for
gh
. - Add completions for
spicetify
. - Add completions for
nuke
. - Update
scoop
completions. - Minor updates to
git
completions. - Minor updates to
dirx
completions. - Fix completions for
dirx /
. - Fix
findstr
completions to only accept flags up until a non-flag argument. - Fix
scoop.lua
script to useconfig.json
since Scoop has deprecated using environment variables for configuration. - Add readme instructions for how to update clink-completions.
v0.5.2
- 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
- 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 supportnet use /d
. - Update
wt
andstart
completions so that completions also work while inputing the commands forwt
orstart
to launch.
v0.5.0
- Add completions for CMD's built-in
dir
command. - Add completions for CMD's built-in
for
andstart
commands. - Add completions for the Windows
sort
command (including its undocumented/uniq
flag). - Add completions for Windows Terminal (
wt
). - Add completions for
bat
,cmdkey
, anddelta
. - 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
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
- [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
andping
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
- [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
andping
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
- Add completions for
nmake
and GNUmake
(#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
.