bug-fork
bug is a terminal todo/issue tracker program/script I found on the internet. I wanted to change it in a couple of ways so I decided to re-write it


Changes
- Now all in
/bin/sh readfor basic info input- Coloured output
- Sorting by priority
fzfintegration- Non-permenant deletion
Usage
Set $BUG_PROJECT to a file which will contain
all of your todo's
Basic 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