Port of z to xonsh.
Just do a
pip install xontrib-z
or you can clone the repo with pip
pip install git+https://github.com/AstraLuma/xontrib-z
To automatically load z startup, put
xontrib load z
in your .xonshrc
The location of the data file is determined by setting the environment variable _Z_DATA
(default ~/.z
if not set).
- Ignore case-sensitive matching by setting
_Z_CASE_SENSITIVE
toFalse
. - Exclude directories from consideration by adding them to
_Z_EXCLUDE_DIRS
. - Ignore symlinks by setting
_Z_NO_RESOLVE_SYMLINKS
toTrue
.