theshell.ch/site/pages/cmd/interm/Neofetch.html
faracm 858f5cfa7a corrected block diplaying wrong
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@215 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-15 16:28:02 +00:00

36 lines
1.5 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>