sminez / ad

an adaptable text editor
https://crates.io/crates/ad-editor
MIT License
243 stars 9 forks source link

Running a shell command should display the output in a minibuffer #17

Closed sminez closed 1 month ago

sminez commented 1 month ago

Currently running a shell command using the ! binding runs in a "fire and forget" mode that doesn't attempt to collect stdout / stderr. It should collect the output from the command and display it in a read-only mini-buffer.