Skip to content

Releases: anki-code/xontrib-onepath

0.4.0

07 Apr 15:13
4e4aef2

Choose a tag to compare

  • Added debug mode e.g. $XONTRIB_ONEPATH_DEBUG = True
  • Removed default action for text/ type.
  • Removed default action for image/ type.
  • Rewritten key part of code

0.3.2

31 Oct 01:34
353a348

Choose a tag to compare

Update setup.py

0.3.1

18 Oct 20:15

Choose a tag to compare

xsh to py for compiled py.

0.3.0

17 Oct 18:55

Choose a tag to compare

Defaults changed to:

$XONTRIB_ONEPATH_ACTIONS['<DIR>'] = 'cd'

0.2.0

14 Oct 23:36

Choose a tag to compare

  • Added check the actions by the order in the list
  • Added <XFILE> type to catch executable files
  • Added more examples

0.1.6

07 Oct 07:21
84412a7

Choose a tag to compare

Added checking environment variable type.

0.1.5

03 Oct 08:57
db0597e

Choose a tag to compare

Suppressed shlex exceptions.

0.1.4

28 Sep 08:22

Choose a tag to compare

Use vim for text type by default.

0.1.3

28 Sep 08:16

Choose a tag to compare

Support Python 3.6+

0.1.2

27 Sep 08:14

Choose a tag to compare

Added check aliases before action.