-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

zoxide


> Keep track of the most frequently used directories.

> Uses a ranking algorithm to navigate to the best match.

More information.


Go to the highest-ranked directory that contains "foo" in the name:

zoxide query {foo}

Go to the highest-ranked directory that contains "foo" and then "bar":

zoxide query {foo} {bar}

Start an interactive directory search (requires `fzf`):

zoxide query --interactive

Add a directory or increment its rank:

zoxide add {path/to/directory}

Remove a directory from `zoxide`'s database:

zoxide remove {path/to/directory}

Generate shell configuration for command aliases (`z`, `za`, `zi`, `zq`, `zr`):

zoxide init {bash|fish|zsh}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:46:19 2024