develmaycare / pyprojectutils

A collection of documentation and command line utilities for managing a software project.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Create Bash Auto Complete for Project Names #15

Open develmaycare opened 7 years ago

develmaycare commented 7 years ago

This would be really handy for use with all of the project commands. For example, bumpversion django-<tab> would list all of the projects that begin with django-.

develmaycare commented 7 years ago

This has been implemented in development for bumpversion. But it is not working. See #21.