A TUI to monitor YouTube channels
Go to file
Daniel Schulte e47089325d Use db_transaction helper class instead of using sqlite3_exec directly 2020-11-22 20:37:12 +01:00
.gitignore Initial commit 2020-11-22 16:17:14 +01:00
db.cpp Move some DB stuff into separate files and create the DB if it's not there 2020-11-22 19:18:45 +01:00
db.h Move some DB stuff into separate files and create the DB if it's not there 2020-11-22 19:18:45 +01:00
main.cpp Use db_transaction helper class instead of using sqlite3_exec directly 2020-11-22 20:37:12 +01:00
tui.cpp Fix get_selection: Allow the user to make a selection with the Enter key 2020-11-22 19:15:35 +01:00
tui.h Remove lots of unnecessary "extern" keywords 2020-11-22 20:34:48 +01:00
yt-tool-tui.pro Move some DB stuff into separate files and create the DB if it's not there 2020-11-22 19:18:45 +01:00
yt.cpp Use db_transaction helper class instead of using sqlite3_exec directly 2020-11-22 20:37:12 +01:00
yt.h Initial commit 2020-11-22 16:17:14 +01:00
yttui.conf.example Initial commit 2020-11-22 16:17:14 +01:00