mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-23 01:33:02 +00:00
Add zoxide under Plugins
zoxide is a zsh plugin that tracks your directory usage, allowing you to quickly `cd` to anywhere on your filesystem using just part of the directory name as a query.
This commit is contained in:
parent
893044999b
commit
d0dca88f4d
1 changed files with 1 additions and 0 deletions
|
@ -812,6 +812,7 @@ The project is very active – currently > 2000 commits.
|
|||
* [zinit-console](https://github.com/zinit-zsh/zinit-console) – a semigraphical (curses) consolette for [zinit](#zinit) plugin manager.
|
||||
* [zjump](https://github.com/qoomon/zjump) - Simplify ZSH directory navigation; jump to already visited, parent or sub folders.
|
||||
* [zlong_alert](https://github.com/kevinywlui/zlong_alert.zsh) - Uses notify-send and ring a bell to alert you when a command that has taken a long time (default: 15 seconds) has completed.
|
||||
* [zoxide](https://github.com/ajeetdsouza/zoxide) - A fast alternative to `cd` that learns your habits.
|
||||
* [zredis](https://github.com/zdharma/zredis) - Adds Redis database support, with `database_key` <-> `shell_variable` binding. Supports all data types.
|
||||
* [zsh-z](https://github.com/agkozak/zsh-z) - Jump quickly to directories that you have visited "frecently." A native ZSH port of `z.sh` - without `awk`, `sed`, `sort`, or `date`.
|
||||
* [zshmarks](https://github.com/jocelynmallon/zshmarks) - A port of Bashmarks (by Todd Werth), a simple command line bookmarking plugin, for oh-my-zsh.
|
||||
|
|
Loading…
Reference in a new issue