diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-20 17:53:42 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-20 17:53:42 +0200 |
commit | 448d79700296d8b1e61c976321ea1b7d6061b5ec (patch) | |
tree | 32aba06a8cf79ba87325441a519bac3ec62bef83 /bin/common/ytclipo | |
parent | 2dfa7e799e6a153b21bc1ce6734e25a06276a6ae (diff) | |
parent | d6a21ceb1fee35e63198f799b24cd2b504403058 (diff) |
Merge branch 'main' of db:dotfiles
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 |