aboutsummaryrefslogtreecommitdiff
path: root/booki.c
Commit message (Collapse)AuthorAge
...
* 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
|
* 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
|
* 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
|
* fix --showBen Winston2024-05-07
|
* initialize the structBen Winston2024-05-07
|
* remove toml dependancyBen Winston2024-05-06
|
* main.c -> booki.cBen Winston2024-05-05