add sfdeps

This commit is contained in:
Denis Lehmann 2022-10-21 21:14:23 +02:00
parent 312f67789b
commit cf550ef9ca
2 changed files with 4 additions and 3 deletions

View file

@ -11,6 +11,7 @@ sfargs+=("move;m;DIRECTORY;;Move old files to DIRECTORY (omits --keep)")
sfexamples+=("ffconv mp3 opus;Convert all mp3 files to opus")
sfexamples+=("ffconv -m trash mp4 mkv;Convert all mp4 to mkv and move the original ones to './trash'")
sfexamples+=("ffconv -d ~/music -l wma mp3;List all wma files from '~/music' and ask for converting them to mp3")
sfdeps=("ffmpeg")
source "$(dirname $0)/../lib/sf"