diff options
-rw-r--r-- | doc/remembering.1 | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/remembering.1 b/doc/remembering.1 index 3096f93..5fda385 100644 --- a/doc/remembering.1 +++ b/doc/remembering.1 @@ -40,21 +40,17 @@ Show version number. .SH EXAMPLES .P List current directory and feed it to \fBfzf\fR(1) via \fBremembering\fR: -.RS -.EX +.nf -$ ls | remembering -p fzf-ls -c fzf -.EE -.RE + $ ls | remembering -p fzf-ls -c fzf +.fi . -.P +.P 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 +.nf -$ dmenu_path | remembering -p dmenu-exe -c 'dmenu' | sh -.EE -.RE + $ dmenu_path | remembering -p dmenu-exe -c 'dmenu' | sh +.fi . .P Successive invocations will put the frequent choices at the beginning. |