sechilds / bin

My collection of scripts stored in .bin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Stephen's Scripts Directory#

Installed at ~/.bin. On my $PATH. A collection of random scripts.

Scripts included:

  • gitlogger.rb from Brett Terpstra. (Please see Scatterbrains: git as biographer and Git logger revisited for more information). I've made a slight modification to put the date in YYYY-MM-DD format.
  • gitlogger_yesterday.rb is a modification of the same script to log all git commits from the past day. This is useful in case the program doesn't run the day before.
  • mailapp.py is a program to send e-mails from the command line, but using all of Mail.app's settings. It's taken directly from the post Use Mail.app to send emails from the command line. The code is available as a gist. If you don't pass any text to it, it will wait for you to enter some. To finish the command, press CTRL-D.
  • instapaper.pl sends a URL to Instapaper. The script is based on Creating a 'Save to Instapaper' Service for Mac OS X. It doesn't currently work for me.
  • colortest prints out all the terminal colours. (Please see colortest.)
  • flacmp3.sh converts FLAC files to mp3. More info please
  • matrixsh.sh creates a Matrix-like display. More info please
  • dups, passive and weasel are all grammer checkings scripts. More info please
  • sl is an alternative ls. More info please
  • strip_semi.awk is an awk script that should drop semicolons. Status unknown.

About

My collection of scripts stored in .bin


Languages

Language:Perl 68.8%Language:Shell 19.6%Language:Ruby 7.8%Language:Python 3.2%Language:Awk 0.6%