Skip to content

Releases: anki-code/xontrib-sh

0.3.1

15 Apr 09:20
a8f5490
Compare
Choose a tag to compare

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

19 Mar 16:20
7437a2e
Compare
Choose a tag to compare

Added cmd, pwsh support. Thanks @eugenesvk !

0.2.1

05 Mar 17:42
bf7777c
Compare
Choose a tag to compare

Fixes. Thanks to @eugenesvk!

0.2.0

22 Feb 18:56
6a7396e
Compare
Choose a tag to compare

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

18 Oct 20:42
Compare
Choose a tag to compare

Compiled python.

0.1.1

10 Oct 11:45
Compare
Choose a tag to compare
  • 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

09 Oct 22:57
Compare
Choose a tag to compare

Default list of shells now: bash, sh.

0.0.5

09 Oct 22:28
Compare
Choose a tag to compare

More use cases in readme.

0.0.4

09 Oct 21:59
Compare
Choose a tag to compare

Added XONTRIB_SH_SHELLS.

0.0.3

09 Oct 20:59
Compare
Choose a tag to compare

First steps passed.