|
|
2 weeks ago | |
|---|---|---|
| .devcontainer | 1 year ago | |
| .github | 2 weeks ago | |
| .vscode | 3 years ago | |
| ascii | 4 months ago | |
| assets | 2 weeks ago | |
| benches | 7 months ago | |
| docs | 2 weeks ago | |
| image | 2 weeks ago | |
| manifest | 4 months ago | |
| resources | ||
| scripts | 1 year ago | |
| snap | 3 years ago | |
| src | 2 weeks ago | |
| tests | 6 months ago | |
| .editorconfig | 9 months ago | |
| .gitattributes | 3 years ago | |
| .gitignore | 9 months ago | |
| .mailmap | 2 years ago | |
| .rustfmt.toml | ||
| .tokeignore | 3 years ago | |
| CHANGELOG.md | 8 months ago | |
| CONTRIBUTING.md | 11 months ago | |
| Cargo.lock | 2 weeks ago | |
| Cargo.toml | 2 weeks ago | |
| LICENSE.md | ||
| Makefile | 2 years ago | |
| README.md | 2 weeks ago | |
| build.rs | 7 months ago | |
| languages.yaml | 6 months ago | |
README.md
Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly in your terminal.
The tool works completely offline with a focus on performance and customizability.
By default, repository information is shown alongside the dominant language’s ASCII logo, but you can configure onefetch to display an image on supported terminals.
It automatically detects open-source licenses from their text and provides valuable information such as language distribution, pending changes, dependency counts (per package manager), top contributors (by number of commits), disk usage, creation date, lines of code (LOC), and more.
Onefetch can be customized via command-line options to display exactly what you want, the way you want it: adjust the text styling, disable info lines, ignore files and directories, output in multiple formats (JSON, YAML), etc.
Currently, onefetch supports more than 100 different programming languages; if your language of choice isn't supported: Open an issue and support will be added.
Contributions are very welcome! See CONTRIBUTING for more info.