aboutsummaryrefslogtreecommitdiff
path: root/doc/remembering.1
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-13 19:48:01 -0300
committerEuAndreh <eu@euandre.org>2021-06-13 19:48:01 -0300
commitde7838f0568e0d437822407d46d95e0269a81912 (patch)
treef134fbdc20259f4fe29b9fd5cb8d62b551a61701 /doc/remembering.1
parentsrc/remembering.sh: Remove \" from COMMAND in help text (diff)
downloadremembering-de7838f0568e0d437822407d46d95e0269a81912.tar.gz
remembering-de7838f0568e0d437822407d46d95e0269a81912.tar.xz
doc/remembering.*: Rewrite troff using inline requests for bold and italic
Diffstat (limited to 'doc/remembering.1')
-rw-r--r--doc/remembering.142
1 files changed, 9 insertions, 33 deletions
diff --git a/doc/remembering.1 b/doc/remembering.1
index 824e46a..7ee0dce 100644
--- a/doc/remembering.1
+++ b/doc/remembering.1
@@ -6,37 +6,23 @@ remembering - sort list using previous choices as weight
.
.
.SH SYNOPSYS
-.B remembering
-.RB -p
-.IR profile
-.RB -c
-.IR command
+.P
+\fBremembering\fR -p \fIPROFILE\fR -c \fICOMMAND\fR
.
.
.SH DESCRIPTION
-.B remembering
-takes a command that chooses an option as its behaviour, such as
-.B fzf
-or
-.B dmenu
-and
-.IR remembers
-what option is chosen, and as it is used, will put the most used choices at the beginning of the list.
+\fBremembering\fR takes a command that chooses an option as its behaviour, such as \fBfzf\fR(1) or \fBdmenu\fR(1) and \fIremembers\fR what option is chosen, and as it is used, will put the most used choices at the beginning of the list.
.
.
.SH OPTIONS
.
.TP
.B -c
-The
-.IR command
-to be executed, reading from standard input (STDIN).
+The \fIcommand\fR to be executed, reading from standard input (STDIN).
.
.TP
.B -p
-The name of the
-.IR profile
-where to look up and store raking data.
+The name of the \fIprofile\fR where to look up and store raking data.
.
.TP
.B -h
@@ -49,10 +35,7 @@ Show version number.
.
.SH EXAMPLES
.P
-List current directory and feed it to
-.IR fzf
-via
-.B remembering:
+List current directory and feed it to \fBfzf\fR(1) via \fBremembering\fR:
.RS
.EX
@@ -61,15 +44,7 @@ $ ls | remembering -p fzf-ls -c fzf
.RE
.
.P
-Lists all executables available in
-.B $PATH,
-and feed those to
-.IR dmenu
-via
-.B remembering,
-and execute with
-.B sh
-the choice picked:
+Lists all executables available in \fI$PATH\fR, and feed those to \fBdmenu\fR(1) via \fBremembering\fR, and execute with \fBsh\fR(1) the choice picked:
.RS
.EX
@@ -82,7 +57,8 @@ Successive invocations will put the frequent choices at the beginning.
.
.
.SH SEE ALSO
-.IR remembering (5)
+.P
+\fBremembering\fR(5)
.
.
.SH AUTHORS