I would like to have a way to sync two directories
so something like
(defun my-dired-sync-workflow(src dst) ...)
(global-set-key (kbd ...) 'my-dired-sync-workflow)
and probably have a set of fixed values for src and dst - I'm thinking of using some hacky setq for now since I only have one src and dst pair I care about.