about summary refs log tree commit diff stats
path: root/crates (unfollow)
Commit message (Collapse)Author
2024-08-24feat(videos): Allow limiting the number of videos to showBenedikt Peetz
2024-08-24fix(contrib/config.toml): Correct typo in config keyBenedikt Peetz
2024-08-24feat(bytes): Add implementation for serde's `Serialize`Benedikt Peetz
2024-08-24feat(status): Also show the cache usageBenedikt Peetz
2024-08-24feat(downloader): Display the sizes, when waiting for a cache size reductionBenedikt Peetz
2024-08-24feat(watch/handlers): Add status messages to the script handlersBenedikt Peetz
2024-08-24test(storage/setters): Assert the video status in `set_video_watched`Benedikt Peetz
2024-08-24feat(select/cmds): Add a `watched` commandBenedikt Peetz
Otherwise, running `yt select file --done` would mark all your already wached stuff to be watched again.
2024-08-24feat(select/display): Also show the video hash when color displaying itBenedikt Peetz
The hash can now be used on the commandline to access video information.
2024-08-23fix(select/cmds): Accept the watch flags for every commandBenedikt Peetz
This makes it easier to change the status of a video, without having to painstakingly remove the flags too.
2024-08-23feat(videos): InitBenedikt Peetz
2024-08-23