Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

onefetch-2.27.1-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: onefetch Distribution: openSUSE Tumbleweed
Version: 2.27.1 Vendor: openSUSE
Release: 1.2 Build date: Tue Mar 24 09:17:23 2026
Group: System/X11/Terminals Build host: reproducible
Size: 14240326 Source RPM: onefetch-2.27.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/o2sh/onefetch
Summary: Git repository summary on your terminal
Onefetch is a command line tool that displays information about your Git repository directly on your terminal.

Provides

Requires

License

GPL-2.0-only AND MIT

Changelog

* Tue Mar 24 2026 Michael Vetter <mvetter@suse.com>
  - Update to 0.27.1:
    * Fix CD pipeline
* Tue Mar 24 2026 Michael Vetter <mvetter@suse.com>
  - Update to 0.27.0:
    New Features:
    * add language support for Nushell #1687
    * add language support for Slint #1710
    Bug Fixes:
    * fix npm manifest parsing #1693
    * always show ascii-language when provided #1713
    * ascii_colors should match ascii-language colors when provided by CLI when no language detected bcfca6b
* Tue Jan 20 2026 Michael Vetter <mvetter@suse.com>
  - Update to 0.26.1:
    * Fix CD pipeline
* Tue Jan 20 2026 Michael Vetter <mvetter@suse.com>
  - Update to 0.26.0:
    New Features:
    * Add colors to --help #1633
    Chores:
    * No unsafe #1646
    * bump cargo edition to 2024
    * increase default color resolution for sixel
    Bug Fixes:
    * skip get_main_language call if no language detected
* Wed Jul 09 2025 Michael Vetter <mvetter@suse.com>
  - Update to 0.25.0:
    New Features:
    * add language support for Text #1579
    * support repos "without source code" #1580
    Chores:
    * improve error handling #1560
    Bug Fixes:
    * remove extra line break in 886d942
  - bsc#1230085: This updates gix-path to 0.10.11
* Sun Apr 13 2025 Michael Vetter <mvetter@suse.com>
  - Update to 0.24.0:
    * add language support for Lean #1509
    * add language support for Typst #1508
    * add language support for Razor #1521
    * more idiomatic way to fetch HEAD refs #1515
    * more idiomatic way to fetch repository remote URL #1516
    * update holyc language logo #1543
    * update wiki powershell-snippet #1542
* Tue Jan 07 2025 Michael Vetter <mvetter@suse.com>
  - Update to 0.23.1:
    * Fix version in man page
* Tue Jan 07 2025 Michael Vetter <mvetter@suse.com>
  - Update to 0.23.0:
    New Features:
    * add language support for OpenSCAD #1502
    * add language support for Modelica #1262
    * add language support for ATS #523
    * add language support for CUDA #940
    * add missing nerd fonts icons for some languages #1491
    Chores:
    * add Italian translation of README #1435
    * add Polish translation of README #1444
    * add Czech translation of READEME #1439
    * update russian README #1478
    * add script to preview/validate Nerd Fonts #1492
    * add Powershell snippet to run onefetch automatically #1453
* Fri Sep 20 2024 Michael Vetter <mvetter@suse.com>
  - Update to 2.22.0:
    New Features:
    * Add support for nerd font glyphs in languages info #1395
    * [onefetch.dev] Add nerdfont iconts to the preview #1411
    * Automate publishing crates to crates.io #1364
    Bug Fixes:
    * Show future commit dates without panicking #1389
    Chores:
    * Re-generate the man page with --no-info #1376
    * Drop unused shebangs from repo test fixture scripts #1375
  - bsc#1230686 (CVE-2024-45405):
    Bump git-path to 0.10.11
* Mon May 13 2024 Michael Vetter <mvetter@suse.com>
  - Update to 2.21.0:
    * Add CLI option to force URL format to HTTP instead of SSH #1314
    * Add CLI flag to hide token from repository URL #1319
    * Make Lua logo more readable on dark terminal #1337
    * Fix deadlock in Churn computation #1316
    * Exclude bot commits from churn when --no-bots option is used #1335
    * [onefetch.dev] switch to dark theme #1297
    * RUSTSEC-2024-0320: remove yaml-rust dependency #1309
    * Refactor --no-bots CLI option #1340
* Mon Mar 18 2024 Michael Vetter <mvetter@suse.com>
  - Update to 2.20.0:
    * This version marks the completion of the transition from git2 to gitoxide
    * Add svg language support #1266
    * lang: Adding Oz programming language #1280
* Fri Dec 01 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2.19.0:
    New Features:
    * exclude files from churn #1120
    * add odin support #1064
    * New language: Arduino #1176
    * Right align authorship percentages #1207
    * Add Agda to languages.yaml #1216
    Bug Fixes:
    * add a test for negative dates and see how onefetch handles it #1100
* Mon Jun 26 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2.18.1:
    * don't fail when computing diff on partial clones (#1093)
    * fetch banner info from github (#1094)
* Fri Jun 23 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2.18.0:
    * add new info line called "Churn" which displays the files with
      the most modifications (commits) (#1071)
    * add Hlsl support (#1082)
    * performance: optimize case where repo has a commit-graph for
      massive performance gains (#1081)
    * docs: add a cmd.exe version of the cd snippet (#1048)
    * refacto: use the builder pattern to instantiate the Info struct (#1047)
    * improve bot regex (#1086)
* Sat Apr 29 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2.17.1:
    * Improve code coverage of src/info/mod.rs #1011
    * Improve code coverage of src/ui/mod.rs #1012
    * Added fish git repository greeter script to wiki #1021
    * upgrade gitoxide to v0.44 and incorporate #1023 #1024
* Sun Apr 09 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2.17.0:
    Features:
    * Disable line wrap #983
    * Add Pascal support #989
    * Add Coldfusion support #971
    * Remove github token from url field #996
    Chore:
    * Changed Hashbang #979
    * Prevent conflicts in wiki action 39fe441
    * Fix typos #992
    * Group CLI options in sections #995
    * replace --show-logo with --no-art #1002
    * Set snapshot language to plain text #1003
    * Better error message when human_time panics #1010
* Mon Feb 27 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2.16.0:
    Features:
    * Add GLSL language support #490 #824
    Bug fixes:
    * Fix Markdown / Jupyter markup not getting counted #937
    * upgrade gix to 0.36.1 to avoid breakage. #965
* Fri Jan 20 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2.15.1:
    * Fix CD Github action
* Fri Jan 20 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2.15.0:
    Features:
    * Add --number-separator CLI flag #892
    * Add Makefile language support #867
    * Vercel: add section links #922
    Chore:
    * Add gitpod.io configuration #881
    * Use human_panic #887
    * Read license from manifest first #769
    * Install cargo-insta in dev containers #909
    * Info struct to holds a Vec #911
    * Add benchmark #912
    * GH action to synchronize wiki with .github/wiki #926
    * Clean up greeter and fix repository detection mechanism in wiki #927
    * Turn AsciiArt.rs into its own crate #934
    Bug Fixes:
    * Use ISO time for snapshot tests #908
    * Parse multi-byte unicode chars correctly + docs #936

Files

/usr/bin/onefetch
/usr/share/doc/packages/onefetch
/usr/share/doc/packages/onefetch/README.md
/usr/share/licenses/onefetch
/usr/share/licenses/onefetch/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:32:08 2026