A collection of shell scripts for automating various things.
Runs rsync to back up system to external HD.
Lists local branches for all repositories.
Merges upstream into local branch for a Rackspace repository and pushes the result to origin.
Runs 'git clean -xfd' and 'git remote prune origin' on repositories in listed directories.
Removes whitespace between tags and swaps invalid characters for valid XML codes.
Preps environment for development
Uses pandoc and sed commands to convert webhelp html output files from a DocBook maven build to RST and copies them to a directory.
Sets the username for my personal repos to kallimachos.
Emails the IP address of the local machine to the given address.
Converts Markdown files in a directory to RST using pandoc.
Runs 'git pull' on all my personal git repositories.
Initializes a new git repository for a python project.
Print 'git status -s -b' of repos in the listed directories if they have uncommitted changes or if they are not on the master branch.
Opens The_Room.txt if no argument; counts words if arg = wc; else appends string to The_Room.txt.
Merges upstream develop branch into local develop branch for a repository and pushes the result to origin.
Opens The_Room.txt if no argument; counts words if arg = wc; else appends string to The_Room.txt.
Merges upstream into local stable branches and pushes the results to origin.
Previews and brews Docbook XML books using publican and csprocessor
Convenience alias for a designated bash or python script.
Echos today's date to date.txt
Opens tldr.txt if no argument; else appends string to tldr.
Runs the listed 'git pull' scripts.
Converts Docbook XML files in a directory to RST using pandoc.