Overdr0ne / shelldon

GNU General Public License v3.0
114 stars 7 forks source link

Is there a way to delegate passing the sudo password via the minibuffer like eshell/shell do? #6

Closed Dima-369 closed 1 year ago

Dima-369 commented 1 year ago

If I use M-x shelldon and type in sudo ls, it asks for the password in the new buffer and there is no easy way from what I can see to enter it in since view-mode has its keybindings.

CleanShot 2023-08-22 at 09 00 29

I would expect it to work like in eshell, where the password is asked for in the minibuffer:

CleanShot 2023-08-22 at 09 01 42

Dima-369 commented 1 year ago

Aww, it was my fault, I did some configuration to comint-watch-for-password-prompt. Never mind, this works well!

CleanShot 2023-08-22 at 09 24 03