#eshell — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #eshell, aggregated by home.social.
-
I'm trying to use #Emacs #tramp remotely for development on embedded devices.
The idea is that I can use the integration that Emacs provides with less tools on the remote.
However I found that #eshell is really slow on remote connections.
Has anyone found a way to make commands called in eshell on remote connections asynchronous? -
I'm trying to use #Emacs #tramp remotely for development on embedded devices.
The idea is that I can use the integration that Emacs provides with less tools on the remote.
However I found that #eshell is really slow on remote connections.
Has anyone found a way to make commands called in eshell on remote connections asynchronous? -
I'm trying to use #Emacs #tramp remotely for development on embedded devices.
The idea is that I can use the integration that Emacs provides with less tools on the remote.
However I found that #eshell is really slow on remote connections.
Has anyone found a way to make commands called in eshell on remote connections asynchronous? -
I'm trying to use #Emacs #tramp remotely for development on embedded devices.
The idea is that I can use the integration that Emacs provides with less tools on the remote.
However I found that #eshell is really slow on remote connections.
Has anyone found a way to make commands called in eshell on remote connections asynchronous? -
Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.
-
Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.
-
Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.
-
Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using
```git config --global color.ui always```
which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.
-
-
-
-
-
-
-
-
🎩✨ Oh, look, another dev who "wasn't ready" for Eshell's avant-garde brilliance. Apparently, it's now a "must-have" yet barely-used accessory in their #Emacs toolbox. Who knew #neglect could be so chic? 🛠️💼
http://yummymelon.com/devnull/take-two-eshell.html #Eshell #DevTools #MustHave #Chic #HackerNews #ngated -
🎩✨ Oh, look, another dev who "wasn't ready" for Eshell's avant-garde brilliance. Apparently, it's now a "must-have" yet barely-used accessory in their #Emacs toolbox. Who knew #neglect could be so chic? 🛠️💼
http://yummymelon.com/devnull/take-two-eshell.html #Eshell #DevTools #MustHave #Chic #HackerNews #ngated -
🎩✨ Oh, look, another dev who "wasn't ready" for Eshell's avant-garde brilliance. Apparently, it's now a "must-have" yet barely-used accessory in their #Emacs toolbox. Who knew #neglect could be so chic? 🛠️💼
http://yummymelon.com/devnull/take-two-eshell.html #Eshell #DevTools #MustHave #Chic #HackerNews #ngated -
🎩✨ Oh, look, another dev who "wasn't ready" for Eshell's avant-garde brilliance. Apparently, it's now a "must-have" yet barely-used accessory in their #Emacs toolbox. Who knew #neglect could be so chic? 🛠️💼
http://yummymelon.com/devnull/take-two-eshell.html #Eshell #DevTools #MustHave #Chic #HackerNews #ngated -
@[email protected] For this deploy script this delay isn't important.
But I'm using a custom shell script to display a big #rofi menu.
And after I rewrote this script with the #elisp for #eshell — the menu didn't pop up right after the keypress. There is a noticeable and irritating delay :dragnangry:
-
015 / #100daystooffload #CommonLisp #Programming #clim #demo #lisp themed.
In which I start #swank using #elisp #eshell in #emacs #orgmode (using this text file).
#gopher
gopher://tilde.club/0/~screwtape/synthember-100days-tooffload/015-clim-in-emacs.org
proxy
https://gopher.tildeverse.org/tilde.club/0/~screwtape/synthember-100days-tooffload/015-clim-in-emacs.org@jackdaniel what do you do to start swank here? I forgot where the note on doing this was when I was jamming this org doc.
https://gopher.tildeverse.org/tilde.club/1/~screwtape/synthember-100days-tooffload/
gopher://tilde.club/1/~screwtape/synthember-100days-tooffload/ -
Instead of working on my parser I wrote a silly #vi #emacs #eshell useage #medium post.
#development #environment #lisp #programminghttps://medium.com/@screwlisp/executing-common-lisp-in-vi-in-emacs-shell-023177e0fb13
The gist is that in eshell, issuing vi drops you into this interesting fantasy mode. It's quite funny to use !! within vi within emacs. Consider using it instead of #vim or #doom.
-
You all know that #Eshell is a marvel. We will talk more about it but a very interesting tip to start with is how to clear the screen like in sh.
If we type “clear”, the cursor will go to the center and as soon as we type it will go to the bottom.It can be uncomfortable.
If we type “clear 1” instead, the cursor will go to the top and it will write there, just like in any shell, such as bash, zsh, fish, etc.
An alias helps a lot:
- alias clear clear 1Greetings
-
Todos sabéis que #Eshell es una maravilla. Hablaremos más de él pero un tips muy interesante para empezar es como limpiar la pantalla a lo "clear" en sh.
Si escribimos "clear", el cursor irá al centro y en cuanto escribamos irá abajo del todo.Puede ser incómodo.
Si encambio escribimos "clear 1" el cursor irá arriba del todo y escribirá ahí, igual que en cualquier shell, como bash, zsh, fish, etc.
Un alias ayuda mucho:
- alias clear clear 1Saludos
-
-
Guess this works 🤷♂️
Now there is no reason to ever use another #shell