Home

x-motemen/ghq

Status:Indexed
Analyzed 6d ago3K+ starsGo

Remote repository management made easy

Back to Issues
#304
Moderate

(Feature request) Check and Clean up

View on GitHub

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