these arent links

idk what to put here


Tools

#

Random scripts

A collection of utilities I wrote for one reason or another.
I haven't tested them in bash becuase it's gay and you should be using zsh.

list is a (janky) list iterator - basically, loop over each line in a list and run a command on it. If the command works, remove the line, otherwise keep it to maybe retry later. I use it for mass curling memes and ignoring the URLs with duplicate filenames until after I categorize the previous batch.
NO MEME LEFT BEHIND

dewit is like a user-level version of runit (i.e. a user-service manager) that you can put in your crontab. I use it to run my website.

sc's just my screenshot command, using crud to select a window/area and shotgun to actually get the picture. Then it either copies it to the clipboard or saves it to a file, if one is specified.

no-uganda removes Neovim's annoying startup messages by directly seding out the strings from the binary. Works like a charm.
To be fair I rarely just run nvim without any files to open, but it's just for the principle.
no i do not kno da wae

android-dns sets the DNS on Android devices system-wide by routing all traffic on port 53 to a specified IP, by way of iptables. This overrides everything else, including the retarded "private DNS" which only works by domain name (wtf?????)
The default IP is an aussie OpenNIC server but you can set it to whatever.