aboutsummaryrefslogtreecommitdiff

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-v0.1.0.tar.gz
pax -rzf remembering-0.1.0.tar.gz # or similarly: tar xf remembering-0.1.0.tar.gz
cd remembering-0.1.0
[sudo] make install

CHANGELOG

See CHANGELOG.