My Projects

Goless! A terminal pager written in go!

Goless is a terminal pager I wrote in go. It is roughly 390ish lines of code and only uses the go stdlib and termbox-go. It has pattern finding and the abilty to search by lines. Im working on writting a custom color config and a man page for it. It so far has been my favorite project to make.

"texteditor"


"texteditor" is a simple texteditor i wrote when I was messing around in java. It's a lot like Windows' Notepad But with less font options. I wrote it using Java's Swing API which actually was kinda nice to use for the most part. Making this showed me how annoying java's OOP design can be. I tend to prefer a more procedural style of code and being force to a OO mindset tends to annoy me but it was still really fun to make.

Future Projects!

These are just some future projects I have in mind that will take some time