pet

Verified·Scanned 2/18/2026

Simple command-line snippet manager. Use it to save and reuse complex commands.

from clawhub.ai·v72d7c7a·837 B·0 installs
Scanned from 1.0.0 at 72d7c7a · Transparency log ↗
$ vett add clawhub.ai/gumadeiras/pet

pet (Simple Command-Line Snippet Manager)

Pet acts as a CLI snippet manager. It helps you save complex commands and reuse them.

Usage

Create a new snippet

pet new

This opens an editor. Enter the command and a description. Format:

[[snippets]]
  command = "echo 'hello'"
  description = "say hello"
  output = ""

Search and List snippets

pet search

Execute a snippet directly

pet exec

Sync with Gist (Optional)

If configured in ~/.config/pet/config.toml, you can sync snippets to a GitHub Gist:

pet sync

Storage

Snippets are stored in ~/.config/pet/snippet.toml.