๐Ÿ“ฆ rlazo / shell-ext

Extensions to emacs shell mode

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ GNU General Public License v2.0
๐Ÿ“ฅ Clone https://github.com/rlazo/shell-ext.git
HTTPS git clone https://github.com/rlazo/shell-ext.git
SSH git clone git@github.com:rlazo/shell-ext.git
CLI gh repo clone rlazo/shell-ext
Rodrigo Lazo Rodrigo Lazo Update README.md to reference shell-ext da7aa4f 12 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ shell-ext.el
๐Ÿ“„ README.md

shell-ext =========

shell-ext enhances shell-mode with better extensibility by adding a command processing pipeline. This pipeline enables the execution of custom code before sending commands to the underlying shell process. It also enables command interception, so you could invoke emacs functions from the shell, e.g. issuing the command "man emacs" can launch emacs' man-mode instead of the actual man program.

Usage


Put shell-ext.el anywhere in your load-path and then require it.

(require 'shell-ext)

that's it!

Additional information


Please check the file comment in shell-ext.el for more detailed usage information.