about summary refs log tree commit diff stats
path: root/src/select (follow)
Commit message (Collapse)AuthorAge
* fix(select/duration): Report parse errors, as the input is user specifiedBenedikt Peetz2024-08-25
|
* fix(select/display): Only align the status commands in color_displayBenedikt Peetz2024-08-24
|
* feat(cli/selectCommand/file): Allow re-use of the previous selection fileBenedikt Peetz2024-08-24
|
* fix(cli/selectCommand): Explicitly set the aliasesBenedikt Peetz2024-08-24
| | | | | Otherwise the `w` alias for `watch` would conflict with `watched` and thus not work.
* feat(select/display): Also show the video hash when color displaying itBenedikt Peetz2024-08-24
| | | | The hash can now be used on the commandline to access video information.
* fix(select/cmds): Accept the watch flags for every commandBenedikt Peetz2024-08-23
| | | | | This makes it easier to change the status of a video, without having to painstakingly remove the flags too.
* fix(treewide): Actually use the values from the configBenedikt Peetz2024-08-23
|
* feat(treewide): Use a configuration fileBenedikt Peetz2024-08-23
| | | | | | This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.
* feat(select/file): Allow `--priority` argument to all functionsBenedikt Peetz2024-08-22
| | | | This allows setting a priority even on picked videos.
* fix(select/duration): Also parse `[No Duration]` as durationBenedikt Peetz2024-08-21
|
* chore: Initial CommitBenedikt Peetz2024-08-21
This repository was migrated out of my nixos-config.