Skip to content

Literate shell scripts #515

Description

@edenworky

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]].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions