rossmacarthur / sheldon

:bowtie: Fast, configurable, shell plugin manager

Home Page:https://sheldon.cli.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sourcing plugins which are the output of an exectuable, e.g. starship.rs or atuin

elazarl opened this issue · comments

Hi,

Is managing shell plugins which are based on installing an executable, possible with sheldon?

Is it within the scope of the project?

Something like

[plugins.atuin]
exec = "atuin init {{MYSHELL}}"

Which would execute the given command, and source the output.

If that within the project's scope, I'll be happy to open a PR.