View on GitHub

cat-repo-auditor

cat-repo-auditor

cat-repo-auditor

GitHubリポジトリのremote/local状況をlistし、可視化し、メンテの一部を自動化して効率化するTUI。Rustで書かれています。

DeepWiki

状況

ドッグフーディング中です。

install

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

実行

catrepo

update

catrepo update

これは updater helper を起動して catrepo 自体は終了します。update 完了後は手動で catrepo を再起動してください。catrepo update には PATH 上の Python が必要です。

もし失敗したら以下を実行(installコマンドと同じ):

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

ビルド時に埋め込まれた commit hash を表示する:

catrepo hash

update があるか確認する:

catrepo check

CLIヘルプを表示する:

catrepo help
catrepo --help

使い方