Skip to content

jarulsamy/Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.