<% opt.term.icon_name %>
Open <% opt.term.name %> Here
<% opt.term.workdir_command %> %f
*
Rsync To...
edit-copy
<% opt.commands.zenity %> --entry --text "Rsync Command" --entry-text "rsync -vaP %F " | xargs alacritty --hold --command
Open a Dialog on an Rsync destination for the selected files
*
rm -rf
user-trash-full
<% opt.commands.zenity %> --text "Delete these files?\n\n%F" && rm -rf %F
force delete stuff
*