First commands
Run rt with no arguments for an interactive menu. All commands below also support direct invocation:
rt <command> [subcommand] [args]
Navigation
rt cd... fuzzy worktree/repo directory picker.rt nav... filesystem navigator;ctrl-oopens the selected folder in your preferred editor.rtcd... a shell alias added by install thatcds into a picked worktree (wrapsrt cd).
Run
rt run... interactive script runner that walks repo, then worktree, then package, then script.
Status
rt port... port scanner and killer, daemon-powered and zero-config.
Sync
rt sync... rebase the current worktree onto master and push.rt sync all... sync every worktree in the repo.
Git
rt git rebase... smart rebase onto origin/master with auto-resolve.rt git commit... interactive staging and commit with a live diff preview.
For flags and full detail on any of these, follow the link to its reference page.