archey4 - A simple system information tool written in Python
archey [options]
archey4 [options]
Archey4 is a maintained fork of the original Archey Linux
system tool.
The original Archey program had been written by Melik Manukyan in 2009, and
quickly abandoned in 2011.
At first, it only supported Arch Linux distribution, further support had been
added afterwards.
Many forks popped in the wild due to inactivity, but this one attends since
2017 to succeed where the others failed:
Remain maintained, community-driven and highly-compatible
with yesterday's and today's systems.
- -h, --help
- show help message and exit
- -c, --config-path PATH
- path to a configuration file, or a directory containing a `config.json`
- -d, --distribution
IDENTIFIER
- supported distribution identifier to show the logo of, pass `unknown` to
list them
- -j, --json
- output entries data to JSON format, use multiple times to increase
indentation
- -l, --logo-style
IDENTIFIER
- alternative logo style identifier to show instead of the distribution
default one. For instance, you can try 'retro' to prefer old Apple's logo
on Darwin platforms
- -s, --screenshot
[FILENAME]
- take a screenshot once execution is done, optionally specify a target path
- -v, --version
- show program's version number and exit
Archey will regularly run in terminal text output mode if no
argument is passed.
- NO_COLOR
- prevent ANSI-colored output, see <https://no-color.org/>
- CLICOLOR
- prefer ANSI-colored output when the program isn't piped, see
<https://bixense.com/clicolors/>
- CLICOLOR_FORCE
- force ANSI-colored output, see <https://bixense.com/clicolors/>
- DO_NOT_TRACK
- prevent connections to external services on the Internet, see
<https://consoledonottrack.com/>
Archey exits with 0 on success and 1 on failure.
On arguments parsing error, it exits with 2.
/etc/archey4/config.json
~/.config/archey4/config.json
./config.json
Please refer to README.md for further documentation about
configuration files.
Please report any bug to
<https://github.com/HorlogeSkynet/archey4/> or
<mailto:dev+archey@samuel.domains>.
NEOFETCH(1), SCREENFETCH(1)