1
0
mirror of https://github.com/o2sh/onefetch synced 2024-06-25 20:32:19 +00:00
Go to file
2024-06-23 16:22:00 +02:00
.cargo add audit.toml to ignore time rustsec errors 2021-11-23 19:21:39 +01:00
.devcontainer Install cargo-insta in dev containers (#909) 2022-12-28 11:50:04 -05:00
.github #1311 remove stale bot 2024-06-23 16:22:00 +02:00
.vscode Add devcontainer/codespace config (#857) 2022-11-14 00:31:08 +01:00
ascii cargo changelog --write 2024-03-20 00:35:21 +01:00
assets Update language badge [Skip CI] 2024-05-04 19:23:05 +00:00
benches cargo clippy pedantic 2023-05-28 21:37:31 +02:00
docs Bump the site group in /docs/vercel with 10 updates (#1352) 2024-06-07 18:19:06 +02:00
image Bump base64 from 0.22.0 to 0.22.1 (#1330) 2024-05-04 22:06:55 +02:00
manifest Bump cargo_toml from 0.19.1 to 0.20.2 (#1327) 2024-05-04 21:13:02 +02:00
resources update license cache dataset 2022-08-05 23:14:15 +02:00
snap fix phrasing description 2022-10-23 12:25:01 +02:00
src exclude bot commits from churn when --no-bots option is used (#1335) 2024-05-07 19:07:14 +02:00
tests refacto pending info 2024-03-17 00:32:14 +01:00
.codecov.yml add codecov yml file 2022-08-24 23:46:28 +02:00
.editorconfig Add devcontainer/codespace config (#857) 2022-11-14 00:31:08 +01:00
.gitattributes Set snapshot language to plain text (#1003) 2023-04-05 19:03:52 +02:00
.gitignore feat(ascii): parse multi-byte unicode chars correctly + docs (#936) 2023-01-19 18:32:47 +01:00
.gitpod.yml Install cargo-insta in dev containers (#909) 2022-12-28 11:50:04 -05:00
.mailmap fix .mailmap 2024-01-25 20:15:06 +01:00
.rustfmt.toml Convert line endings to LF (#815) 2022-10-10 20:34:02 +02:00
.tokeignore add .tokeignore 2023-03-06 21:53:54 +01:00
build.rs cargo clippy 2022-12-24 16:45:12 +01:00
Cargo.lock Bump insta from 1.38.0 to 1.39.0 (#1344) 2024-05-22 20:25:06 +02:00
Cargo.toml Bump insta from 1.38.0 to 1.39.0 (#1344) 2024-05-22 20:25:06 +02:00
CHANGELOG.md cargo changelog --write 2024-03-20 00:35:21 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2024-03-24 13:08:30 +01:00
languages.yaml fix oz ascii logo 2024-06-15 21:25:07 +02:00
LICENSE.md add contributors file 2018-10-02 22:04:07 +02:00
Makefile change default target in Makefile 2023-12-02 21:27:49 +01:00
README.md Update README.md 2024-01-20 19:17:17 +01:00

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]