All Projects → AstraLuma → xontrib-z

AstraLuma / xontrib-z

Licence: GPL-3.0 License
Tracks your most used directories, based on 'frecency'.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to xontrib-z

carapace-bin
multi-shell multi-command argument completer
Stars: ✭ 42 (+180%)
Mutual labels:  xonsh, xontrib
xontrib-prompt-bar
The bar prompt for xonsh shell with customizable sections and Starship support.
Stars: ✭ 27 (+80%)
Mutual labels:  xonsh, xontrib
xontrib-output-search
Get identifiers, paths, URLs and words from the previous command output and use them for the next command in xonsh shell.
Stars: ✭ 26 (+73.33%)
Mutual labels:  xonsh, xontrib
awesome-xonshrc
👓 🐚 Make your xonsh RC file installable with awesome snippets of code.
Stars: ✭ 43 (+186.67%)
Mutual labels:  xonsh, xontrib
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+29380%)
Mutual labels:  xonsh, xontrib
xonsh-quickstart
A crash course in the xonsh shell
Stars: ✭ 31 (+106.67%)
Mutual labels:  xonsh
xonsh kernel
Jupyter Kernel for Xonsh
Stars: ✭ 20 (+33.33%)
Mutual labels:  xonsh
Xxh
🚀 Bring your favorite shell wherever you go through the ssh.
Stars: ✭ 2,559 (+16960%)
Mutual labels:  xonsh
Xonsh
🐚 Python-powered, cross-platform, Unix-gazing shell
Stars: ✭ 5,327 (+35413.33%)
Mutual labels:  xonsh

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].