diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 20:46:09 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 20:46:09 +0100 |
commit | df046bb07188c4197355c14a7069d57e1d477cc9 (patch) | |
tree | cf328432a6deb71e0546210b16b8c1fe249bd57f /sdn.1 | |
parent | 0c1a8d990204f667d860a97da3f445a4d48bc245 (diff) | |
download | sdn-df046bb07188c4197355c14a7069d57e1d477cc9.tar.gz sdn-df046bb07188c4197355c14a7069d57e1d477cc9.tar.xz sdn-df046bb07188c4197355c14a7069d57e1d477cc9.zip |
Add some mediocre manpages
I'm not particularly happy to write in mdoc but here goes.
Diffstat (limited to 'sdn.1')
-rw-r--r-- | sdn.1 | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ +.Dd October 26, 2020 +.Dt SDN 1 +.Os Linux +.Sh NAME +.Nm sdn +.Nd simple directory navigator +.Sh SYNOPSIS +.Nm sdn +.Op Ar line Ar point +.Sh DESCRIPTION +.Nm +is a simple directory navigator that you can invoke while editing shell +commands. Use the +.Xr sdn-install 1 +script to integrate it with your shell, then invoke it with M-o. +.Sh ENVIRONMENT +.Bl -tag -width 15n +.It Ev LS_COLORS +Used to retrieve filename colours. The format is described in +.Xr dir_colors 5 +and you can use the +.Xr dircolors 1 +utility to initialize this variable. +.It Ev PAGER +The viewer program to be launched by the F3 key binding as well as to show +the internal help message. +.It Ev VISUAL , Ev EDITOR +The editor program to be launched by the F4 key binding. +.El +.Sh FILES +.Bl -tag -width 25n -compact +.It Pa ~/.config/sdn/config +Program configuration and state. +.It Pa ~/.config/sdn/bindings +Key binding overrides. +.It Pa ~/.config/sdn/look +Redefine terminal attributes for UI elements. +.El |