Random files/scripts that don't belong anywhere else. Most of these were written and tested on OSX using BSD coreutils so some bugs may arise on other platforms. Use at your own risk and please report bugs.
Script | Description |
---|---|
rfc | A script for managing/searching/updating a local mirror of RFCs from rfc-editor.org. All you need is rsync and enough space in /tmp . |
batch_rename | Quickly and easily rename many files in a directory using a predefined list. |
gopath | Setup a user's $GOPATH in an automated fashion. |
linenum | Print file contents with line numbers. |
api-keyring | Easily store and keep track of your API keys. |
psudo | Fake sudo prompt that logs username:password to /tmp/psudo. |
swap | Quickly swap the contents of 2 files. |
template | Create new files using predefined templates. |
skeleton_template | A template for creating iptables firewall scripts |
build_package | Convert all files in a directory to DOS format and archive them. |
mac_env | Clone of the laptop script from thoughtbot that is customized to set up a personal environment for development on a fresh OSX installation. |
DS_Store | Recursively delete all .DS_Store files from a directory structure. |
lst2list | Converts lines of a file in to a python list(). |
dl_cn_ranges | Download a list of IP addresses for a set of countries. |
syscall_reference | List the required data for a specific syscall. |
whois_finder | Retrieve whois information for a list of hosts. |
Convert-NameToUser | Convert full names in to an email address format of <first><seperator><last>@<domain> . |