emacs/var/elfeed/db/data/fd/fd295106969c25ef1382f121c8ebed535711c86f
2022-01-03 12:49:32 -06:00

24 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Raw link: <a href="https://www.youtube.com/watch?v=L1f2tulD9N8">https://www.youtube.com/watch?v=L1f2tulD9N8</a></p>
<p>Eshell is a line-oriented command shell that is deeply integrated with
the rest of Emacs. And it is extensible in true Emacs fashion.</p>
<p>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.</p>
<p>Refer to <a href="https://protesilaos.com/emacs/dotemacs">my dotemacs</a> for all the
configurations for this and other tools.</p>
<p>And these are some valuable resources you could also check (and dont
forget the official manual):</p>
<ul>
<li><a href="https://cestlaz.github.io/post/using-emacs-66-eshell-elisp">Mike Zamanskys video demo</a> that also shows how to program an Eshell switcher.</li>
<li><a href="https://www.youtube.com/watch?v=RhYNu6i_uY4">Howard Abrahams video</a> that covers the features of Eshell.</li>
<li><a href="https://ambrevar.xyz/emacs-eshell/">Pierre Neidhardts detailed blog post</a> on the pros and cons of Eshell.</li>
</ul>