1
0
mirror of https://github.com/o2sh/onefetch synced 2024-06-30 22:54:20 +00:00
Go to file
2022-08-24 23:46:28 +02:00
.cargo add audit.toml to ignore time rustsec errors 2021-11-23 19:21:39 +01:00
.github fix ci.yml 2022-08-21 13:01:48 +02:00
assets Generate Windows installer from CD (#668) 2022-05-26 14:54:20 +02:00
docs Update the README in Russian (#737) 2022-08-13 19:11:57 +02:00
resources update license cache dataset 2022-08-05 23:14:15 +02:00
snap map HOME to SNAP_REAL_HOME, #588 2022-03-18 22:49:10 +01:00
src rustfmt 2022-08-21 00:29:14 +02:00
.codecov.yml add codecov yml file 2022-08-24 23:46:28 +02:00
.editorconfig trim trailing whitespade in ascii art 2021-07-14 19:56:42 +02:00
.gitattributes move vercel into docs folder 2022-07-29 20:41:22 +02:00
.gitignore add DS_STORE to gitignore 2021-10-27 17:42:01 +02:00
.mailmap update .mailmap 2021-06-30 20:31:29 +02:00
build.rs remove rs extension from tera template 2022-08-13 22:12:24 +02:00
Cargo.lock Bump clap from 3.2.16 to 3.2.17 (#738) 2022-08-22 22:33:01 +02:00
Cargo.toml Bump clap from 3.2.16 to 3.2.17 (#738) 2022-08-22 22:33:01 +02:00
CHANGELOG.md Prepare changelog for upcoming 2.13 release. 2022-04-06 08:12:34 +08:00
CONTRIBUTING.md Extract language definitions into data file (#699) 2022-07-09 11:08:49 +02:00
languages.yaml remove empty line from ascii logo 2022-07-10 14:57:44 +02:00
LICENSE.md add contributors file 2018-10-02 22:04:07 +02:00
Makefile Generate Windows installer from CD (#668) 2022-05-26 14:54:20 +02:00
README.md fix links in READMEs 2022-08-04 10:03:36 +02:00

A command-line Git information tool written in Rust

cargo Build Status help wanted

日本語 | فارسی | 简体中文 | Русский | Español | Français

Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly on 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]