about summary refs log tree commit diff stats
Commit message (Expand)AuthorAge
* build({flake,Cargo}.lock): UpdateBenedikt Peetz2025-06-16
* fix(scripts/mkdb.sh): Also use the `$DATABASE_URL` variable as source sourceBenedikt Peetz2025-06-16
* refactor(yt/select/selection_file): Migrate from `trinitry` to `shlex`Benedikt Peetz2025-06-16
* test(yt/cli): Test the CLIBenedikt Peetz2025-06-16
* fix(libmpv2-sys): Avoid generating comments, that confuse rustdocBenedikt Peetz2025-06-16
* fix(yt/cli): Remove duplicated short flag key (help also uses 'h')Benedikt Peetz2025-06-16
* feat(yt/cli): Add support for command line completionsBenedikt Peetz2025-06-16
* build(.envrc): Remove outdated env variablesBenedikt Peetz2025-06-16
* feat(yt/select/split): Make sorting configurableBenedikt Peetz2025-06-16
* feat(yt/videos/list): Replace the nucleo matcher with a simple `contains`Benedikt Peetz2025-06-16
* fix(yt/download/get_file_size): Correct deal with `filesize_approx` = NullBenedikt Peetz2025-06-15
* fix(yt_dlp/json_{cast,get}): Improve error reportingBenedikt Peetz2025-06-15
* build(treewide): UpdateBenedikt Peetz2025-06-15
* fix(yt/update): Correct the progress display in `--grouped` modeBenedikt Peetz2025-06-15
* docs(yt/watch/playlist_handler/client_messages): Add TODO about `current_exe`Benedikt Peetz2025-06-15
* docs(yt_dlp): Fix typo in `Cargo.toml`'s descriptionBenedikt Peetz2025-06-15
* fix(yt_dlp): Avoid writing the json output to diskBenedikt Peetz2025-06-15
* fix(yt/update/video_entry_to_video): Cast the json objectsBenedikt Peetz2025-06-15
* feat(yt/update): Print a nice progress numberBenedikt Peetz2025-06-15
* feat(yt/update): Support grouped updatesBenedikt Peetz2025-06-15
* perf(yt/update/updater): Acknowledge, that `yt_dlp` has a sync APIBenedikt Peetz2025-06-15
* feat(yt/select): Support a directory selection processBenedikt Peetz2025-06-15
* refactor(yt/select): Split the `select::select` function upBenedikt Peetz2025-06-15
* feat(yt/update): Specify subscriptions to update as positional argsBenedikt Peetz2025-06-14
* feat({yt/update,yt_dlp}): Use yt_dlp errors againBenedikt Peetz2025-06-14
* docs(yt/update): Add comment about the `unsmuggle_url` invocationBenedikt Peetz2025-06-14
* fix(yt/update): Avoid printing all the subscriptions that are not updatedBenedikt Peetz2025-06-14
* fix(yt/select/selection_file/duration): Improve the duration parserBenedikt Peetz2025-06-14
* fix(yt/version): Use yt_dlp's native python version implyBenedikt Peetz2025-06-13
* build(treewide): UpdateBenedikt Peetz2025-06-13
* build(flake): Document for what the `CLANG_*` env vars are neededBenedikt Peetz2025-06-13
* build(flake): Remove `flake-utils`Benedikt Peetz2025-06-13
* refactor(yt): Move to `crates/yt`Benedikt Peetz2025-06-13
* build(flake): Switch to `nixpkgs-unstable-small`Benedikt Peetz2025-06-13
* build(flake): Adapt the dev env to yt_dlp's new dependenciesBenedikt Peetz2025-06-13
* fix(yt/subscribe): Deal with moved url valueBenedikt Peetz2025-06-13
* fix(yt/downloader/progress_hook): Silence clippy warningsBenedikt Peetz2025-06-13
* refactor(yt): Consolidate the multiple ANSI escape code wrapper functionsBenedikt Peetz2025-06-13
* fix(yt/watch/playlist): Workaround terminals, that treat 0 as 1Benedikt Peetz2025-06-13
* fix(yt/storage/migrate): Correct the two to three migration scriptBenedikt Peetz2025-06-13
* fix(yt/storage/migrate): Correctly state the upgrade to the topmost versionBenedikt Peetz2025-06-13
* feat(yt/status): Show the percentage of videos that were actually watchedBenedikt Peetz2025-06-13
* style(yt/cli): Sort the toplevel flags alphabeticallyBenedikt Peetz2025-06-13
* fix(yt/{se,}dowa): Don't exit completely, if the downloader failsBenedikt Peetz2025-06-13
* feat({yt_dlp,yt}): Migrate from pyo3 to rustpythonBenedikt Peetz2025-06-13
* build(treewide): UpdateBenedikt Peetz2025-06-13
* build(flake): Add `git-bug` to the devshellBenedikt Peetz2025-03-21
* fix(yt/storage/migrate): Improve error messagesBenedikt Peetz2025-03-21
* fix(yt/storage/migrate): Account for the fact that DbVersions::Empty means no...Benedikt Peetz2025-03-21
* style(treewide): Adopt rust edition 2024 rustfmt styleBenedikt Peetz2025-03-21