aboutsummaryrefslogtreecommitdiff
path: root/src/skhd.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-30#47 remove debug printkoekeishiya1-1/+0
2018-08-30cleanup and set active app on initkoekeishiya1-13/+29
2018-08-30automatically convert to lowercasekoekeishiya2-3/+3
2018-08-30castkoekeishiya1-1/+3
2018-08-30properly free memory allocated for process_names and commandskoekeishiya1-0/+2
2018-08-30properly free memory allocated for process_names and commandskoekeishiya1-2/+9
2018-08-30cleanup error reportingkoekeishiya3-52/+20
2018-08-30lowercase process namekoekeishiya1-0/+1
2018-08-30minor fixeskoekeishiya2-9/+2
2018-08-30first iterationkoekeishiya9-36/+146
2018-08-28initial code required for #47koekeishiya2-2/+68
2018-08-24#19 properly hotload relative symlinkskoekeishiya1-11/+2
2018-08-05update readmekoekeishiya1-3/+0
2018-08-05update readmekoekeishiya1-0/+3
2018-08-05v0.2.5v0.2.5koekeishiya1-1/+1
2018-08-05gate debug information behind '--verbose' flag; add profiling support (must ↵koekeishiya4-41/+91
be enabled at compile-time)
2018-08-05remove unused definekoekeishiya2-2/+0
2018-08-05update targetskoekeishiya1-4/+7
2018-08-05optimize generation of config-pathkoekeishiya1-9/+14
2018-08-05add profile flag to debug buildkoekeishiya1-1/+1
2018-07-31v0.2.4v0.2.4koekeishiya1-1/+1
2018-07-30Add meh keywordKyle Fuller3-3/+6
2018-07-26update readmekoekeishiya1-1/+1
2018-07-26v0.2.3v0.2.3koekeishiya1-1/+1
2018-07-26update readmekoekeishiya1-1/+7
2018-07-26update hotloaderkoekeishiya2-38/+58
2018-07-20#44 ocdkoekeishiya1-0/+1
2018-07-20#44 don't spend time reporting errorskoekeishiya1-4/+1
2018-07-20#44 synthesize keypress; skhd -k "alt - h"koekeishiya6-2/+176
2018-07-20hotload: remove incorrectly applied constkoekeishiya1-2/+2
2018-07-20update hotloaderkoekeishiya2-5/+5
2018-07-20hotloader: check if init succeededkoekeishiya1-1/+1
2018-07-20hotloader: check if init succeededkoekeishiya1-2/+6
2018-07-20hotloader: properly resolve file kindkoekeishiya1-10/+28
2018-07-20fix typokoekeishiya1-1/+1
2018-07-20hotloader: support for watching all files of given extension (or all, if not ↵koekeishiya2-16/+29
specified) in target directory
2018-07-20hotloader: support for watching all files of given extension (or all, if not ↵koekeishiya2-26/+130
specified) in target directory
2018-07-19fix function namekoekeishiya1-2/+2
2018-07-19hotloader: code cleanupkoekeishiya1-28/+38
2018-07-19simplify hotloader; manually inline functionkoekeishiya1-18/+9
2018-07-19simplify hotloader; get rid of local var and mark function inline (For ↵koekeishiya1-3/+2
readability reasons)
2018-07-19simplify hotloader; get rid of calls to malloc in callbackkoekeishiya2-21/+11
2018-07-10disable keypres profilingkoekeishiya1-1/+1
2018-07-10#43 passthrough should correctly bypass mode keypress capture settingkoekeishiya3-17/+53
2018-07-10update samplekoekeishiya1-1/+20
2018-05-27fix terminal launch bindkoekeishiya1-1/+1
2018-05-27v0.2.2v0.2.2koekeishiya1-1/+1
2018-05-27fix annoying issue; setsidkoekeishiya2-4/+5
2018-05-26update sample bindskoekeishiya1-0/+1
2018-05-26update samplekoekeishiya1-13/+22