trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<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>