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.
 
 
 
 
o2sh 2487813725
bump version
2 years ago
.cargo add audit.toml to ignore time rustsec errors 4 years ago
.devcontainer Install cargo-insta in dev containers (#909) 3 years ago
.github Bump softprops/action-gh-release from 1 to 2 (#1284) 2 years ago
.vscode Add devcontainer/codespace config (#857) 3 years ago
ascii cargo changelog --write 2 years ago
assets Update msrv badge [Skip CI] 2 years ago
benches cargo clippy pedantic 3 years ago
docs bump version 2 years ago
image Bump base64 from 0.21.5 to 0.22.0 (#1282) 2 years ago
manifest Bump cargo_toml from 0.17.2 to 0.19.1 (#1268) 2 years ago
resources update license cache dataset 3 years ago
snap fix phrasing description 3 years ago
src refacto pending info 2 years ago
tests refacto pending info 2 years ago
.codecov.yml add codecov yml file 3 years ago
.editorconfig Add devcontainer/codespace config (#857) 3 years ago
.gitattributes Set snapshot language to plain text (#1003) 3 years ago
.gitignore feat(ascii): parse multi-byte unicode chars correctly + docs (#936) 3 years ago
.gitpod.yml Install cargo-insta in dev containers (#909) 3 years ago
.mailmap fix .mailmap 2 years ago
.rustfmt.toml Convert line endings to LF (#815) 3 years ago
.tokeignore add .tokeignore 3 years ago
CHANGELOG.md cargo changelog --write 2 years ago
CONTRIBUTING.md Use GitHub's alert syntax (#1234) 2 years ago
Cargo.lock bump version 2 years ago
Cargo.toml bump version 2 years ago
LICENSE.md add contributors file 7 years ago
Makefile change default target in Makefile 2 years ago
README.md Update README.md 2 years ago
build.rs cargo clippy 3 years ago
languages.yaml fiz oz logo 2 years ago

README.md

Command-line Git information tool written in Rust

cargo Build Status help wanted

العربية | 简体中文 | Deutsch | Español | فارسی | Français | 日本語 | 한국어 | Русский | Türkçe

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 100 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]