Portfolio Project · CLI Tool

DevVault

Your personal code snippet manager.
Save, search & retrieve from the terminal.

Python 3.6+
Zero Dependencies
Local JSON Storage
ANSI Colors
~200 Lines
Live Demo
bash — devvault
Features
📝

Add Snippets

Interactively save code with title, language, tags & description.

🔍

Fuzzy Search

Search across title, tags, language and even the code content itself.

🎨

Colored Output

ANSI color-coded terminal UI — no external libraries needed.

💾

Local Storage

All data lives in ~/.devvault.json — portable, backupable, yours.

📊

Stats View

Visual bar chart of your most-used languages and top tags.

📦

Zero Dependencies

Uses only Python's standard library. Works anywhere Python runs.

Get Started

Run it in 3 commands

git clone https://github.com/RishiYK/devvault.git copy
cd devvault copy
python devvault.py add copy
Copied to clipboard!