|
|
1 day ago | |
|---|---|---|
| .github | 1 day ago | |
| .vscode | 3 years ago | |
| ascii | 3 weeks ago | |
| assets | 3 weeks ago | |
| benches | 3 months ago | |
| docs | 1 day ago | |
| image | 3 weeks ago | |
| manifest | 3 weeks ago | |
| resources | 4 years ago | |
| scripts | 1 year ago | |
| snap | 3 years ago | |
| src | 3 weeks ago | |
| tests | 3 months ago | |
| .editorconfig | 12 months ago | |
| .gitattributes | 1 day ago | |
| .gitignore | 12 months ago | |
| .mailmap | 2 years ago | |
| .rustfmt.toml | 3 months ago | |
| .tokeignore | 1 day ago | |
| CHANGELOG.md | 3 months ago | |
| CONTRIBUTING.md | 1 year ago | |
| Cargo.lock | 3 weeks ago | |
| Cargo.toml | 1 day ago | |
| LICENSE.md | 8 years ago | |
| Makefile | 2 years ago | |
| README.md | 4 weeks ago | |
| build.rs | 10 months ago | |
| languages.yaml | 1 month ago | |
README.md
Onefetch is a command-line Git information tool that displays project information and code statistics for a local Git repository directly in your terminal. The tool works completely offline with a focus on performance and customizability.
![]() |
![]() |
Installation
Onefetch is available on Linux, macOS, and Windows platforms. Binaries for Linux, Windows, and macOS are available on the release page.
Linux
-
Ubuntu
wget https://github.com/o2sh/onefetch/releases/latest/download/onefetch_amd64.deb && sudo dpkg -i ./onefetch_amd64.deb && rm onefetch_amd64.deb -
Arch Linux
pacman -S onefetch -
openSUSE
zypper install onefetch
macOS
brew install onefetch
Windows
winget install onefetch
Usage
onefetch /path/of/your/repo
Or
cd /path/of/your/repo
onefetch
Customization
Onefetch can be customized via command-line arguments to display exactly what you want, the way you want it: adjust the text styling, disable info lines, ignore files and directories, output in multiple formats (JSON, YAML), etc.
Contributing
Currently, onefetch supports more than 100 different programming languages; if your language of choice isn't supported, open an issue and support will be added.
Contributions are very welcome! See CONTRIBUTING for more info.

