Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: more completions! #23

Open
jyn514 opened this issue Oct 12, 2020 · 1 comment
Open

Feature request: more completions! #23

jyn514 opened this issue Oct 12, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jyn514
Copy link

jyn514 commented Oct 12, 2020

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

  • git rebase -i $(git merge-base HEAD master) - this one is a stretch
  • git rebase -i master - bit will not complete master, you have to type it in yourself
  • git status - for some reason typing st shows pull --rebase origin master before commands starting with st?
  • git show - same bug, shows commands that don't start with sh before show
  • git checkout <branch> -- file - bit will complete up to <branch> but not further
  • git checkout -p; git add -p - bit will not show -p in the initial list. This one is a stretch.
  • git log <branch> - bit will not complete <branch>. It would also be nice to complete file names.
  • git diff --cached - diff needs up to dif to complete and --cached isn't suggested at all
  • git worktree add - bit will complete up to worktree but no further
@chriswalz chriswalz added enhancement New feature or request help wanted Extra attention is needed labels Oct 12, 2020
@chriswalz chriswalz self-assigned this Oct 13, 2020
@chriswalz
Copy link
Owner

bit 39d807e will now:

  • searches for suggestions based on prefix except for branches where it will do a "contains" filter
  • shows branches for log & rebase

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants