You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable auto-completion for Git commands and branches in the Windows command prompt (cmd).
3
+
A lightweight auto-completion for Git commands and branches in the Windows command prompt (cmd).
4
4
5
5
- Install [Clink](https://chrisant996.github.io/clink/) (Bash features for Windows)
6
6
- Copy [git-autocomplete.lua](https://github.com/ztomm/git-autocomplete-for-windows/blob/main/git-autocomplete.lua) into `C:\Users\<username>\AppData\local\clink`
7
7
8
-
I prefer to deselect `Use enhanced default settings` when installing Clink. This causes suggestions to be displayed as a list on a double-tab.
8
+
I prefer to disable the `Use enhanced default settings` when installing Clink. This causes the suggestions to be displayed as a list on a doubletab. A list can also be displayed with `CTRL+SPACE`.
9
9
10
-
`CTRL+SPACE` is quite useful with Clink.
11
-
12
-
Take the feature if you want some color in the CMD. The list comes then also with CTRL+SPACE.
10
+
Missing commands can be added in the git-autocomplete.lua (line 1-14).
0 commit comments