Function: treemacs-bulk-file-actions

treemacs-bulk-file-actions is an autoloaded, interactive and byte-compiled function defined in treemacs-file-management.el.

Signature

(treemacs-bulk-file-actions)

Documentation

Activate the bulk file actions hydra.

This interface allows to quickly (unmark) files, so as to copy, move or delete them in bulk.

Note that marking files is *permanent*, files will stay marked until they are either manually unmarked or deleted. You can show a list of all currently marked files with treemacs-show-marked-files or s in the hydra.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-file-management.el
;;;###autoload
(defun treemacs-bulk-file-actions ()
  "Activate the bulk file actions hydra.
This interface allows to quickly (unmark) files, so as to copy, move or delete
them in bulk.

Note that marking files is *permanent*, files will stay marked until they are
either manually unmarked or deleted.  You can show a list of all currently
marked files with `treemacs-show-marked-files' or `s' in the hydra."
  (interactive)
  (treemacs-bulk-file-actions-hydra/body))