mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-12-29 12:32:40 +00:00
Add zabb and clink-zoxide to README
This commit is contained in:
parent
f2857f229f
commit
6307146fbb
25
README.md
25
README.md
@ -346,16 +346,18 @@ They must be set before `zoxide init` is called.
|
|||||||
|
|
||||||
## Third-party integrations
|
## Third-party integrations
|
||||||
|
|
||||||
| Application | Description | Plugin |
|
| Application | Description | Plugin |
|
||||||
| ------------------ | --------------------------------------- | -------------------------- |
|
| ------------------ | -------------------------------------------- | -------------------------- |
|
||||||
| [emacs] | Text editor | [zoxide.el] |
|
| [clink] | Improved cmd.exe for Windows | [clink-zoxide] |
|
||||||
| [nnn] | File manager | [nnn-autojump] |
|
| [emacs] | Text editor | [zoxide.el] |
|
||||||
| [ranger] | File manager | [ranger-zoxide] |
|
| [nnn] | File manager | [nnn-autojump] |
|
||||||
| [telescope.nvim] | Fuzzy finder for Neovim | [telescope-zoxide] |
|
| [ranger] | File manager | [ranger-zoxide] |
|
||||||
| [vim] | Text editor | [zoxide.vim] |
|
| [telescope.nvim] | Fuzzy finder for Neovim | [telescope-zoxide] |
|
||||||
| [xplr] | File manager | [zoxide.xplr] |
|
| [vim] | Text editor | [zoxide.vim] |
|
||||||
| [xxh] | Transports shell configuration over SSH | [xxh-plugin-prerun-zoxide] |
|
| [xplr] | File manager | [zoxide.xplr] |
|
||||||
| [zsh-autocomplete] | Realtime completions for zsh | Supported by default |
|
| [xxh] | Transports shell configuration over SSH | [xxh-plugin-prerun-zoxide] |
|
||||||
|
| [zabb] | Finds the shortest possible query for a path | Natively supported |
|
||||||
|
| [zsh-autocomplete] | Realtime completions for zsh | Natively supported |
|
||||||
|
|
||||||
[algorithm-aging]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#aging
|
[algorithm-aging]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#aging
|
||||||
[algorithm-matching]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#matching
|
[algorithm-matching]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#matching
|
||||||
@ -364,6 +366,8 @@ They must be set before `zoxide init` is called.
|
|||||||
[builtwithnix-badge]: https://img.shields.io/badge/builtwith-nix-7d81f7?style=flat-square
|
[builtwithnix-badge]: https://img.shields.io/badge/builtwith-nix-7d81f7?style=flat-square
|
||||||
[builtwithnix]: https://builtwithnix.org/
|
[builtwithnix]: https://builtwithnix.org/
|
||||||
[chocolatey]: https://community.chocolatey.org/packages/zoxide
|
[chocolatey]: https://community.chocolatey.org/packages/zoxide
|
||||||
|
[clink-zoxide]: https://github.com/shunsambongi/clink-zoxide
|
||||||
|
[clink]: https://github.com/mridgers/clink
|
||||||
[conda-forge]: https://anaconda.org/conda-forge/zoxide
|
[conda-forge]: https://anaconda.org/conda-forge/zoxide
|
||||||
[copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
|
[copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
|
||||||
[crates.io-badge]: https://img.shields.io/crates/v/zoxide?style=flat-square
|
[crates.io-badge]: https://img.shields.io/crates/v/zoxide?style=flat-square
|
||||||
@ -405,6 +409,7 @@ They must be set before `zoxide init` is called.
|
|||||||
[xplr]: https://github.com/sayanarijit/xplr
|
[xplr]: https://github.com/sayanarijit/xplr
|
||||||
[xxh-plugin-prerun-zoxide]: https://github.com/xxh/xxh-plugin-prerun-zoxide
|
[xxh-plugin-prerun-zoxide]: https://github.com/xxh/xxh-plugin-prerun-zoxide
|
||||||
[xxh]: https://github.com/xxh/xxh
|
[xxh]: https://github.com/xxh/xxh
|
||||||
|
[zabb]: https://github.com/Mellbourn/zabb
|
||||||
[zoxide.el]: https://gitlab.com/Vonfry/zoxide.el
|
[zoxide.el]: https://gitlab.com/Vonfry/zoxide.el
|
||||||
[zoxide.vim]: https://github.com/nanotee/zoxide.vim
|
[zoxide.vim]: https://github.com/nanotee/zoxide.vim
|
||||||
[zoxide.xplr]: https://github.com/sayanarijit/zoxide.xplr
|
[zoxide.xplr]: https://github.com/sayanarijit/zoxide.xplr
|
||||||
|
Loading…
Reference in New Issue
Block a user