pet
SafeMedia & Streaming
Simple command-line snippet manager. Use it to save and reuse complex commands.
SKILL.md
# 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
```bash
pet new
```
This opens an editor. Enter the command and a description.
Format:
```toml
[[snippets]]
command = "echo 'hello'"
description = "say hello"
output = ""
```
### Search and List snippets
```bash
pet search
```
### Execute a snippet directly
```bash
pet exec
```
### Sync with Gist (Optional)
If configured in `~/.config/pet/config.toml`, you can sync snippets to a GitHub Gist:
```bash
pet sync
```
## Storage
Snippets are stored in `~/.config/pet/snippet.toml`.
More in Media & Streaming
apple-media
SafeControl Apple TV, HomePod, and AirPlay devices via pyatv (scan, stream, playback, volume.
blucli
SafeBluOS CLI (blu) for discovery, playback, grouping, and volume.
chill-institute
SafeUse chill.institute (web UI) to search for content and click “send to put.io” (best paired.
chromecast
SafeControl Chromecast devices on your local network - discover, cast media, control playback.