Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.44 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.44 KB

Ruby Scripts

This repo houses a somewhat eclectic collection of Ruby scripts I've created at different times to help make complex or repetitive tasks easier.

Contents

  • categorize: A CSV parsing and formatting script I use for manipulating credit card statements to work with my reporting infrastructure
  • movie_formatter: A file-organization script I use for managing my personal digital movie collection
  • episode_namer: A file-naming script I use for managing directories of tv episodes
  • spotify_ruby: A console app to play with the Spotify API for potential use in a future version of Album Tags.
  • vlc_dual_audio: A script to wrap the VLC CLI tool and make playing dual audio movies easier.
  • cost_adder: A script that reads dollar values out of a blob of text and sums the total of the amounts.

I initially included my Japanese language learning scripts in this repository as well, but they have since been moved to Language Learning Tools.