tt is a small Rust CLI for discovering, installing, and looking up usage for Tom's curated helper tools from the bundled tools/ registry.
Install every bundled tool in one go:
tt tools install --allIf you do not have tt yet, install it first:
curl -fsSL https://raw.githubusercontent.com/herotomg/toms-tools/main/install.sh | bashUseful follow-up commands:
tt tools list
tt tools update
tt tools usage --all
tt updateUse tt update to update the CLI itself to the latest release.
| Tool | Description |
|---|---|
gh-unresolved |
Install the gh unresolved command to list unresolved CR comments on a PR. |
jsut-alias |
Install a zsh alias so a jsut typo runs just. |
gtms-alias |
Install a zsh gtms alias for gt modify && gt submit --stack. |
pr-fixer |
Install the pr-fixer Claude Code agent and /fix-pr slash command. |
Install a single tool by id:
tt tools install gh-unresolvedtt tools list
tt tools update [id]
tt tools update --all
tt tools usage
tt tools usage --all
tt tools install [id]
tt tools install --all
tt completions print zsh
tt completions install zsh
tt completions installcargo install --path .
cargo run -- tools list- Create
tools/<id>/tool.tomlwith the tool metadata. - Add
tools/<id>/install.shto perform the installation. - Add
tools/<id>/usage.mdwith concise usage notes.
git tag v0.1.11 && git push origin v0.1.11