diff options
Diffstat (limited to 'doc/remembering.1')
-rw-r--r-- | doc/remembering.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/remembering.1 b/doc/remembering.1 index d26da06..8edcf26 100644 --- a/doc/remembering.1 +++ b/doc/remembering.1 @@ -42,16 +42,20 @@ Show version number. List current directory and feed it to \fBfzf\fR(1) via \fBremembering\fR: +.RS .nf - $ ls | remembering -p fzf-ls -c fzf +$ ls | remembering -p fzf-ls -c fzf .fi +.RE 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 .nf - $ dmenu_path | remembering -p dmenu-exe -c 'dmenu' | sh +$ dmenu_path | remembering -p dmenu-exe -c 'dmenu' | sh .fi +.RE .P Successive invocations will put the frequent choices at the beginning. |