From 089b6864d0bf669e77848e650eac83a025397044 Mon Sep 17 00:00:00 2001 From: Andy Kluger Date: Wed, 6 Jul 2022 13:06:41 -0400 Subject: [PATCH] Add andydecleyre/zpy plugin Signed-off-by: Andy Kluger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acdc775..05f8ea1 100644 --- a/README.md +++ b/README.md @@ -1224,6 +1224,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not - [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. +- [zpy](https://github.com/AndydeCleyre/zpy) - Manage Python Environments, dependencies, and isolated app installations, with a ZSH frontend to [pip-tools](https://github.com/jazzband/pip-tools). - [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.