aboutsummaryrefslogtreecommitdiff
path: root/module/main.scm (follow)
Commit message (Collapse)AuthorAge
* Add basic server.Hugo Hörnquist2019-05-13
|
* Add flags for just running the text flower.Hugo Hörnquist2019-05-08
| | | | | | | | 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.
* Add options to --statprof.Hugo Hörnquist2019-05-01
|
* Move statprof to encompass all.Hugo Hörnquist2019-04-25
|
* Made none-output print statprof info.Hugo Hörnquist2019-04-25
|
* Add option to disable everything.Hugo Hörnquist2019-04-24
|
* Add ability to set start-date of term mode.Hugo Hörnquist2019-04-23
|
* Move stuff from main.Hugo Hörnquist2019-04-23
|
* Add command line option parsing.Hugo Hörnquist2019-04-23
|
* Fix terminal output.Hugo Hörnquist2019-04-23
|
* Change how util is loaded.Hugo Hörnquist2019-04-23
|
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23
|
* General cleanup.Hugo Hörnquist2019-04-22
|
* Add rudamentary HTML output.HTMLHugo Hörnquist2019-04-22
|
* Move where streams are merged.Hugo Hörnquist2019-04-21
|
* Rename (vcalendar {recur => recurrence}).Hugo Hörnquist2019-04-20
|
* Add binding to dump vcomponent to stdout.Hugo Hörnquist2019-04-20
|
* Minor cleanups.Hugo Hörnquist2019-04-10
|
* Start using multi-set!Hugo Hörnquist2019-04-09
|
* Add slightly better terminal drawing procedures.Hugo Hörnquist2019-04-09
|
* Minor whitespace fixup.Hugo Hörnquist2019-03-29
|
* Replace recur loop with while.Hugo Hörnquist2019-03-29
|
* Add summary-filter to SUMMARY field.Hugo Hörnquist2019-03-29
|
* Move TTY input to end of loop.Hugo Hörnquist2019-03-29
|
* Fix #\q in main loop.Hugo Hörnquist2019-03-25
|
* Minor cleanups.Hugo Hörnquist2019-03-25
|
* Fix events being dropped by sorting them.Hugo Hörnquist2019-03-25
|
* Replace one filter.Hugo Hörnquist2019-03-25
|
* Move C and Scheme code into subdirs.Hugo Hörnquist2019-03-22