1
0
mirror of https://github.com/o2sh/onefetch synced 2024-07-07 19:29:18 +00:00
Go to file
dependabot[bot] 5d552fba4a
Bump serde from 1.0.145 to 1.0.147 (#836)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.147)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 11:43:51 +02:00
.cargo add audit.toml to ignore time rustsec errors 2021-11-23 19:21:39 +01:00
.github Bump actions/stale from 6.0.0 to 6.0.1 (#820) 2022-10-11 12:21:11 -04:00
assets Update language badge [Skip CI] 2022-10-16 00:25:25 +00:00
docs update banner 2022-10-23 15:27:55 +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 Refactor test expressions (#831) 2022-10-23 14:58:30 +02:00
tests/fixtures testing get_git_username using git-testtools for #700 (#812) 2022-10-14 22:14:16 +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 testing get_git_username using git-testtools for #700 (#812) 2022-10-14 22:14:16 +02:00
.mailmap update .mailmap 2021-06-30 20:31:29 +02:00
.rustfmt.toml Convert line endings to LF (#815) 2022-10-10 20:34:02 +02:00
build.rs remove rs extension from tera template 2022-08-13 22:12:24 +02:00
Cargo.lock Bump serde from 1.0.145 to 1.0.147 (#836) 2022-10-26 11:43:51 +02:00
Cargo.toml Bump serde from 1.0.145 to 1.0.147 (#836) 2022-10-26 11:43:51 +02:00
CHANGELOG.md update CHANGELOG 2022-10-22 22:54:45 +02:00
CONTRIBUTING.md Extract language definitions into data file (#699) 2022-07-09 11:08:49 +02:00
languages.yaml update assembly logo 2022-10-16 23:27:25 +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 phrasing description 2022-10-23 12:25:01 +02:00

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]