index
:
yt
this commit
prime
A fully featured command line YouTube client
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
*
feat(cli): Add a `add` command
Benedikt Peetz
2024-10-07
*
feat(cli): Also add a `dowa` command
Benedikt Peetz
2024-10-07
*
fix(cli): Avoid having to interleave `sedowa` with dashes
Benedikt Peetz
2024-10-07
*
style(treewide): Reformat
Benedikt Peetz
2024-08-25
*
refactor(treewide): Conform to `cargo clippy`
Benedikt Peetz
2024-08-25
*
feat(cli): Support the common select -> download -> watch workflow
Benedikt Peetz
2024-08-25
*
refactor(watch/playlist_handler): Init
Benedikt Peetz
2024-08-25
*
fix(storage/extractor_hash): Remove useless logs
Benedikt Peetz
2024-08-25
*
fix(select/duration): Report parse errors, as the input is user specified
Benedikt Peetz
2024-08-25
*
fix(downloader): Fallback to calculating the video size, before using hardcod...
Benedikt Peetz
2024-08-25
*
fix(downloader): Remove useless logs
Benedikt Peetz
2024-08-25
*
fix(downloader): Be smarter, when checking for available cache
Benedikt Peetz
2024-08-25
*
docs(cache): Add context to the cache_path deletion error
Benedikt Peetz
2024-08-25
*
refactor(comments): Remove dead code
Benedikt Peetz
2024-08-24
*
refactor(watch): Don't track the playlist, use the properties of `mpv` instead
Benedikt Peetz
2024-08-24
*
feat(watch): Idle until new videos are available instead of exiting
Benedikt Peetz
2024-08-24
*
fix(storage/database): Already borrow the `VideoStatus::ALL` constant
Benedikt Peetz
2024-08-24
*
fix(download): Don't fail hard, when a video file size can't be approximated
Benedikt Peetz
2024-08-24
*
fix(select/display): Only align the status commands in color_display
Benedikt Peetz
2024-08-24
*
fix(treewide): Always display bytes in a formatted way through `Bytes`
Benedikt Peetz
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
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
*
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
*
test(storage/setters): Assert the video status in `set_video_watched`
Benedikt Peetz
2024-08-24
*
feat(select/cmds): Add a `watched` command
Benedikt Peetz
2024-08-24
*
feat(select/display): Also show the video hash when color displaying it
Benedikt Peetz
2024-08-24
*
fix(select/cmds): Accept the watch flags for every command
Benedikt Peetz
2024-08-23
*
feat(videos): Init
Benedikt Peetz
2024-08-23
*
fix(config/from_filesystem): Only create the parent of config paths
Benedikt Peetz
2024-08-23
*
fix(config/from_filesystem): Just load an empty config, if there isn't one
Benedikt Peetz
2024-08-23
*
fix(cli/verbosity): Simplify setting the default level
Benedikt Peetz
2024-08-23
*
style(treewide): Format
Benedikt Peetz
2024-08-23
*
fix(cli): Always log with a verbosity of at least WARN
Benedikt Peetz
2024-08-23
*
fix(treewide): Actually use the values from the config
Benedikt Peetz
2024-08-23
*
feat(watch/events): Add further understood script-messages
Benedikt Peetz
2024-08-23
*
fix(storage/setters): Enforce status invariants
Benedikt Peetz
2024-08-23
*
feat(treewide): Use a configuration file
Benedikt Peetz
2024-08-23
*
refactor(cli): Replace the byte parser with the one from the `bytes` crate
Benedikt Peetz
2024-08-23
*
refactor(storage/downloader): Remove unused `get_next_video_watchable`
Benedikt Peetz
2024-08-23
*
fix(storage/downloader): Sort the next videos to be downloaded like in the se...
Benedikt Peetz
2024-08-23
*
feat(cli): Add an explicit `subs export` subcommand
Benedikt Peetz
2024-08-23
*
fix(storage/schema.sql): Tell SQLite to perform type-checking
Benedikt Peetz
2024-08-22
*
refactor(storage/getters): Inline an Option re-creation with `map`
Benedikt Peetz
2024-08-22
*
fix(storage/setters): Avoid writing a literal "NULL" string into the db
Benedikt Peetz
2024-08-22
*
refactor(storage): Make all URL parsings panic
Benedikt Peetz
2024-08-22
[next]