aboutsummaryrefslogtreecommitdiffstats
path: root/src/select/selection_file (unfollow)
Commit message (Collapse)Author
2024-08-25fix(select/duration): Report parse errors, as the input is user specifiedBenedikt Peetz
2024-08-24fix(select/display): Only align the status commands in color_displayBenedikt Peetz
2024-08-24fix(cli/selectCommand): Explicitly set the aliasesBenedikt Peetz
Otherwise the `w` alias for `watch` would conflict with `watched` and thus not work.
2024-08-24feat(select/display): Also show the video hash when color displaying itBenedikt Peetz
The hash can now be used on the commandline to access video information.
2024-08-23fix(select/cmds): Accept the watch flags for every commandBenedikt Peetz
This makes it easier to change the status of a video, without having to painstakingly remove the flags too.
2024-08-23feat(treewide): Use a configuration fileBenedikt Peetz
This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.
2024-08-22feat(select/file): Allow `--priority` argument to all functionsBenedikt Peetz
This allows setting a priority even on picked videos.
2024-08-21fix(select/duration): Also parse `[No Duration]` as durationBenedikt Peetz