Questions tagged [eshell]
Eshell is a shell-like command interpreter implemented in Emacs Lisp.
230 questions
0 votes
0 answers
39 views
confusion about eshell source blocks in org-babel
I'm confused about eshell as a language for org-babel source blocks. When I try to use such a block, I cannot seem to get any useful functionality. If I edit the contents of such a block, pretty much ...
0 votes
0 answers
49 views
eshell colorize diff output via highlighting
so far on my windows machine I am not able to get colored lines for diffs in eshell This would be crucial for me to use it as my goto git tool as I prefer not to use magit. With (defun tietan/hs-diff-...
1 vote
0 answers
55 views
Python command works in term but doesn't in eshell
I'm trying to run a python script using selenium (that should call the executable geckodriver, installed) but, while the script runs in term, it errors in eshell (and in the python console). A minimal ...
1 vote
1 answer
58 views
Eshell cannot execute filesystem objects that are NTFS reparse points on Windows
None of the executables inside C:/Users/Me/AppData/Local/Microsoft/WindowsApps can be run from the command line under eshell. The error I receive when trying to run any of these executables looks like:...
0 votes
0 answers
100 views
How do I tell programs to show colors by default in eshell?
M-x eshell is working pretty well for me with windows, but I'm fighting colors. eshell supports colors very nicely these days, but most programs don't recognize that by default. I could, for example, ...
1 vote
2 answers
79 views
Emacs eshell ls -d doesn't work
I would like to list just my folders (not files) with Emacs eshell. I tried ls -d . but it doesn't work. I can achieve this using with bash under term using ls -d */ but this doesn't work neither ...
2 votes
2 answers
279 views
How to make buffer recognize file moved?
Here's a simple use case: I open bar/foo/file in a buffer and I'm working. In eshell, I do mv bar/foo/file bar/baz/foo/file. Now emacs can no longer recognize where to save and doesn't save it ...
0 votes
1 answer
337 views
How to open a eshell buffer in a different window in doom emacs?
I want to open an eshell buffer in right side of the current window in the same frame.