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
...
*
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
|
*
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
|
*
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
|
*
fix --show
Ben Winston
2024-05-07
|
*
initialize the struct
Ben Winston
2024-05-07
|
*
remove toml dependancy
Ben Winston
2024-05-06
|
*
main.c -> booki.c
Ben Winston
2024-05-05
[prev]