Docs: CHANGELOG and manpage
This commit is contained in:
parent
04c22a8edd
commit
faa71d0f95
4 changed files with 12 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
- Config file now has a `.conf` suffix.
|
||||
- Neofetch now assumes target directories (config file and ASCII directory) at install time, this fixes problems with systems such as NixOS.
|
||||
- `stdout` mode is now reimplemented.
|
||||
|
||||
|
||||
## Operating System
|
||||
|
|
|
@ -717,6 +717,12 @@ image_host="teknik"
|
|||
|
||||
# Misc Options
|
||||
|
||||
# Stdout mode
|
||||
# Turn off all colors and disables image backend (ASCII/Image).
|
||||
# Useful for piping into another command.
|
||||
# Default: 'off'
|
||||
# Values: 'on', 'off'
|
||||
stdout="off"
|
||||
|
||||
# Config version.
|
||||
#
|
||||
|
|
1
neofetch
1
neofetch
|
@ -4198,6 +4198,7 @@ SCREENSHOT:
|
|||
OTHER:
|
||||
--config /path/to/config Specify a path to a custom config file
|
||||
--config none Launch the script without a config file
|
||||
--stdout Turn off all colors and disables any ASCII/image backend.
|
||||
--help Print this text and exit
|
||||
--version Show neofetch version
|
||||
-v Display error messages.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
||||
.TH NEOFETCH "1" "July 2017" "Neofetch 3.2.1-git" "User Commands"
|
||||
.TH NEOFETCH "1" "August 2017" "Neofetch 3.2.1-git" "User Commands"
|
||||
.SH NAME
|
||||
Neofetch \- A fast, highly customizable system info script
|
||||
.SH SYNOPSIS
|
||||
|
@ -304,6 +304,9 @@ Specify a path to a custom config file
|
|||
\fB\-\-config\fR none
|
||||
Launch the script without a config file
|
||||
.TP
|
||||
\fB\-\-stdout\fR
|
||||
Turn off all colors and disables any ASCII/image backend.
|
||||
.TP
|
||||
\fB\-\-help\fR
|
||||
Print this text and exit
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue