about summary refs log tree commit diff stats
path: root/src/select/selection_file/display.rs (follow)
Commit message (Collapse)AuthorAge
* feat(videos): Provide a consistent display for the `Video` structBenedikt Peetz2024-10-14
| | | | | Before, `Video`s where colourized differently, just because the colourization was not standardized. It now is.
* feat(cli): Add a `add` commandBenedikt Peetz2024-10-07
| | | | | | This command allows adding URLs directly. Otherwise, the process would be: `yt subs add <URL>` -> `yt update` -> `yt subs remove <URL>`
* refactor(treewide): Conform to `cargo clippy`Benedikt Peetz2024-08-25
|
* fix(select/display): Only align the status commands in color_displayBenedikt Peetz2024-08-24
|
* feat(select/display): Also show the video hash when color displaying itBenedikt Peetz2024-08-24
| | | | The hash can now be used on the commandline to access video information.
* feat(treewide): Use a configuration fileBenedikt Peetz2024-08-23
| | | | | | This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.
* chore: Initial CommitBenedikt Peetz2024-08-21
This repository was migrated out of my nixos-config.