Back to IssuesView on GitHub
#304
Moderate
(Feature request) Check and Clean up
Summary
Implement new `ghq check` and `ghq cleanup` commands. `ghq check` should analyze repositories for uncommitted changes, stashes, and untracked files. `ghq cleanup` should extend this by identifying repositories not worked on recently (based on commit history and last access time) and potentially offer to remove them.
Skills Required
GoCommand-line interface developmentGit internals/command executionFile system operations