Metadata-Version: 2.4
Name: cohors
Version: 0.5.14
Summary: A fast dashboard for all your git repos — one terminal view, plus web and MCP front-ends.
Author: Rushir Bhavsar
License: MIT
Project-URL: Homepage, https://github.com/rushirb2001/cohors
Project-URL: Repository, https://github.com/rushirb2001/cohors
Project-URL: Changelog, https://github.com/rushirb2001/cohors/blob/main/CHANGELOG.md
Keywords: git,tui,dashboard,cli,developer-tools
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# cohors

A fast dashboard for **all your git repos** — one terminal view of every
repository on your machine, showing which ones need you and why (unpushed
branches, uncommitted changes, stale stashes, failing CI, open PRs), plus web
and MCP front-ends that render the same scan.

```sh
pip install cohors
cohors init     # auto-detect where your repos live
cohors          # launch the dashboard
```

`pip install cohors` fetches a prebuilt binary for your platform (macOS Apple
Silicon / Intel, Linux x86_64) — no Rust toolchain required. On other platforms,
install from source with `cargo install --git https://github.com/rushirb2001/cohors cohors-tui`.

Full docs, the web dashboard, and the MCP server: **https://github.com/rushirb2001/cohors**

MIT licensed.
