theshell.ch/site/pages/cmd/interm/Neofetch.html
bevilj b5ba593ca4 code review
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@219 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-15 20:09:21 +00:00

35 lines
1.4 KiB
HTML

---
layout: page
category_title: Intermediate commands
category-page: intermediate
tags: neofetch fetch neo
author: Marco Farace
title: neofetch
---
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</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'.
</li>
<li>--colors [x x x x x x]: Changes the text colors in this order:
<code>title, @, underline, sub-title, colon, info</code>
</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:
<code>'ascii', 'caca', 'jp2a', 'iterm2', 'off', 'sixel', 'tycat', 'w3m'</code>
</li>
<li>--source [source]: Which image or ascii file to use. Possible values:
<code>'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii',
'/path/to/dir/'</code>
</li>
<li>--ascii [source]: Shortcut to use 'ascii' backend.</li>
</ul>