https://github.com/AstraLuma/xontrib-z
Tracks your most used directories, based on 'frecency'.
https://github.com/AstraLuma/xontrib-z
xonsh xontrib
Last synced: 21 days ago
JSON representation
Tracks your most used directories, based on 'frecency'.
- Host: GitHub
- URL: https://github.com/AstraLuma/xontrib-z
- Owner: AstraLuma
- License: gpl-3.0
- Created: 2016-07-27T18:23:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T15:23:23.000Z (about 2 months ago)
- Last Synced: 2025-04-02T01:11:22.027Z (about 1 month ago)
- Topics: xonsh, xontrib
- Language: Python
- Size: 37.1 KB
- Stars: 25
- Watchers: 4
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xontrib-z
Port of [z](https://github.com/rupa/z) to xonsh.
## Installation
Just do a
```console
pip install xontrib-z
```or you can clone the repo with pip
```console
pip install git+https://github.com/AstraLuma/xontrib-z
```## Configuration
To automatically load z startup, put
```console
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`.