#Workflow Tools#
Some simple tools used to manage and clean up your workflow.
###The Tools###
clnzr- A small python script that cleans a given file or all the files of the same type in the current directory.timer- A small python script that runs a timer for the given amount of minutes.line_wrapper- A small python script that wraps lines to 80 characters or less.pomodoro- A small python script that is based off of the pomodoro timer. Check it out hereclean-wrap- Small shell script that runs line_wrapper followed by clnzr. Cleans up a file.full-pom- Small shell script that runs a correct pomodoro cycle.committer- Runs clean-wrap followed by git add and git commit.