aboutsummaryrefslogtreecommitdiffstats
path: root/crates (unfollow)
Commit message (Expand)Author
2025-07-24refactor(crates/yt/constants): Remove empty moduleBenedikt Peetz
2025-07-24style(treewide): FormatBenedikt Peetz
2025-07-24chore(treewide): Add missing license headersBenedikt Peetz
2025-07-24test(crates/libmpv2): Avoid compiling a doc-testBenedikt Peetz
2025-07-24fix(crates/yt/commands/database): Correctly format the default for `--kind`Benedikt Peetz
2025-07-24test(crates/yt/tests/watch/focus_switch.rs): This test simply lacks its purposeBenedikt Peetz
2025-07-24test(crates/yt/testenv/run/run_piped): Finalize the second command after the ...Benedikt Peetz
2025-07-24feat(crates/yt/commands/cache): InitBenedikt Peetz
2025-07-24refactor(crates/yt/commands): Restrict visibility to itselfBenedikt Peetz
2025-07-24fix(crates/yt): Correct importsBenedikt Peetz
2025-07-24fix(crates/yt/config): Avoid module name re-use in `watch` configBenedikt Peetz
2025-07-24fix(crates/yt/commands/select): Allow configuring the `yt select url` openerBenedikt Peetz
2025-07-24fix(crates/yt/storage/db/videos/comments): Don't always associate a reply wit...Benedikt Peetz
2025-07-24refactor(crates/yt/src/ansi_escape_codes): Use better name for `erase_in_disp...Benedikt Peetz
2025-07-24fix(crates/yt/commands): Add the actual `implm` wrapperBenedikt Peetz
2025-07-24refactor(crates/colors): Don't expose the custom colours moduleBenedikt Peetz
2025-07-24fix(treewide): Use `json_try_get!` instead of `json.get(..).map(|| ..)`Benedikt Peetz
2025-07-24fix(crates/yt/{commands/playlist,videos/format_video}): Correctly calculate w...Benedikt Peetz
2025-07-24feat(crates/yt/commands/database): Init, to show the txn_logBenedikt Peetz
2025-07-24feat(crates/yt/storage/db/insert): Track all inserted operationsBenedikt Peetz
2025-07-24feat(crates/yt/commands/watch/mpv_commands): Hook-up the new show commandsBenedikt Peetz
2025-07-24feat(crates/yt/commands/show): Also provide thumbnail and info screenBenedikt Peetz
2025-07-18refactor(crates/yt/db/insert::Commitable): Make `Debug` a dependencyBenedikt Peetz
2025-07-18fix(crates/yt/db/insert/playlist): Account for playlist_len == 0Benedikt Peetz
2025-07-18build(crates/yt/Cargo.toml): Remove now pointless `owo-colors` depBenedikt Peetz
2025-07-18build(treewide): UpdateBenedikt Peetz
2025-07-18build({update.sh,crates/{libmpv2,yt_dlp}/update.sh}): Remove pointless update...Benedikt Peetz
2025-07-18fix(crates/yt/db/insert/maintenance): Re-initBenedikt Peetz
2025-07-18test(crates/yt/tests/_testenv): Store `Child`s instead of PIDsBenedikt Peetz
2025-07-18perf(crates/yt/db/extractor_hash/realize): Allow passing in a `all_hashes`Benedikt Peetz
2025-07-18fix(crates/yt/config): Ensure that the download_dir is createdBenedikt Peetz
2025-07-18test(crates/yt/tests/_testenv::init): Use appropriate atomic u64 typeBenedikt Peetz
2025-07-18fix(crates/yt): **Always** honor the `config.global.display_colors` config se...Benedikt Peetz
2025-07-18chore(crates/yt/Cargo.toml): Add `pretty-assertions` for testsBenedikt Peetz
2025-07-18feat(crates/yt): Separate all commands from their implementation codeBenedikt Peetz
2025-07-15test(crates/yt): Add basic integration testsBenedikt Peetz
2025-07-15fix(crates/yt/select): Correctly open the persistent file in `select split`Benedikt Peetz
2025-07-15feat(crates/yt/select): Print the currently processed line as progressBenedikt Peetz
2025-07-15fix(crates/yt): Add stuff that was missedBenedikt Peetz
2025-07-15feat(crates/yt/watch): Make the time between watch progress saves configurableBenedikt Peetz
2025-07-15refactor(crates/yt/config): Always use imported paths in config decBenedikt Peetz
2025-07-15feat(crates/yt/update): Make the concurrency configurableBenedikt Peetz
2025-07-15fix(crates/yt/cli): Use the correct `--plackback-speed` option nameBenedikt Peetz
2025-07-15feat(crates/yt/subscribe): Support a `--no-check` argumentBenedikt Peetz
2025-07-15feat(crates/yt): Support a `--format` argument for most commands with outputBenedikt Peetz
2025-07-15fix(crates/yt/update): Remove the `--grouped` update supportBenedikt Peetz
2025-07-15feat(crates/yt/watch): Support `--headless` and `--provide-ipc-socket` flagsBenedikt Peetz
2025-07-15refactor(crates/yt/comments): Remove dead codeBenedikt Peetz
2025-07-15fix(crates/yt/downloader): Correctly treat the download as blockingBenedikt Peetz
2025-07-15refactor(crates/yt): Allow `missing_panic_docs` and use expectBenedikt Peetz