Path to this page:
./
sysutils/onefetch,
Git repository summary on your terminal
Branch: CURRENT,
Version: 2.23.1,
Package name: onefetch-2.23.1,
Maintainer: pinOnefetch is a command line information tool that displays information about your
Git repository directly on your terminal.
The information is by default displayed alongside the dominant language's logo.
You can further configure Onefetch to display an image instead or another ascii
logo.
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 almost 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!
Master sites:
Filesize: 1889.132 KB
Version history: (Expand)
- (2025-01-01) Updated to version: onefetch-2.23.1
- (2024-09-22) Updated to version: onefetch-2.22.0
- (2024-05-08) Updated to version: onefetch-2.21.0
- (2024-03-18) Updated to version: onefetch-2.20.0
- (2023-12-01) Updated to version: onefetch-2.19.0
- (2023-10-25) Updated to version: onefetch-2.18.1nb3
CVS history: (Expand)
2025-01-01 20:42:30 by pin | Files touched by this commit (3) | |
Log message:
sysutils/onefetch: update to 2.23.1
2.23.1
Bug Fixes ๐
- Fix version in man page
2.23.0
What's Changed
New Features ๐
- add language support for OpenSCAD by @kenchou in #1502
- add language support for Modelica by @dietmarw in #1262
- add language support for ATS by @pykenny in #523
- add language support for CUDA by @jtmr05 in #940
- add missing nerd fonts icons for some languages by @ankddev in #1491
Chores ๐งน
- add Italian translation of README by @tlazzarin in #1435
- add Polish translation of README by @adamperkowski in #1444
- add Czech translation of READEME by @Amereyeu in #1439
- update russian README by @ankddev in #1478
- [onefetch.dev] migrate to Svelte v5 by @o2sh in #1455
- add script to preview/validate Nerd Fonts by @spenserblack in #1492
- add Powershell snippet to run onefetch automatically by @kiapanahi in #1453
|
2024-03-18 09:42:02 by pin | Files touched by this commit (3) | |
Log message:
sysutils/onefetch: update to 2.20.0
New Features ๐
Add svg language support by @Localghost385 in #1266
lang: Adding Oz programming language by @luxluth in #1280
Chores ๐งน
website: Filter entries by language type in onefetch.dev by @o2sh in #1227
Use GitHub's alert syntax by @spenserblack in #1234
Add german translation of README.md by @rdwz in #1236
Use gitoxide to get pending changes by @Byron in #1285
|
2023-11-30 23:01:00 by pin | Files touched by this commit (5) | |
Log message:
sysutils/onefetch: update to 2.19.0
2.19.0 (2023-11-29)
New Features ๐
- exclude files from churn by @o2sh in #1120
- add odin support by @spsandwichman in #1064
- New language: Arduino by @Sh4rk-Byte in #1176
- Right align authorship percentages by @lukehsiao in #1207
- Add Agda to languages.yaml by @Zoltan-Balazs in #1216
Bug Fixes ๐
- add a test for negative dates and see how onefetch handles it
by @Byron in #1100
Chores ๐งน
- Group clap dependency updates by @spenserblack in #1101
- Group all NPM dependency updates by @spenserblack in #1110
- Added Turkish Translations by @4Chaffenel in #1135
- use workspace inheritance by @o2sh in #1142
- docs(contributing): Add syntax highlighting to YAML block by @spenserblack in \
#1172
- add release.yml file by @o2sh in #1177
- replace action-rs by @o2sh in #1191
- Resolve clippy warnings by @spenserblack in #1201
- Refactor and test info field styling by @spenserblack in #1214
- Refactoring git metrics module by @o2sh in #1217
Dependencies โฌ๏ธโฌ๏ธ
- upgrade to gix 0.53.1 by @Byron in #1166
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-20 23:24:29 by pin | Files touched by this commit (1) |
Log message:
sysutils/onefetch: fix build with new libgit2
Switch to vendored libgit2 to avoid mismatches.
|
2023-08-26 19:15:24 by Havard Eidnes | Files touched by this commit (3) |
Log message:
sysutils/onefetch: Fix build on NetBSD/powerpc.
We do this by forcefully not probing for POWER8 or POWER9 in
vendor/libz-ng-sys-1.1.8.
Bump PKGREVISION.
|
2023-06-26 10:21:09 by pin | Files touched by this commit (2) | |
Log message:
sysutils/onefetch: update to 2.18.1
Bug Fixes
- don't fail when computing diff on partial clones (#1093) @Byron @o2sh
Features
- fetch banner info from github (#1094) @spenserblack @o2sh
|
2023-06-21 09:54:44 by pin | Files touched by this commit (3) | |
Log message:
sysutils/onefetch: update to 2.18.0
Features
- add new info line called "Churn" which displays the files with the most
modifications (commits) (#1071) @o2sh @Byron
- add Hlsl support (#1082) @progDes007
Chore
- performance: optimize case where repo has a commit-graph for massive
performance gains (#1081) @Byron
- docs: add a cmd.exe version of the cd snippet (#1048) @mataha
- refacto: use the builder pattern to instantiate the Info struct (#1047)
@o2sh @spenserblack
- improve bot regex (#1086) @o2sh @spenserblack
|