aboutsummaryrefslogtreecommitdiff
path: root/booki.c
Commit message (Collapse)AuthorAge
* refactor: get_x_field returns a pointer, for flexibilityBen Winston2024-06-18
|
* bugfix: don't print an extra newline if there's no raw fieldsBen Winston2024-06-18
|
* remove english as default langBen Winston2024-06-18
|
* anything we don't 'show', we shouldn't ask someone to 'add'Ben Winston2024-06-09
|
* preserve unrecognized parts of a book in their entiretyBen Winston2024-06-09
|
* bugfix: don't present _other as an option during addBen Winston2024-06-09
|
* capture additional fields, even if we're not using themBen Winston2024-06-09
|
* add show flag to data pointsBen Winston2024-06-09
|
* bugfix: diacritics can sometimes be combining??Ben Winston2024-06-08
|
* when adding a new book, use the defined fieldsBen Winston2024-06-07
|
* when writing, lookup the type of field and write that wayBen Winston2024-06-07
|
* add read support for ID, but don't show itBen Winston2024-06-07
|
* when printing, lookup the type of field and print that wayBen Winston2024-06-07
|
* detect unsupported fields while parsing search optionsBen Winston2024-06-07
|
* prevent null dereference on bad search termBen Winston2024-06-07
|
* use typedefsBen Winston2024-06-07
|
* add -Wall and -WerrorBen Winston2024-06-06
|
* refactor: less localsBen Winston2024-06-06
|
* refactor for clarityBen Winston2024-06-06
|
* refactor for less loopingBen Winston2024-06-06
|
* bugfix: matching $ must count characters from end, not bytesBen Winston2024-06-06
|
* add search by translatorBen Winston2024-06-04
|
* support latin-1 extended-ABen Winston2024-06-04
|
* use hand-rolled strncasecmp, ignore accentsBen Winston2024-06-03
|
* add published as search optionBen Winston2024-06-03
|
* add leading +/, for greater or less thanBen Winston2024-05-31
|
* initial commit of int comparisonsBen Winston2024-05-31
|
* refactor: rearrange fileBen Winston2024-05-31
|
* initial commit of 'add', with defaultsBen Winston2024-05-30
|
* bugfix: memory leakBen Winston2024-05-30
|
* move working files to /tmp, replace BOOKI_FILE and clean up afterBen Winston2024-05-30
|
* 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
|
* 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
|