anki-code / xontrib-sh

Paste and run commands from bash, zsh, fish, tcsh in xonsh shell.
MIT License
54 stars 5 forks source link

fix: ignore ![subprocess] and !(detailed subprocess) syntax #4

Closed eugenesvk closed 3 years ago

eugenesvk commented 3 years ago

Noticed a bug where subprocess commands like ![ls -l] were instead parsed by sh as [ls shell commands, so fixed it by ignoring ![ and !(

anki-code commented 3 years ago

Thanks @eugenesvk ! Released in 0.2.1.