adding ddclient to nix situation

This commit is contained in:
Chris Cochrun 2025-03-22 22:31:22 -05:00
parent c3de5f9330
commit 2bdb4733f9
6 changed files with 89 additions and 31 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env fish
set arg "(empv-enqueue \""$argv[1]"\")"
set arg "(chris/empv-yt-dlp \""$argv[1]"\")"
echo $arg
set title (yt-dlp --get-title $argv[1])
echo $title added