Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 830 Bytes

Utils

A handful of useful, most of the time one-off, scripts. Probably a mixture of Python and Bash.

CLI Tools

  • 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.

Programming

  • 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.

Emacs

  • org/cal.py: Convert iCal entries to Org Mode TODO items.