mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 19:19:51 +00:00
Add a recipe for runner.
Summary: Improved "open with" suggestions for dired mode in Emacs. This library links a set of shell commands to file or directory names. These commands can then be used in dired mode using dired-do-shell-command (by pressing “!”). Since this library modifies the behavior of dired-guess-shell-alist-user, the command syntax will follow that variable’s syntax (see the documentation of dired-guess-shell-alist-user for more). Association with package: I like the package a lot Link to package repository: https://github.com/thamer/runner Communication with package maintainer: none, the package was already ready. Tests: the package builds and installs properly
This commit is contained in:
parent
cbea2979c1
commit
00114c6fc8
1 changed files with 3 additions and 0 deletions
3
recipes/runner
Normal file
3
recipes/runner
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
(runner
|
||||||
|
:fetcher github
|
||||||
|
:repo "thamer/runner")
|
Loading…
Reference in a new issue