Skip to content

Terminal support

autowt automates your terminal by default

autowt's intended user experience is that it will open terminal tabs on your behalf. It uses automate-terminal to accomplish this, so check that project out to find out if your terminal is supported.

What to do if your terminal isn't supported or you don't want this behavior

Add this to your .autowt.toml or set it at the user level with autowt config:

[terminal]
mode = 'echo'

This will cause autowt to print commands to the console instead of having your terminal run them automatically. You can then manually run the printed commands to navigate to the worktree.