open-with-app , open-with-app=, global-hotkey-open-window , global-hotkey-open-window=, global-hotkey-toggle-visibility , global-hotkey-toggle-visibility=, sidebar-width , sidebar-width=, details-panel-width , details-panel-width=, window-columns , window-columns=, macos-option-as-alt , macos-option-as-alt=, shell-integration-disabled-shells , shell-integration-disabled-shells=, command , command=font-family = "JetBrains Mono"font-size = 14 command = /opt/homebrew/bin/fishmachine-localopen-with-app = "Visual Studio Code"machine-localopen-with-app = "Sublime Merge"machine-localglobal-hotkey-open-window = ctrl+shift+spacemachine-localglobal-hotkey-toggle-visibility = ctrl+gravemachine-localsidebar-width = 260machine-localdetails-panel-width = 320machine-localwindow-columns = 140machine-localmacos-option-as-alt = leftmachine-localshell-integration-disabled-shells = ["nu"]machine-local # Edited by hand, without the spaces. Otty's reader takes both spellings.command=/bin/zshmachine-localopen-with-app="Xcode"machine-localglobal-hotkey-open-window=cmd+shift+spacemachine-localglobal-hotkey-toggle-visibility=cmd+gravemachine-localsidebar-width=240machine-localdetails-panel-width=300machine-localwindow-columns=120machine-localmacos-option-as-alt=truemachine-localshell-integration-disabled-shells=["nu", "xonsh"]machine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
launch.shelllaunch.cwdlaunch.envOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write.
IdentityFile, ProxyCommand, ProxyJump, IncludeInclude ~/.ssh/otty.d/*machine-local Host bastion HostName bastion.example.com User deploy IdentityFile ~/.ssh/id_ed25519_workmachine-local Host db HostName 10.0.4.12 User postgres ProxyJump bastionmachine-local Host legacy HostName legacy.internal.example.com ProxyCommand ssh -W %h:%p bastionmachine-local ServerAliveInterval 30Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Not a subtraction from the paths above: this is everything else Otty writes in your home directory that is state, not configuration. It keeps a whole-home manager like chezmoi from sweeping those up, and it still holds if the synced paths are ever widened.
open-with-app open-with-app=global-hotkey-open-window global-hotkey-open-window=global-hotkey-toggle-visibility global-hotkey-toggle-visibility=sidebar-width sidebar-width=details-panel-width details-panel-width=window-columns window-columns=macos-option-as-alt macos-option-as-alt=shell-integration-disabled-shells shell-integration-disabled-shells=command command=font-family = "JetBrains Mono"font-size = 14 command = /opt/homebrew/bin/fishmachine-localopen-with-app = "Visual Studio Code"machine-localopen-with-app = "Sublime Merge"machine-localglobal-hotkey-open-window = ctrl+shift+spacemachine-localglobal-hotkey-toggle-visibility = ctrl+gravemachine-localsidebar-width = 260machine-localdetails-panel-width = 320machine-localwindow-columns = 140machine-localmacos-option-as-alt = leftmachine-localshell-integration-disabled-shells = ["nu"]machine-local # Edited by hand, without the spaces. Otty's reader takes both spellings.command=/bin/zshmachine-localopen-with-app="Xcode"machine-localglobal-hotkey-open-window=cmd+shift+spacemachine-localglobal-hotkey-toggle-visibility=cmd+gravemachine-localsidebar-width=240machine-localdetails-panel-width=300machine-localwindow-columns=120machine-localmacos-option-as-alt=truemachine-localshell-integration-disabled-shells=["nu", "xonsh"]machine-localEach machine keeps its own copy of these.
IdentityFileProxyCommandProxyJumpIncludeInclude ~/.ssh/otty.d/*machine-local Host bastion HostName bastion.example.com User deploy IdentityFile ~/.ssh/id_ed25519_workmachine-local Host db HostName 10.0.4.12 User postgres ProxyJump bastionmachine-local Host legacy HostName legacy.internal.example.com ProxyCommand ssh -W %h:%p bastionmachine-local ServerAliveInterval 30Each machine keeps its own copy of these.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/otty. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these is generated from the same rules as this page. None of them splits open-with-app and open-with-app= for you — that part is Otty’s own sync, or a template you write by hand.