mirror of
https://github.com/dylanaraps/neofetch
synced 2025-06-25 00:01:24 -04:00
Compare commits
No commits in common. "master" and "7.1.0" have entirely different histories.
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2015-2021 Dylan Araps
|
Copyright (c) 2015-2020 Dylan Araps
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
|||||||
PREFIX = /usr
|
PREFIX ?= /usr
|
||||||
MANDIR = $(PREFIX)/share/man
|
MANDIR ?= $(PREFIX)/share/man
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo Run \'make install\' to install Neofetch.
|
@echo Run \'make install\' to install Neofetch.
|
||||||
|
87
neofetch.1
87
neofetch.1
@ -1,5 +1,5 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15.
|
||||||
.TH NEOFETCH "1" "April 2021" "Neofetch 7.1.0" "User Commands"
|
.TH NEOFETCH "1" "Aug 2020" "Neofetch 7.1.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Neofetch \- A fast, highly customizable system info script
|
Neofetch \- A fast, highly customizable system info script
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -152,9 +152,6 @@ URL to query for public IP
|
|||||||
\fB\-\-ip_timeout\fR int
|
\fB\-\-ip_timeout\fR int
|
||||||
Public IP timeout (in seconds).
|
Public IP timeout (in seconds).
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ip_interface\fR value
|
|
||||||
Interface(s) to use for local IP
|
|
||||||
.TP
|
|
||||||
\fB\-\-song_format\fR format
|
\fB\-\-song_format\fR format
|
||||||
Print the song data in a specific format (see config file).
|
Print the song data in a specific format (see config file).
|
||||||
.TP
|
.TP
|
||||||
@ -164,9 +161,6 @@ Print the Artist/Album/Title on separate lines.
|
|||||||
\fB\-\-memory_percent\fR on/off
|
\fB\-\-memory_percent\fR on/off
|
||||||
Display memory percentage.
|
Display memory percentage.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-memory_unit\fR kib/mib/gib
|
|
||||||
Memory output unit.
|
|
||||||
.TP
|
|
||||||
\fB\-\-music_player\fR player\-name
|
\fB\-\-music_player\fR player\-name
|
||||||
Manually specify a player to use.
|
Manually specify a player to use.
|
||||||
Available values are listed in the config file
|
Available values are listed in the config file
|
||||||
@ -218,6 +212,10 @@ Length in spaces to make the bars.
|
|||||||
Colors to make the bar.
|
Colors to make the bar.
|
||||||
Set in this order: elapsed, total
|
Set in this order: elapsed, total
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-cpu_display\fR mode
|
||||||
|
Bar mode.
|
||||||
|
Possible values: bar, infobar, barinfo, off
|
||||||
|
.TP
|
||||||
\fB\-\-memory_display\fR mode
|
\fB\-\-memory_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
Possible values: bar, infobar, barinfo, off
|
Possible values: bar, infobar, barinfo, off
|
||||||
@ -233,8 +231,8 @@ Possible values: bar, infobar, barinfo, off
|
|||||||
.TP
|
.TP
|
||||||
\fB\-\-backend\fR backend
|
\fB\-\-backend\fR backend
|
||||||
Which image backend to use.
|
Which image backend to use.
|
||||||
Possible values: 'ascii', 'caca', 'catimg', 'chafa', 'jp2a',
|
Possible values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2',
|
||||||
\&'iterm2', 'off', 'sixel', 'tycat', 'w3m', 'kitty', 'viu'
|
\&'off', 'sixel', 'tycat', 'w3m', 'kitty'
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-source\fR source
|
\fB\-\-source\fR source
|
||||||
Which image or ascii file to use.
|
Which image or ascii file to use.
|
||||||
@ -249,9 +247,6 @@ NEW: neofetch \fB\-\-ascii\fR "$(fortune | cowsay \fB\-W\fR 30)"
|
|||||||
\fB\-\-caca\fR source
|
\fB\-\-caca\fR source
|
||||||
Shortcut to use 'caca' backend.
|
Shortcut to use 'caca' backend.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-catimg\fR source
|
|
||||||
Shortcut to use 'catimg' backend.
|
|
||||||
.TP
|
|
||||||
\fB\-\-chafa\fR source
|
\fB\-\-chafa\fR source
|
||||||
Shortcut to use 'chafa' backend.
|
Shortcut to use 'chafa' backend.
|
||||||
.TP
|
.TP
|
||||||
@ -264,9 +259,6 @@ Shortcut to use 'jp2a' backend.
|
|||||||
\fB\-\-kitty\fR source
|
\fB\-\-kitty\fR source
|
||||||
Shortcut to use 'kitty' backend.
|
Shortcut to use 'kitty' backend.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-pot\fR source
|
|
||||||
Shortcut to use 'pot' backend.
|
|
||||||
.TP
|
|
||||||
\fB\-\-pixterm\fR source
|
\fB\-\-pixterm\fR source
|
||||||
Shortcut to use 'pixterm' backend.
|
Shortcut to use 'pixterm' backend.
|
||||||
.TP
|
.TP
|
||||||
@ -282,12 +274,6 @@ Shortcut to use 'tycat' backend.
|
|||||||
\fB\-\-w3m\fR source
|
\fB\-\-w3m\fR source
|
||||||
Shortcut to use 'w3m' backend.
|
Shortcut to use 'w3m' backend.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ueberzug\fR source
|
|
||||||
Shortcut to use 'ueberzug' backend
|
|
||||||
.TP
|
|
||||||
\fB\-\-viu\fR source
|
|
||||||
Shortcut to use 'viu' backend
|
|
||||||
.TP
|
|
||||||
\fB\-\-off\fR
|
\fB\-\-off\fR
|
||||||
Shortcut to use 'off' backend (Disable ascii art).
|
Shortcut to use 'off' backend (Disable ascii art).
|
||||||
.IP
|
.IP
|
||||||
@ -301,36 +287,36 @@ Colors to print the ascii art
|
|||||||
\fB\-\-ascii_distro\fR distro
|
\fB\-\-ascii_distro\fR distro
|
||||||
Which Distro's ascii art to print
|
Which Distro's ascii art to print
|
||||||
.TP
|
.TP
|
||||||
NOTE: AIX, Hash, Alpine, AlterLinux, Amazon, Anarchy, Android, instantOS,
|
NOTE: AIX, Alpine, AlterLinux, Anarchy, Android, Antergos, antiX,
|
||||||
Antergos, antiX, "AOSC OS", "AOSC OS/Retro", Apricity, ArchCraft,
|
"AOSC OS", "AOSC OS/Retro", Apricity, ArcoLinux, ArchBox, ARCHlabs,
|
||||||
ArcoLinux, ArchBox, ARCHlabs, ArchStrike, XFerience, ArchMerge, Arch,
|
ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig,
|
||||||
Artix, Arya, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight,
|
BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD,
|
||||||
bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
|
BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
|
||||||
Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres,
|
Chapeau, Chrom, Cleanjaro, ClearOS, Clear_Linux, Clover,
|
||||||
Container_Linux, CRUX, Cucumber, dahlia, Debian, Deepin, DesaOS,
|
Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin,
|
||||||
Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
|
DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
||||||
EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||||
FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
|
FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
||||||
gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS,
|
gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
||||||
Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
||||||
KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
|
Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite,
|
||||||
Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui,
|
LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
|
||||||
Mer, Minix, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
|
Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
|
||||||
Netrunner, Nitrux, NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD,
|
Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
|
||||||
openEuler, OpenIndiana, openmamba, OpenMandriva, OpenStage, OpenWrt,
|
NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
|
||||||
osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix,
|
OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus,
|
||||||
TrueOS, PCLinuxOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
|
Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
|
||||||
Proxmox, Puppy, PureOS, Qubes, Quibian, Radix, Raspbian, Reborn_OS,
|
PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
|
||||||
Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa,
|
Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
|
||||||
sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||||
SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
SereneLinux, SharkLinux, Siduction, Slackware, SliTaz, SmartOS,
|
||||||
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
Solus, Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
||||||
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||||
Ubuntu\-Cinnamon, Ubuntu\-Budgie, Ubuntu\-GNOME, Ubuntu\-MATE,
|
Ubuntu\-Budgie, Ubuntu\-GNOME, Ubuntu\-MATE, Ubuntu\-Studio, Ubuntu,
|
||||||
Ubuntu\-Studio, Ubuntu, Univention, Venom, Void, VNux, semc, Obarun,
|
Venom, Void, Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX
|
||||||
windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
have ascii logos
|
||||||
.IP
|
.IP
|
||||||
NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
|
NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
|
||||||
.IP
|
.IP
|
||||||
NOTE: Use '{distro name}_old' to use the old logos.
|
NOTE: Use '{distro name}_old' to use the old logos.
|
||||||
.IP
|
.IP
|
||||||
@ -341,7 +327,7 @@ Ubuntu\-Studio, Ubuntu\-Mate or Ubuntu\-Budgie to use the flavors.
|
|||||||
.TP
|
.TP
|
||||||
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
||||||
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
|
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
|
||||||
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
||||||
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||||
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
||||||
postmarketOS, and Void have a smaller logo variant.
|
postmarketOS, and Void have a smaller logo variant.
|
||||||
@ -363,9 +349,6 @@ in some terminals emulators when using image mode.
|
|||||||
How to size the image.
|
How to size the image.
|
||||||
Possible values: auto, 00px, 00%, none
|
Possible values: auto, 00px, 00%, none
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-catimg_size\fR 1/2
|
|
||||||
Change the resolution of catimg.
|
|
||||||
.TP
|
|
||||||
\fB\-\-crop_mode\fR mode
|
\fB\-\-crop_mode\fR mode
|
||||||
Which crop mode to use
|
Which crop mode to use
|
||||||
Takes the values: normal, fit, fill
|
Takes the values: normal, fit, fill
|
||||||
|
Loading…
x
Reference in New Issue
Block a user