Skip to content

Latest commit

Β 

History

History
54 lines (38 loc) Β· 1003 Bytes

File metadata and controls

54 lines (38 loc) Β· 1003 Bytes

πŸ–₯️ devdash

A beautiful developer dashboard for your terminal

Python License: MIT

✨ Features

  • ⚑ Real-time system stats (CPU, memory, disk)
  • πŸ• Clock with system uptime
  • 🌀️ Weather widget (auto-detects location)
  • 🎨 Beautiful TUI powered by Textual

πŸš€ Installation

pip install devdash

Or install from source:

git clone https://github.com/mloncarevich/devdash.git
cd devdash
pip install -e .

πŸ“– Usage

devdash

Keyboard shortcuts

Key Action
q Quit
r Refresh

πŸ› οΈ Development

git clone https://github.com/mloncarevich/devdash.git
cd devdash
python -m venv .venv
source .venv/bin/activate
pip install -e .

πŸ“ License

MIT License - see LICENSE for details.