dotfiles

ref: a0a8358fef4804f181993395afe44178849b404b

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..."