]> git.eshelyaron.com Git - emacs.git/commit
Add Eshell syntax to more easily bypass Eshell's own pipelining
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 17 Jan 2022 22:15:36 +0000 (15:15 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jan 2022 20:46:31 +0000 (21:46 +0100)
commit667e212048a1443b6f72647176aec701d18474c9
tree9d64b478d4944df516cf44677403b1b9fc8e826c
parent42aef82a2b0d7b464a97fb0a50ae00501d7b4708
Add Eshell syntax to more easily bypass Eshell's own pipelining

* etc/NEWS:
* doc/misc/eshell.texi (Input/Output): Document the new syntax.
* lisp/eshell/em-extpipe.el: New module (Bug#46351).
* test/lisp/eshell/em-extpipe-tests.el: New tests.
* lisp/eshell/esh-module.el (eshell-modules-list): Add `eshell-extpipe'.
doc/misc/eshell.texi
etc/NEWS
lisp/eshell/em-extpipe.el [new file with mode: 0644]
lisp/eshell/esh-module.el
test/lisp/eshell/em-extpipe-tests.el [new file with mode: 0644]
test/lisp/eshell/eshell-tests-helpers.el