mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
21 lines
471 B
Markdown
21 lines
471 B
Markdown
![]() |
# pfetch
|
||
|
|
||
|
> Display system information.
|
||
|
> More information: <https://github.com/dylanaraps/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`
|