Skip to content

Releases: radian-software/wdx

wdx 2.1.1

01 Oct 00:01
Compare
Choose a tag to compare

Bugs fixed

  • The autopushd setting is now respected if set in your Zsh configuration (#5).

wdx 2.1.0

11 Mar 02:17
Compare
Choose a tag to compare

Enhancements

  • Zsh completions are now available.

wdx 2.0.1

13 Feb 06:57
Compare
Choose a tag to compare

Bugs fixed

  • If ~/.config/wdx/points was a symlink, wdx previously replaced it with a regular file when writing it. This behavior has been fixed.

wdx 2.0

26 Jun 17:36
Compare
Choose a tag to compare

Breaking changes

  • The WDX_NAME environment variable no longer affects the operation of wdx.zsh. If you wish to use wdx by another name, define an alias.
  • Handling of command-line arguments and options is now much more consistent and robust. In particular, all arguments starting with a hyphen are now considered to be options, and are validated. The --, --help, and --version options (and similar) are accepted globally.

New features

  • Added a wdx ls command for listing warp points. This should be especially useful in scripts.

Enhancements

  • The command-line help is now much more sophisticated, and includes explanations of each subcommand as well as wdx as a whole.
  • The Python script can now be used independently of the shell wrapper. This may be useful in scripting.
  • Error messages have been rewritten.

Bugs fixed

  • wdx will now create parent directories of the warp point file if they are missing.

wdx 1.0

25 Aug 02:24
Compare
Choose a tag to compare

Added

  • wdx.py script providing core functionality.
  • wdx.zsh wrapper that can be used in Zsh via zplug.
  • Subcommands go, show, set, rm, version, help.
  • MIT license and documentation.