Demo of Emacs Shell (ESHELL)
Raw link: YouTube OR Internet Archive
Eshell is a line-oriented command shell that is deeply integrated with the rest of Emacs. And it is extensible in true Emacs fashion.
In this video I showcase the extensions I have programmed for it. The idea is that you can see in action the value of using Elisp for your regular command-line needs.
Refer to my dotemacs for all the configurations for this and other tools.
And these are some valuable resources you could also check (and donât forget the official manual):
- Mike Zamanskyâs video demo that also shows how to program an Eshell switcher.
- Howard Abrahamsâ video that covers the features of Eshell.
- Pierre Neidhardtâs detailed blog post on the pros and cons of Eshell.