HIPE is a Linux terminal tool that tracks changes in your files directly from your terminal. Save versions, compare, and restore with ease – all without leaving the CLI. Quick, minimal, and practical.
- 💾 Save snapshots of your files with a single command
- 📜 View version history of any tracked file
- 🔄 Restore files to any previous version
- 🆚 Compare changes between versions with a diff
- 🚀 Simple installation with install.sh
- 📌 Version info with --version
- 🎨 Clean, emoji-enhanced terminal output
git clone https://github.com/YusufEremK/hipe.git
cd hipe
chmod +x install.sh
./install.sh- Python 3 or higher
pip(Python package manager)
./install.sh -uhipe save file.txthipe history file.txthipe restore file.txt 3hipe --versionhipe diff file.txt 2 5$ hipe history file.txt
Version 1 - 2026-01-15 10:12
Version 2 - 2026-01-15 12:45
Version 3 - 2026-01-15 14:30HIPE saves snapshots of your files in a local .hipe_versions directory. Each save is timestamped, allowing you to track changes, restore previous versions, and compare differences using built-in diff commands. Everything is local, fast, and requires no external services.
MIT License - see LICENSE file for details

