A plugin-driven developer CLI with a live Textual dashboard.
Project description
DevCLI
DevCLI is a plugin-driven command line toolkit with a live Textual dashboard for developers and sysadmins.
It combines system metrics, task status, and dynamic plugins into a single terminal UI, making it easy to extend with custom monitoring, git status, and tooling panels.
Features
- Plugin-based dashboard architecture
- Live updates for system stats, git status, ping, and quotes
- Textual-powered terminal UI with left/right layout
- Easy plugin registration via
register(tui_app)hooks - CLI entrypoint via
devcli
Installation
Install from PyPI once published:
pip install devcli
For local development:
python3 -m pip install -e .
Usage
Run the dashboard from the repository or installed package:
python3 -m devcli.main start
or if the package is installed:
devcli start
Plugin System
The dashboard is built around plugins located in devcli/plugins/.
Each plugin should expose a register(tui_app) function that appends a widget to tui_app.tui_panels.
Example plugin characteristics:
cpu_temp.py— CPU temperature and frequencygit_status.py— current git repo statusping_monitor.py— ping latency reportingfun_quotes.py— rotating motivational quotes
Creating a plugin
- Add a new file under
devcli/plugins/. - Define a
Static-based widget. - Implement
register(tui_app)and append the widget totui_app.tui_panels.
Notes
- Requires Python 3.11+
- Depends on
textualfor the TUI python-dotenvis included for environment configuration support
Contribution
Contributions are welcome. Add new plugins, improve dashboard styling, or extend the CLI commands.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devcli_dashboard-0.1.1.tar.gz.
File metadata
- Download URL: devcli_dashboard-0.1.1.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40a86c6bfc41ea7b6d03c0b2fab0111cb53a2a9689f560cae715616b39c3194d
|
|
| MD5 |
59b8f3c117f44e7c8aad018493330469
|
|
| BLAKE2b-256 |
85940341eea5eaa9cd4b8d9031a3a12b6ce402d606c63c71b385b095859ed336
|
File details
Details for the file devcli_dashboard-0.1.1-py3-none-any.whl.
File metadata
- Download URL: devcli_dashboard-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00d64a788e76c9405bf0a964e1f4cbf0ec0ba76a233eb3e38f1cbec5c0852351
|
|
| MD5 |
52d37ea01a802d18f8126532caf70bd5
|
|
| BLAKE2b-256 |
80b1d559d6c95848be722e960f6e7b9c5bb6987848155de761d4d05d11757e3d
|