HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pfetch — Display system information. More information: <https://github.com/dylanaraps/pfetch>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpfetchcliinformationmoredisplaysystem

Problem

How to use the pfetch command: Display system information. More information: <https://github.com/dylanaraps/pfetch>.

Solution

pfetch — Display system information. More information: <https://github.com/dylanaraps/pfetch>.

Display the ASCII art and default fields:
pfetch


Display only the ASCII art and color palette fields:
PF_INFO="{{ascii palette}}" pfetch


Display all possible fields:
PF_INFO="{{ascii title os host kernel uptime pkgs memory shell editor wm de palette}}" pfetch


Display a different username and hostname:
USER="{{user}}" HOSTNAME="{{hostname}}" pfetch


Display without colors:
PF_COLOR={{0}} pfetch

Code Snippets

Display the ASCII art and default fields

pfetch

Display only the ASCII art and color palette fields

PF_INFO="{{ascii palette}}" pfetch

Display all possible fields

PF_INFO="{{ascii title os host kernel uptime pkgs memory shell editor wm de palette}}" pfetch

Display a different username and hostname

USER="{{user}}" HOSTNAME="{{hostname}}" pfetch

Display without colors

PF_COLOR={{0}} pfetch

Context

tldr-pages: common/pfetch

Revisions (0)

No revisions yet.