Skip to content

Commit

Permalink
Add a note in the docs about shell constructs in custom commands
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Mar 11, 2014
1 parent 9ae0790 commit 1e2be9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/geany.txt
Expand Up @@ -938,6 +938,12 @@ Normal shell quoting is supported, so you can do things like:
The above example would normally be done with the `Replace all`_
function, but it can be handy to have common commands already set up.

Note that the command is not run in a shell, so if you want to use
shell features like pipes and command chains, you need to explicitly
launch the shell and pass it your command:

* ``sh -c 'sort | uniq'``


Context actions
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 1e2be9e

Please sign in to comment.