Add genpass plugin, fix table formatting, and escape Markdown asterisks when treated as literal asterisks

Aaron Toponce 2020-12-12 05:23:43 -07:00
parent 46ce1f00c0
commit 3878b70030
1 changed files with 113 additions and 112 deletions

@ -12,7 +12,7 @@
### Productivity
| Name | Description |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [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 http://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 |
@ -27,9 +27,10 @@
| [encode64](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/encode64) | e64 & d64 aliases |
| [extract](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/extract) | 'x' alias - swiss knife for archive extracting |
| [fbterm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fbterm) | enhanced VESA terminal https://code.google.com/p/fbterm/ |
| [genpass](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/genpass) | Three distinct 128-bit password generators |
| [gpg-agent](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gpg-agent) | gpg-agent start/stop funcs |
| [history](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history) | aliases: h for history, hsi for grepping history |
| [history-substring-search**](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history-substring-search) | implementation of fish history substring search |
| [history-substring-search\*\*](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history-substring-search) | implementation of fish history substring search |
| [kate](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kate) | Kate text editor alias http://kate-editor.org/ |
| [last-working-dir](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/last-working-dir) | same as dirpersist |
| [mosh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/mosh) | mobile shell with roaming (wifi, mobile networks) and local echo http://mosh.mit.edu/ |
@ -55,12 +56,12 @@
| [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 |
** (To make it work on Ubuntu do `echo DEBIAN_PREVENT_KEYBOARD_CHANGES=yes>>~/.zshenv`).
\*\* (To make it work on Ubuntu do `echo DEBIAN_PREVENT_KEYBOARD_CHANGES=yes>>~/.zshenv`).
### FS Jumping
| Name | Description |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| --------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [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 |
@ -71,7 +72,7 @@
### Build tools
| Name | Description |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| [ant](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ant) | Java build tool http://ant.apache.org/ |
| [bower](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bower) | Front-end package manager https://github.com/bower/bower |
| [cabal](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cabal) | Haskell package manager http://www.haskell.org/cabal/ |
@ -112,7 +113,7 @@
### Node JS
| Name | Description |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------- |
| ----------------------------------------------------------------------------- | ----------------------------------------------------- |
| [jake-node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jake-node) | NodeJS build tool Jake https://github.com/mde/jake |
| [node](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/node) | NodeJS docs easy access via CLI |
| [npm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm) | package manager for NodeJS |
@ -121,7 +122,7 @@
### PHP
| Name | Description |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [composer](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer) | PHP dependency manager http://getcomposer.org |
| [laravel](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel) | PHP deployment tool artisan completion http://laravel.com/docs/master/artisan |
| [phing](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/phing) | Ant-like build system for PHP http://phing.info |
@ -133,7 +134,7 @@
### Ruby
| [Name](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/Name) | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| ------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [bundler](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/bundler) | package manager http://bundler.io/ |
| [capistrano](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/capistrano) | remote deployment tool |
| [gem](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gem) | http://rubygems.org/ |
@ -153,7 +154,7 @@
### Python
| Name | Description |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [celery](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/celery) | Python distributed task queue |
| [django](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/django) | https://www.djangoproject.com/ |
| [fabric](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fabric) | remote deployment tool http://docs.fabfile.org/en/1.8/ |
@ -166,9 +167,9 @@
### Distro-related
| Name | Description |
| ------------------------------------------------------------------------------------ | ----------------------------------------- |
| ----------------------------------------------------------------------------- | --------------------------------------- |
| [archlinux](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux) | aliases for yaourt and pacman |
| [debian](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/debian) | aliases for apt* utils |
| [debian](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/debian) | aliases for apt\* utils |
| [dnf](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dnf) | aliases for `dnf` |
| [suse](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/suse) | aliases for SUSE Linux (zypper aliases) |
| [systemd](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd) | aliases |
@ -177,7 +178,7 @@
### MacOS
| Name | Description |
| -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [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 http://brew.sh/ |
| [cloudapp](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/cloudapp) | completion for cloudapp http://getcloudapp.com/ |
@ -191,7 +192,7 @@
### Misc
| Name | Description |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [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 |
| [lol](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/lol) | dowant |