aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* README updatesBen Winston2024-05-28
* convert 'on' to use list of stringsBen Winston2024-05-28
* fix write_book to write lists of strings as listsBen Winston2024-05-28
* support lists of translators and languagesBen Winston2024-05-28
* streamline concat-ing stringsBen Winston2024-05-28
* free the list after it's been usedBen Winston2024-05-28
* update regex_match to follow the listBen Winston2024-05-28
* WIP initial commit of linked list of stringsBen Winston2024-05-28
* search wasn't returning anything useful anywayBen Winston2024-05-27
* edit supportBen Winston2024-05-27
* don't use ~1mb of stack space for no reason?Ben Winston2024-05-26
* use an environment variable for the fileBen Winston2024-05-26
* add special characters to regex searchBen Winston2024-05-26
* README updatesBen Winston2024-05-25
* helpful message for unrecognized commandBen Winston2024-05-25
* refactor: replace common looping idiom with macroBen Winston2024-05-25
* refactor: use ATTR_MATCH for simplicityBen Winston2024-05-25
* bugfix: only open temp file when editingBen Winston2024-05-23
* only write to temp file when asking to editBen Winston2024-05-23
* initial commit of edit functionalityBen Winston2024-05-23
* refactor: pass booki file alongBen Winston2024-05-23
* bugfix: trailing null byte in data from fileBen Winston2024-05-23
* start a markdown table -- does it render nicely?Ben Winston2024-05-19
* add support for 'on' listBen Winston2024-05-19
* bugfix: go past quotesBen Winston2024-05-15
* expand validity of intsBen Winston2024-05-15
* refactor: actually use the macroBen Winston2024-05-11
* bugfix: extra published attributeBen Winston2024-05-11
* only increment the array if we actually want to print the bookBen Winston2024-05-11
* try using a pointer into an array of booksBen Winston2024-05-11
* add parsing for ints, do pages and publishedBen Winston2024-05-11
* add isbn and translatorBen Winston2024-05-11
* populate languageBen Winston2024-05-09
* refactor: parse string in its own functionBen Winston2024-05-09
* add an output binaryBen Winston2024-05-09
* fix --showBen Winston2024-05-07
* initialize the structBen Winston2024-05-07
* remove toml dependancyBen Winston2024-05-06
* link to old repoBen Winston2024-05-05
* readmeBen Winston2024-05-05
* makefile and licenseBen Winston2024-05-05
* main.c -> booki.cBen Winston2024-05-05
* if not a string, try to get an integerBen Winston2024-05-05
* bugfix: memoryBen Winston2024-05-05
* be flexible with search argumentsBen Winston2024-05-05
* initial commitBen Winston2024-05-02