personal-website

source for my personal website regexghost.com
git clone https://git.regexghost.com/personal-website.git
Log | Files | Refs | README

bug-fork.md (986B)


      1 +++
      2 title = "bug-fork"
      3 +++
      4 
      5 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
      6 
      7 ![bug ls](/images/program-screenshots/bug-ls.jpg)
      8 
      9 ![bug view](/images/program-screenshots/bug-view.jpg)
     10 
     11 ## Changes
     12 
     13 * Now all in `/bin/sh`
     14 * `read` for basic info input
     15 * Coloured output
     16 * Sorting by priority
     17 * `fzf` integration
     18 * Non-permenant deletion
     19 
     20 ## Usage
     21 
     22 Set `$BUG_PROJECT` to a file which will contain all of your todo's
     23 
     24 ### Basic Commands
     25 
     26 `bug list` - List all active todos  
     27 `bug view` - View details for a specific todo - uses `fzf` to select  
     28 `bug add` - Add new todo  
     29 `bug delete` - Delete specific todo - uses `fzf`  
     30 `bug edit` - Edit specific todo - uses `fzf`  
     31 `bug restore` - Restore deleted todo - uses `fzf`  
     32 
     33 ## Links
     34 
     35 * [GitHub](https://github.com/regexghost/bug-fork)
     36 * [Codeberg](https://codeberg.org/regexghost/bug-fork)
     37 * [My Website](https://git.regexghost.com/bug-fork)
     38