remembering
Add memory to dmenu
, fzf
and similar tools.
Replace:
$ ls | fzf
with:
$ ls | remembering -p fzf-sample -c fzf
and see your previous choices from fzf
start to appear at the beginning of the list.
Similar to yeganesh
, but with no build-time or run-time dependencies, and not coupled with dmenu
.
Installation
Get the latest tarball and install it:
wget https://git.euandreh.xyz/remembering/snapshot/remembering-main.tar.gz
pax -rzf remembering-main.tar.gz # or similarly: tar xf remembering-main.tar.gz
cd remembering-main
./configure
make
[sudo] make install
Documentation
Documentation available via installed man pages or online: remembering.1
and remembering.5
.