index.md (1033B)
1 +++ 2 title = "Coding" 3 +++ 4 5 All of my own projects can be seen on my [git website](https://git.regexghost.com), [GitHub](https://github.com/regexghost) and [Codeberg](https://codeberg.org/regexghost). 6 7 Various forks I have made will either be on GitHub or Codeberg 8 9 A full list of my projects, and forked repos, is listed below, as well as a link to that projects article (WIP) 10 11 A list of future project idea I have can be [found here](/coding/projects). 12 13 ## My Projects 14 15 ### Organisation Utils 16 17 A set of CLI tools for organising my life. Written in Golang, after being re-written a few times 18 19 ### bug-fork/rewrite 20 21 A re-write and improvement of the bug cli todo manager: 22 [GitHub](https://github.com/regexghost/bug-fork) 23 [Website](bug-fork) 24 25 ## Forked Repos 26 27 ### Gozer 28 29 Gozer is a minimalist static site generator. I forked it to add a couple of new features: 30 - Multiple RSS feed support 31 - Include another pages content in a page via a variable 32 As well as some minor tweaks 33 34 [Fork on GitHub](https://github.com/regexghost/gozer)