A handful of useful, most of the time one-off, scripts. Probably a mixture of Python and Bash.
- count: A CLI tool to recursively count the number of files in a directory.
- uppercase: A CLI tool to recursively capitalize all files in a directory.
- Rewrite-History: A CLI tool to set commit dates to yesterday. Git is so beautiful, you can rewrite history.
- Argparse: A sample of commonly used argparse options.
- Spinner: A simple automatic spinner to show process activity with threading in Python.
- Debug: A demo of debug tools for C++ and Python.
- org/cal.py: Convert iCal entries to Org Mode TODO items.