37 lines
1.6 KiB
HTML
37 lines
1.6 KiB
HTML
|
---
|
||
|
layout: page
|
||
|
category_title: Intermediate commands
|
||
|
category-page: intermediate
|
||
|
tags: neofetch fetch neo
|
||
|
author: Marco Farace
|
||
|
title: neofetch
|
||
|
---
|
||
|
|
||
|
<p>Neofetch is a fast, higly customizable system info script. a CLI system
|
||
|
information tool written in BASH. Neofetch displays information about your
|
||
|
system next to an image, your OS logo, or any ASCII file of your choice.</p>
|
||
|
|
||
|
<h3> Flags (just some of the many, many, many...)</h3>
|
||
|
<ul>
|
||
|
<li>--disable [infoname]: Allows you to disable an info line from appearing
|
||
|
in the output. infoname' is the function name from the 'print_info()'
|
||
|
functioninside the config file.For example: 'info "Memory" memory'
|
||
|
would be '--disable memory'
|
||
|
<pre>NOTE: You can supply multiple args. eg. 'neofetch --disable cpu
|
||
|
gpu'</pre></li>
|
||
|
<li>--colors [x x x x x x]: Changes the text colors in this order:
|
||
|
<pre> title, @, underline, sub-title, colon, info</pre></li>
|
||
|
<li> --underline [on/off]
|
||
|
Enable/Disable the underline.</li>
|
||
|
<li>--bold [on/off]
|
||
|
Enable/Disable bold text</li>
|
||
|
<li>--backend [backend]: Which image backend to use. Possible values:
|
||
|
<pre>'ascii', 'caca', 'jp2a', 'iterm2', 'off', 'sixel', 'tycat', 'w3m'</pre>
|
||
|
|
||
|
<li>--source [source]: Which image or ascii file to use. Possible values:
|
||
|
<pre>'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii',
|
||
|
'/path/to/dir/'</pre></li>
|
||
|
|
||
|
<li>--ascii [source]: Shortcut to use 'ascii' backend.</li>
|
||
|
</ul>
|