mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 08:17:59 +01:00
24 lines
332 B
Markdown
24 lines
332 B
Markdown
|
# screenfetch
|
||
|
|
||
|
> Display system information.
|
||
|
|
||
|
- Start screenfetch:
|
||
|
|
||
|
`screenfetch`
|
||
|
|
||
|
- Take a screenshot (requires 'scrot'):
|
||
|
|
||
|
`screenfetch -s`
|
||
|
|
||
|
- Specify distribution logo:
|
||
|
|
||
|
`screenfetch -A '{{distribution_name}}'`
|
||
|
|
||
|
- Specify distribution logo and text:
|
||
|
|
||
|
`screenfetch -D '{{distribution_name}}'`
|
||
|
|
||
|
- Strip all color:
|
||
|
|
||
|
`screenfetch -N`
|