dieggsy / esh-autosuggest

Fish-like autosuggestions in eshell.
GNU General Public License v3.0
101 stars 10 forks source link

Doesn't work in `eshell-command` #13

Open okamsn opened 3 years ago

okamsn commented 3 years ago

eshell-command reads an Eshell command from the minibuffer.

esh-autosuggest--prefix won't work in this case, since it can't find eshell-prompt-regexp in the minibuffer.

dieggsy commented 3 years ago

Huh, I didn't know about eshell-command.... I'll take a look at this, though it may be out of scope for esh-autosuggest. ...Maybe not though, as it does weirdly seem to put the minibuffer in eshell-mode so maybe there's something i can do about this.