Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
faa71d0f
Commit
faa71d0f
authored
Aug 04, 2017
by
Muhammad Herdiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: CHANGELOG and manpage
parent
04c22a8e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
config.conf
config/config.conf
+6
-0
neofetch
neofetch
+1
-0
neofetch.1
neofetch.1
+4
-1
No files found.
CHANGELOG.md
View file @
faa71d0f
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
-
Config file now has a
`.conf`
suffix.
-
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.
-
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
## Operating System
...
...
config/config.conf
View file @
faa71d0f
...
@@ -717,6 +717,12 @@ image_host="teknik"
...
@@ -717,6 +717,12 @@ image_host="teknik"
# Misc Options
# 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.
# Config version.
#
#
...
...
neofetch
View file @
faa71d0f
...
@@ -4198,6 +4198,7 @@ SCREENSHOT:
...
@@ -4198,6 +4198,7 @@ SCREENSHOT:
OTHER:
OTHER:
--config /path/to/config Specify a path to a custom config file
--config /path/to/config Specify a path to a custom config file
--config none Launch the script without a 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
--help Print this text and exit
--version Show neofetch version
--version Show neofetch version
-v Display error messages.
-v Display error messages.
...
...
neofetch.1
View file @
faa71d0f
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.\" 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
.SH NAME
Neofetch \- A fast, highly customizable system info script
Neofetch \- A fast, highly customizable system info script
.SH SYNOPSIS
.SH SYNOPSIS
...
@@ -304,6 +304,9 @@ Specify a path to a custom config file
...
@@ -304,6 +304,9 @@ Specify a path to a custom config file
\fB\-\-config\fR none
\fB\-\-config\fR none
Launch the script without a config file
Launch the script without a config file
.TP
.TP
\fB\-\-stdout\fR
Turn off all colors and disables any ASCII/image backend.
.TP
\fB\-\-help\fR
\fB\-\-help\fR
Print this text and exit
Print this text and exit
.TP
.TP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment