View on GitHub

cat-repo-auditor

cat-repo-auditor

cat-repo-auditor

A TUI for listing and visualizing the remote/local status of GitHub repositories, automating part of the maintenance to improve efficiency. Written in Rust.

DeepWiki

Status

Currently dogfooding.

install

cargo install --force --git https://github.com/cat2151/cat-repo-auditor

Run

catrepo

update

catrepo update

If it fails, run the following (same as the install command):

cargo install --force --git https://github.com/cat2151/cat-repo-auditor

Display the commit hash embedded during build:

catrepo hash

Check for updates:

catrepo check

Display CLI help:

catrepo help
catrepo --help

Usage