aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* start trying to detect idle user under X11idleuserSean Whitton2015-04-05
| | | | Can't make it build yet
* hide aplay outputSean Whitton2015-04-05
|
* snip e.g. ":APPT::" off the end of Emacs remsSean Whitton2015-04-05
|
* fix purging the old cachesSean Whitton2015-04-05
|
* fix invalid input error messageSean Whitton2015-04-05
| | | | duplicate program name
* posix notifications library completeSean Whitton2015-04-04
|
* getNewestRealFile functionSean Whitton2015-04-04
|
* re-organiseSean Whitton2015-04-04
|
* start writing code to get DBus address ~Sean Whitton2015-04-04
|
* beginnings of cross-platform remindersSean Whitton2015-04-04
|
* makeReminder fails if reminder text emptySean Whitton2015-04-04
|
* interpret command line time which is just a numberSean Whitton2015-04-04
| | | | as n minutes
* hide Emacs stderrSean Whitton2015-04-03
|
* notifications on WindowsSean Whitton2015-04-03
|
* get rid of a do blockSean Whitton2015-04-02
|
* TODOSean Whitton2015-04-02
|
* event cache dir should be created if missingSean Whitton2015-04-02
|
* finish command line reminder parsingSean Whitton2015-04-02
|
* move code for parsing command line into its own fileSean Whitton2015-04-02
|
* most work for parse relative times doneSean Whitton2015-04-02
| | | | Parses them kind of like absolute times atm! Not usable!
* indentationSean Whitton2015-04-02
|
* parse absolute times on the command lineSean Whitton2015-04-02
|
* testing 'implementation' of sendNotificationSean Whitton2015-04-02
|
* rearrange importsSean Whitton2015-04-02
| | | | separate core, packages and srem
* fill out more of Main.hsSean Whitton2015-03-31
|
* fill out more of Main.hs inc. a big commentSean Whitton2015-03-31
|
* event cache file names based on local timeSean Whitton2015-03-31
|
* simple structure for main programSean Whitton2015-03-31
|
* clear the Emacs event cache: --cron will do thisSean Whitton2015-03-31
|
* prettier link to GNU website in READMESean Whitton2015-03-30
|
* add license text to READMESean Whitton2015-03-30
|
* GPL header in source files & skeleton READMESean Whitton2015-03-30
|
* fix module name in header of Utility.EventCacheSean Whitton2015-03-30
|
* implement parseEventsCSVSean Whitton2015-03-30
|
* implement makeEventsCSVSean Whitton2015-03-30
|
* implement readEventsCSVSean Whitton2015-03-30
|
* alignmentSean Whitton2015-03-30
|
* rm old commented-out functionSean Whitton2015-03-30
|
* code to determine which cache files may be purgedSean Whitton2015-03-30
|
* finish event cache user interfaceSean Whitton2015-03-30
|
* start code to handle CSV files containing eventsSean Whitton2015-03-30
|
* config function to get cache directory locationSean Whitton2015-03-29
|
* Emacs args platform-independentSean Whitton2015-03-29
| | | | Replace hardcoded forward-slash with </> from System.FilePath
* staggered reminder text has time of eventSean Whitton2015-03-29
| | | | Rather than time of reminder
* stylish-haskellSean Whitton2015-03-29
|
* ignore distSean Whitton2015-03-29
|
* implement staggering of reminders drawn from EmacsSean Whitton2015-03-29
|
* initial commit: rewriting srem in HaskellSean Whitton2015-03-29