about summary refs log tree commit diff stats
path: root/src/select/selection_file/help.str (follow)
Commit message (Collapse)AuthorAge
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
|
* 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>`
* fix(cli/selectCommand): Explicitly set the aliasesBenedikt Peetz2024-08-24
| | | | | Otherwise the `w` alias for `watch` would conflict with `watched` and thus not work.
* 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.
* 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.