diff options
Diffstat (limited to '_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md')
-rw-r--r-- | _articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md index 902f555..85b359d 100644 --- a/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md +++ b/_articles/2021-01-26-ann-remembering-add-memory-to-dmenu-fzf-and-similar-tools.md @@ -94,7 +94,7 @@ As time passes, the list would adjust based on the frequency of your choices. I aimed for reusability, so that I could wrap diverse commands with `remembering` and it would be able to work. To accomplish that, a "profile" (the `-p something` part) stores data about different runs separately. I took the idea of building something small with few dependencies to other places too: -- the man pages are written in troff directly; +- the manpages are written in troff directly; - the tests are just more POSIX sh files; - and a POSIX Makefile to `check` and `install`. |