Skip to content

rlazo/shell-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Extensions to emacs shell mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published