Skip to content

Instantly share code, notes, and snippets.

View metbril's full-sized avatar

metbril metbril

View GitHub Profile
classic name (alias) | ESH cat | classic icon | material name | material icon
-|-|-|-|-
alarm | ? | <img alt="alarm" src="https://rawgit.com/eclipse/smarthome/master/extensions/ui/iconset/org.eclipse.smarthome.ui.iconset.classic/icons/alarm.svg" width="64"> | alarm-light | <img src="https://rawgit.com/templarian/materialdesign/master/icons/svg/alarm-light.svg" width="64">
attic | ? | <img alt="attic" src="https://rawgit.com/eclipse/smarthome/master/extensions/ui/iconset/org.eclipse.smarthome.ui.iconset.classic/icons/attic.svg" width="64"> | stairs | <img src="https://rawgit.com/templarian/materialdesign/master/icons/svg/stairs.svg" width="64">
baby_1 | ? | <img alt="baby_1" src="https://rawgit.com/eclipse/smarthome/master/extensions/ui/iconset/org.eclipse.smarthome.ui.iconset.classic/icons/baby_1.svg" width="64"> | baby | <img src="https://rawgit.com/templarian/materialdesign/master/icons/svg/baby.svg" width="64">
baby_2 | ? | <img alt="baby_2" src="https://rawgit.com/eclipse/smarthome/master/extensions/ui/ic
(*
Parse Start and Due Dates script
By Ryan Oldford
Based on work by andyferra (https://gist.github.com/andyferra/64842)
change_case taken from http://www.macosxautomation.com/applescript/sbrt/sbrt-06.html
This script is used with TaskPaper to provide better start and due date support, as well as support for repeating tasks.
The script searches for @due and @start tags, converts their values to standard date code values,
then adds the appropriate "diff" tag whose value indicates how far away the due or start date is (negative = past, 0 = today).
Any tasks with a @repeat tag that are done are edited to remove the done tag and have their due tags updated.
(*
Jered Benoit
jeredb.com
Omnifocus -> Day One Daily Completed Task Log
Based upon [Version 1.0] [1] of [OmniFocus - Weekly Project Report Generator] [2]
Originally Authored by Chris Brogan and Rob Trew
February 5, 2012