| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-08-25 | fix(select/duration): Report parse errors, as the input is user specified | Benedikt Peetz | |
| 2024-08-24 | fix(select/display): Only align the status commands in color_display | Benedikt Peetz | |
| 2024-08-24 | fix(cli/selectCommand): Explicitly set the aliases | Benedikt Peetz | |
| Otherwise the `w` alias for `watch` would conflict with `watched` and thus not work. | |||
| 2024-08-24 | feat(select/display): Also show the video hash when color displaying it | Benedikt Peetz | |
| The hash can now be used on the commandline to access video information. | |||
| 2024-08-23 | fix(select/cmds): Accept the watch flags for every command | Benedikt Peetz | |
| This makes it easier to change the status of a video, without having to painstakingly remove the flags too. | |||
| 2024-08-23 | feat(treewide): Use a configuration file | Benedikt 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-22 | feat(select/file): Allow `--priority` argument to all functions | Benedikt Peetz | |
| This allows setting a priority even on picked videos. | |||
| 2024-08-21 | fix(select/duration): Also parse `[No Duration]` as duration | Benedikt Peetz | |
