Skip to main content
Manage which git repositories repr is watching.

Usage

repr repos [ACTION] [PATH]

Actions

ActionDescription
list(Default) List all tracked repositories.
add <path>Add a repository to track.
remove <path>Stop tracking a repository.
pause <path>Temporarily stop tracking (keeps config).
resume <path>Resume tracking.

Examples

Add a new project:
repr repos add ~/code/new-project
Stop tracking a project:
repr repos remove ~/code/old-project