mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2025-02-16 15:28:24 +00:00
Update zredis entry
Add link to https://redis.io/ in zredis entry. Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
parent
09bcac259f
commit
48c56509fc
1 changed files with 2 additions and 2 deletions
|
@ -1221,10 +1221,10 @@ This section is for full setup dropins - they aren't frameworks, but they're not
|
|||
- [zinsults](https://github.com/ahmubashshir/zinsults) - Prints insults if a command fails.
|
||||
- [zjump](https://github.com/qoomon/zjump) - Simplify ZSH directory navigation; jump to already visited, parent or sub folders.
|
||||
- [zlitefetch](https://github.com/ippee/zlitefetch) - Lightweight system information plugin.
|
||||
- [zlong_alert](https://github.com/kevinywlui/zlong_alert.zsh) - Uses notify-send and rings a bell to alert you when a command that has taken a long time (default: 15 seconds) has completed.
|
||||
- [zlong_alert](https://github.com/kevinywlui/zlong_alert.zsh) - Uses `notify-send` and rings a bell to alert you when a command that has taken a long time (default: 15 seconds) has completed.
|
||||
- [zman](https://github.com/mattmc3/zman) - Use `fzf` to quickly browse Zsh manuals.
|
||||
- [zoxide](https://github.com/ajeetdsouza/zoxide) - A fast alternative to `cd` that learns your habits.
|
||||
- [zredis](https://github.com/zdharma-continuum/zredis) - Adds Redis database support, with `database_key` <-> `shell_variable` binding. Supports all data types.
|
||||
- [zredis](https://github.com/zdharma-continuum/zredis) - Adds [Redis](https://redis.io/) database support, with `database_key` <-> `shell_variable` binding. Supports all data types.
|
||||
- [zservice-py3http](https://github.com/z-shell/zservice-py3http) - Serve a given directory with Python 3's http server from the standard library.
|
||||
- [zsh-in-docker](https://github.com/deluan/zsh-in-docker) - Automates ZSH + Oh-My-ZSH installation into development containers. Works with Alpine, Ubuntu, Debian, CentOS or Amazon Linux.
|
||||
- [zsh-not-vim](https://github.com/redxtech/zsh-not-vim) - Provides a function that automatically shames the user for forgetting they weren't in vim.
|
||||
|
|
Loading…
Add table
Reference in a new issue