From 00114c6fc86d6a2ccca86a5fe001590087bf565b Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Fri, 18 Oct 2013 14:43:00 +0200 Subject: [PATCH] Add a recipe for runner. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes/runner | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/runner diff --git a/recipes/runner b/recipes/runner new file mode 100644 index 00000000..317ed8de --- /dev/null +++ b/recipes/runner @@ -0,0 +1,3 @@ +(runner + :fetcher github + :repo "thamer/runner")