[Home] [Blog] [Microblog] [Projects]

ptf

On the less useful side, but it is a simple formatter for plaintext. I like printing things out and PDF is overkill for many things, so I made this so I could vertically/horizontally center text and add page breaks.


temp

Print the temperature of the CPU. No frills, just one number. I'm planning on adding more features, however for now its more suited for scripting. Now with fahrenheit!


xagenda

A simple program to display a todo list/agenda. It will save CSV to a file in your home directory. You can add events in the app but the only way to modify/delete them is by directly editing the CSV. Very much a work in progress. You need the development headers for both Xt and Xaw to build. Built with clang but should have no issues with GCC.


xpomo

Simple X11 timer for the pomodoro method. It goes in a cycle of alternating 25 minute work and 5 minute rest periods with a longer 35 minute rest after 4 sets. No runtime config besides Xresources. The root name is xpomo. Needs Xaw and Xt to build.


todo

Terminal todo list. Great for putting in your rc file so that it pops up whenever you open a terminal. Makes it harder to forget :)


notepad

A shell script that will open a text file in the editor of your choice. The main purpose is to be able to jot down quick notes when you need to remember something for later, but a random file in your home folder will get lost.


autograde

Grades python scripts against testcases. There's some simple analytics as well. Meant for helping teachers grade homework type asignments in low level classes. Will run scripts concurrently for max performance.


gotuner

TUI internet radio player. I found that many internet radio players were just too heavy for whats a pretty simple task. Will not launch without a playlist file. Copy the default and edit from there. It requires mpv and socat to run. Built in Go so dependencies are easy.