DevDash is an interactive terminal-based dashboard built with Rust that displays real-time metrics and information for developers. It centralizes productivity data, Git repository status, CI/CD build monitoring, test coverage, and system resource usage in a lightweight and responsive TUI interface.
- Current branch name and tracking information
- Commits ahead/behind remote branches
- Staged, unstaged, and untracked file counts
- Last commit message and author
- Integration with GitHub Actions and GitLab CI
- Real-time build status (success, failure, running)
- Recent build history with timestamps
- Commit SHA and message for each build
- Integration with
cargo-llvm-covfor Rust projects - Line coverage percentage
- Per-file coverage breakdown
- Visual progress indicators
- CPU usage percentage
- RAM usage (used/total with percentage)
- Disk space monitoring
- System uptime tracking
- Auto-refresh every 2 seconds
- 25-minute default work sessions
- Start/pause/reset functionality
- Task tagging support
- Session history with JSON persistence
- Daily time tracking
Choose from 6 carefully crafted color schemes:
- Moonlight - Purple/blue gradient (default)
- Nord - Arctic blue tones
- Dracula - Purple/pink dark theme
- Gruvbox - Warm retro colors
- Solarized Light - Cream/blue light theme
- Tokyo Night - Deep blue/cyan night theme
- Rust 1.70 or later
cargopackage manager
git clone https://github.com/guicybercode/devdash_rust
cd devdash_rust
cargo build --releaseThe binary will be located at target/release/devdash.
- Copy the example configuration:
cp config.example.json config.json- Edit
config.jsonwith your settings:
{
"theme": "moonlight",
"github_token": "ghp_your_github_token",
"gitlab_token": "glpat_your_gitlab_token",
"repo_path": ".",
"github_repo": "owner/repo",
"gitlab_project_id": "12345",
"timer_default_minutes": 25
}GitHub:
- Go to https://github.com/settings/tokens
- Generate a new token with
reposcope - Add to
github_tokenfield
GitLab:
- Go to https://gitlab.com/-/profile/personal_access_tokens
- Create a token with
read_apiscope - Add to
gitlab_tokenfield
Run DevDash:
cargo run
# or
./target/release/devdash| Key | Action |
|---|---|
Q |
Quit the application |
Esc |
Exit gracefully |
Tab |
Navigate between panels |
Ctrl+T |
Cycle through themes |
Space |
Start/pause timer |
R |
Refresh all data |
? |
Show help (coming soon) |
+-------------------------------------------------------------+
| DevDash - Painel do Projeto: my-awesome-repo |
+----------------+----------------+----------------+----------+
| Git Status | Build Status | Test Coverage | Timer |
| - branch: main | - ✅ build ok | - 87% lines | [25:00] |
| - 2 commits ↑ | - ⏳ running… | - 5 arquivos | [Running]|
+----------------+----------------+----------------+----------+
| Logs / Eventos Recentes |
| - Commit: "fix: ajuste no parser" |
| - Build iniciado há 2min |
+-------------------------------------------------------------+
- Linux, macOS, or Windows (Windows Terminal recommended)
- Terminal that supports ANSI colors
- Minimum terminal size: 80x24
- Git repository for full feature support
ratatui- Terminal UI frameworkcrossterm- Cross-platform terminal manipulationgit2- Git operationsreqwest- HTTP client for API callssysinfo- System informationserde/serde_json- JSON serializationtokio- Async runtimechrono- Time handlinganyhow- Error handling
BSD-3-Clause License
Copyright (c) 2025, Guilherme
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
나를 먹으려면, 내가 곧 생명의 양식이니 사람의 인자는 누구든지 나를 먹으면 영생하리라 나를 주려면, 이것은 하늘에서 내려온 양식이니 조상들이 먹고도 죽은 그것과 같지 아니하니라
"For my flesh is meat indeed, and my blood is drink indeed. He that eateth my flesh, and drinketh my blood, dwelleth in me, and I in him. As the living Father hath sent me, and I live by the Father: so he that eateth me, even he shall live by me." (John 6:55-57)
made by moonguip gui기กีギ
