Grammar correction for man page. - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 51042c0ec23857aeb755971ba8cd3a8c230ed40c DIR parent 76ff5f0a91d9fbf3b2c0ef87d437c7243ecff59a HTML Author: tiwesdaeg@lignumvitae.org <tiwesdaeg@lignumvitae.org> Date: Tue, 2 Apr 2019 10:41:01 -0500 Grammar correction for man page. Diffstat: M clic.1 | 50 ++++++++++++++++--------------- 1 file changed, 26 insertions(+), 24 deletions(-) --- DIR diff --git a/clic.1 b/clic.1 @@ -21,57 +21,58 @@ will save it using its filename under .Pa /tmp/ .Sh OPTIONS .Bl -tag -width Ds +.It Op Fl t +Activate the non split mode. +This prevents clic from breaking the menu display into parts when the display +reaches the terminal size. This is useful when you want to scroll using your +terminal. .It Op Fl k -activate the non split mode. -This prevent clic to break menu display when the display reach the -terminal size. This is useful when you want to scroll using your terminal. -.It Op Fl k -activate the kiosk mode. (Disable running external applications, temp files, +Activate the kiosk mode. (Disable running external applications, temp files, downloading etc.) .It Op URL -load -.Op URL -The syntax can be gopher://domain.tld or only domain.tld, port 70 is used by +Load +.Op URL . +The syntax can be gopher://domain.tld or only domain.tld. Port 70 is used by default. For using another port, one should add :40550 like in domain.tld:40550. .Pp -It is possible to load a local file using the syntax file://some_file, this file -should be a gophermap as defined in the RFC. This allows to have some kind of a -bookmark locally as an entry point to the gopherspace. +It is possible to load a local file using the syntax file://some_file. This file +should be a gophermap as defined in the RFC. This allows for custom bookmarks to +be created locally as an entry point to the gopherspace. .Sh COMMANDS -Clic is using a simple commandline for telling it what to do. Here are the -commands you can enter. There are multiples keys for each function, this is so -because clic is usable with a numpad only or with a full keyboard. +Clic uses a simple command line for its interface. There are multiple command +options for some functions. This allows clic to be used with a full keyboard or a +numpad. .Bl -tag -width Number .It Cm Number -following the link numbered -.Cm Number +Follows the link numbered +.Cm Number. .It Cm p | / | cd .. Go to previous page. .It Cm h Display the history. .It Cm sNUMBER -Show the full url of link numbered -.Cm NUMBER -It is useful if you need to share or save a link url. +Show the full URL of link numbered +.Cm NUMBER. +Useful for sharing or saving a link URL. .It Cm d Dump raw result of a menu. This is useful for debugging. .It Cm r | ls | * -Reload the current menu +Reload the current menu. .It Cm help Show the help text. .It Cm / text Search for the specified .Cm text. -This act as a filter which will redisplay the current menu only with +This acts as a filter which will redisplay the current menu only with lines matching .Cm text. -This can be used multiples times, the filter will be used on the last result +This can be used multiples times. The filter will be used on the last result to narrow the results. .It Cm ^D | x | q | Cm . | exit Exit clic. .Sh PLUMBER When some file is opened other than a text file or a menu, -.I clic +.Nm will run .Xr xdg-open 1 on it. @@ -86,6 +87,7 @@ See the LICENSE file for the terms of redistribution. .Sh BUGS .Pp Programs like torsocks or torify don't work with -.Nm +.Nm . + .Pp See the TODO file in the distribution.