Alphabetical order
This commit is contained in:
parent
251253546a
commit
f427f36b93
|
|
@ -351,6 +351,7 @@ They must be set before `zoxide init` is called.
|
||||||
| ------------------ | -------------------------------------------- | -------------------------- |
|
| ------------------ | -------------------------------------------- | -------------------------- |
|
||||||
| [clink] | Improved cmd.exe for Windows | [clink-zoxide] |
|
| [clink] | Improved cmd.exe for Windows | [clink-zoxide] |
|
||||||
| [emacs] | Text editor | [zoxide.el] |
|
| [emacs] | Text editor | [zoxide.el] |
|
||||||
|
| [felix] | File manager | Natively supported |
|
||||||
| [nnn] | File manager | [nnn-autojump] |
|
| [nnn] | File manager | [nnn-autojump] |
|
||||||
| [ranger] | File manager | [ranger-zoxide] |
|
| [ranger] | File manager | [ranger-zoxide] |
|
||||||
| [telescope.nvim] | Fuzzy finder for Neovim | [telescope-zoxide] |
|
| [telescope.nvim] | Fuzzy finder for Neovim | [telescope-zoxide] |
|
||||||
|
|
@ -359,7 +360,6 @@ They must be set before `zoxide init` is called.
|
||||||
| [xxh] | Transports shell configuration over SSH | [xxh-plugin-prerun-zoxide] |
|
| [xxh] | Transports shell configuration over SSH | [xxh-plugin-prerun-zoxide] |
|
||||||
| [zabb] | Finds the shortest possible query for a path | Natively supported |
|
| [zabb] | Finds the shortest possible query for a path | Natively supported |
|
||||||
| [zsh-autocomplete] | Realtime completions for zsh | Natively supported |
|
| [zsh-autocomplete] | Realtime completions for zsh | Natively supported |
|
||||||
| [felix] | File manager | 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
|
||||||
|
|
@ -380,6 +380,7 @@ They must be set before `zoxide init` is called.
|
||||||
[dports]: https://github.com/DragonFlyBSD/DPorts/tree/master/sysutils/zoxide
|
[dports]: https://github.com/DragonFlyBSD/DPorts/tree/master/sysutils/zoxide
|
||||||
[emacs]: https://www.gnu.org/software/emacs/
|
[emacs]: https://www.gnu.org/software/emacs/
|
||||||
[fedora packages]: https://src.fedoraproject.org/rpms/rust-zoxide
|
[fedora packages]: https://src.fedoraproject.org/rpms/rust-zoxide
|
||||||
|
[felix]: https://github.com/kyoheiu/felix
|
||||||
[freshports]: https://www.freshports.org/sysutils/zoxide/
|
[freshports]: https://www.freshports.org/sysutils/zoxide/
|
||||||
[fzf-installation]: https://github.com/junegunn/fzf#installation
|
[fzf-installation]: https://github.com/junegunn/fzf#installation
|
||||||
[fzf-man]: https://manpages.ubuntu.com/manpages/en/man1/fzf.1.html
|
[fzf-man]: https://manpages.ubuntu.com/manpages/en/man1/fzf.1.html
|
||||||
|
|
@ -416,4 +417,3 @@ They must be set before `zoxide init` is called.
|
||||||
[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
|
||||||
[zsh-autocomplete]: https://github.com/marlonrichert/zsh-autocomplete
|
[zsh-autocomplete]: https://github.com/marlonrichert/zsh-autocomplete
|
||||||
[felix]: https://github.com/kyoheiu/felix
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue