A beautiful developer dashboard for your terminal
- ⚡ Real-time system stats (CPU, memory, disk)
- 🕐 Clock with system uptime
- 🌤️ Weather widget (auto-detects location)
- 🎨 Beautiful TUI powered by Textual
pip install devdashOr install from source:
git clone https://github.com/mloncarevich/devdash.git
cd devdash
pip install -e .devdash| Key | Action |
|---|---|
q |
Quit |
r |
Refresh |
git clone https://github.com/mloncarevich/devdash.git
cd devdash
python -m venv .venv
source .venv/bin/activate
pip install -e .MIT License - see LICENSE for details.