Skip to content

kriver/repo.bash_completion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

Bash completion for repo utility (http://code.google.com/p/git-repo/).

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= [email protected] 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 completion for the repo tool.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%