├── Commands ├── Evening.mmCommand ├── Month.mmCommand ├── NextWeek.mmCommand ├── Pick.mmCommand ├── Test.mmCommand ├── Tomorrow.mmCommand ├── TomorrowEvening.mmCommand └── Weekend.mmCommand ├── LICENSE ├── README.md ├── Support └── bin │ ├── pick.sh │ └── snooze.py └── info.plist /Commands/Evening.mmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Commands/Evening.mmCommand -------------------------------------------------------------------------------- /Commands/Month.mmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Commands/Month.mmCommand -------------------------------------------------------------------------------- /Commands/NextWeek.mmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Commands/NextWeek.mmCommand -------------------------------------------------------------------------------- /Commands/Pick.mmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Commands/Pick.mmCommand -------------------------------------------------------------------------------- /Commands/Test.mmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Commands/Test.mmCommand -------------------------------------------------------------------------------- /Commands/Tomorrow.mmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Commands/Tomorrow.mmCommand -------------------------------------------------------------------------------- /Commands/TomorrowEvening.mmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Commands/TomorrowEvening.mmCommand -------------------------------------------------------------------------------- /Commands/Weekend.mmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Commands/Weekend.mmCommand -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/README.md -------------------------------------------------------------------------------- /Support/bin/pick.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Support/bin/pick.sh -------------------------------------------------------------------------------- /Support/bin/snooze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/Support/bin/snooze.py -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prenagha/snooze.mmbundle/HEAD/info.plist --------------------------------------------------------------------------------