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 4867f2cdc9 reduce size of forth ASCII logo #249 5 years ago
.github Use actions/checkout v2 for Rustfmt 5 years ago
assets resize r.png 5 years ago
resources reduce size of forth ASCII logo #249 5 years ago
snap bump onefetch version 5 years ago
src refacto total == 0 condition 5 years ago
.editorconfig Add editorconfig 6 years ago
.gitignore rollback to static license cache 6 years ago
CHANGELOG.md update changelog 6 years ago
CONTRIBUTING.md improves #220 by adding link to wiki article about python tool 5 years ago
Cargo.lock Merge pull request #263 from o2sh/dependabot/cargo/regex-1.4.1 5 years ago
Cargo.toml Bump git2 from 0.13.11 to 0.13.12 5 years ago
LICENSE.md add contributors file 7 years ago
Makefile improved cd action 5 years ago
README.md Fix grammar error in README.md 5 years ago
default.nix remove the platform meta data 6 years ago

README.md

A command-line Git information tool written in Rust

cargo Build Status help wanted

Get it from the Snap Store

Onefetch is a command line information tool that displays information about your Git repository directly on your terminal.

The repo's information is displayed alongside the dominant language's ASCII logo. You can further configure Onefetch to instead use an image (png, jpeg...) on supported terminals. More information here.

Onefetch provides the user with code statistics and project information with features like license detection. Onefetch will show the language distribution, LOC (lines of code), size on disk, Contributors, Version, etc.

You can further configure Onefetch to display exactly what you want it to, through the use of command-line flags.

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: [Installation] [Getting Started] [Wiki]