Releases: avindra/dirp
Releases · avindra/dirp
0.5.0
0.4.0
0.3.0: POSIX compliance in hook
- main hook (
dirp hook
) is now tested to be compatible with Dash, a decent barometer of POSIX compliance. - BREAKING: ZSH users may have to add one more line of config to work around a ZSH design problem.
- code licensed under MIT
0.2.1: improved compatibility
This release adds support for 3 more shells:
- zsh
- rc
- es
ZSH
support is added via the default hook (the hook installed via eval "$(dirp hook)"
).
rc
and es
are Plan 9 shells, and support was tested by using free/open source re-implementations.
The es
hook is based mainly on the rc
hook, and differs mainly in the control structure (uses {}
instead of ()
).
0.2.0
- Breaking change: the default hook is no longer fish
- See the docs updated config examples
- Compatibility with BusyBox
- Demo created for users who want to try
dirp
online
0.1.3: bugfix
0.1.3 fixes a bug with the fish hook, and makes the shell impls more consistent
0.1.2 was a phantom release
dir cfg
0.1: initial port complete
The port of dir
(aka dirp
) is now complete.
To see an example of how to set it up, refer to: