Releases: anki-code/xontrib-sh
Releases · anki-code/xontrib-sh
0.3.1
What's Changed
- Fixed issue where xonsh returns string representation of shell list by @psuedomagi in #10
New Contributors
- @psuedomagi made their first contribution in #10
Full Changelog: 0.3.0...0.3.1
0.2.0
Now you can can set the shell name explicitly i.e. !bash
or !b
(the first letter of the shell). Thanks to @eugenesvk!
0.1.1
- Now you should type space after exclamation point. It's to avoid collisions with
!<str>
from bashisms.
- Added syntax errors printing if appropriate shell not determined.
- Removed additional print to avoid duplication prompt printing
0.1.0
Default list of shells now: bash, sh.
0.0.5
More use cases in readme.