aboutsummaryrefslogtreecommitdiff
path: root/module/main.scm (unfollow)
Commit message (Collapse)Author
2019-10-01Add --width flag to format.Hugo Hörnquist
2019-09-26Add missing '$' sign in main.Hugo Hörnquist
2019-07-21Rewrote build and main execution.Hugo Hörnquist
2019-05-29Reword how statprof is loaded.Hugo Hörnquist
2019-05-13Add basic server.Hugo Hörnquist
2019-05-08Add flags for just running the text flower.Hugo Hörnquist
It's twisted if one program should do many things, or just a single thing. If we assume that this program does two things: reading calendar files, and writing output, then it should be ok to allow any of those parts to run independentally of the other. Making it ok to just run the text flower.
2019-05-01Add options to --statprof.Hugo Hörnquist
2019-04-25Move statprof to encompass all.Hugo Hörnquist
2019-04-25Made none-output print statprof info.Hugo Hörnquist
2019-04-24Add option to disable everything.Hugo Hörnquist
2019-04-23Add ability to set start-date of term mode.Hugo Hörnquist
2019-04-23Move stuff from main.Hugo Hörnquist
2019-04-23Add command line option parsing.Hugo Hörnquist
2019-04-23Fix terminal output.Hugo Hörnquist
2019-04-23Change how util is loaded.Hugo Hörnquist
2019-04-23Rename module vcalendar => vcomponent.Hugo Hörnquist
2019-04-22General cleanup.Hugo Hörnquist
2019-04-22Add rudamentary HTML output.HTMLHugo Hörnquist
2019-04-21Move where streams are merged.Hugo Hörnquist
2019-04-20Rename (vcalendar {recur => recurrence}).Hugo Hörnquist
2019-04-20Add binding to dump vcomponent to stdout.Hugo Hörnquist
2019-04-10Minor cleanups.Hugo Hörnquist
2019-04-09Start using multi-set!Hugo Hörnquist
2019-04-09Add slightly better terminal drawing procedures.Hugo Hörnquist
2019-03-29Minor whitespace fixup.Hugo Hörnquist
2019-03-29Replace recur loop with while.Hugo Hörnquist
2019-03-29Add summary-filter to SUMMARY field.Hugo Hörnquist
2019-03-29Move TTY input to end of loop.Hugo Hörnquist
2019-03-25Fix #\q in main loop.Hugo Hörnquist
2019-03-25Minor cleanups.Hugo Hörnquist
2019-03-25Fix events being dropped by sorting them.Hugo Hörnquist
2019-03-25Replace one filter.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist
2019-03-22Move take-to to util.Hugo Hörnquist
2019-03-21Update main to show recurring events.Hugo Hörnquist
2019-03-21Change main-loop input.Hugo Hörnquist
Changed input for main loop from a list of calendars into a list of regular events and a list of repeating events.
2019-03-21Some cleanup.Hugo Hörnquist
2019-03-21Move time procedures from main to where they belong.Hugo Hörnquist
2019-03-19Fix crash when day has 0 events.Hugo Hörnquist
2019-03-19Fix problem with screen not refreshing.Hugo Hörnquist
2019-03-19Made vulgar interface slightly more stable.Hugo Hörnquist
2019-03-19Add simple event view to vulgar front-end.Hugo Hörnquist
2019-03-13Fix events only overlapping days.Hugo Hörnquist
Instead of simply looking at days starting during day.
2019-03-12Add interactive terminal UI.term-uiHugo Hörnquist
2019-03-08Move stuff between modules.Hugo Hörnquist
2019-03-08Fix main.Hugo Hörnquist
2019-03-08Made DTSTART have <time> instead of <date> type.Hugo Hörnquist
2019-03-08Varius minor fixes.Hugo Hörnquist
2019-03-02Move datetime stuff to better suited files.Hugo Hörnquist
2019-03-01Fix setters for date types.Hugo Hörnquist