From 1f0445952332d96acadecb936d9eaa7169d52082 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 7 Oct 2024 19:43:13 +0200 Subject: feat(cli): Add a `add` command This command allows adding URLs directly. Otherwise, the process would be: `yt subs add ` -> `yt update` -> `yt subs remove ` --- src/select/selection_file/help.str | 1 + 1 file changed, 1 insertion(+) (limited to 'src/select/selection_file/help.str') diff --git a/src/select/selection_file/help.str b/src/select/selection_file/help.str index f3ad2f2..eb76ce5 100644 --- a/src/select/selection_file/help.str +++ b/src/select/selection_file/help.str @@ -4,6 +4,7 @@ # d, drop [-p,-s,-l] Mark the video given by the hash to be dropped # u, url [-p,-s,-l] Open the video URL in Firefox's `timesinks.youtube` profile # p, pick [-p,-s,-l] Reset the videos status to 'Pick' +# a, add URL Add a video, defined by the URL # # See `yt select --help` for more help. # -- cgit 1.4.1