All Projects → sagarjha → multi-run

sagarjha / multi-run

Licence: GPL-3.0 License
Run same command in multiple emacs eshell terminals

Programming Languages

emacs lisp
2029 projects

See https://sagarjha.github.io/multi-run for a full set of features. Below you will find a brief summary of features that are new:

New Features

multi-run now supports opening multiple remote files with TRAMP:

(defun multi-run-find-remote-files (file-path &optional window-batch)
  "Open file specified by FILE-PATH for all terminals and display them on the screen with WINDOW-BATCH number of them in one single vertical slot.")	

(defun multi-run-find-remote-files-sudo (file-path &optional window-batch non-root)
  "Open file specified by FILE-PATH for all terminals and display them on the screen with WINDOW-BATCH number of them in one single vertical slot.  Open with sudo if NON-ROOT is false.")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].