commit 69f7fb84fddd09d24856451eccf9a3444318fea7 parent f9d762a38426d635f43eb466ae3e4b61257d9536 Author: regexghost <dev@regexghost.com> Date: Sat, 30 May 2026 13:29:04 +0100 README fixes Diffstat:
| M | README.md | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ cd bug-fork make install ``` -Add `BUG_PROJECT=${HOME}/*location*` to `~/.profile` or `~/.bashrc` +Add `BUG_PROJECT=${HOME}/*location*` to `~/.profile` or `~/.bashrc` e.g. `echo 'BUG_PROJECT="${HOME}/Documents/bug-todo"' >> ~/.bashrc` ## Usage @@ -34,12 +34,12 @@ e.g. `echo 'BUG_PROJECT="${HOME}/Documents/bug-todo"' >> ~/.bashrc` ### Commands -`bug list` - List all active todos -`bug view` - View details for a specific todo - uses `fzf` to select -`bug add` - Add new todo -`bug delete` - Delete specific todo - uses `fzf` -`bug edit` - Edit specific todo - uses `fzf` -`bug restore` - Restore deleted todo - uses `fzf` +`bug list` - List all active todos +`bug view` - View details for a specific todo - uses `fzf` to select +`bug add` - Add new todo +`bug delete` - Delete specific todo - uses `fzf` +`bug edit` - Edit specific todo - uses `fzf` +`bug restore` - Restore deleted todo - uses `fzf` ## License