In addition to CLI I use it from emacs dired-mode too:
(defun my-dired-detox () (interactive) (dired-do-shell-command "detox" nil (dired-get-marked-files)) (revert-buffer))
In addition to CLI I use it from emacs dired-mode too:
I bind it to "_" in dired-mode.