mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 21:50:26 +00:00
Update cheatsheets
This commit is contained in:
29
pfetch
Normal file
29
pfetch
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user