blob: 8067c9e6de5a9c0a9a2299151f31a63fb687a7bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[[!meta title="Emacs as a Shell"]]
[[!meta copyright="Copyright © 2024 Christopher Howard"]]
[[!inline pages="internal(2024/info/shell-nav)" raw="yes"]]
<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing -->
<!-- You can manually edit this file to update the abstract, add links, etc. --->
# Emacs as a Shell
Christopher Howard (he/him) - IRC: lispmacs, <mailto:christopher@librehacker.com>
[[!inline pages="internal(2024/info/shell-before)" raw="yes"]]
A shell, such as Bash, is fundamentally an
interface to your operating system. It allows you
to run programs, direct I/O, manage processes, and
interact with the file system, as well as script
such activities. Allowing for a few caveats, we
can see that Emacs is capable of doing all these
things, and therefore Emacs can be used a
practical replacement for the traditional shell.
This talk aims to explain this philosophy, to
explore Emacs' basic shell functionality, and to
address various caveats.
[[!inline pages="internal(2024/info/shell-after)" raw="yes"]]
[[!inline pages="internal(2024/info/shell-nav)" raw="yes"]]
|