🧪 Skills
Snippet
Code snippet manager for your terminal. Save, organize, search, and recall frequently used code snippets, shell commands, and text templates. Tag and categor...
v1.0.0
Description
name: Snippet description: "Code snippet manager for your terminal. Save, organize, search, and recall frequently used code snippets, shell commands, and text templates. Tag and categorize snippets for quick retrieval. Build your personal code library without leaving the terminal." version: "1.0.0" author: "BytesAgain" tags: ["snippet","code","manager","clipboard","template","cheatsheet","developer"] categories: ["Developer Tools", "Productivity"]
Snippet
Save code snippets. Find them instantly. Your personal code vault.
Commands
save <name> <language> <code>— Save a snippetget <name>— Retrieve a snippetlist [language]— List saved snippetssearch <keyword>— Search snippetsdelete <name>— Remove a snippettags— Show all languages/tags
Usage Examples
snippet save "docker-cleanup" bash "docker system prune -af"
snippet get "docker-cleanup"
snippet list bash
snippet search "docker"
Powered by BytesAgain | bytesagain.com
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!