Utilities
Here is a list of smaller utility things I have made.
typer
A tool I made for typing out text inVIM
or EMACS
.
I got inspired by a tool the YouTuber Bisqwit had made, but his tool was for DOSBOX,
and was written in PHP, so I decided to make my own.
You can find the code here: https://codeberg.org/marvhus/typer.
@notes
A tool I made for finding notes in your source code comments. For example if you write// @Note: This is a note
, it will find it and tell you where in the file it is.
You can find the code here: https://github.com/marvhus/at-notes.