diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-03-08 11:46:51 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-03-08 11:46:51 -0500 |
commit | 989e6316a5dfde0f0717c5573d6e10f8ca603cc1 (patch) | |
tree | 71a2c034d86ba8d423aca54f429b0e0bae7153d0 /2022 | |
parent | 0c046079be3a18c83f0222ed543cf422e55d3012 (diff) | |
download | emacsconf-wiki-989e6316a5dfde0f0717c5573d6e10f8ca603cc1.tar.xz emacsconf-wiki-989e6316a5dfde0f0717c5573d6e10f8ca603cc1.zip |
Add eshell chapter index
Diffstat (limited to '2022')
-rw-r--r-- | 2022/info/eshell-before.md | 14 | ||||
-rw-r--r-- | 2022/talks/eshell.md | 7 |
2 files changed, 13 insertions, 8 deletions
diff --git a/2022/info/eshell-before.md b/2022/info/eshell-before.md index e7acabfe..1c57c21e 100644 --- a/2022/info/eshell-before.md +++ b/2022/info/eshell-before.md @@ -35,6 +35,18 @@ Status: TO_INDEX_QA # Q&A -<div class="vid"><video controls preload="none" id="eshell-qanda"><source src="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.webm" />${captions}<p><em>Your browser does not support the video tag. Please download the video instead.</em></p></video><div>Listen to just the audio:<br /><audio controls preload="none" id="eshell-qanda-audio" src="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.opus"></audio></div><div></div><div class="files resources"><ul><li><a href="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.webm">Download --answers.webm (47MB)</a></li><li><a href="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.vtt">Download --answers.vtt</a></li><li><a href="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.opus">Download --answers.opus (8.4MB)</a></li></ul></div></div> +<div class="vid"><video controls preload="none" id="eshell-qanda"><source src="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.webm" />${captions}<track kind="chapters" label="Chapters" src="/2022/captions/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers--chapters.vtt" /><p><em>Your browser does not support the video tag. Please download the video instead.</em></p></video>[[!template id="chapters" vidid="eshell-qanda" data=""" +00:31.280 Do you fall back to vterm only when needing terminal emulation? +01:56.320 Have you thought about adding the Eshell manual? +02:43.200 Can Eshell be used from Elisp? +03:33.880 How does that interplay with literate devops? +04:42.880 Do you have a strategy for getting around Eshell's lack of support for input redirection? +07:35.040 Do you have a preferred method for getting argument completion for shell commands? +09:14.320 Similarly, is it possible to get Eldoc-based completion for Elisp calls in Eshell? +10:33.720 Integrating functions into Emacs core +12:51.760 Are you the maintainer of Eshell now? No, just an interested bystander. +18:13.880 Do you ever fall back to terminals/shells outside Emacs, and if so, in what circumstances? + +"""]]<div>Listen to just the audio:<br /><audio controls preload="none" id="eshell-qanda-audio" src="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.opus"></audio></div><div></div><div class="files resources"><ul><li><a href="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.webm">Download --answers.webm (47MB)</a></li><li><a href="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.vtt">Download --answers.vtt</a></li><li><a href="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers--chapters.vtt">Download --answers--chapters.vtt</a></li><li><a href="https://media.emacsconf.org/2022/emacsconf-2022-eshell--top-10-reasons-why-you-should-be-using-eshell--howard-abrams--answers.opus">Download --answers.opus (8.4MB)</a></li></ul></div></div> # Description <!-- End of emacsconf-publish-before-page -->
\ No newline at end of file diff --git a/2022/talks/eshell.md b/2022/talks/eshell.md index 011b1a31..def188e8 100644 --- a/2022/talks/eshell.md +++ b/2022/talks/eshell.md @@ -11,13 +11,6 @@ Howard Abrams (he/him) [[!inline pages="internal(2022/info/eshell-before)" raw="yes"]] -[[!template id="help" -volunteer="" -summary="Q&A could be indexed with chapter markers" -tags="help_with_chapter_markers" -message="""The Q&A session for this talk does not have chapter markers yet. -Would you like to help? See [[help_with_chapter_markers]] for more details. You can use the vidid="eshell-qanda" if adding the markers to this wiki page, or e-mail your chapter notes to <emacsconf-submit@gnu.org>."""]] - While Eshell is this quick and dirty way to run external commands, its *dirtiness* plays into the Lisp’s *malleable* big ball of mud metaphor, |