reverted flake

This commit is contained in:
2024-11-03 15:40:20 -06:00
parent 5f27d4612a
commit 455224c045
78 changed files with 0 additions and 27 deletions

View File

@@ -0,0 +1,17 @@
#!/usr/bin/env fish
function rnm
for f in $argv
# xdg-open $f &
# wait
echo "Please input a new name for the file "(set_color green)(basename $f)(set_color normal)
read -f userinput
set f_new_name "["(basename $PWD)"] $userinput.mp4"
# mv $file $newname
echo $f $new_name
# done
# for f in *.mp4
# do
# ffmpreg $file
# done
end
end