chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.05k stars 106 forks source link

Feature request: more completions! #23

Open jyn514 opened 3 years ago

jyn514 commented 3 years ago

Some commands I use often that aren't currently suggested (or need 90% of the typing to be suggested):

chriswalz commented 3 years ago

bit 39d807e24c5be4fc081e29623ed09d0dd13d497c will now:

Future work: git checkout -- file - bit will complete up to but not further git checkout -p; git add -p - bit will not show -p in the initial list. This one is a stretch. git worktree add - bit will complete up to worktree but no further