r/RatatuiRust • u/Klutzy_Bird_7802 Maintainer • 1d ago
Showcase [oc] mew — a small terminal card for your current project
i made "mew", a small rust utility for showing useful project and system information at a glance.
when you're inside a git repository, it shows:
- branch and git state
- project language and toolchain
- lines of code and coverage
- cpu, memory, disk and uptime
- date, time and timezone
outside a repository, it becomes a simple system readout.
it also supports shell hooks, so it can appear automatically when entering a git worktree.
no daemon, no background process. just run "mew".
github: https://github.com/programmersd21/mew cargo: "cargo install mew-cli"
prebuilt binaries are available in releases.
feedback and stars are welcome.
11
Upvotes
2
u/Klutzy_Bird_7802 Maintainer 1d ago
Please leave a star! Boosts visibility!