AstraLuma / xontrib-z

Tracks your most used directories, based on 'frecency'.
GNU General Public License v3.0
24 stars 16 forks source link
xonsh xontrib

xontrib-z

Port of z to xonsh.


Installation

Just do a

pip install xontrib-z

or you can clone the repo with pip

pip install git+https://github.com/AstraLuma/xontrib-z

Configuration

To automatically load z startup, put

xontrib load z

in your .xonshrc

Environment variables

The location of the data file is determined by setting the environment variable _Z_DATA (default ~/.z if not set).