Skip to content

azjps/repo.bash_completion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Bash completion for repo utility (http://code.google.com/p/git-repo/),
backported for bash version 3.x.

License: public domain.

Known bugs:

1. Due to bash completion peculiarities completion inside an input line does not
work as expected. E.g.:
  repo upload --br= --reviewers=reviewer@somewhere.com project
  cursor --------> ^
In this case branch won't be completed before you enter any letter. This bug
can be worked around but this requires reimplementing of bash completion library
word splitting routines which I'm reluctant to do right now.

About

Bash v3 completion for the repo tool

Resources

Stars

Watchers

Forks

Packages

No packages published