Skip to content

Commit afb171d

Browse files
feat(External-Plugins): add viper-env (#78)
1 parent be4aa14 commit afb171d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

External-plugins.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there
2424
tofuutils tenv plugin providing autocompletions
2525

2626
- [zsh-copilot](https://github.com/Gamma-Software/zsh-copilot)
27-
27+
2828
Integrate ChatGPT to your terminal so that you can predict your next command based on command history. Ask to generate complexe commands. Or Fix a previous failed command.
2929

3030
- [Docker ps output colorized](https://github.com/bouteillerAlan/dockolor)
@@ -112,10 +112,18 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there
112112

113113
Add `node_modules/.bin` directories to your `$PATH`.
114114

115+
### PYTHON
116+
117+
- [viper-env](https://github.com/DanielAtKrypton/viper-env)
118+
119+
Automatically activates and deactivates python virtualenv upon cd in and out.
120+
121+
![Demo](https://github.com/DanielAtKrypton/viper-env/raw/master/make_animation/assets/final.svg)
122+
115123
### SSH
116124

117125
- [tmux-ssh-syncing](https://github.com/alberti42/tmux-ssh-syncing)
118-
126+
119127
Synchronize your [tmux](https://github.com/tmux/tmux/wiki) window names with active ssh sessions. This plugin dynamically updates the tmux window name to reflect the remote hosts of active ssh sessions in the same window. It also restores the original window name when all ssh sessions are closed.
120128

121129
<img src="https://github.com/alberti42/tmux-ssh-syncing/blob/main/doc/screencast.gif" alt="Screencast" />

0 commit comments

Comments
 (0)