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

screenfetch — Display system information. More information: <https://github.com/KittyKatt/screenFetch#running-scre

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

Problem

How to use the screenfetch command: Display system information. More information: <https://github.com/KittyKatt/screenFetch#running-screenfetch>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/screenfetch

Revisions (0)

No revisions yet.