dylanjcastillo / shell-genie

Your wishes are my commands
MIT License
475 stars 35 forks source link

Add xonsh shell support #10

Closed anki-code closed 1 year ago

anki-code commented 1 year ago

It will be cool to have an ability to set the shell (e.g. https://xon.sh) i.e.:

xonsh
$SHELL_GENIE_SHELL="xonsh"
shell-genie ask "set env variable HELLO with "world" value"  # automatically added "on xonsh"
# Command: $HELLO="world"
# Do you want to run this command? [y/n]:
b0bd3v commented 1 year ago

I think this can be modified in the config file.

Screenshot from 2023-05-10 10-48-07

dylanjcastillo commented 1 year ago

Yes, @b0bd3v is correct.