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

Support for Inactive Projects #20

Closed develmaycare closed 7 years ago

develmaycare commented 7 years ago

The $PROJECT_HOME directory tends to build up a lot of projects over time. It would be nice to move these to a different directory and allow lsprojects to list projects from the "on hold" directory.

develmaycare commented 7 years ago

Define $PROJECTS_ON_HOLD that defaults to $PROJECT_HOME/.hold/.

Add --hold option to lsprojects that uses $PROJECTS_ON_HOLD path.