-
Notifications
You must be signed in to change notification settings - Fork 9
/
ncgopher.1
106 lines (103 loc) · 1.64 KB
/
ncgopher.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.TH NCGOPHER 1
.SH NAME
ncgopher \- A gopher client for the modern internet.
.SH SYNOPSIS
.B ncgopher
[\fBoptions\fR]
.IR [url]
.SH DESCRIPTION
.B ncgopher
is an ncurses gopher client written in Rust meant to
be run in a terminal.
.SH OPTIONS
.TP
.BR \-h ", " \-\-help\fR
Show help and available options and exit.
.TP
.BR \-v ", " \-\-version\fR
Print the version number of ncgopher and exit.
.TP
.BR [url]\fR
Gopher URL to open on startup.
.SH FILES
The configuration is placed into the the users XDG
configuration directory. On most systems this is
.B ~/.config/ncgopher
Three files are created in this directory the first
time ncgopher is run:
- config
- history
- bookmarks
.SH BUGS
Expect plenty. Please report bugs on this page:
https://github.com/jansc/ncgopher/issues
.SH KEYBOARD COMMANDS
.TP
.B
Arrow keys
Move around in text
.TP
.B
Enter
Open the link under the cursor
.TP
.B
Esc
Go to menubar
.TP
.B
Space
Scroll down one page
.TP
.B
g
Open new URL
.TP
.B
G
Edit current URL
.TP
.B
b
Navigate back
.TP
.B
q
Close application
.TP
.B
i
Show link under cursor
.TP
.B
s
Save current page
.TP
.B
r
Reload current page
.TP
.B
a
Add bookmark for current page
.SH LINKS
The source code of \fNncgopher\fP is available at github:
.TP
.B
Source code repository
https://github.com/jansc/ncgopher
.TP
.B
Bug reports
https://github.com/jansc/ncgopher/issues
.SH AUTHORS
.B ncgopher
was written by Jan Schreiber with moral support from the
kind people on #gopher on the tilde IRC channel.
See the AUTHORS file in the distribution for a list of
contributors.
.SH LICENSE
.B ncgopher
is licensed under the BSD 2-Clause License. See the file
.B LICENSE
for more information.