index
:
booki
master
orgainze your books on the command line
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
booki.c
Commit message (
Collapse
)
Author
Age
*
use tilde for less-than
Ben Winston
2025-08-11
|
*
update format to start/end with %, take in optional command line arg
Ben Winston
2025-03-23
|
*
WIP format strings with single character lead
Ben Winston
2025-03-23
|
*
add 'genre'
Ben Winston
2025-02-04
|
*
bugfix: don't match on empty text
Ben Winston
2024-07-23
|
*
bugfix: multiple vars on a line each needs initializing
Ben Winston
2024-06-18
|
*
bugfix: verify BOOKI_FILE variable is not empty
Ben Winston
2024-06-18
|
*
refactor: search with a loop through fields instead of ifs
Ben Winston
2024-06-18
|
*
bugfix: parse all strings as potentially compound
Ben Winston
2024-06-18
|
*
refactor: parse with a loop through fields instead of ifs
Ben Winston
2024-06-18
|
*
refactor: get_x_field returns a pointer, for flexibility
Ben Winston
2024-06-18
|
*
bugfix: don't print an extra newline if there's no raw fields
Ben Winston
2024-06-18
|
*
remove english as default lang
Ben Winston
2024-06-18
|
*
anything we don't 'show', we shouldn't ask someone to 'add'
Ben Winston
2024-06-09
|
*
preserve unrecognized parts of a book in their entirety
Ben Winston
2024-06-09
|
*
bugfix: don't present _other as an option during add
Ben Winston
2024-06-09
|
*
capture additional fields, even if we're not using them
Ben Winston
2024-06-09
|
*
add show flag to data points
Ben Winston
2024-06-09
|
*
bugfix: diacritics can sometimes be combining??
Ben Winston
2024-06-08
|
*
when adding a new book, use the defined fields
Ben Winston
2024-06-07
|
*
when writing, lookup the type of field and write that way
Ben Winston
2024-06-07
|
*
add read support for ID, but don't show it
Ben Winston
2024-06-07
|
*
when printing, lookup the type of field and print that way
Ben Winston
2024-06-07
|
*
detect unsupported fields while parsing search options
Ben Winston
2024-06-07
|
*
prevent null dereference on bad search term
Ben Winston
2024-06-07
|
*
use typedefs
Ben Winston
2024-06-07
|
*
add -Wall and -Werror
Ben Winston
2024-06-06
|
*
refactor: less locals
Ben Winston
2024-06-06
|
*
refactor for clarity
Ben Winston
2024-06-06
|
*
refactor for less looping
Ben Winston
2024-06-06
|
*
bugfix: matching $ must count characters from end, not bytes
Ben Winston
2024-06-06
|
*
add search by translator
Ben Winston
2024-06-04
|
*
support latin-1 extended-A
Ben Winston
2024-06-04
|
*
use hand-rolled strncasecmp, ignore accents
Ben Winston
2024-06-03
|
*
add published as search option
Ben Winston
2024-06-03
|
*
add leading +/, for greater or less than
Ben Winston
2024-05-31
|
*
initial commit of int comparisons
Ben Winston
2024-05-31
|
*
refactor: rearrange file
Ben Winston
2024-05-31
|
*
initial commit of 'add', with defaults
Ben Winston
2024-05-30
|
*
bugfix: memory leak
Ben Winston
2024-05-30
|
*
move working files to /tmp, replace BOOKI_FILE and clean up after
Ben Winston
2024-05-30
|
*
convert 'on' to use list of strings
Ben Winston
2024-05-28
|
*
fix write_book to write lists of strings as lists
Ben Winston
2024-05-28
|
*
support lists of translators and languages
Ben Winston
2024-05-28
|
*
streamline concat-ing strings
Ben Winston
2024-05-28
|
*
free the list after it's been used
Ben Winston
2024-05-28
|
*
update regex_match to follow the list
Ben Winston
2024-05-28
|
*
WIP initial commit of linked list of strings
Ben Winston
2024-05-28
|
*
search wasn't returning anything useful anyway
Ben Winston
2024-05-27
|
*
edit support
Ben Winston
2024-05-27
|
[next]