A TUI to monitor YouTube channels
Go to file
Daniel Schulte b4c4fb75c0 Add watchCommand config option
watchCommand is specified as a list of strings. The first entry is the
application to run. The rest are arguments. Arguments don't need to be
quoted as the shell is not involved in running the command.
"{{vid}}" will be replaced with the Id of the video to watch.

The default command is still to call xdg-open with the YT URL
2020-11-26 19:30:26 +01:00
.gitignore Initial commit 2020-11-22 16:17:14 +01:00
db.cpp Move more database stuff out of the main application file 2020-11-22 21:29:45 +01:00
db.h Move more database stuff out of the main application file 2020-11-22 21:29:45 +01:00
main.cpp Add watchCommand config option 2020-11-26 19:30:26 +01:00
subprocess.h Add watchCommand config option 2020-11-26 19:30:26 +01:00
tui.cpp Add C-l to force repaint 2020-11-26 13:25:25 +01:00
tui.h Add C-l to force repaint 2020-11-26 13:25:25 +01:00
yt-tool-tui.pro Disable using asan by default 2020-11-23 00:03:04 +01:00
yt.cpp Add virtual channel for all unwatched videos 2020-11-26 13:27:11 +01:00
yt.h Add virtual channel for all unwatched videos 2020-11-26 13:27:11 +01:00
yttui.conf.example Add watchCommand config option 2020-11-26 19:30:26 +01:00