Move the folder name shortcut to its own alias and use it for qpv.

This commit is contained in:
2026-06-26 10:44:31 -07:00
parent 55fa6357b3
commit c7099e632c
+2 -1
View File
@@ -481,7 +481,8 @@ function process-video {
return $status
}
alias pv="process-video"
alias qpv='pv ./raw/YouCut*.mp4 $(basename `pwd`).mp4'
alias fn='basename `pwd`' # Folder Name
alias qpv='pv ./raw/YouCut*.mp4 `fn`.mp4' # Quick Process Video
# Allow converting video to audio and other smaller
# tasks than what process-video is intended to do.