Org-mode has long supported shell scripting via two features:
a) shell links, e.g. shell:ls -a
b) shell src blocks, e.g.
#+BEGIN_SRC shell :session default
echo "Hello World"
#+END_SRC
Could we have support for using ghostel in place of shell, so we can support e.g. color output and password prompting?
For adding a link type, see the general info page on the subject [[info:org#Adding Hyperlink Types]], but also note org-link-shell-confirm-function and org-link-elisp-confirm-function in the manual at [[info:org#Code Evaluation Security]].
Org-mode has long supported shell scripting via two features:
a) shell links, e.g.
shell:ls -ab) shell src blocks, e.g.
Could we have support for using ghostel in place of shell, so we can support e.g. color output and password prompting?
For adding a link type, see the general info page on the subject [[info:org#Adding Hyperlink Types]], but also note
org-link-shell-confirm-functionandorg-link-elisp-confirm-functionin the manual at [[info:org#Code Evaluation Security]].