index
:
libman.git
master
refactor
library manager for anime, manga and books
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Collapse
)
Author
2025-05-02
fixed broken queries
yuzu-eva
2025-04-17
refactored shit
yuzu-eva
2025-04-17
added support for books
HEAD
master
yuzu-eva
2025-04-12
combined the enums into one
yuzu-eva
2025-04-11
changed tblName to an enum; refactored enums into their own file
yuzu-eva
2025-04-11
re-organized project structure (no src folder)
yuzu-eva
2025-04-11
separated files and changed if-else to switch-case in main
yuzu-eva
2025-04-11
store library.db in ~/.local/share/sqlite/library.db
yuzu-eva
2025-03-26
fixed syntax in sql query
yuzu-eva
2025-03-25
refactored code a bit
yuzu-eva
2025-03-25
switched from csv to sqlite3
yuzu-eva
2025-03-25
fixed buffer size of episode
yuzu-eva
2025-03-24
fixed some whitespace
yuzu-eva
2025-03-24
fixed a missing fp.close()
yuzu-eva
2025-03-24
separated episode and watch status
yuzu-eva
2024-12-19
added help flag -h
yuzu-eva
2024-11-20
fixed error
yuzu-eva
2024-11-20
extracted check_args, resolved safety issues
yuzu-eva
2024-11-20
put the arg-checks inside switch case
yuzu-eva
2024-11-20
refactored some functions
yuzu-eva
2024-11-19
increased size of episode buffer
yuzu-eva
2024-11-19
revert short test
yuzu-eva
2024-11-19
short test
yuzu-eva
2024-11-19
added Makefile
yuzu-eva