Consult async-shell-command
?
#1107
Closed
mekeor
started this conversation in
Show and tell
Replies: 1 comment 5 replies
-
@mekeor, have you tried |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I frequently use
async-shell-command
to start applications or do one-shot things. While that command does allow to browse history elements withM-n
andM-p
and even to search through the history withC-r
(?), it does not show matching history elements while typing. Another aspect is that it'd be great if it would be showing matches from my shell history. That's why I wrote a thin wrapper around that command, calledconsult-sh
. It's available on https://codeberg.org/mekeor/consult-sh. If you are interested, I can contribute it toconsult.el
. Here's the current source code for convenience:Beta Was this translation helpful? Give feedback.
All reactions