mirror of https://github.com/ohmyzsh/ohmyzsh.git
Add some plugins to overview and Password Managers category (#8)
parent
5e2e65a504
commit
4f2e925489
|
@ -2,6 +2,7 @@
|
||||||
> _go to [ohmyzsh/wiki](https://github.com/ohmyzsh/wiki), make your changes and submit a Pull Request._
|
> _go to [ohmyzsh/wiki](https://github.com/ohmyzsh/wiki), make your changes and submit a Pull Request._
|
||||||
|
|
||||||
- [Productivity](#productivity)
|
- [Productivity](#productivity)
|
||||||
|
- [Password Managers](#password-managers)
|
||||||
- [FS jumping](#fs-jumping)
|
- [FS jumping](#fs-jumping)
|
||||||
- [Build tools](#build-tools)
|
- [Build tools](#build-tools)
|
||||||
- [Node JS](#node-js)
|
- [Node JS](#node-js)
|
||||||
|
@ -16,6 +17,8 @@
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
||||||
|
| [ag](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ag) | autocomplettion for ag |
|
||||||
|
| [aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases) | aliases cheatsheet - list aliases based on the plugins that you have enabled |
|
||||||
| [autoenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autoenv) | automatically execs script on changing dir (.env file) |
|
| [autoenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autoenv) | automatically execs script on changing dir (.env file) |
|
||||||
| [colemak](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colemak) | colemak layout support + vi-mode fixes for colemak https://en.wikipedia.org/wiki/Keyboard_layout#Colemak |
|
| [colemak](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colemak) | colemak layout support + vi-mode fixes for colemak https://en.wikipedia.org/wiki/Keyboard_layout#Colemak |
|
||||||
| [colored-man-pages](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colored-man-pages) | adds colors to manpages |
|
| [colored-man-pages](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colored-man-pages) | adds colors to manpages |
|
||||||
|
@ -59,12 +62,20 @@
|
||||||
| [wakeonlan](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wakeonlan) | funcs for wakeonlan tool |
|
| [wakeonlan](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wakeonlan) | funcs for wakeonlan tool |
|
||||||
| [web-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/web-search) | google from CLI |
|
| [web-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/web-search) | google from CLI |
|
||||||
|
|
||||||
|
### Password Managers
|
||||||
|
|
||||||
|
| Name | Description |
|
||||||
|
| ----------------------------------------------------------------------------- | -------------------------------------------- |
|
||||||
|
| [1password](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/1password) | adds integration with 1password |
|
||||||
|
| [genpass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/genpass) | provides various password generators |
|
||||||
|
| [pass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pass) | completion for pass CLI password manager |
|
||||||
|
| [rbw](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rbw) | adds completion for rbw, a CLI for Bitwarden |
|
||||||
|
|
||||||
### FS Jumping
|
### FS Jumping
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
||||||
| [autojump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autojump) | shell extension to jump to frequently used directories |
|
| [autojump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autojump) | shell extension to jump to frequently used directories |
|
||||||
| [fasd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fasd) | quick access to files and dirs https://github.com/clvv/fasd |
|
|
||||||
| [jump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump) | allows to mark dirs and jump to marks |
|
| [jump](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jump) | allows to mark dirs and jump to marks |
|
||||||
| [pj](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pj) | aliases for quick access to projects dir |
|
| [pj](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pj) | aliases for quick access to projects dir |
|
||||||
| [wd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wd) | yet another autojump tool github.com/mfaerevaag/wd |
|
| [wd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/wd) | yet another autojump tool github.com/mfaerevaag/wd |
|
||||||
|
@ -124,7 +135,7 @@
|
||||||
### PHP
|
### PHP
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
|
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
|
||||||
| [composer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer) | PHP dependency manager https://getcomposer.org |
|
| [composer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer) | PHP dependency manager https://getcomposer.org |
|
||||||
| [laravel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel) | PHP deployment tool artisan completion https://laravel.com/docs/master/artisan |
|
| [laravel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel) | PHP deployment tool artisan completion https://laravel.com/docs/master/artisan |
|
||||||
| [phing](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/phing) | Ant-like build system for PHP https://phing.info |
|
| [phing](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/phing) | Ant-like build system for PHP https://phing.info |
|
||||||
|
@ -156,7 +167,7 @@
|
||||||
### Python
|
### Python
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| --------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
|
||||||
| [celery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/celery) | Python distributed task queue |
|
| [celery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/celery) | Python distributed task queue |
|
||||||
| [fabric](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fabric) | remote deployment tool https://docs.fabfile.org/en/1.8/ |
|
| [fabric](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fabric) | remote deployment tool https://docs.fabfile.org/en/1.8/ |
|
||||||
| [pip](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pip) | Python package manager https://www.pip-installer.org/en/latest/ |
|
| [pip](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pip) | Python package manager https://www.pip-installer.org/en/latest/ |
|
||||||
|
@ -179,7 +190,7 @@
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
|
| ------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
|
||||||
| [apache2-macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/apache2-macports) | apache management functions |
|
| [apache2-macports](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/apache2-macports) | apache management functions |
|
||||||
| [brew](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/brew) | package manager https://brew.sh/ |
|
| [brew](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/brew) | package manager https://brew.sh/ |
|
||||||
| [forklift](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/forklift) | macOS file browser |
|
| [forklift](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/forklift) | macOS file browser |
|
||||||
|
@ -192,7 +203,7 @@
|
||||||
### Misc
|
### Misc
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
|
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
|
||||||
| [battery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/battery) | allows see battery status in PS |
|
| [battery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/battery) | allows see battery status in PS |
|
||||||
| [emoji-clock](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji-clock) | fancy shell clocks |
|
| [emoji-clock](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji-clock) | fancy shell clocks |
|
||||||
| [lol](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lol) | dowant |
|
| [lol](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lol) | dowant |
|
||||||
|
|
Loading…
Reference in New Issue