blob: 6e12832554142c105dc7ff5414a5992c42091cb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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.
[dmenu]: https://tools.suckless.org/dmenu/
[fzf]: https://github.com/junegunn/fzf
## Installation
Get the latest tarball and install it:
```shell
wget https://git.euandreh.xyz/remembering/snapshot/remembering-0.1.0.tar.gz
pax -rzf remembering-0.1.0.tar.gz
cd remembering-0.1.0
[sudo] make install
```
|