Command-line tools
I love the command-line. I grew up with computer that boots into a BASIC prompt and learned how to write code when I was a kid. Although I use MacOS for the most part these days, I spent close to 25 years running Linux as my main OS which made me feel at home after my upbringing on the Amstrad and Amiga.
Active Projects
- please
- Command-line utility that makes it easy to integrate web APIs into shell scripts.
brew install stilvoid/tools/please
- shue
- A command line tool for modifying and converting colour values for use with CSS and other applications.
brew install stilvoid/tools/shue
- retro-sort
- Sorts ROM collections into a folder structure suitable for use on retro hardware.
brew install stilvoid/tools/retro-sort
- git-get
- Replaces
git clone
but organises repositories by their origin under~/code
. brew install stilvoid/tools/git-get
- pandoc-vimwiki-writer
- Custom writer for Pandoc that outputs content in Vimwiki format.
AWS-Related Projects
- Rain
- CloudFormation deployment tool I originally created, now officially maintained by AWS. Simplifies template development and deployment workflows.
- S3-Purge
- Script to remove all objects and versions from an Amazon S3 bucket.
Developer Tools
- PS1
- My custom bash prompt with some nice features. I've been using this daily ever since I wrote it.
- Bytebeat
- A tool for creating algorithmic music through code.
Other Projects
- git-aux
- Allows you to use git to manage replicating your dotfiles between machines.
- maur
- A minimal tool for searching and installing packages from the AUR.
Find more of my projects on GitHub.