dotfiles

ref: 7b6993594505541c0ec3c30a63d8b06b6c46123c

bin/enqueue-video


#!/usr/bin/env bash

selected_dir=$(ls /mnt/video | fzf)

touch /mnt/video/$selected_dir/.process

echo "Adding $selected_dir to the queue..."