changes before turning into a flake

This commit is contained in:
2024-10-31 23:43:37 -06:00
parent cf627acdb0
commit bd50a7ce71
77 changed files with 252 additions and 131 deletions

View File

@@ -1,17 +0,0 @@
#!/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