aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* #62 implement option to unbind certain applications etc.koekeishiya2019-02-232-2/+2
* #62 implement option to unbind certain applications etc.koekeishiya2019-02-237-6/+43
* #59 reload config when input source changeskoekeishiya2019-02-234-8/+39
* .koekeishiya2018-09-082-0/+0
* .koekeishiya2018-09-087-6/+6
* v0.3.0v0.3.0koekeishiya2018-08-301-2/+2
* update readme and sample configkoekeishiya2018-08-302-45/+66
* #47 remove debug printkoekeishiya2018-08-301-1/+0
* cleanup and set active app on initkoekeishiya2018-08-301-13/+29
* automatically convert to lowercasekoekeishiya2018-08-302-3/+3
* castkoekeishiya2018-08-301-1/+3
* properly free memory allocated for process_names and commandskoekeishiya2018-08-301-0/+2
* properly free memory allocated for process_names and commandskoekeishiya2018-08-301-2/+9
* cleanup error reportingkoekeishiya2018-08-303-52/+20
* lowercase process namekoekeishiya2018-08-301-0/+1
* minor fixeskoekeishiya2018-08-302-9/+2
* first iterationkoekeishiya2018-08-309-36/+146
* initial code required for #47koekeishiya2018-08-282-2/+68
* #19 properly hotload relative symlinkskoekeishiya2018-08-241-11/+2
* update readmekoekeishiya2018-08-051-3/+0
* update readmekoekeishiya2018-08-051-0/+3
* v0.2.5v0.2.5koekeishiya2018-08-051-1/+1
* gate debug information behind '--verbose' flag; add profiling support (must b...koekeishiya2018-08-054-41/+91
* remove unused definekoekeishiya2018-08-052-2/+0
* update targetskoekeishiya2018-08-051-4/+7
* optimize generation of config-pathkoekeishiya2018-08-051-9/+14
* add profile flag to debug buildkoekeishiya2018-08-051-1/+1
* v0.2.4v0.2.4koekeishiya2018-07-311-1/+1
* Merge pull request #45 from kylef/kylef/mehÅsmund Vikane2018-07-303-3/+6
|\
| * Add meh keywordKyle Fuller2018-07-303-3/+6
|/
* update readmekoekeishiya2018-07-261-1/+1
* v0.2.3v0.2.3koekeishiya2018-07-261-1/+1
* update readmekoekeishiya2018-07-261-1/+7
* update hotloaderkoekeishiya2018-07-262-38/+58
* #44 ocdkoekeishiya2018-07-201-0/+1
* #44 don't spend time reporting errorskoekeishiya2018-07-201-4/+1
* #44 synthesize keypress; skhd -k "alt - h"koekeishiya2018-07-206-2/+176
* hotload: remove incorrectly applied constkoekeishiya2018-07-201-2/+2
* update hotloaderkoekeishiya2018-07-202-5/+5
* hotloader: check if init succeededkoekeishiya2018-07-201-1/+1
* hotloader: check if init succeededkoekeishiya2018-07-201-2/+6
* hotloader: properly resolve file kindkoekeishiya2018-07-201-10/+28
* fix typokoekeishiya2018-07-201-1/+1
* hotloader: support for watching all files of given extension (or all, if not ...koekeishiya2018-07-202-16/+29
* hotloader: support for watching all files of given extension (or all, if not ...koekeishiya2018-07-202-26/+130
* fix function namekoekeishiya2018-07-191-2/+2
* hotloader: code cleanupkoekeishiya2018-07-191-28/+38
* simplify hotloader; manually inline functionkoekeishiya2018-07-191-18/+9
* simplify hotloader; get rid of local var and mark function inline (For readab...koekeishiya2018-07-191-3/+2
* simplify hotloader; get rid of calls to malloc in callbackkoekeishiya2018-07-192-21/+11