Commit message (Collapse) | Author | ||
---|---|---|---|
2024-08-24 | 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 | |
Otherwise the `w` alias for `watch` would conflict with `watched` and thus not work. | |||
2024-08-24 | feat(cli/config): Show the currently active configuration | Benedikt Peetz | |
2024-08-24 | fix(config): Check for wrong keys in the config file | Benedikt Peetz | |
2024-08-24 | feat(videos): Allow limiting the number of videos to show | Benedikt Peetz | |
2024-08-24 | fix(contrib/config.toml): Correct typo in config key | Benedikt Peetz | |
2024-08-24 | feat(bytes): Add implementation for serde's `Serialize` | Benedikt Peetz | |
2024-08-24 | feat(status): Also show the cache usage | Benedikt Peetz | |
2024-08-24 | feat(downloader): Display the sizes, when waiting for a cache size reduction | Benedikt Peetz | |
2024-08-24 | feat(watch/handlers): Add status messages to the script handlers | Benedikt Peetz | |
2024-08-24 |