LinuxCommandLibrary

pfetch

Display system information.

TLDR

Display the ASCII art and default fields

$ pfetch
copy


Display only the ASCII art and color palette fields
$ PF_INFO="[ascii palette]" pfetch
copy


Display all possible fields
$ PF_INFO="[ascii title os host kernel uptime pkgs memory shell editor wm de palette]" pfetch
copy


Display a different username and hostname
$ USER="[user]" HOSTNAME="[hostname]" pfetch
copy


Display without colors
$ PF_COLOR=[0] pfetch
copy

Copied to clipboard