diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-20 17:52:40 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-20 17:52:40 +0200 |
commit | d6a21ceb1fee35e63198f799b24cd2b504403058 (patch) | |
tree | e8d89a58ca601589cabb5e8f4d36809fc7020924 /bin/common/ytclipo | |
parent | e2a20cf2287a89f994ea413aed5c0720f32261f0 (diff) |
add history to ytclipo
Diffstat (limited to 'bin/common/ytclipo')
-rwxr-xr-x | bin/common/ytclipo | 1 |
1 files changed, 1 insertions, 0 deletions
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" "<b>ytclipo</b><br>finished downloading." +echo "$inp" >> /tmp/ytclipo_history |