From d6a21ceb1fee35e63198f799b24cd2b504403058 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 20 Apr 2023 17:52:40 +0200 Subject: add history to ytclipo --- bin/common/ytclipo | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/common') diff --git a/bin/common/ytclipo b/bin/common/ytclipo index 672633a..c283973 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -23,3 +23,4 @@ yt-dlp "$inp" \ -P "$HOME/vids" \ -o "%(title)s.%(ext)s" notify-send "ytclipo" "ytclipo
finished downloading." +echo "$inp" >> /tmp/ytclipo_history -- cgit v1.2.3