# remembering Add memory to [`dmenu`][dmenu], [`fzf`][fzf] and similar tools. Replace: ```shell $ ls | fzf ``` with: ```shell $ 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`][yeganesh], but with no build-time or run-time dependencies, and not coupled with `dmenu`. [dmenu]: https://tools.suckless.org/dmenu/ [fzf]: https://github.com/junegunn/fzf [yeganesh]: http://dmwit.com/yeganesh/ ## Installation Get the latest tarball and install it: ```shell 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`](remembering.1.html) and [`remembering.5`](remembering.5.html). ## Links - [home page](https://remembering.euandreh.xyz) - [source code](https://git.euandreh.xyz/remembering/about/) - [bug tracking](https://git.euandreh.xyz/TODOs.html) - [mailing list](https://lists.sr.ht/~euandreh/public-inbox?search=%5Bremembering%5D) - [CI logs](https://git.euandreh.xyz/ci.html) - [CHANGELOG](https://git.euandreh.xyz/CHANGELOG.html)