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.