personal-website

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

commit f251cc70a943a562512630bd1fcba0101dd6d6c8
parent f61f2185bea1dbb476cfb27e825b362f5a161545
Author: regexghost <dev@regexghost.com>
Date:   Sat, 30 May 2026 14:07:48 +0100

added bug-fork page

Diffstat:
Acoding/bug-fork.md | 38++++++++++++++++++++++++++++++++++++++
Mcoding/index.md | 6++++++
Adevlog/2026-05-May.md | 10++++++++++
Mgozer-files/templates/bottom.html | 4++--
Mindex.md | 4++--
Astatic/images/program-screenshots/bug-ls.jpg | 0
Astatic/images/program-screenshots/bug-view.jpg | 0
7 files changed, 58 insertions(+), 4 deletions(-)

diff --git a/coding/bug-fork.md b/coding/bug-fork.md @@ -0,0 +1,38 @@ ++++ +title = "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 + +![bug ls](/images/program-screenshots/bug-ls.jpg) + +![bug view](/images/program-screenshots/bug-view.jpg) + +## Changes + +* Now all in `/bin/sh` +* `read` for basic info input +* Coloured output +* Sorting by priority +* `fzf` integration +* 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` + +## Links + +* [GitHub](https://github.com/regexghost/bug-fork) +* [Codeberg](https://codeberg.org/regexghost/bug-fork) +* [My Website](https://git.regexghost.com/bug-fork) + diff --git a/coding/index.md b/coding/index.md @@ -14,6 +14,12 @@ A full list of my projects, and forked repos, is listed below, as well as a link A set of CLI tools for organising my life. Written in Golang, after being re-written a few times +### bug-fork/rewrite + +A re-write and improvement of the bug cli todo manager: +[GitHub](https://github.com/regexghost/bug-fork) +[Website](bug-fork) + ## Forked Repos ### Gozer diff --git a/devlog/2026-05-May.md b/devlog/2026-05-May.md @@ -0,0 +1,10 @@ ++++ +title = "May Devlog" +datepublished = 2026-05-13 +template = "blog-page.html" ++++ + +## bug-fork 0.5 + +Initial draft release of my fork of the bug todo manager +[GitHub](https://github.com/regexghost/bug-fork) diff --git a/gozer-files/templates/bottom.html b/gozer-files/templates/bottom.html @@ -4,8 +4,8 @@ <a href="https://www.regexghost.com/about#license">license</a> ~ <a href="https://www.regexghost.com/sitemap">sitemap</a> ~ <a href="https://github.com/regexghost/personal-website/issues">complaints/corrections</a> ~ - <a href="https://www.regexghost.com/blog.rss">rss (blog)</a> ~ - <a href="https://www.regexghost.com/devlog.rss">rss (devlog)</a> + <a href="https://www.regexghost.com/blog.xml">rss (blog)</a> ~ + <a href="https://www.regexghost.com/devlog.xml">rss (devlog)</a> </div> </div> </div> diff --git a/index.md b/index.md @@ -25,5 +25,5 @@ Stuff that doesn't fit anywhere else ## RSS I have 2 main RSS feeds, -[my blog](https://www.regexghost.com/blog.rss) and -[devlog](https://www.regexghost.com/devlog.rss) +[my blog](https://www.regexghost.com/blog.xml) and +[devlog](https://www.regexghost.com/devlog.xml) diff --git a/static/images/program-screenshots/bug-ls.jpg b/static/images/program-screenshots/bug-ls.jpg Binary files differ. diff --git a/static/images/program-screenshots/bug-view.jpg b/static/images/program-screenshots/bug-view.jpg Binary files differ.