[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You can integrate shell with Emacs with `e-pipe'.
3.1 e-Pipe e-pipe and pipe-buffer 3.2.1 syntax of 'e-pipe' syntax
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Almost UNIX shell can connect the command's stdout with the another command's stdin with `|' syntax.
On the other hand, Oneliner can connect the command's stdout with the Emacs-buffer, and it can connect the Emacs-buffer with the command's stdin, with `|' syntax. We call the syntax by the name of 'e-pipe'. The image diagram is as follows:
|
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You will use 'pipe-buffer' frequently on Oneliner.
'pipe-buffer' can be connected command with `|'(e-pipe).
'pipe-buffer' is appeared with simple operation as follows:
|
'pipe-buffer' has the number. When you append the number, you can select one 'pipe-buffer' from some 'pipe-buffer's.
We defined terms as follows:
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
|
This is explanations syntax in '[]'.
Some examples with 'e-pipe' syntax is as follows:
|
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |