jarulsamy / Utils

A bunch of scripts I use. Mostly one-offs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A bunch of scripts I use. Mostly one-offs.

License:GNU General Public License v3.0


Languages

Language:Python 90.6%Language:Makefile 3.8%Language:Shell 3.5%Language:C++ 2.1%