From 4c34edd67c89cb12ec5e21a053a0fcf40046dec8 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 22 Oct 2021 11:41:54 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 13a9e2e..c829563 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Install ``` make install +#install dmenu script +make install_dmenu ``` Usage and specifics @@ -25,3 +27,9 @@ and get back to what you were previously doing. If you ever forget what you were doing, simply `peek` at the top of the stack to see what you're doing without removing it from the stack. Everything is kept in plaintext, so its easy to parse with other programs. + +Everything is nicely wrapped up into a dmenu script as well, just call `todo` +and a dmenu prompt will appear providing you with the `push`, `pop`, and `peek` +options. The script also uses `notify-send` to let you know about updates to +your todo-stack. To bind `todo` to a key, see the command `xbindkeys` on your +distribution.