index
:
booki
master
orgainze your books on the command line
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
README updates
Ben Winston
2024-05-28
*
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
*
don't use ~1mb of stack space for no reason?
Ben Winston
2024-05-26
*
use an environment variable for the file
Ben Winston
2024-05-26
*
add special characters to regex search
Ben Winston
2024-05-26
*
README updates
Ben Winston
2024-05-25
*
helpful message for unrecognized command
Ben Winston
2024-05-25
*
refactor: replace common looping idiom with macro
Ben Winston
2024-05-25
*
refactor: use ATTR_MATCH for simplicity
Ben Winston
2024-05-25
*
bugfix: only open temp file when editing
Ben Winston
2024-05-23
*
only write to temp file when asking to edit
Ben Winston
2024-05-23
*
initial commit of edit functionality
Ben Winston
2024-05-23
*
refactor: pass booki file along
Ben Winston
2024-05-23
*
bugfix: trailing null byte in data from file
Ben Winston
2024-05-23
*
start a markdown table -- does it render nicely?
Ben Winston
2024-05-19
*
add support for 'on' list
Ben Winston
2024-05-19
*
bugfix: go past quotes
Ben Winston
2024-05-15
*
expand validity of ints
Ben Winston
2024-05-15
*
refactor: actually use the macro
Ben Winston
2024-05-11
*
bugfix: extra published attribute
Ben Winston
2024-05-11
*
only increment the array if we actually want to print the book
Ben Winston
2024-05-11
*
try using a pointer into an array of books
Ben Winston
2024-05-11
*
add parsing for ints, do pages and published
Ben Winston
2024-05-11
*
add isbn and translator
Ben Winston
2024-05-11
*
populate language
Ben Winston
2024-05-09
*
refactor: parse string in its own function
Ben Winston
2024-05-09
*
add an output binary
Ben Winston
2024-05-09
*
fix --show
Ben Winston
2024-05-07
*
initialize the struct
Ben Winston
2024-05-07
*
remove toml dependancy
Ben Winston
2024-05-06
*
link to old repo
Ben Winston
2024-05-05
*
readme
Ben Winston
2024-05-05
*
makefile and license
Ben Winston
2024-05-05
*
main.c -> booki.c
Ben Winston
2024-05-05
*
if not a string, try to get an integer
Ben Winston
2024-05-05
*
bugfix: memory
Ben Winston
2024-05-05
*
be flexible with search arguments
Ben Winston
2024-05-05
*
initial commit
Ben Winston
2024-05-02
[prev]