pet
Installation
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
pet new
This opens an editor. Enter the command and a description. Format:
[[snippets]]
command = "echo 'hello'"
description = "say hello"
output = ""