Snippets
Snippets Overview
Save and reuse shell commands across all your terminal sessions.
Snippets are named, reusable shell commands. They appear in a sidebar panel inside any terminal tab, letting you send a command to the terminal with a single click.
Use cases
- Common maintenance commands (
systemctl restart nginx,docker ps -a) - Deployment scripts you run frequently
- Complex command strings with options you can never remember
- Team-shared command libraries (via config file export)
Accessing snippets
Open any terminal tab. Click the Snippets icon (or press Cmd+Shift+S / Ctrl+Shift+S) to open the snippet sidebar.
Sending a snippet
Click any snippet in the sidebar to send it to the active terminal cursor position. The command is pasted as if typed.