Skip to main content

Questions tagged [eshell]

Eshell is a shell-like command interpreter implemented in Emacs Lisp.

0 votes
0 answers
42 views

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 ...
Addlai's user avatar
  • 161
0 votes
0 answers
35 views

With eshell, I seem to have a global history, if I connect to remote systems, I still see commands in my history, from totally different ssh sessions. Can I have eshell history per host or what is the ...
Jason Hunter's user avatar
  • 1,236
0 votes
0 answers
49 views

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-...
Tietan's user avatar
  • 180
0 votes
0 answers
67 views

I'm trying to do an extremely trivial build script in eshell (because the STM IDE is too slow). The idea is this: cd Release make all arm-none-eabi-objcopy <stuff> st-LINK_CLI <stuff> in ...
Lorenzo Marcantonio's user avatar
1 vote
0 answers
60 views

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 ...
Piripuz's user avatar
  • 11
0 votes
1 answer
85 views

Running emacs -Q for emacs 29.4 (build 2, x86_64-w64-mingw32): ~/.ssh $ cd /ssh:oracle-root:/ /ssh:oracle-root:~/ $ pwd /ssh:oracle-root:/home/opc/ /ssh:oracle-root:~/ $ /bin/pwd / There should be ~/...
StackExchanger's user avatar
1 vote
1 answer
58 views

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:...
StackExchanger's user avatar
0 votes
1 answer
120 views

I am curious, is it possiblie to use the Emacs Lisp implementations of UNIX commands out side of eshell? For example, can I point grep (or consult-grep) to eshell/grep (instead of the external program)...
jonas's user avatar
  • 102
0 votes
0 answers
100 views

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, ...
Eleanor Holley's user avatar
1 vote
2 answers
146 views

I've been trying to run ssh-agent in eshell. From what I understand, when you run the command ssh-agent, it starts the ssh agent and send to the stdout some information that should be incorporated as ...
tcpaiva's user avatar
  • 111
1 vote
2 answers
80 views

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 ...
rvcristiand's user avatar
0 votes
1 answer
138 views

If I use find-file with a TRAMP method to navigate to a remote file in a docker or kubernetes container I'm provided with auto-completion: C-x C-f /docker:frosty_cori:/home In the example above, if I ...
Caterpillar's user avatar
2 votes
2 answers
279 views

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 ...
user129393192's user avatar
0 votes
0 answers
319 views

I have used org-mode before in Linux to generate LaTeX fragments very smoothly. I am using dvisvgm. Now, I have switched to Windows. I keep getting the error "file orgtex00000.dvi was not ...
PPenton's user avatar
0 votes
1 answer
337 views

I want to open an eshell buffer in right side of the current window in the same frame.
Biswanath's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
16