This commit is contained in:
2026-01-04 16:59:50 -07:00
parent 0494b05bb7
commit 07ca207fd1

View File

@@ -306,6 +306,10 @@ function process-video {
alias pv="process-video" alias pv="process-video"
function mkvid { function mkvid {
if [[ -n "$1" ]]; then
mkdir "$1"
cd "$1"
fi
touch title.md touch title.md
touch desc.md touch desc.md
touch tags.md touch tags.md