I hereby claim:
- I am alistaircom on github.
- I am alistair (https://keybase.io/alistair) on keybase.
- I have a public key ASDJqZ5oKsetODaZ7IdPe90LTL_J7eCxnTCSa6rtElnrHQo
To claim this, I am signing this object:
tell application "Reminders" | |
set output to "" | |
set hasOne to false | |
repeat with i from 1 to (count of (reminders whose completed is false)) | |
set theReminder to reminder i of (reminders whose completed is false) | |
set reminderName to name of theReminder | |
set theList to name of container of theReminder | |
if due date of theReminder exists then | |
set dueDate to due date of theReminder |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Some things taken from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' | |
green='\033[0;32m' |