Ternux
Snippets

Managing Snippets

Create, edit, tag, and delete snippets from the Snippets page.

Creating a snippet

  1. Go to Connections → Snippets.
  2. Click New Snippet.
  3. Fill in:
    • Name — a short descriptive label.
    • Command — the shell command (multi-line supported).
    • Tags — optional labels for filtering (e.g. docker, nginx, deploy).
    • Description — optional human-readable description.
  4. Click Save.

Editing a snippet

Click the menu on any snippet card → Edit. Modify the fields and save.

Deleting a snippet

Click the menu → Delete. This action is immediate (no undo).

Filtering by tag

Use the tag filter bar at the top of the Snippets page to show only snippets with a given tag. Multiple tags can be selected to narrow results.

Snippet storage

Snippets are stored in config.yaml under the snippets key. They are not encrypted — avoid storing secrets or passwords as snippet content. Use the Vault for credentials.

On this page