Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Allen committed Dec 4, 2009
1 parent 291f1e6 commit 5abbc4c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
An assortment of random geektool scripts

bugzilla.py - shows all your bugs in a given search
usage: python bugzilla.py -u [url] -l [login] -p [pass] -s [search]

cal - shows current month
usage: cal [offset]
cal 0 would show this month
cal 1 would show next month

countdown - shows number of days until a given date
usage: python countdown.py 12/25/2009

current_track.scpt - shows currently playing iTunes track
usage: osascript current_track.scpt

gmail_starred.py - shows number of starred mail in gmail
usage: python gmail_starred.py [email] [pass]

rss.py - shows rss count
usage: rss.py [rss url]

things_today_count - shows how many tasks today
usage: osascript things_today_count.scpt

things_active - shows number of tasks with tag Active and Next
usage: osascript things_active.scpt

things_list.scpt - shows tasks in a given list
usage: osascript things_list.scpt Today

things_tags.scpt - shows tasks tagged with a given tag
usage: osascript things_tags.scpt Active
Binary file modified current_track.scpt
Binary file not shown.
Binary file modified things_active.scpt
Binary file not shown.
Binary file modified things_list.scpt
Binary file not shown.
Binary file modified things_tags.scpt
Binary file not shown.
Binary file modified things_today_count.scpt
Binary file not shown.

0 comments on commit 5abbc4c

Please sign in to comment.