about summary refs log tree commit diff stats
path: root/README.md (unfollow)
Commit message (Collapse)Author
3 daysfix(nix/package): Update to include the newest changesBenedikt Peetz
3 daysrefactor(crates/yt/constants): Remove empty moduleBenedikt Peetz
3 daysstyle(treewide): FormatBenedikt Peetz
3 dayschore(treewide): Add missing license headersBenedikt Peetz
3 daystest(crates/libmpv2): Avoid compiling a doc-testBenedikt Peetz
3 daysfix(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.
3 daystest(crates/yt/tests/watch/focus_switch.rs): This test simply lacks its purposeBenedikt Peetz
3 daystest(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.
3 daysfeat(crates/yt/commands/cache): InitBenedikt Peetz
3 daysrefactor(crates/yt/commands): Restrict visibility to itselfBenedikt Peetz
This ensures, that the other code in `yt` does not reference this.
3 daysfix(crates/yt): Correct importsBenedikt Peetz
3 daysfix(crates/yt/c