update doc
This commit is contained in:
parent
1b82f1db0b
commit
97e7a6239f
5
doc.go
5
doc.go
@ -4,10 +4,11 @@
|
|||||||
/*
|
/*
|
||||||
lf is a terminal file manager.
|
lf is a terminal file manager.
|
||||||
|
|
||||||
Source code can be found in the repository at https://github.com/gokcehan/lf.
|
Source code can be found in the repository at https://github.com/gokcehan/lf .
|
||||||
|
|
||||||
This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf.
|
This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf .
|
||||||
You can also use 'doc' command (default '<f-1>') inside lf to view the documentation in a pager.
|
You can also use 'doc' command (default '<f-1>') inside lf to view the documentation in a pager.
|
||||||
|
A man page with the same content is also available in the repository at https://github.com/gokcehan/lf/blob/master/lf.1 .
|
||||||
|
|
||||||
You can run 'lf -help' to see descriptions of command line options.
|
You can run 'lf -help' to see descriptions of command line options.
|
||||||
|
|
||||||
|
10
docstring.go
10
docstring.go
@ -5,12 +5,14 @@ package main
|
|||||||
var genDocString = `
|
var genDocString = `
|
||||||
lf is a terminal file manager.
|
lf is a terminal file manager.
|
||||||
|
|
||||||
Source code can be found in the repository at
|
Source code can be found in the repository at https://github.com/gokcehan/lf
|
||||||
https://github.com/gokcehan/lf.
|
.
|
||||||
|
|
||||||
This documentation can either be read from terminal using 'lf -doc' or
|
This documentation can either be read from terminal using 'lf -doc' or
|
||||||
online at https://pkg.go.dev/github.com/gokcehan/lf. You can also use 'doc'
|
online at https://pkg.go.dev/github.com/gokcehan/lf . You can also use 'doc'
|
||||||
command (default '<f-1>') inside lf to view the documentation in a pager.
|
command (default '<f-1>') inside lf to view the documentation in a pager. A
|
||||||
|
man page with the same content is also available in the repository at
|
||||||
|
https://github.com/gokcehan/lf/blob/master/lf.1 .
|
||||||
|
|
||||||
You can run 'lf -help' to see descriptions of command line options.
|
You can run 'lf -help' to see descriptions of command line options.
|
||||||
|
|
||||||
|
4
lf.1
4
lf.1
@ -22,9 +22,9 @@ lf \- terminal file manager
|
|||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lf is a terminal file manager.
|
lf is a terminal file manager.
|
||||||
.PP
|
.PP
|
||||||
Source code can be found in the repository at https://github.com/gokcehan/lf.
|
Source code can be found in the repository at https://github.com/gokcehan/lf .
|
||||||
.PP
|
.PP
|
||||||
This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf. You can also use 'doc' command (default '<f-1>') inside lf to view the documentation in a pager.
|
This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf . You can also use 'doc' command (default '<f-1>') inside lf to view the documentation in a pager. A man page with the same content is also available in the repository at https://github.com/gokcehan/lf/blob/master/lf.1 .
|
||||||
.PP
|
.PP
|
||||||
You can run 'lf -help' to see descriptions of command line options.
|
You can run 'lf -help' to see descriptions of command line options.
|
||||||
.SH QUICK REFERENCE
|
.SH QUICK REFERENCE
|
||||||
|
Loading…
Reference in New Issue
Block a user