about summary refs log tree commit diff stats
path: root/yt/src/select/selection_file/help.str.license (unfollow)
Commit message (Collapse)Author
2025-07-24fix(nix/package): Update to include the newest changesBenedikt Peetz
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
The `fmt::Debug` impl will print them capitalized, which is obviously wrong in this context.
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
first one Otherwise, we introduce a race condition and thus produce spurious test failures.
2025-07-24feat(crates/yt/commands/cache): InitBenedikt Peetz
2025-07-24refactor(crates/yt/commands): Restrict visibility to itselfBenedikt Peetz
This ensures, that the other code in `yt` does not reference this.
2025-07-24fix(crates/yt): Correct importsBenedikt Peetz