P4ndaBox is a lightweight and interactive CLI tool for organizing, storing, and managing your code snippets. Built with Golang, Cobra, Bubble Tea for UI, and SQLite for storage, P4ndaBox makes it easy to save, search, and retrieve your most useful code pieces.
- 📝 Add code snippets interactively.
- 🔍 Search snippets by tags, language, or description.
- 📖 View and scroll through snippets with ease.
- 🛠 Update and delete snippets directly from the command line.
- 📦 Snippets stored locally in a SQLite database.
- 🔒 Encryption for sensitive snippets.
- 🧑💻 Integration with IDEs (VSCode, Vim).
- 📤 Export snippets to Markdown or JSON.
Feel free to submit issues or pull requests. Let's make P4ndaBox even better!