about summary refs log tree commit diff stats
path: root/src/cli.rs (follow)
Commit message (Expand)AuthorAge
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
* feat(cli): Add a `add` commandBenedikt Peetz2024-10-07
* feat(cli): Also add a `dowa` commandBenedikt Peetz2024-10-07
* fix(cli): Avoid having to interleave `sedowa` with dashesBenedikt Peetz2024-10-07
* feat(cli): Support the common select -> download -> watch workflowBenedikt Peetz2024-08-25
* 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
* feat(cli/config): Show the currently active configurationBenedikt Peetz2024-08-24
* feat(videos): Allow limiting the number of videos to showBenedikt Peetz2024-08-24
* feat(select/cmds): Add a `watched` commandBenedikt Peetz2024-08-24
* fix(select/cmds): Accept the watch flags for every commandBenedikt Peetz2024-08-23
* feat(videos): InitBenedikt Peetz2024-08-23
* fix(cli/verbosity): Simplify setting the default levelBenedikt Peetz2024-08-23
* fix(cli): Always log with a verbosity of at least WARNBenedikt Peetz2024-08-23
* fix(treewide): Actually use the values from the configBenedikt Peetz2024-08-23
* feat(treewide): Use a configuration fileBenedikt Peetz2024-08-23
* refactor(cli): Replace the byte parser with the one from the `bytes` crateBenedikt Peetz2024-08-23
* feat(cli): Add an explicit `subs export` subcommandBenedikt Peetz2024-08-23
* refactor(cli): Remove the useless `concurrent_processes` flag from `update`Benedikt Peetz2024-08-22
* feat(select/file): Allow `--priority` argument to all functionsBenedikt Peetz2024-08-22
* feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz2024-08-22
* test(benches/update): InitBenedikt Peetz2024-08-22
* style(treewide): Reformat v0.1.0Benedikt Peetz2024-08-21
* chore: Initial CommitBenedikt Peetz2024-08-21