Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AstraLuma/xontrib-z
Tracks your most used directories, based on 'frecency'.
https://github.com/AstraLuma/xontrib-z
xonsh xontrib
Last synced: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T17:55:55.000Z (5 months ago)
- Last Synced: 2024-10-28T13:15:27.766Z (about 2 months ago)
- Topics: xonsh, xontrib
- Language: Python
- Size: 35.2 KB
- Stars: 24
- Watchers: 3
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xontribs - z - Tracks your most used directories, based on 'frecency'. (Directory Navigation)
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`.