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
c7f9283b
Commit
c7f9283b
authored
Dec 25, 2016
by
Muhammad Herdiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
General: Changed manpage generation command
parent
139b37d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
neofetch
neofetch
+6
-4
neofetch.1
neofetch.1
+6
-4
No files found.
neofetch
View file @
c7f9283b
...
...
@@ -3122,7 +3122,9 @@ get_process_name() {
usage
()
{
printf
"%s"
"
\
Usage: neofetch --option
\"
value
\"
--option
\"
value
\"
Neofetch is a CLI system information tool written in BASH.
Neofetch is 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.
NOTE: Every launch flag has a config option.
...
...
@@ -3280,7 +3282,7 @@ OTHER
DEVELOPER
--gen-man Generate a manpage for Neofetch in your PWD.
--gen-man Generate a manpage for Neofetch in your PWD.
(Requires GNU help2man)
Report bugs to https://github.com/dylanaraps/neofetch/issues
...
...
@@ -3294,7 +3296,7 @@ Neofetch 2.1.0
Copyright (c) 2016 Dylan Araps
License MIT:
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
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
...
...
@@ -3472,7 +3474,7 @@ get_args() {
"-vv"
)
set
-x
;
verbose
=
"on"
;;
"--help"
)
usage
;;
"--version"
)
version
;;
"--gen-man"
)
help2man
-
N
neofetch
-o
neofetch.1
;
exit
1
;;
"--gen-man"
)
help2man
-
n
"A fast, highly customizable system info script"
-N
./
neofetch
-o
neofetch.1
;
exit
1
;;
esac
shift
...
...
neofetch.1
View file @
c7f9283b
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH NEOFETCH "1" "December 2016" "Neofetch 2.1.0" "User Commands"
.SH NAME
Neofetch \-
manual page for Neofetch 2.1.0
Neofetch \-
A fast, highly customizable system info script
.SH SYNOPSIS
.B neofetch
\fI\,--option "value" --option "value"\/\fR
.SH DESCRIPTION
Neofetch is a CLI system information tool written in BASH.
Neofetch is 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.
.PP
NOTE: Every launch flag has a config option.
.SH OPTIONS
...
...
@@ -267,7 +269,7 @@ Display a verbose log for error reporting.
DEVELOPER
.TP
\fB\-\-gen\-man\fR
Generate a manpage for Neofetch in your PWD.
Generate a manpage for Neofetch in your PWD.
(Requires GNU help2man)
.SH AUTHOR
Written by Dylan Araps with help from the following people:
.PP
...
...
@@ -277,7 +279,7 @@ Report bugs to https://github.com/dylanaraps/neofetch/issues
.SH COPYRIGHT
Copyright \(co 2016 Dylan Araps
.PP
License MIT:
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
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
...
...
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