./sysutils/onefetch, Git repository summary on your terminal

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.20.0, Package name: onefetch-2.20.0, Maintainer: pin

Onefetch 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: 1908.419 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-18 09:42:02 by pin | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html