Skip to main content

First commands

Run rt with no arguments for an interactive menu. All commands below also support direct invocation:

rt <command> [subcommand] [args]
  • rt cd ... fuzzy worktree/repo directory picker.
  • rt code ... open a worktree in your preferred editor.
  • rtcd ... a shell alias added by install that cds into a picked worktree (wraps rt cd).

Run

  • rt run ... interactive script runner that walks repo, then worktree, then package, then script.

Status

  • rt status ... live branch dashboard with MR actions, pipeline, and review status.
  • rt port ... port scanner and killer, daemon-powered and zero-config.

Branch

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.

Open

For flags and full detail on any of these, follow the link to its reference page.