Custom Linux CLI tool for managing notes and dev workflows.
Manages developer notes and snippets directly from the terminal. Provides fast search, retrieval, and tagging for structured knowledge. Designed for Linux power users who live in the terminal.
- Python, Bash, Shell
git clone https://github.com/Husseinuahmedc/devterminal
cd devterminal
bash install.sh
devterminal add "note"
devterminal list
devterminal search "keyword"devterminal/
├── devterminal.py
├── install.sh
├── requirements.txt
└── README.md
Tested on Arch Linux and Fedora. Works on any systemd-based distro.