Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(treewide): Combine the separate crates in one workspace | Benedikt Peetz | 2024-10-14 |
| | |||
* | feat(cli): Add a `add` command | Benedikt Peetz | 2024-10-07 |
| | | | | | | This command allows adding URLs directly. Otherwise, the process would be: `yt subs add <URL>` -> `yt update` -> `yt subs remove <URL>` | ||
* | feat(cli): Also add a `dowa` command | Benedikt Peetz | 2024-10-07 |
| | | | | | This is the same as the `sedowa` command, with the difference that the `dowa` command does not include the select part. | ||
* | fix(cli): Avoid having to interleave `sedowa` with dashes | Benedikt Peetz | 2024-10-07 |
| | | | | Otherwise the `sedowa` command would be `se-do-wa` | ||
* | feat(cli): Support the common select -> download -> watch workflow | Benedikt Peetz | 2024-08-25 |
| | |||
* | feat(cli/selectCommand/file): Allow re-use of the previous selection file | Benedikt Peetz | 2024-08-24 |
| | |||
* | fix(cli/selectCommand): Explicitly set the aliases | Benedikt Peetz | 2024-08-24 |
| | | | | | Otherwise the `w` alias for `watch` would conflict with `watched` and thus not work. | ||
* | feat(cli/config): Show the currently active configuration | Benedikt Peetz | 2024-08-24 |
| | |||
* | feat(videos): Allow limiting the number of videos to show | Benedikt Peetz | 2024-08-24 |
| | |||
* | feat(select/cmds): Add a `watched` command | Benedikt Peetz | 2024-08-24 |
| | | | | | Otherwise, running `yt select file --done` would mark all your already wached stuff to be watched again. | ||
* | fix(select/cmds): Accept the watch flags for every command | Benedikt Peetz | 2024-08-23 |
| | | | | | This makes it easier to change the status of a video, without having to painstakingly remove the flags too. | ||
* | feat(videos): Init | Benedikt Peetz | 2024-08-23 |
| | |||
* | fix(cli/verbosity): Simplify setting the default level | Benedikt Peetz | 2024-08-23 |
| | |||
* | fix(cli): Always log with a verbosity of at least WARN | Benedikt Peetz | 2024-08-23 |
| | | | | | This ensures that warnings actually reach the user. And the `--quite` flag can still be used to silence all output. | ||
* | fix(treewide): Actually use the values from the config | Benedikt Peetz | 2024-08-23 |
| | |||
* | feat(treewide): Use a configuration file | Benedikt Peetz | 2024-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. | ||
* | refactor(cli): Replace the byte parser with the one from the `bytes` crate | Benedikt Peetz | 2024-08-23 |
| | |||
* | feat(cli): Add an explicit `subs export` subcommand | Benedikt Peetz | 2024-08-23 |
| | | | | | | This subcommand is functionally identical with the previous `subs list --url`, but semantically it improves the situation, by having symmetrical `import` and `export` subcommands. | ||
* | refactor(cli): Remove the useless `concurrent_processes` flag from `update` | Benedikt Peetz | 2024-08-22 |
| | | | | | With the new `update_raw.py` script, supporting this flag becomes nearly impossible. Thus, we're simply removing it. | ||
* | feat(select/file): Allow `--priority` argument to all functions | Benedikt Peetz | 2024-08-22 |
| | | | | This allows setting a priority even on picked videos. | ||
* | feat(download): Support limiting the downloader by maximal cache size | Benedikt Peetz | 2024-08-22 |
| | |||
* | test(benches/update): Init | Benedikt Peetz | 2024-08-22 |
| | |||
* | style(treewide): Reformat v0.1.0 | Benedikt Peetz | 2024-08-21 |
| | |||
* | chore: Initial Commit | Benedikt Peetz | 2024-08-21 |
This repository was migrated out of my nixos-config. |