Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
thamer committed Nov 21, 2015
1 parent 9ca704d commit f598393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.org
Expand Up @@ -2,16 +2,16 @@

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
=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-do-shell-command' for more).
=dired-do-shell-command= for more).

** Features

- Provides a widget.el interface to add, edit, and sort shell commands.
- Gets rid of the "A command is running - kill it? Yes or No?" message.
- If command string contains `{run:out}', then keep output in a specially
- If command string contains "{run:out}", then keep output in a specially
named buffer.
- If command string contains "{run:shell}", then run command using the
function specified in =runner-shell-function=.
Expand Down

0 comments on commit f598393

Please sign in to comment.