summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-21Added -B option to filter by author and committer with one commandHEADmasterAki
2024-02-11Added a manpageAki
2024-02-10Changed CLI defaults to use rolling and cwdAki
2024-02-10Generation will no longer break with invalid directoriesAki
2024-02-10Added some sanity tests that would have had helped but I didn't think of themAki
2024-02-09Added options to filter by author or committerAki
2024-02-09Moved the standalone activity.lua into activity.generatorsAki
2024-02-09Removed duplication in svg itselfAki
2024-02-09Added SVG output formatAki
2024-02-09Made HTML5 format a bit more compactAki
2024-02-09Fixed missing rows in rolling chartAki
2024-02-08Generate rolling chart with activityAki
2024-02-08Generate empty rolling tableAki
2024-02-08Fixed last two weeks of each year not showing upAki
2024-02-07Added plain formatAki
2023-12-29Tweaked style of the makefileAki
2023-09-13Added shebang to generate.lua scriptAki
2023-09-12Added omitted removal of activity.lua from uninstallAki
2023-09-12Reworked makefile to be more usefulAki
2023-09-12this_year now returns a numberAki
2023-09-12Missing or bad format error should be now more readableAki
2023-09-12Extended the CLI with more traditional option handlingAki
2023-09-12Extracted output format to own module for potential later expansionAki
2023-09-01Generated activity chart now actually contains some activityAki
2023-08-31Changed format of git log lookup to year - day of year - mentionsAki
2023-08-31Split out dates moduleAki
2023-08-31Renamed activity.days_in(year)Aki
2023-08-31Implemented naive email based git log readerAki
2023-05-08Added test target to makefileAki
2023-05-07Activity table is now generated by Lua scriptAki
2023-05-06Created raw activity chart in only HTML and CSSAki