mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
511 B
Plaintext
30 lines
511 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# screenfetch
|
|
|
|
> Display system information.
|
|
> More information: <https://github.com/KittyKatt/screenFetch#running-screenfetch>.
|
|
|
|
- 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`
|