1-5 pages · j/k scroll · t theme

Projects

Command Shell

Because apparently I can’t stop writing Go. A POSIX-compliant shell implemented from scratch — no standard library shortcuts for process management. Pipes, signals, job control, the works.

  • Pipe handling (|) and I/O redirection
  • Signal management (SIGINT, SIGTSTP)
  • Background execution and job control
Go
[GitHub]

TVPlay

What if you could watch a movie… in your terminal? A CLI tool that renders video as ASCII art in real-time. Completely unnecessary. Completely fun.

  • FFmpeg bindings for frame extraction
  • Optimized terminal cursor manipulation for smooth playback
Go FFmpeg
[GitHub]