Git repository summary in your terminal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Spenser Black 944ce50bd2
Add devcontainer/codespace config (#857)
3 years ago
.cargo add audit.toml to ignore time rustsec errors 4 years ago
.devcontainer Add devcontainer/codespace config (#857) 3 years ago
.github fix winget-releaser job 3 years ago
.vscode Add devcontainer/codespace config (#857) 3 years ago
assets Update msrv badge [Skip CI] 3 years ago
docs Bump prettier-plugin-svelte from 2.7.1 to 2.8.0 in /docs/vercel (#846) 3 years ago
image add symlink for image crate license 3 years ago
manifest fix symlink for license 3 years ago
resources update license cache dataset 3 years ago
snap fix phrasing description 3 years ago
src move image_backends into its own crate 3 years ago
tests Add manifest crate (#851) 3 years ago
.codecov.yml add codecov yml file 3 years ago
.editorconfig Add devcontainer/codespace config (#857) 3 years ago
.gitattributes move vercel into docs folder 3 years ago
.gitignore Add test info mod rs (#827) 3 years ago
.mailmap update .mailmap 5 years ago
.rustfmt.toml Convert line endings to LF (#815) 3 years ago
CHANGELOG.md update changelog 3 years ago
CONTRIBUTING.md Add manifest crate (#851) 3 years ago
Cargo.lock Bump libc from 0.2.134 to 0.2.137 (#838) 3 years ago
Cargo.toml bump msrv 3 years ago
LICENSE.md add contributors file 7 years ago
Makefile Generate Windows installer from CD (#668) 4 years ago
README.md fix phrasing description 3 years ago
build.rs remove rs extension from tera template 3 years ago
languages.yaml update assembly logo 3 years ago

README.md

Command-line Git information tool written in Rust

cargo Build Status help wanted

日本語  فارسی       

Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly to your terminal. The tool is completely offline - no network access is required.

By default, the repo's information is displayed alongside the dominant language's logo, but you can further configure onefetch to instead use an image - on supported terminals -, a text input or nothing at all.

It automatically detects open source licenses from texts and provides the user with valuable information like code distribution, pending changes, number of dependencies (by package manager), top contributors (by number of commits), size on disk, creation date, LOC (lines of code), etc.

Onefetch can be configured via command-line flags to display exactly what you want, the way you want it to: you can customize ASCII/Text formatting, disable info lines, ignore files & directories, output in multiple formats (Json, Yaml), etc.

As of now, onefetch supports more than 50 different programming languages; if your language of choice isn't supported: Open up an issue and support will be added.

Contributions are very welcome! See CONTRIBUTING for more info.

More: [Wiki] [Installation] [Getting Started]