about summary refs log tree commit diff stats
path: root/src/select/cmds.rs (follow)
Commit message (Collapse)AuthorAge
* feat(cli): Add a `add` commandBenedikt Peetz2024-10-07
| | | | | | This command allows adding URLs directly. Otherwise, the process would be: `yt subs add <URL>` -> `yt update` -> `yt subs remove <URL>`
* style(treewide): ReformatBenedikt Peetz2024-08-25
|
* refactor(treewide): Conform to `cargo clippy`Benedikt Peetz2024-08-25
|
* 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(select/file): Allow `--priority` argument to all functionsBenedikt Peetz2024-08-22
| | | | This allows setting a priority even on picked videos.
* chore: Initial CommitBenedikt Peetz2024-08-21
This repository was migrated out of my nixos-config.