./sysutils/pfetch, Pretty system information tool written in POSIX sh

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


Branch: CURRENT, Version: 1.7.0, Package name: pfetch-1.7.0, Maintainer: fox

Pretty and simple system information tool written in POSIX sh, supporting:
Linux; Android; MacOS; OpenBSD; FreeBSD; NetBSD; Haiku; Minix; Solaris; and
more.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 25.301 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-09 08:19:25 by Santhosh Raju | Files touched by this commit (2)
Log message:
sysutils/pfetch: Update to 1.7.0

Changes since 1.6.0:

1.7.0

What's Changed

  * Clean-up manual page by @polluks in #54
  * Added PF_ENABLE_SLOW_PACKAGE_MANAGERS option, for now just re-enables
    pip package count, but in the future other slow package managers will
    be locked behind this option.
  * Support cpus info for OpenBSD

This release was very small, I've been making new releases every month, but
eventually a month will happen with no new commits. I may switch to a 3 month
schedule if development slows down too much, but for now the policy is that if
a month goes by with no commits than the release is pushed back to the next
month.

Merry Christmas and happy holidays!

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.6.0...1.7.0
   2024-11-04 06:05:28 by Santhosh Raju | Files touched by this commit (2)
Log message:
sysutils/pfetch: Update to 1.6.0

Changes since 1.5.0:

1.6.0

What's Changed

  * Fix parameter substitution on BSD by @merdely in #48
  * Adding a man page by @danielhejduk in #51
  * Fixed typos by @polluks in #52 and #53
  * Support custom ASCII art
  * Proper error when uname is unavailible

New Contributors

  * @merdely made their first contribution in #48

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.5.0...1.6.0
   2024-10-06 13:24:36 by Santhosh Raju | Files touched by this commit (2)
Log message:
sysutils/pfetch: Update to 1.5.0

Changes since 1.4.0:

1.5.0

What's Changed

    Add fallback for when username cannot be determined.
    Fix uptime on some systems without uptime or date.
    Fix corrupt output for systems that don't support uptime.
    Support disk info on Haiku.
    More accurate disk info on IRIX and Digital UNIX.
    Add cpus info for displaying the number of cores.
    Support AIX.

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.4.0...1.5.0
   2024-09-03 11:22:19 by Santhosh Raju | Files touched by this commit (2)
Log message:
sysutils/pfetch: Update to 1.4.0

Changes since 1.3.0:

1.4.0

What's Changed

  * Add support for more package managers by @AlbydST in #34
  * Support Digital UNIX (aka Tru64 UNIX)
  * Support HP-UX
  * PF_KERNEL variable to control the displayed kernel version
  * Support disk info for NetBSD

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.3.0...1.4.0
   2024-08-03 17:05:23 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/pfetch: update to 1.3.0

What's Changed

    Fix NetBSD's host checkup. by @fraggerfox in #24
    Added better kernel support for MorphOS by @polluks in #27
    make strip_color_code_stuff not use awk or sed by @st0rmw1ndz in #28
    Fix a bug where cargo reported 1 installed package when none were installed
    Fixed a bug where zsh would report a decimal number for used memory
    Updated the EndeavourOS logo with better colors
    Fixed bug where the space between the logo and info text was sometimes \ 
inconsistent
    Support the $NO_COLOR environment variable
   2024-07-02 09:07:12 by Santhosh Raju | Files touched by this commit (2)
Log message:
sysutils/pfetch: Update to 1.2.0

Changes since 1.1.0:

1.2.0

What's Changed

  * Fix OpenBSD's host info by @danielhejduk in #22
  * radula is now called rad by @firasuke in #23
  * Fix a broken command that led to some slightly broken output
  * Fix broken output from disk info in some conditions
  * Add a fast path for apk package count
  * Add tiny option to PF_PACKAGE_MANAGERS
  * Fix WSL2 detection
  * Fix an issue when unable to determine distro
  * Fix chocolatey package count
  * Add macOS Sequoia support

New Contributors

  * @danielhejduk made their first contribution in #22
  * @firasuke made their first contribution in #23

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.1.0...1.2.0

This release is a bit earlier then usual because I'm going on vacation
and won't be available on the first of July to do the release, I will
return on July 3rd.
   2024-06-29 02:49:59 by Santhosh Raju | Files touched by this commit (2)
Log message:
sysutils/pfetch: Update to 1.1.0

Changes since 1.0.1:

1.1.0

  * Fixed a bug with the wrong host being used on iOS
  * Fixed a bug where the disk usage was wrong on Busybox w32 and sometimes
    on MSYS2
  * Fixed a bug where incorrect memory usage was reported on some older
    Darwin systems that didn't allow retrieving the required info,
    those systems now don't show memory usage
  * Resolution info is now supported on Windows
  * Replaced some uses of awk and grep with pure POSIX shell

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.0.1...1.1.0

Happy pride month!
   2024-05-05 09:33:17 by Santhosh Raju | Files touched by this commit (2)
Log message:
sysutils/pfetch: Update to 1.0.1

Changes since 0.6.0:

1.0.1

This is a minor release to fix disk usage not working at all in bash

1.0.0

First release!

This brings many improvements over the last version from dylanaraps, including
support for Windows (Cygwin, MSYS2, busybox-w32), GNU Hurd, and MorphOS, and
many Linux distros, new information like disk usage and resolution, and lots
of general improvements all throughout the script.