AstraLuma / xontrib-z

Tracks your most used directories, based on 'frecency'.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

  • Ignore case-sensitive matching by setting _Z_CASE_SENSITIVE to False.
  • Exclude directories from consideration by adding them to _Z_EXCLUDE_DIRS.
  • Ignore symlinks by setting _Z_NO_RESOLVE_SYMLINKS to True.

About

Tracks your most used directories, based on 'frecency'.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%