From 34cb340c34128240f56e22cf06a54e560f9bcddd Mon Sep 17 00:00:00 2001 From: goodhumored Date: Thu, 25 Jul 2024 00:07:52 +0300 Subject: [PATCH] oh-my-zsh added --- .oh-my-zsh/.editorconfig | 11 + .oh-my-zsh/.github/CODEOWNERS | 14 + .oh-my-zsh/.github/FUNDING.yml | 2 + .../.github/ISSUE_TEMPLATE/bug_report.yml | 68 + .../.github/ISSUE_TEMPLATE/bug_report_omz.yml | 77 + .oh-my-zsh/.github/ISSUE_TEMPLATE/config.yml | 8 + .../ISSUE_TEMPLATE/feature_request.yml | 37 + .oh-my-zsh/.github/PULL_REQUEST_TEMPLATE.md | 20 + .oh-my-zsh/.github/dependabot.yml | 12 + .oh-my-zsh/.github/dependencies.yml | 46 + .oh-my-zsh/.github/workflows/dependencies.yml | 36 + .../workflows/dependencies/requirements.txt | 7 + .../.github/workflows/dependencies/updater.py | 598 + .oh-my-zsh/.github/workflows/installer.yml | 56 + .../.github/workflows/installer/.gitignore | 1 + .../.github/workflows/installer/.vercelignore | 2 + .../.github/workflows/installer/vercel.json | 23 + .oh-my-zsh/.github/workflows/main.yml | 38 + .oh-my-zsh/.github/workflows/project.yml | 146 + .oh-my-zsh/.gitignore | 12 + .oh-my-zsh/.gitpod.Dockerfile | 5 + .oh-my-zsh/.gitpod.yml | 9 + .oh-my-zsh/.prettierrc | 4 + .oh-my-zsh/CODE_OF_CONDUCT.md | 76 + .oh-my-zsh/CONTRIBUTING.md | 245 + .oh-my-zsh/LICENSE.txt | 21 + .oh-my-zsh/README.md | 489 + .oh-my-zsh/SECURITY.md | 23 + .oh-my-zsh/cache/.gitkeep | 0 .oh-my-zsh/cache/.zsh-update | 1 + .oh-my-zsh/cache/SYS_ALL_UNITS--system | 4 + .oh-my-zsh/cache/SYS_REALLY_ALL_UNITS--system | 4 + .oh-my-zsh/cache/completions/_docker | 212 + .oh-my-zsh/cache/grep-alias | 3 + .oh-my-zsh/cache/thefuck | 18 + .oh-my-zsh/custom/example.zsh | 12 + .../custom/plugins/example/example.plugin.zsh | 3 + .../pnpm-shell-completion | Bin 0 -> 2157136 bytes .../pnpm-shell-completion.plugin.zsh | 91 + .../zsh-autosuggestions.plugin.zsh | 1 + .../zsh-autosuggestions.zsh | 864 + .oh-my-zsh/custom/themes/example.zsh-theme | 6 + .oh-my-zsh/lib/async_prompt.zsh | 144 + .oh-my-zsh/lib/bzr.zsh | 10 + .oh-my-zsh/lib/cli.zsh | 839 + .oh-my-zsh/lib/clipboard.zsh | 107 + .oh-my-zsh/lib/compfix.zsh | 44 + .oh-my-zsh/lib/completion.zsh | 78 + .oh-my-zsh/lib/correction.zsh | 10 + .oh-my-zsh/lib/diagnostics.zsh | 353 + .oh-my-zsh/lib/directories.zsh | 40 + .oh-my-zsh/lib/functions.zsh | 267 + .oh-my-zsh/lib/git.zsh | 339 + .oh-my-zsh/lib/grep.zsh | 41 + .oh-my-zsh/lib/history.zsh | 48 + .oh-my-zsh/lib/key-bindings.zsh | 145 + .oh-my-zsh/lib/misc.zsh | 38 + .oh-my-zsh/lib/nvm.zsh | 6 + .oh-my-zsh/lib/prompt_info_functions.zsh | 45 + .oh-my-zsh/lib/spectrum.zsh | 38 + .oh-my-zsh/lib/termsupport.zsh | 163 + .oh-my-zsh/lib/tests/cli.test.zsh | 169 + .oh-my-zsh/lib/theme-and-appearance.zsh | 81 + .oh-my-zsh/lib/vcs_info.zsh | 53 + .oh-my-zsh/log/.gitkeep | 0 .oh-my-zsh/oh-my-zsh.sh | 234 + .../plugins/1password/1password.plugin.zsh | 9 + .oh-my-zsh/plugins/1password/README.md | 40 + .oh-my-zsh/plugins/1password/_opswd | 19 + .oh-my-zsh/plugins/1password/opswd | 90 + .oh-my-zsh/plugins/adb/README.md | 8 + .oh-my-zsh/plugins/adb/_adb | 67 + .oh-my-zsh/plugins/ag/README.md | 13 + .oh-my-zsh/plugins/ag/_ag | 66 + .oh-my-zsh/plugins/alias-finder/.zunit.yml | 9 + .oh-my-zsh/plugins/alias-finder/README.md | 68 + .../alias-finder/alias-finder.plugin.zsh | 62 + .../alias-finder/tests/_output/.gitkeep | 0 .../alias-finder/tests/_support/.gitkeep | 0 .../alias-finder/tests/_support/bootstrap | 2 + .../plugins/alias-finder/tests/test_run.sh | 107 + .oh-my-zsh/plugins/aliases/.gitignore | 1 + .oh-my-zsh/plugins/aliases/README.md | 28 + .../__pycache__/termcolor.cpython-311.pyc | Bin 0 -> 5173 bytes .../__pycache__/termcolor.cpython-312.pyc | Bin 0 -> 4292 bytes .oh-my-zsh/plugins/aliases/aliases.plugin.zsh | 14 + .oh-my-zsh/plugins/aliases/cheatsheet.py | 69 + .oh-my-zsh/plugins/aliases/termcolor.py | 168 + .oh-my-zsh/plugins/ansible/README.md | 33 + .oh-my-zsh/plugins/ansible/ansible.plugin.zsh | 28 + .oh-my-zsh/plugins/ant/README.md | 12 + .oh-my-zsh/plugins/ant/_ant | 22 + .oh-my-zsh/plugins/ant/ant.plugin.zsh | 2 + .oh-my-zsh/plugins/apache2-macports/README.md | 21 + .../apache2-macports.plugin.zsh | 6 + .oh-my-zsh/plugins/arcanist/README.md | 43 + .../plugins/arcanist/arcanist.plugin.zsh | 39 + .oh-my-zsh/plugins/archlinux/README.md | 184 + .../plugins/archlinux/archlinux.plugin.zsh | 203 + .oh-my-zsh/plugins/argocd/README.md | 20 + .oh-my-zsh/plugins/argocd/argocd.plugin.zsh | 14 + .oh-my-zsh/plugins/asdf/README.md | 30 + .oh-my-zsh/plugins/asdf/asdf.plugin.zsh | 30 + .oh-my-zsh/plugins/autoenv/README.md | 20 + .oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh | 80 + .oh-my-zsh/plugins/autojump/README.md | 11 + .../plugins/autojump/autojump.plugin.zsh | 40 + .oh-my-zsh/plugins/autopep8/README.md | 8 + .oh-my-zsh/plugins/autopep8/_autopep8 | 32 + .oh-my-zsh/plugins/aws/README.md | 98 + .oh-my-zsh/plugins/aws/aws.plugin.zsh | 338 + .oh-my-zsh/plugins/azure/README.md | 49 + .oh-my-zsh/plugins/azure/azure.plugin.zsh | 60 + .oh-my-zsh/plugins/battery/README.md | 36 + .oh-my-zsh/plugins/battery/battery.plugin.zsh | 306 + .oh-my-zsh/plugins/bazel/README.md | 22 + .oh-my-zsh/plugins/bazel/_bazel | 341 + .oh-my-zsh/plugins/bazel/bazel.plugin.zsh | 5 + .oh-my-zsh/plugins/bbedit/README.md | 20 + .oh-my-zsh/plugins/bbedit/bbedit.plugin.zsh | 21 + .oh-my-zsh/plugins/bedtools/README.md | 5 + .oh-my-zsh/plugins/bedtools/_bedtools | 64 + .oh-my-zsh/plugins/bgnotify/README.md | 63 + .../plugins/bgnotify/bgnotify.plugin.zsh | 141 + .oh-my-zsh/plugins/bower/README.md | 17 + .oh-my-zsh/plugins/bower/_bower | 58 + .oh-my-zsh/plugins/bower/bower.plugin.zsh | 84 + .oh-my-zsh/plugins/branch/README.md | 49 + .oh-my-zsh/plugins/branch/branch.plugin.zsh | 35 + .oh-my-zsh/plugins/brew/README.md | 43 + .oh-my-zsh/plugins/brew/brew.plugin.zsh | 60 + .oh-my-zsh/plugins/bridgetown/README.md | 26 + .../plugins/bridgetown/bridgetown.plugin.zsh | 12 + .oh-my-zsh/plugins/bun/README.md | 20 + .oh-my-zsh/plugins/bun/bun.plugin.zsh | 14 + .oh-my-zsh/plugins/bundler/README.md | 74 + .oh-my-zsh/plugins/bundler/_bundler | 105 + .oh-my-zsh/plugins/bundler/bundler.plugin.zsh | 127 + .oh-my-zsh/plugins/cabal/README.md | 9 + .oh-my-zsh/plugins/cabal/cabal.plugin.zsh | 93 + .oh-my-zsh/plugins/cake/README.md | 15 + .oh-my-zsh/plugins/cake/cake.plugin.zsh | 33 + .oh-my-zsh/plugins/cakephp3/README.md | 16 + .../plugins/cakephp3/cakephp3.plugin.zsh | 38 + .oh-my-zsh/plugins/capistrano/README.md | 14 + .oh-my-zsh/plugins/capistrano/_capistrano | 49 + .../plugins/capistrano/capistrano.plugin.zsh | 11 + .oh-my-zsh/plugins/cask/README.md | 15 + .oh-my-zsh/plugins/cask/cask.plugin.zsh | 26 + .oh-my-zsh/plugins/catimg/README.md | 23 + .oh-my-zsh/plugins/catimg/catimg.plugin.zsh | 17 + .oh-my-zsh/plugins/catimg/catimg.sh | 88 + .oh-my-zsh/plugins/catimg/colors.png | Bin 0 -> 353 bytes .oh-my-zsh/plugins/celery/README.md | 9 + .oh-my-zsh/plugins/celery/_celery | 129 + .oh-my-zsh/plugins/charm/README.md | 9 + .oh-my-zsh/plugins/charm/charm.plugin.zsh | 14 + .oh-my-zsh/plugins/chruby/README.md | 21 + .oh-my-zsh/plugins/chruby/chruby.plugin.zsh | 94 + .oh-my-zsh/plugins/chucknorris/.gitignore | 1 + .oh-my-zsh/plugins/chucknorris/README.md | 38 + .../chucknorris/chucknorris.plugin.zsh | 24 + .../plugins/chucknorris/fortunes/chucknorris | 568 + .oh-my-zsh/plugins/cloudfoundry/README.md | 58 + .../cloudfoundry/cloudfoundry.plugin.zsh | 34 + .oh-my-zsh/plugins/codeclimate/README.md | 8 + .oh-my-zsh/plugins/codeclimate/_codeclimate | 82 + .oh-my-zsh/plugins/coffee/README.md | 31 + .oh-my-zsh/plugins/coffee/_coffee | 81 + .oh-my-zsh/plugins/coffee/coffee.plugin.zsh | 16 + .oh-my-zsh/plugins/colemak/.gitignore | 1 + .oh-my-zsh/plugins/colemak/README.md | 48 + .oh-my-zsh/plugins/colemak/colemak-less | 6 + .oh-my-zsh/plugins/colemak/colemak.plugin.zsh | 38 + .../plugins/colored-man-pages/README.md | 32 + .../colored-man-pages.plugin.zsh | 54 + .oh-my-zsh/plugins/colored-man-pages/nroff | 12 + .oh-my-zsh/plugins/colorize/README.md | 56 + .../plugins/colorize/colorize.plugin.zsh | 114 + .../plugins/command-not-found/README.md | 35 + .../command-not-found.plugin.zsh | 70 + .oh-my-zsh/plugins/common-aliases/README.md | 130 + .../common-aliases/common-aliases.plugin.zsh | 90 + .oh-my-zsh/plugins/compleat/README.md | 9 + .../plugins/compleat/compleat.plugin.zsh | 20 + .oh-my-zsh/plugins/composer/README.md | 35 + .../plugins/composer/composer.plugin.zsh | 76 + .oh-my-zsh/plugins/conda-env/README.md | 44 + .../plugins/conda-env/conda-env.plugin.zsh | 9 + .oh-my-zsh/plugins/copybuffer/README.md | 11 + .../plugins/copybuffer/copybuffer.plugin.zsh | 16 + .oh-my-zsh/plugins/copyfile/README.md | 11 + .../plugins/copyfile/copyfile.plugin.zsh | 7 + .oh-my-zsh/plugins/copypath/README.md | 15 + .../plugins/copypath/copypath.plugin.zsh | 15 + .oh-my-zsh/plugins/cp/README.md | 32 + .oh-my-zsh/plugins/cp/cp.plugin.zsh | 4 + .oh-my-zsh/plugins/cpanm/README.md | 9 + .oh-my-zsh/plugins/cpanm/_cpanm | 64 + .oh-my-zsh/plugins/dash/README.md | 28 + .oh-my-zsh/plugins/dash/dash.plugin.zsh | 84 + .oh-my-zsh/plugins/dbt/README.md | 29 + .oh-my-zsh/plugins/dbt/dbt.plugin.zsh | 23 + .oh-my-zsh/plugins/debian/README.md | 92 + .oh-my-zsh/plugins/debian/debian.plugin.zsh | 227 + .oh-my-zsh/plugins/deno/README.md | 20 + .oh-my-zsh/plugins/deno/deno.plugin.zsh | 28 + .oh-my-zsh/plugins/dircycle/README.md | 78 + .../plugins/dircycle/dircycle.plugin.zsh | 54 + .oh-my-zsh/plugins/direnv/README.md | 15 + .oh-my-zsh/plugins/direnv/direnv.plugin.zsh | 16 + .oh-my-zsh/plugins/dirhistory/README.md | 62 + .../plugins/dirhistory/dirhistory.plugin.zsh | 225 + .oh-my-zsh/plugins/dirpersist/README.md | 10 + .../plugins/dirpersist/dirpersist.plugin.zsh | 21 + .oh-my-zsh/plugins/dnf/README.md | 32 + .oh-my-zsh/plugins/dnf/dnf.plugin.zsh | 19 + .oh-my-zsh/plugins/dnote/README.md | 51 + .oh-my-zsh/plugins/dnote/_dnote | 39 + .oh-my-zsh/plugins/docker-compose/README.md | 34 + .../plugins/docker-compose/_docker-compose | 421 + .../docker-compose/docker-compose.plugin.zsh | 27 + .oh-my-zsh/plugins/docker-machine/README.md | 19 + .../plugins/docker-machine/_docker-machine | 359 + .../docker-machine/docker-machine.plugin.zsh | 33 + .oh-my-zsh/plugins/docker/README.md | 80 + .oh-my-zsh/plugins/docker/completions/_docker | 3126 +++ .oh-my-zsh/plugins/docker/docker.plugin.zsh | 64 + .oh-my-zsh/plugins/doctl/README.md | 9 + .oh-my-zsh/plugins/doctl/doctl.plugin.zsh | 17 + .oh-my-zsh/plugins/dotenv/README.md | 92 + .oh-my-zsh/plugins/dotenv/dotenv.plugin.zsh | 67 + .oh-my-zsh/plugins/dotnet/README.md | 25 + .oh-my-zsh/plugins/dotnet/dotnet.plugin.zsh | 26 + .oh-my-zsh/plugins/droplr/README.md | 19 + .oh-my-zsh/plugins/droplr/droplr.plugin.zsh | 15 + .oh-my-zsh/plugins/drush/README.md | 66 + .oh-my-zsh/plugins/drush/drush.complete.sh | 50 + .oh-my-zsh/plugins/drush/drush.plugin.zsh | 107 + .oh-my-zsh/plugins/eecms/README.md | 11 + .oh-my-zsh/plugins/eecms/eecms.plugin.zsh | 20 + .oh-my-zsh/plugins/emacs/README.md | 30 + .oh-my-zsh/plugins/emacs/emacs.plugin.zsh | 68 + .oh-my-zsh/plugins/emacs/emacsclient.sh | 38 + .oh-my-zsh/plugins/ember-cli/README.md | 33 + .oh-my-zsh/plugins/ember-cli/_ember-cli | 189 + .../plugins/ember-cli/ember-cli.plugin.zsh | 12 + .oh-my-zsh/plugins/emoji-clock/README.md | 14 + .../emoji-clock/emoji-clock.plugin.zsh | 33 + .oh-my-zsh/plugins/emoji/README.md | 127 + .../plugins/emoji/emoji-char-definitions.zsh | 7274 ++++++ .oh-my-zsh/plugins/emoji/emoji-data.txt | 4122 +++ .oh-my-zsh/plugins/emoji/emoji.plugin.zsh | 110 + .oh-my-zsh/plugins/emoji/gemoji_db.json | 21538 ++++++++++++++++ .oh-my-zsh/plugins/emoji/update_emoji.py | 213 + .oh-my-zsh/plugins/emotty/README.md | 39 + .oh-my-zsh/plugins/emotty/emotty.plugin.zsh | 55 + .../plugins/emotty/emotty_emoji_set.zsh | 24 + .../plugins/emotty/emotty_floral_set.zsh | 18 + .oh-my-zsh/plugins/emotty/emotty_love_set.zsh | 34 + .../plugins/emotty/emotty_nature_set.zsh | 58 + .../plugins/emotty/emotty_stellar_set.zsh | 25 + .../plugins/emotty/emotty_zodiac_set.zsh | 29 + .oh-my-zsh/plugins/encode64/README.md | 73 + .../plugins/encode64/encode64.plugin.zsh | 27 + .oh-my-zsh/plugins/extract/README.md | 65 + .oh-my-zsh/plugins/extract/_extract | 7 + .oh-my-zsh/plugins/extract/extract.plugin.zsh | 137 + .oh-my-zsh/plugins/eza/README.md | 121 + .oh-my-zsh/plugins/eza/eza.plugin.zsh | 68 + .oh-my-zsh/plugins/fabric/README.md | 9 + .oh-my-zsh/plugins/fabric/_fab | 69 + .oh-my-zsh/plugins/fabric/fabric.plugin.zsh | 0 .oh-my-zsh/plugins/fancy-ctrl-z/README.md | 14 + .../fancy-ctrl-z/fancy-ctrl-z.plugin.zsh | 12 + .oh-my-zsh/plugins/fasd/README.md | 21 + .oh-my-zsh/plugins/fasd/fasd.plugin.zsh | 16 + .oh-my-zsh/plugins/fastfile/README.md | 85 + .../plugins/fastfile/fastfile.plugin.zsh | 128 + .oh-my-zsh/plugins/fbterm/README.md | 10 + .oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh | 7 + .oh-my-zsh/plugins/fd/README.md | 9 + .oh-my-zsh/plugins/fd/_fd | 273 + .oh-my-zsh/plugins/fig/README.md | 9 + .oh-my-zsh/plugins/fig/fig.plugin.zsh | 13 + .oh-my-zsh/plugins/firewalld/README.md | 22 + .../plugins/firewalld/firewalld.plugin.zsh | 17 + .oh-my-zsh/plugins/flutter/README.md | 28 + .oh-my-zsh/plugins/flutter/flutter.plugin.zsh | 29 + .oh-my-zsh/plugins/fluxcd/README.md | 9 + .oh-my-zsh/plugins/fluxcd/fluxcd.plugin.zsh | 14 + .oh-my-zsh/plugins/fnm/README.md | 9 + .oh-my-zsh/plugins/fnm/fnm.plugin.zsh | 13 + .oh-my-zsh/plugins/forklift/README.md | 23 + .../plugins/forklift/forklift.plugin.zsh | 128 + .oh-my-zsh/plugins/fossil/README.md | 7 + .oh-my-zsh/plugins/fossil/_fossil | 32 + .oh-my-zsh/plugins/fossil/fossil.plugin.zsh | 56 + .oh-my-zsh/plugins/frontend-search/README.md | 85 + .oh-my-zsh/plugins/frontend-search/_frontend | 161 + .../frontend-search.plugin.zsh | 119 + .oh-my-zsh/plugins/fzf/README.md | 52 + .oh-my-zsh/plugins/fzf/fzf.plugin.zsh | 274 + .oh-my-zsh/plugins/gas/README.md | 10 + .oh-my-zsh/plugins/gas/_gas | 39 + .oh-my-zsh/plugins/gatsby/README.md | 7 + .oh-my-zsh/plugins/gatsby/_gatsby | 24 + .oh-my-zsh/plugins/gcloud/README.md | 24 + .oh-my-zsh/plugins/gcloud/gcloud.plugin.zsh | 52 + .oh-my-zsh/plugins/geeknote/README.md | 10 + .oh-my-zsh/plugins/geeknote/_geeknote | 157 + .../plugins/geeknote/geeknote.plugin.zsh | 2 + .oh-my-zsh/plugins/gem/README.md | 17 + .oh-my-zsh/plugins/gem/_gem | 72 + .oh-my-zsh/plugins/gem/gem.plugin.zsh | 7 + .oh-my-zsh/plugins/genpass/README.md | 66 + .oh-my-zsh/plugins/genpass/genpass-apple | 79 + .oh-my-zsh/plugins/genpass/genpass-monkey | 32 + .oh-my-zsh/plugins/genpass/genpass-xkcd | 68 + .oh-my-zsh/plugins/genpass/genpass.plugin.zsh | 1 + .oh-my-zsh/plugins/gh/README.md | 23 + .oh-my-zsh/plugins/gh/gh.plugin.zsh | 14 + .oh-my-zsh/plugins/git-auto-fetch/README.md | 50 + .../git-auto-fetch/git-auto-fetch.plugin.zsh | 65 + .oh-my-zsh/plugins/git-commit/README.md | 47 + .../plugins/git-commit/git-commit.plugin.zsh | 58 + .oh-my-zsh/plugins/git-escape-magic/README.md | 16 + .../plugins/git-escape-magic/git-escape-magic | 135 + .../git-escape-magic.plugin.zsh | 9 + .oh-my-zsh/plugins/git-extras/README.md | 17 + .../plugins/git-extras/git-extras.plugin.zsh | 418 + .oh-my-zsh/plugins/git-flow-avh/README.md | 19 + .../git-flow-avh/git-flow-avh.plugin.zsh | 526 + .oh-my-zsh/plugins/git-flow/README.md | 40 + .oh-my-zsh/plugins/git-flow/_git-flow | 327 + .../plugins/git-flow/git-flow.plugin.zsh | 32 + .oh-my-zsh/plugins/git-hubflow/README.md | 24 + .../git-hubflow/git-hubflow.plugin.zsh | 333 + .oh-my-zsh/plugins/git-lfs/README.md | 24 + .oh-my-zsh/plugins/git-lfs/git-lfs.plugin.zsh | 17 + .oh-my-zsh/plugins/git-prompt/README.md | 72 + .../plugins/git-prompt/git-prompt.plugin.zsh | 113 + .oh-my-zsh/plugins/git-prompt/gitstatus.py | 103 + .oh-my-zsh/plugins/git/README.md | 284 + .oh-my-zsh/plugins/git/git.plugin.zsh | 424 + .oh-my-zsh/plugins/gitfast/README.md | 9 + .oh-my-zsh/plugins/gitfast/_git | 286 + .../plugins/gitfast/git-completion.bash | 3560 +++ .oh-my-zsh/plugins/gitfast/git-prompt.sh | 594 + .oh-my-zsh/plugins/gitfast/gitfast.plugin.zsh | 11 + .oh-my-zsh/plugins/github/README.md | 45 + .oh-my-zsh/plugins/github/_hub | 174 + .oh-my-zsh/plugins/github/github.plugin.zsh | 77 + .oh-my-zsh/plugins/gitignore/README.md | 17 + .../plugins/gitignore/gitignore.plugin.zsh | 12 + .oh-my-zsh/plugins/glassfish/README.md | 9 + .oh-my-zsh/plugins/glassfish/_asadmin | 1150 + .../plugins/glassfish/glassfish.plugin.zsh | 0 .oh-my-zsh/plugins/globalias/README.md | 79 + .../plugins/globalias/globalias.plugin.zsh | 23 + .oh-my-zsh/plugins/gnu-utils/README.md | 38 + .../plugins/gnu-utils/gnu-utils.plugin.zsh | 74 + .oh-my-zsh/plugins/golang/README.md | 41 + .oh-my-zsh/plugins/golang/_golang | 249 + .oh-my-zsh/plugins/golang/golang.plugin.zsh | 38 + .../plugins/golang/templates/package.txt | 29 + .../plugins/golang/templates/search.txt | 0 .oh-my-zsh/plugins/gpg-agent/README.md | 9 + .../plugins/gpg-agent/gpg-agent.plugin.zsh | 17 + .oh-my-zsh/plugins/gradle/LICENSE | 19 + .oh-my-zsh/plugins/gradle/README.md | 30 + .oh-my-zsh/plugins/gradle/_gradle | 408 + .oh-my-zsh/plugins/gradle/gradle.plugin.zsh | 26 + .oh-my-zsh/plugins/grails/README.md | 16 + .oh-my-zsh/plugins/grails/grails.plugin.zsh | 60 + .oh-my-zsh/plugins/grc/README.md | 15 + .oh-my-zsh/plugins/grc/grc.plugin.zsh | 19 + .oh-my-zsh/plugins/grunt/README.md | 37 + .oh-my-zsh/plugins/grunt/grunt.plugin.zsh | 255 + .oh-my-zsh/plugins/gulp/README.md | 8 + .oh-my-zsh/plugins/gulp/gulp.plugin.zsh | 29 + .oh-my-zsh/plugins/hanami/README.md | 45 + .oh-my-zsh/plugins/hanami/hanami.plugin.zsh | 19 + .oh-my-zsh/plugins/hasura/README.md | 9 + .oh-my-zsh/plugins/hasura/hasura.plugin.zsh | 13 + .oh-my-zsh/plugins/helm/README.md | 19 + .oh-my-zsh/plugins/helm/helm.plugin.zsh | 19 + .oh-my-zsh/plugins/heroku-alias/README.md | 127 + .../plugins/heroku-alias/heroku.alias.sh | 92 + .oh-my-zsh/plugins/heroku/README.md | 9 + .oh-my-zsh/plugins/heroku/heroku.plugin.zsh | 9 + .../history-substring-search/README.md | 251 + .../dependencies/OMZ-README.md | 15 + .../history-substring-search.plugin.zsh | 18 + .../history-substring-search.zsh | 846 + .oh-my-zsh/plugins/history/README.md | 18 + .oh-my-zsh/plugins/history/history.plugin.zsh | 4 + .oh-my-zsh/plugins/hitchhiker/.gitignore | 1 + .oh-my-zsh/plugins/hitchhiker/README.md | 44 + .../plugins/hitchhiker/fortunes/hitchhiker | 275 + .../plugins/hitchhiker/hitchhiker.plugin.zsh | 28 + .oh-my-zsh/plugins/hitokoto/README.md | 15 + .../plugins/hitokoto/hitokoto.plugin.zsh | 18 + .oh-my-zsh/plugins/homestead/README.md | 9 + .../plugins/homestead/homestead.plugin.zsh | 10 + .oh-my-zsh/plugins/httpie/README.md | 14 + .oh-my-zsh/plugins/httpie/_httpie | 181 + .oh-my-zsh/plugins/invoke/README.md | 10 + .oh-my-zsh/plugins/invoke/invoke.plugin.zsh | 5 + .oh-my-zsh/plugins/ionic/README.md | 30 + .oh-my-zsh/plugins/ionic/ionic.plugin.zsh | 15 + .oh-my-zsh/plugins/ipfs/LICENSE | 22 + .oh-my-zsh/plugins/ipfs/README.md | 17 + .oh-my-zsh/plugins/ipfs/_ipfs | 791 + .oh-my-zsh/plugins/isodate/README.md | 22 + .oh-my-zsh/plugins/isodate/isodate.plugin.zsh | 7 + .oh-my-zsh/plugins/istioctl/README.md | 9 + .../plugins/istioctl/istioctl.plugin.zsh | 4 + .oh-my-zsh/plugins/iterm2/README.md | 41 + .oh-my-zsh/plugins/iterm2/iterm2.plugin.zsh | 79 + .../iterm2/iterm2_shell_integration.zsh | 178 + .oh-my-zsh/plugins/iterm2/update | 4 + .oh-my-zsh/plugins/jake-node/README.md | 9 + .../plugins/jake-node/jake-node.plugin.zsh | 14 + .oh-my-zsh/plugins/jenv/README.md | 27 + .oh-my-zsh/plugins/jenv/jenv.plugin.zsh | 36 + .oh-my-zsh/plugins/jfrog/README.md | 11 + .oh-my-zsh/plugins/jfrog/jfrog.plugin.zsh | 11 + .oh-my-zsh/plugins/jhbuild/README.md | 34 + .oh-my-zsh/plugins/jhbuild/jhbuild.plugin.zsh | 32 + .oh-my-zsh/plugins/jira/README.md | 84 + .oh-my-zsh/plugins/jira/_jira | 26 + .oh-my-zsh/plugins/jira/jira.plugin.zsh | 172 + .oh-my-zsh/plugins/jruby/README.md | 21 + .oh-my-zsh/plugins/jruby/jruby.plugin.zsh | 4 + .oh-my-zsh/plugins/jsontools/README.md | 79 + .../plugins/jsontools/jsontools.plugin.zsh | 113 + .oh-my-zsh/plugins/juju/README.md | 132 + .oh-my-zsh/plugins/juju/juju.plugin.zsh | 202 + .oh-my-zsh/plugins/jump/README.md | 31 + .oh-my-zsh/plugins/jump/jump.plugin.zsh | 60 + .oh-my-zsh/plugins/kate/README.md | 20 + .oh-my-zsh/plugins/kate/kate.plugin.zsh | 9 + .oh-my-zsh/plugins/keychain/README.md | 45 + .../plugins/keychain/keychain.plugin.zsh | 32 + .oh-my-zsh/plugins/kind/README.md | 22 + .oh-my-zsh/plugins/kind/kind.plugin.zsh | 23 + .oh-my-zsh/plugins/kitchen/README.md | 9 + .oh-my-zsh/plugins/kitchen/_kitchen | 85 + .oh-my-zsh/plugins/kitty/README.md | 23 + .oh-my-zsh/plugins/kitty/kitty.plugin.zsh | 16 + .oh-my-zsh/plugins/kn/README.md | 17 + .oh-my-zsh/plugins/kn/kn.plugin.zsh | 8 + .oh-my-zsh/plugins/knife/README.md | 25 + .oh-my-zsh/plugins/knife/_knife | 257 + .oh-my-zsh/plugins/knife_ssh/README.md | 14 + .../plugins/knife_ssh/knife_ssh.plugin.zsh | 18 + .oh-my-zsh/plugins/kops/README.md | 12 + .oh-my-zsh/plugins/kops/kops.plugin.zsh | 3 + .oh-my-zsh/plugins/kube-ps1/README.md | 242 + .../plugins/kube-ps1/kube-ps1.plugin.zsh | 399 + .oh-my-zsh/plugins/kubectl/README.md | 137 + .oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh | 190 + .oh-my-zsh/plugins/kubectx/README.md | 26 + .oh-my-zsh/plugins/kubectx/kubectx.plugin.zsh | 13 + .oh-my-zsh/plugins/kubectx/prod.png | Bin 0 -> 3834 bytes .oh-my-zsh/plugins/kubectx/stage.png | Bin 0 -> 3829 bytes .oh-my-zsh/plugins/lando/LICENSE | 21 + .oh-my-zsh/plugins/lando/README.md | 56 + .oh-my-zsh/plugins/lando/lando.plugin.zsh | 52 + .oh-my-zsh/plugins/laravel/README.md | 62 + .oh-my-zsh/plugins/laravel/_artisan | 40 + .oh-my-zsh/plugins/laravel/laravel.plugin.zsh | 46 + .oh-my-zsh/plugins/laravel4/README.md | 18 + .../plugins/laravel4/laravel4.plugin.zsh | 20 + .oh-my-zsh/plugins/laravel5/README.md | 18 + .../plugins/laravel5/laravel5.plugin.zsh | 19 + .oh-my-zsh/plugins/last-working-dir/README.md | 33 + .../last-working-dir.plugin.zsh | 28 + .oh-my-zsh/plugins/lein/README.md | 9 + .oh-my-zsh/plugins/lein/_lein | 69 + .oh-my-zsh/plugins/lighthouse/README.md | 29 + .../plugins/lighthouse/lighthouse.plugin.zsh | 12 + .oh-my-zsh/plugins/lol/README.md | 71 + .oh-my-zsh/plugins/lol/lol.plugin.zsh | 51 + .oh-my-zsh/plugins/lpass/README.md | 13 + .oh-my-zsh/plugins/lpass/_lpass | 169 + .oh-my-zsh/plugins/lxd/README.md | 9 + .oh-my-zsh/plugins/lxd/lxd.plugin.zsh | 26 + .oh-my-zsh/plugins/macos/README.md | 69 + .oh-my-zsh/plugins/macos/_security | 90 + .oh-my-zsh/plugins/macos/macos.plugin.zsh | 298 + .oh-my-zsh/plugins/macos/music | 170 + .oh-my-zsh/plugins/macos/spotify | 479 + .oh-my-zsh/plugins/macports/README.md | 47 + .oh-my-zsh/plugins/macports/_port | 92 + .../plugins/macports/macports.plugin.zsh | 44 + .oh-my-zsh/plugins/magic-enter/README.md | 17 + .../magic-enter/magic-enter.plugin.zsh | 38 + .oh-my-zsh/plugins/man/README.md | 13 + .oh-my-zsh/plugins/man/man.plugin.zsh | 37 + .oh-my-zsh/plugins/marked2/README.md | 13 + .oh-my-zsh/plugins/marked2/marked2.plugin.zsh | 7 + .oh-my-zsh/plugins/marktext/README.md | 17 + .../plugins/marktext/marktext.plugin.zsh | 7 + .oh-my-zsh/plugins/mercurial/README.md | 69 + .../plugins/mercurial/mercurial.plugin.zsh | 118 + .oh-my-zsh/plugins/meteor/README.md | 46 + .oh-my-zsh/plugins/meteor/_meteor | 67 + .oh-my-zsh/plugins/meteor/meteor.plugin.zsh | 33 + .oh-my-zsh/plugins/microk8s/README.md | 24 + .../plugins/microk8s/microk8s.plugin.zsh | 82 + .oh-my-zsh/plugins/minikube/README.md | 9 + .../plugins/minikube/minikube.plugin.zsh | 13 + .oh-my-zsh/plugins/mise/README.md | 32 + .oh-my-zsh/plugins/mise/mise.plugin.zsh | 27 + .oh-my-zsh/plugins/mix-fast/README.md | 28 + .../plugins/mix-fast/mix-fast.plugin.zsh | 30 + .oh-my-zsh/plugins/mix/README.md | 19 + .oh-my-zsh/plugins/mix/_mix | 156 + .oh-my-zsh/plugins/mongo-atlas/README.md | 10 + .../mongo-atlas/mongo-atlas.plugin.zsh | 14 + .oh-my-zsh/plugins/mongocli/README.md | 19 + .../plugins/mongocli/mongocli.plugin.zsh | 4 + .oh-my-zsh/plugins/mosh/README.md | 9 + .oh-my-zsh/plugins/mosh/mosh.plugin.zsh | 2 + .oh-my-zsh/plugins/multipass/README.md | 22 + .oh-my-zsh/plugins/multipass/_multipass | 73 + .../plugins/multipass/multipass.plugin.zsh | 7 + .oh-my-zsh/plugins/mvn/README.md | 61 + .oh-my-zsh/plugins/mvn/mvn.plugin.zsh | 344 + .oh-my-zsh/plugins/mysql-macports/README.md | 20 + .../mysql-macports/mysql-macports.plugin.zsh | 8 + .oh-my-zsh/plugins/n98-magerun/README.md | 21 + .../n98-magerun/n98-magerun.plugin.zsh | 42 + .oh-my-zsh/plugins/nanoc/README.md | 20 + .oh-my-zsh/plugins/nanoc/_nanoc | 92 + .oh-my-zsh/plugins/nanoc/nanoc.plugin.zsh | 6 + .oh-my-zsh/plugins/nats/README.md | 14 + .oh-my-zsh/plugins/nats/nats.plugin.zsh | 23 + .oh-my-zsh/plugins/ng/README.md | 10 + .oh-my-zsh/plugins/ng/_ng | 56 + .oh-my-zsh/plugins/nmap/README.md | 27 + .oh-my-zsh/plugins/nmap/nmap.plugin.zsh | 32 + .oh-my-zsh/plugins/node/README.md | 19 + .oh-my-zsh/plugins/node/node.plugin.zsh | 6 + .oh-my-zsh/plugins/nodenv/README.md | 20 + .oh-my-zsh/plugins/nodenv/nodenv.plugin.zsh | 43 + .oh-my-zsh/plugins/nomad/README.md | 15 + .oh-my-zsh/plugins/nomad/_nomad | 153 + .oh-my-zsh/plugins/npm/README.md | 50 + .oh-my-zsh/plugins/npm/npm.plugin.zsh | 117 + .oh-my-zsh/plugins/nvm/README.md | 57 + .oh-my-zsh/plugins/nvm/nvm.plugin.zsh | 97 + .oh-my-zsh/plugins/oc/README.md | 13 + .oh-my-zsh/plugins/oc/oc.plugin.zsh | 8 + .oh-my-zsh/plugins/octozen/README.md | 12 + .oh-my-zsh/plugins/octozen/octozen.plugin.zsh | 11 + .oh-my-zsh/plugins/opentofu/README.md | 58 + .../plugins/opentofu/opentofu.plugin.zsh | 43 + .oh-my-zsh/plugins/operator-sdk/README.md | 11 + .../operator-sdk/operator-sdk.plugin.zsh | 4 + .oh-my-zsh/plugins/otp/README.md | 22 + .oh-my-zsh/plugins/otp/otp.plugin.zsh | 45 + .oh-my-zsh/plugins/pass/README.md | 22 + .oh-my-zsh/plugins/pass/_pass | 147 + .oh-my-zsh/plugins/paver/README.md | 12 + .oh-my-zsh/plugins/paver/paver.plugin.zsh | 16 + .oh-my-zsh/plugins/pep8/README.md | 8 + .oh-my-zsh/plugins/pep8/_pep8 | 34 + .../plugins/per-directory-history/README.md | 50 + .../per-directory-history.plugin.zsh | 1 + .../per-directory-history.zsh | 178 + .oh-my-zsh/plugins/percol/README.md | 23 + .oh-my-zsh/plugins/percol/percol.plugin.zsh | 25 + .oh-my-zsh/plugins/perl/README.md | 37 + .oh-my-zsh/plugins/perl/perl.plugin.zsh | 56 + .oh-my-zsh/plugins/perms/README.md | 25 + .oh-my-zsh/plugins/perms/perms.plugin.zsh | 87 + .oh-my-zsh/plugins/phing/README.md | 9 + .oh-my-zsh/plugins/phing/phing.plugin.zsh | 7 + .oh-my-zsh/plugins/pip/README.md | 36 + .oh-my-zsh/plugins/pip/_pip | 100 + .oh-my-zsh/plugins/pip/pip.plugin.zsh | 135 + .oh-my-zsh/plugins/pipenv/README.md | 42 + .oh-my-zsh/plugins/pipenv/pipenv.plugin.zsh | 55 + .oh-my-zsh/plugins/pj/README.md | 45 + .oh-my-zsh/plugins/pj/pj.plugin.zsh | 34 + .oh-my-zsh/plugins/please/README.md | 26 + .oh-my-zsh/plugins/please/please.plugin.zsh | 7 + .oh-my-zsh/plugins/pm2/README.md | 19 + .oh-my-zsh/plugins/pm2/_pm2 | 168 + .oh-my-zsh/plugins/pm2/pm2.plugin.zsh | 6 + .../pnpm-shell-completion.zsh | 91 + .oh-my-zsh/plugins/pod/README.md | 10 + .oh-my-zsh/plugins/pod/_pod | 682 + .oh-my-zsh/plugins/podman/README.md | 47 + .oh-my-zsh/plugins/podman/podman.plugin.zsh | 47 + .oh-my-zsh/plugins/poetry-env/README.md | 10 + .../plugins/poetry-env/poetry-env.plugin.zsh | 27 + .oh-my-zsh/plugins/poetry/README.md | 42 + .oh-my-zsh/plugins/poetry/poetry.plugin.zsh | 42 + .oh-my-zsh/plugins/postgres/README.md | 22 + .../plugins/postgres/postgres.plugin.zsh | 13 + .oh-my-zsh/plugins/pow/README.md | 21 + .oh-my-zsh/plugins/pow/pow.plugin.zsh | 85 + .oh-my-zsh/plugins/powder/README.md | 8 + .oh-my-zsh/plugins/powder/_powder | 4 + .oh-my-zsh/plugins/powify/README.md | 10 + .oh-my-zsh/plugins/powify/_powify | 55 + .oh-my-zsh/plugins/pre-commit/README.md | 19 + .../plugins/pre-commit/pre-commit.plugin.zsh | 8 + .oh-my-zsh/plugins/procs/README.md | 9 + .oh-my-zsh/plugins/procs/procs.plugin.zsh | 13 + .oh-my-zsh/plugins/profiles/README.md | 25 + .../plugins/profiles/profiles.plugin.zsh | 12 + .oh-my-zsh/plugins/pyenv/README.md | 32 + .oh-my-zsh/plugins/pyenv/pyenv.plugin.zsh | 98 + .oh-my-zsh/plugins/pylint/README.md | 16 + .oh-my-zsh/plugins/pylint/_pylint | 31 + .oh-my-zsh/plugins/pylint/pylint.plugin.zsh | 1 + .oh-my-zsh/plugins/python/README.md | 40 + .oh-my-zsh/plugins/python/python.plugin.zsh | 107 + .oh-my-zsh/plugins/qodana/README.md | 20 + .oh-my-zsh/plugins/qodana/qodana.plugin.zsh | 14 + .oh-my-zsh/plugins/qrcode/README.md | 8 + .oh-my-zsh/plugins/qrcode/qrcode.plugin.zsh | 17 + .oh-my-zsh/plugins/rails/README.md | 122 + .oh-my-zsh/plugins/rails/_rails | 538 + .oh-my-zsh/plugins/rails/rails.plugin.zsh | 120 + .oh-my-zsh/plugins/rake-fast/README.md | 35 + .../plugins/rake-fast/rake-fast.plugin.zsh | 79 + .oh-my-zsh/plugins/rake/README.md | 41 + .oh-my-zsh/plugins/rake/rake.plugin.zsh | 9 + .oh-my-zsh/plugins/rand-quote/README.md | 15 + .../plugins/rand-quote/rand-quote.plugin.zsh | 23 + .oh-my-zsh/plugins/rbenv/README.md | 26 + .oh-my-zsh/plugins/rbenv/rbenv.plugin.zsh | 68 + .oh-my-zsh/plugins/rbfu/README.md | 18 + .oh-my-zsh/plugins/rbfu/rbfu.plugin.zsh | 49 + .oh-my-zsh/plugins/rbw/README.md | 22 + .oh-my-zsh/plugins/rbw/rbw.plugin.zsh | 43 + .oh-my-zsh/plugins/react-native/README.md | 92 + .oh-my-zsh/plugins/react-native/_react-native | 32 + .../react-native/react-native.plugin.zsh | 79 + .oh-my-zsh/plugins/rebar/README.md | 9 + .oh-my-zsh/plugins/rebar/_rebar | 79 + .oh-my-zsh/plugins/redis-cli/README.md | 15 + .oh-my-zsh/plugins/redis-cli/_redis-cli | 142 + .oh-my-zsh/plugins/repo/README.md | 25 + .oh-my-zsh/plugins/repo/_repo | 279 + .oh-my-zsh/plugins/repo/repo.plugin.zsh | 10 + .oh-my-zsh/plugins/ripgrep/README.md | 9 + .oh-my-zsh/plugins/ripgrep/_ripgrep | 640 + .oh-my-zsh/plugins/ros/README.md | 10 + .oh-my-zsh/plugins/ros/_ros | 64 + .oh-my-zsh/plugins/rsync/README.md | 16 + .oh-my-zsh/plugins/rsync/rsync.plugin.zsh | 4 + .oh-my-zsh/plugins/ruby/README.md | 33 + .oh-my-zsh/plugins/ruby/ruby.plugin.zsh | 26 + .oh-my-zsh/plugins/rust/README.md | 9 + .oh-my-zsh/plugins/rust/_rustc | 228 + .oh-my-zsh/plugins/rust/rust.plugin.zsh | 26 + .oh-my-zsh/plugins/rvm/README.md | 37 + .oh-my-zsh/plugins/rvm/rvm.plugin.zsh | 56 + .oh-my-zsh/plugins/safe-paste/README.md | 9 + .../plugins/safe-paste/safe-paste.plugin.zsh | 100 + .oh-my-zsh/plugins/salt/README.md | 5 + .oh-my-zsh/plugins/salt/_salt | 279 + .oh-my-zsh/plugins/samtools/README.md | 5 + .oh-my-zsh/plugins/samtools/_samtools | 40 + .oh-my-zsh/plugins/sbt/README.md | 32 + .oh-my-zsh/plugins/sbt/_sbt | 56 + .oh-my-zsh/plugins/sbt/sbt.plugin.zsh | 25 + .oh-my-zsh/plugins/scala/README.md | 16 + .oh-my-zsh/plugins/scala/_scala | 249 + .oh-my-zsh/plugins/scd/README.md | 159 + .oh-my-zsh/plugins/scd/_scd | 60 + .oh-my-zsh/plugins/scd/scd | 533 + .oh-my-zsh/plugins/scd/scd.plugin.zsh | 17 + .oh-my-zsh/plugins/screen/README.md | 10 + .oh-my-zsh/plugins/screen/screen.plugin.zsh | 58 + .oh-my-zsh/plugins/scw/README.md | 7 + .oh-my-zsh/plugins/scw/_scw | 333 + .oh-my-zsh/plugins/sdk/README.md | 14 + .oh-my-zsh/plugins/sdk/sdk.plugin.zsh | 58 + .oh-my-zsh/plugins/sfdx/README.md | 11 + .oh-my-zsh/plugins/sfdx/_sfdx | 1110 + .oh-my-zsh/plugins/sfffe/README.md | 17 + .oh-my-zsh/plugins/sfffe/sfffe.plugin.zsh | 28 + .oh-my-zsh/plugins/shell-proxy/.editorconfig | 3 + .oh-my-zsh/plugins/shell-proxy/README.md | 67 + .oh-my-zsh/plugins/shell-proxy/proxy.py | 91 + .../shell-proxy/shell-proxy.plugin.zsh | 44 + .oh-my-zsh/plugins/shell-proxy/ssh-agent.py | 16 + .oh-my-zsh/plugins/shell-proxy/ssh-proxy.py | 37 + .oh-my-zsh/plugins/shrink-path/README.md | 116 + .../shrink-path/shrink-path.plugin.zsh | 197 + .oh-my-zsh/plugins/sigstore/README.md | 13 + .../plugins/sigstore/sigstore.plugin.zsh | 22 + .oh-my-zsh/plugins/singlechar/README.md | 118 + .../plugins/singlechar/singlechar.plugin.zsh | 123 + .oh-my-zsh/plugins/skaffold/README.md | 9 + .../plugins/skaffold/skaffold.plugin.zsh | 14 + .oh-my-zsh/plugins/snap/README.md | 18 + .oh-my-zsh/plugins/snap/snap.plugin.zsh | 10 + .oh-my-zsh/plugins/spring/README.md | 25 + .oh-my-zsh/plugins/spring/_spring | 29 + .oh-my-zsh/plugins/sprunge/README.md | 38 + .oh-my-zsh/plugins/sprunge/sprunge.plugin.zsh | 52 + .oh-my-zsh/plugins/ssh-agent/README.md | 133 + .../plugins/ssh-agent/ssh-agent.plugin.zsh | 115 + .oh-my-zsh/plugins/ssh/ssh.plugin.zsh | 53 + .oh-my-zsh/plugins/stack/README.md | 9 + .oh-my-zsh/plugins/stack/stack.plugin.zsh | 4 + .oh-my-zsh/plugins/starship/README.md | 21 + .../plugins/starship/starship.plugin.zsh | 8 + .oh-my-zsh/plugins/stripe/README.md | 9 + .oh-my-zsh/plugins/stripe/stripe.plugin.zsh | 13 + .oh-my-zsh/plugins/sublime-merge/README.md | 17 + .../sublime-merge/sublime-merge.plugin.zsh | 55 + .oh-my-zsh/plugins/sublime/README.md | 37 + .oh-my-zsh/plugins/sublime/sublime.plugin.zsh | 124 + .oh-my-zsh/plugins/sudo/README.md | 75 + .oh-my-zsh/plugins/sudo/sudo.plugin.zsh | 108 + .oh-my-zsh/plugins/supervisor/README.md | 13 + .oh-my-zsh/plugins/supervisor/_supervisorctl | 143 + .oh-my-zsh/plugins/supervisor/_supervisord | 33 + .../plugins/supervisor/supervisor.plugin.zsh | 14 + .oh-my-zsh/plugins/suse/README.md | 96 + .oh-my-zsh/plugins/suse/suse.plugin.zsh | 59 + .oh-my-zsh/plugins/svcat/README.md | 9 + .oh-my-zsh/plugins/svcat/svcat.plugin.zsh | 6 + .oh-my-zsh/plugins/svn-fast-info/README.md | 56 + .../svn-fast-info/svn-fast-info.plugin.zsh | 74 + .oh-my-zsh/plugins/svn/README.md | 67 + .oh-my-zsh/plugins/svn/svn.plugin.zsh | 89 + .oh-my-zsh/plugins/swiftpm/README.md | 22 + .oh-my-zsh/plugins/swiftpm/_swift | 844 + .oh-my-zsh/plugins/swiftpm/swiftpm.plugin.zsh | 8 + .oh-my-zsh/plugins/symfony/README.md | 9 + .oh-my-zsh/plugins/symfony/symfony.plugin.zsh | 13 + .oh-my-zsh/plugins/symfony2/README.md | 28 + .../plugins/symfony2/symfony2.plugin.zsh | 34 + .oh-my-zsh/plugins/symfony6/README.md | 9 + .../plugins/symfony6/symfony6.plugin.zsh | 82 + .oh-my-zsh/plugins/systemadmin/README.md | 51 + .../systemadmin/systemadmin.plugin.zsh | 187 + .oh-my-zsh/plugins/systemd/README.md | 98 + .oh-my-zsh/plugins/systemd/systemd.plugin.zsh | 121 + .oh-my-zsh/plugins/taskwarrior/README.md | 18 + .oh-my-zsh/plugins/taskwarrior/_task | 285 + .../taskwarrior/taskwarrior.plugin.zsh | 7 + .oh-my-zsh/plugins/term_tab/README.md | 18 + .../plugins/term_tab/term_tab.plugin.zsh | 42 + .oh-my-zsh/plugins/terminitor/README.md | 9 + .oh-my-zsh/plugins/terminitor/_terminitor | 38 + .oh-my-zsh/plugins/terraform/README.md | 52 + .oh-my-zsh/plugins/terraform/_terraform | 545 + .../plugins/terraform/terraform.plugin.zsh | 30 + .oh-my-zsh/plugins/textastic/README.md | 15 + .../plugins/textastic/textastic.plugin.zsh | 17 + .oh-my-zsh/plugins/textmate/README.md | 17 + .../plugins/textmate/textmate.plugin.zsh | 14 + .oh-my-zsh/plugins/thefuck/README.md | 13 + .oh-my-zsh/plugins/thefuck/thefuck.plugin.zsh | 21 + .oh-my-zsh/plugins/themes/README.md | 18 + .oh-my-zsh/plugins/themes/themes.plugin.zsh | 35 + .oh-my-zsh/plugins/thor/README.md | 10 + .oh-my-zsh/plugins/thor/_thor | 4 + .oh-my-zsh/plugins/tig/README.md | 16 + .oh-my-zsh/plugins/tig/tig.plugin.zsh | 5 + .oh-my-zsh/plugins/timer/README.md | 18 + .oh-my-zsh/plugins/timer/timer.plugin.zsh | 38 + .oh-my-zsh/plugins/tldr/README.md | 15 + .oh-my-zsh/plugins/tldr/tldr.plugin.zsh | 19 + .oh-my-zsh/plugins/tmux-cssh/README.md | 10 + .oh-my-zsh/plugins/tmux-cssh/_tmux-cssh | 25 + .oh-my-zsh/plugins/tmux/README.md | 46 + .oh-my-zsh/plugins/tmux/tmux.extra.conf | 2 + .oh-my-zsh/plugins/tmux/tmux.only.conf | 1 + .oh-my-zsh/plugins/tmux/tmux.plugin.zsh | 186 + .oh-my-zsh/plugins/tmuxinator/README.md | 19 + .oh-my-zsh/plugins/tmuxinator/_tmuxinator | 23 + .../plugins/tmuxinator/tmuxinator.plugin.zsh | 5 + .oh-my-zsh/plugins/toolbox/README.md | 26 + .oh-my-zsh/plugins/toolbox/toolbox.plugin.zsh | 6 + .oh-my-zsh/plugins/torrent/README.md | 13 + .oh-my-zsh/plugins/torrent/torrent.plugin.zsh | 17 + .oh-my-zsh/plugins/transfer/README.md | 41 + .../plugins/transfer/transfer.plugin.zsh | 97 + .oh-my-zsh/plugins/tugboat/README.md | 12 + .oh-my-zsh/plugins/tugboat/_tugboat | 106 + .oh-my-zsh/plugins/ubuntu/README.md | 61 + .oh-my-zsh/plugins/ubuntu/ubuntu.plugin.zsh | 127 + .oh-my-zsh/plugins/ufw/README.md | 18 + .oh-my-zsh/plugins/ufw/_ufw | 115 + .oh-my-zsh/plugins/universalarchive/README.md | 46 + .../universalarchive/_universalarchive | 6 + .../universalarchive.plugin.zsh | 70 + .oh-my-zsh/plugins/urltools/README.md | 29 + .../plugins/urltools/urltools.plugin.zsh | 42 + .oh-my-zsh/plugins/vagrant-prompt/README.md | 6 + .../vagrant-prompt/vagrant-prompt.plugin.zsh | 33 + .oh-my-zsh/plugins/vagrant/README.md | 40 + .oh-my-zsh/plugins/vagrant/_vagrant | 133 + .oh-my-zsh/plugins/vagrant/vagrant.plugin.zsh | 33 + .oh-my-zsh/plugins/vault/README.md | 15 + .oh-my-zsh/plugins/vault/_vault | 400 + .oh-my-zsh/plugins/vi-mode/README.md | 176 + .oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh | 176 + .oh-my-zsh/plugins/vim-interaction/README.md | 82 + .../vim-interaction.plugin.zsh | 69 + .oh-my-zsh/plugins/virtualenv/README.md | 15 + .../plugins/virtualenv/virtualenv.plugin.zsh | 7 + .../plugins/virtualenvwrapper/README.md | 38 + .../virtualenvwrapper.plugin.zsh | 92 + .oh-my-zsh/plugins/volta/README.md | 11 + .oh-my-zsh/plugins/volta/volta.plugin.zsh | 14 + .oh-my-zsh/plugins/vscode/README.md | 85 + .oh-my-zsh/plugins/vscode/vscode.plugin.zsh | 50 + .oh-my-zsh/plugins/vundle/README.md | 19 + .oh-my-zsh/plugins/vundle/vundle.plugin.zsh | 27 + .oh-my-zsh/plugins/wakeonlan/README.md | 43 + .oh-my-zsh/plugins/wakeonlan/_wake | 4 + .../plugins/wakeonlan/wakeonlan.plugin.zsh | 14 + .oh-my-zsh/plugins/watson/README.md | 9 + .oh-my-zsh/plugins/watson/_watson | 34 + .oh-my-zsh/plugins/wd/LICENSE | 21 + .oh-my-zsh/plugins/wd/README.md | 303 + .oh-my-zsh/plugins/wd/_wd.sh | 102 + .oh-my-zsh/plugins/wd/wd.plugin.zsh | 21 + .oh-my-zsh/plugins/wd/wd.sh | 591 + .oh-my-zsh/plugins/web-search/README.md | 84 + .../plugins/web-search/web-search.plugin.zsh | 102 + .oh-my-zsh/plugins/wp-cli/README.md | 109 + .oh-my-zsh/plugins/wp-cli/wp-cli.plugin.zsh | 123 + .oh-my-zsh/plugins/xcode/README.md | 88 + .oh-my-zsh/plugins/xcode/_xcselv | 19 + .oh-my-zsh/plugins/xcode/xcode.plugin.zsh | 208 + .oh-my-zsh/plugins/yarn/README.md | 74 + .oh-my-zsh/plugins/yarn/_yarn | 502 + .oh-my-zsh/plugins/yarn/yarn.plugin.zsh | 64 + .oh-my-zsh/plugins/yii/README.md | 15 + .oh-my-zsh/plugins/yii/yii.plugin.zsh | 17 + .oh-my-zsh/plugins/yii2/README.md | 7 + .oh-my-zsh/plugins/yii2/yii2.plugin.zsh | 29 + .oh-my-zsh/plugins/yum/README.md | 27 + .oh-my-zsh/plugins/yum/yum.plugin.zsh | 16 + .oh-my-zsh/plugins/z/LICENSE | 21 + .oh-my-zsh/plugins/z/MANUAL.md | 366 + .oh-my-zsh/plugins/z/README.md | 24 + .oh-my-zsh/plugins/z/_z | 82 + .oh-my-zsh/plugins/z/img/demo.gif | Bin 0 -> 1271520 bytes .oh-my-zsh/plugins/z/img/mit_license.svg | 1 + .oh-my-zsh/plugins/z/img/zsh_4.3.11_plus.svg | 1 + .oh-my-zsh/plugins/z/z.plugin.zsh | 1014 + .oh-my-zsh/plugins/zbell/README.md | 33 + .oh-my-zsh/plugins/zbell/zbell.plugin.zsh | 96 + .oh-my-zsh/plugins/zeus/README.md | 50 + .oh-my-zsh/plugins/zeus/_zeus | 98 + .oh-my-zsh/plugins/zeus/zeus.plugin.zsh | 70 + .oh-my-zsh/plugins/zoxide/README.md | 17 + .oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh | 5 + .../zsh-autosuggestions.plugin.zsh | 1 + .../zsh-autosuggestions.zsh | 864 + .oh-my-zsh/plugins/zsh-interactive-cd/LICENSE | 375 + .../plugins/zsh-interactive-cd/README.md | 15 + .../plugins/zsh-interactive-cd/demo.gif | Bin 0 -> 1497944 bytes .../zsh-interactive-cd.plugin.zsh | 180 + .../.config/znt/n-aliases.conf | 33 + .../.config/znt/n-cd.conf | 68 + .../.config/znt/n-env.conf | 38 + .../.config/znt/n-functions.conf | 41 + .../.config/znt/n-history.conf | 43 + .../.config/znt/n-kill.conf | 46 + .../.config/znt/n-list.conf | 55 + .../.config/znt/n-options.conf | 34 + .../.config/znt/n-panelize.conf | 34 + .../plugins/zsh-navigation-tools/LICENSE | 700 + .../plugins/zsh-navigation-tools/Makefile | 35 + .oh-my-zsh/plugins/zsh-navigation-tools/NEWS | 17 + .../plugins/zsh-navigation-tools/README.md | 259 + .../plugins/zsh-navigation-tools/_n-kill | 41 + .../doc/generate_single_file | 35 + .../doc/img/n-history2.png | Bin 0 -> 108316 bytes .../zsh-navigation-tools/doc/install.sh | 70 + .../zsh-navigation-tools/doc/n-preview | 224 + .../zsh-navigation-tools/doc/znt-tmux.zsh | 50 + .../plugins/zsh-navigation-tools/n-aliases | 47 + .oh-my-zsh/plugins/zsh-navigation-tools/n-cd | 71 + .oh-my-zsh/plugins/zsh-navigation-tools/n-env | 47 + .../plugins/zsh-navigation-tools/n-functions | 54 + .../plugins/zsh-navigation-tools/n-help | 135 + .../plugins/zsh-navigation-tools/n-history | 371 + .../plugins/zsh-navigation-tools/n-kill | 96 + .../plugins/zsh-navigation-tools/n-list | 517 + .../plugins/zsh-navigation-tools/n-list-draw | 133 + .../plugins/zsh-navigation-tools/n-list-input | 377 + .../plugins/zsh-navigation-tools/n-options | 84 + .../plugins/zsh-navigation-tools/n-panelize | 68 + .../zsh-navigation-tools/znt-cd-widget | 8 + .../zsh-navigation-tools/znt-history-widget | 22 + .../zsh-navigation-tools/znt-kill-widget | 8 + .../zsh-navigation-tools/znt-usetty-wrapper | 40 + .../zsh-navigation-tools.plugin.zsh | 77 + .../zsh-syntax-highlighting/.revision-hash | 1 + .../plugins/zsh-syntax-highlighting/.version | 1 + .../brackets/brackets-highlighter.zsh | 107 + .../cursor/cursor-highlighter.zsh | 47 + .../highlighters/line/line-highlighter.zsh | 44 + .../highlighters/main/main-highlighter.zsh | 1847 ++ .../pattern/pattern-highlighter.zsh | 60 + .../regexp/regexp-highlighter.zsh | 62 + .../highlighters/root/root-highlighter.zsh | 44 + .../zsh-syntax-highlighting.plugin.zsh | 1 + .../zsh-syntax-highlighting.zsh | 587 + .oh-my-zsh/templates/zshrc.zsh-template | 104 + .oh-my-zsh/themes/3den.zsh-theme | 7 + .oh-my-zsh/themes/Soliah.zsh-theme | 85 + .oh-my-zsh/themes/adben.zsh-theme | 118 + .oh-my-zsh/themes/af-magic.zsh-theme | 47 + .oh-my-zsh/themes/afowler.zsh-theme | 10 + .oh-my-zsh/themes/agnoster.zsh-theme | 273 + .oh-my-zsh/themes/alanpeabody.zsh-theme | 24 + .oh-my-zsh/themes/amuse.zsh-theme | 24 + .oh-my-zsh/themes/apple.zsh-theme | 24 + .oh-my-zsh/themes/arrow.zsh-theme | 14 + .oh-my-zsh/themes/aussiegeek.zsh-theme | 8 + .oh-my-zsh/themes/avit.zsh-theme | 90 + .oh-my-zsh/themes/awesomepanda.zsh-theme | 16 + .oh-my-zsh/themes/bira.zsh-theme | 38 + .oh-my-zsh/themes/blinks.zsh-theme | 30 + .oh-my-zsh/themes/bureau.zsh-theme | 133 + .oh-my-zsh/themes/candy-kingdom.zsh-theme | 34 + .oh-my-zsh/themes/candy.zsh-theme | 7 + .oh-my-zsh/themes/clean.zsh-theme | 14 + .oh-my-zsh/themes/cloud.zsh-theme | 10 + .oh-my-zsh/themes/crcandy.zsh-theme | 8 + .oh-my-zsh/themes/crunch.zsh-theme | 39 + .oh-my-zsh/themes/cypher.zsh-theme | 4 + .oh-my-zsh/themes/dallas.zsh-theme | 27 + .oh-my-zsh/themes/darkblood.zsh-theme | 9 + .oh-my-zsh/themes/daveverwer.zsh-theme | 7 + .oh-my-zsh/themes/dieter.zsh-theme | 56 + .oh-my-zsh/themes/dogenpunk.zsh-theme | 77 + .oh-my-zsh/themes/dpoggi.zsh-theme | 14 + .oh-my-zsh/themes/dst.zsh-theme | 16 + .oh-my-zsh/themes/dstufft.zsh-theme | 19 + .oh-my-zsh/themes/duellj.zsh-theme | 7 + .oh-my-zsh/themes/eastwood.zsh-theme | 23 + .oh-my-zsh/themes/edvardm.zsh-theme | 6 + .oh-my-zsh/themes/emotty.zsh-theme | 113 + .oh-my-zsh/themes/essembeh.zsh-theme | 36 + .oh-my-zsh/themes/evan.zsh-theme | 2 + .oh-my-zsh/themes/fino-time.zsh-theme | 38 + .oh-my-zsh/themes/fino.zsh-theme | 47 + .oh-my-zsh/themes/fishy.zsh-theme | 36 + .oh-my-zsh/themes/flazz.zsh-theme | 19 + .oh-my-zsh/themes/fletcherm.zsh-theme | 12 + .oh-my-zsh/themes/fox.zsh-theme | 9 + .oh-my-zsh/themes/frisk.zsh-theme | 12 + .oh-my-zsh/themes/frontcube.zsh-theme | 13 + .oh-my-zsh/themes/funky.zsh-theme | 14 + .oh-my-zsh/themes/fwalch.zsh-theme | 6 + .oh-my-zsh/themes/gallifrey.zsh-theme | 11 + .oh-my-zsh/themes/gallois.zsh-theme | 140 + .oh-my-zsh/themes/garyblessington.zsh-theme | 6 + .oh-my-zsh/themes/gentoo.zsh-theme | 30 + .oh-my-zsh/themes/geoffgarside.zsh-theme | 5 + .oh-my-zsh/themes/gianu.zsh-theme | 6 + .oh-my-zsh/themes/gnzh.zsh-theme | 43 + .oh-my-zsh/themes/gozilla.zsh-theme | 15 + .oh-my-zsh/themes/half-life.zsh-theme | 97 + .oh-my-zsh/themes/humza.zsh-theme | 26 + .oh-my-zsh/themes/imajes.zsh-theme | 5 + .oh-my-zsh/themes/intheloop.zsh-theme | 23 + .oh-my-zsh/themes/itchy.zsh-theme | 18 + .oh-my-zsh/themes/jaischeema.zsh-theme | 12 + .oh-my-zsh/themes/jbergantine.zsh-theme | 6 + .oh-my-zsh/themes/jispwoso.zsh-theme | 10 + .oh-my-zsh/themes/jnrowe.zsh-theme | 37 + .oh-my-zsh/themes/jonathan.zsh-theme | 124 + .oh-my-zsh/themes/josh.zsh-theme | 43 + .oh-my-zsh/themes/jreese.zsh-theme | 14 + .oh-my-zsh/themes/jtriley.zsh-theme | 2 + .oh-my-zsh/themes/juanghurtado.zsh-theme | 41 + .oh-my-zsh/themes/junkfood.zsh-theme | 30 + .oh-my-zsh/themes/kafeitu.zsh-theme | 6 + .oh-my-zsh/themes/kardan.zsh-theme | 12 + .oh-my-zsh/themes/kennethreitz.zsh-theme | 15 + .oh-my-zsh/themes/kiwi.zsh-theme | 10 + .oh-my-zsh/themes/kolo.zsh-theme | 24 + .oh-my-zsh/themes/kphoen.zsh-theme | 43 + .oh-my-zsh/themes/lambda.zsh-theme | 4 + .oh-my-zsh/themes/linuxonly.zsh-theme | 58 + .oh-my-zsh/themes/lukerandall.zsh-theme | 24 + .oh-my-zsh/themes/macovsky-ruby.zsh-theme | 1 + .oh-my-zsh/themes/macovsky.zsh-theme | 12 + .oh-my-zsh/themes/maran.zsh-theme | 6 + .oh-my-zsh/themes/mgutz.zsh-theme | 6 + .oh-my-zsh/themes/mh.zsh-theme | 24 + .oh-my-zsh/themes/michelebologna.zsh-theme | 78 + .oh-my-zsh/themes/mikeh.zsh-theme | 21 + .oh-my-zsh/themes/miloshadzic.zsh-theme | 8 + .oh-my-zsh/themes/minimal.zsh-theme | 26 + .oh-my-zsh/themes/mira.zsh-theme | 23 + .oh-my-zsh/themes/mlh.zsh-theme | 105 + .oh-my-zsh/themes/mortalscumbag.zsh-theme | 71 + .oh-my-zsh/themes/mrtazz.zsh-theme | 7 + .oh-my-zsh/themes/murilasso.zsh-theme | 14 + .oh-my-zsh/themes/muse.zsh-theme | 16 + .oh-my-zsh/themes/nanotech.zsh-theme | 7 + .oh-my-zsh/themes/nebirhos.zsh-theme | 21 + .oh-my-zsh/themes/nicoulaj.zsh-theme | 43 + .oh-my-zsh/themes/norm.zsh-theme | 7 + .oh-my-zsh/themes/obraun.zsh-theme | 10 + .oh-my-zsh/themes/oldgallois.zsh-theme | 24 + .oh-my-zsh/themes/peepcode.zsh-theme | 47 + .oh-my-zsh/themes/philips.zsh-theme | 14 + .oh-my-zsh/themes/pmcgee.zsh-theme | 16 + .../themes/pygmalion-virtualenv.zsh-theme | 54 + .oh-my-zsh/themes/pygmalion.zsh-theme | 12 + .oh-my-zsh/themes/random.zsh-theme | 47 + .oh-my-zsh/themes/re5et.zsh-theme | 15 + .oh-my-zsh/themes/refined.zsh-theme | 108 + .oh-my-zsh/themes/rgm.zsh-theme | 8 + .oh-my-zsh/themes/risto.zsh-theme | 6 + .oh-my-zsh/themes/rixius.zsh-theme | 21 + .oh-my-zsh/themes/rkj-repos.zsh-theme | 35 + .oh-my-zsh/themes/rkj.zsh-theme | 9 + .oh-my-zsh/themes/robbyrussell.zsh-theme | 7 + .oh-my-zsh/themes/sammy.zsh-theme | 6 + .oh-my-zsh/themes/simonoff.zsh-theme | 99 + .oh-my-zsh/themes/simple.zsh-theme | 6 + .oh-my-zsh/themes/skaro.zsh-theme | 7 + .oh-my-zsh/themes/smt.zsh-theme | 83 + .oh-my-zsh/themes/sonicradish.zsh-theme | 37 + .oh-my-zsh/themes/sorin.zsh-theme | 42 + .oh-my-zsh/themes/sporty_256.zsh-theme | 13 + .oh-my-zsh/themes/steeef.zsh-theme | 103 + .oh-my-zsh/themes/strug.zsh-theme | 25 + .oh-my-zsh/themes/sunaku.zsh-theme | 25 + .oh-my-zsh/themes/sunrise.zsh-theme | 93 + .oh-my-zsh/themes/superjarin.zsh-theme | 18 + .oh-my-zsh/themes/suvash.zsh-theme | 21 + .oh-my-zsh/themes/takashiyoshida.zsh-theme | 27 + .oh-my-zsh/themes/terminalparty.zsh-theme | 8 + .oh-my-zsh/themes/theunraveler.zsh-theme | 16 + .oh-my-zsh/themes/tjkirch.zsh-theme | 15 + .oh-my-zsh/themes/tjkirch_mod.zsh-theme | 13 + .oh-my-zsh/themes/tonotdo.zsh-theme | 12 + .oh-my-zsh/themes/trapd00r.zsh-theme | 132 + .oh-my-zsh/themes/wedisagree.zsh-theme | 109 + .oh-my-zsh/themes/wezm+.zsh-theme | 7 + .oh-my-zsh/themes/wezm.zsh-theme | 7 + .oh-my-zsh/themes/wuffers.zsh-theme | 5 + .../themes/xiong-chiamiov-plus.zsh-theme | 6 + .oh-my-zsh/themes/xiong-chiamiov.zsh-theme | 6 + .oh-my-zsh/themes/ys.zsh-theme | 80 + .oh-my-zsh/themes/zhann.zsh-theme | 25 + .oh-my-zsh/tools/changelog.sh | 579 + .oh-my-zsh/tools/check_for_upgrade.sh | 297 + .oh-my-zsh/tools/install.sh | 556 + .oh-my-zsh/tools/require_tool.sh | 161 + .oh-my-zsh/tools/theme_chooser.sh | 98 + .oh-my-zsh/tools/uninstall.sh | 41 + .oh-my-zsh/tools/upgrade.sh | 295 + 1068 files changed, 114587 insertions(+) create mode 100644 .oh-my-zsh/.editorconfig create mode 100644 .oh-my-zsh/.github/CODEOWNERS create mode 100644 .oh-my-zsh/.github/FUNDING.yml create mode 100644 .oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report_omz.yml create mode 100644 .oh-my-zsh/.github/ISSUE_TEMPLATE/config.yml create mode 100644 .oh-my-zsh/.github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 .oh-my-zsh/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 .oh-my-zsh/.github/dependabot.yml create mode 100644 .oh-my-zsh/.github/dependencies.yml create mode 100644 .oh-my-zsh/.github/workflows/dependencies.yml create mode 100644 .oh-my-zsh/.github/workflows/dependencies/requirements.txt create mode 100644 .oh-my-zsh/.github/workflows/dependencies/updater.py create mode 100644 .oh-my-zsh/.github/workflows/installer.yml create mode 100644 .oh-my-zsh/.github/workflows/installer/.gitignore create mode 100644 .oh-my-zsh/.github/workflows/installer/.vercelignore create mode 100644 .oh-my-zsh/.github/workflows/installer/vercel.json create mode 100644 .oh-my-zsh/.github/workflows/main.yml create mode 100644 .oh-my-zsh/.github/workflows/project.yml create mode 100644 .oh-my-zsh/.gitignore create mode 100644 .oh-my-zsh/.gitpod.Dockerfile create mode 100644 .oh-my-zsh/.gitpod.yml create mode 100644 .oh-my-zsh/.prettierrc create mode 100644 .oh-my-zsh/CODE_OF_CONDUCT.md create mode 100644 .oh-my-zsh/CONTRIBUTING.md create mode 100644 .oh-my-zsh/LICENSE.txt create mode 100644 .oh-my-zsh/README.md create mode 100644 .oh-my-zsh/SECURITY.md create mode 100644 .oh-my-zsh/cache/.gitkeep create mode 100644 .oh-my-zsh/cache/.zsh-update create mode 100644 .oh-my-zsh/cache/SYS_ALL_UNITS--system create mode 100644 .oh-my-zsh/cache/SYS_REALLY_ALL_UNITS--system create mode 100644 .oh-my-zsh/cache/completions/_docker create mode 100644 .oh-my-zsh/cache/grep-alias create mode 100644 .oh-my-zsh/cache/thefuck create mode 100644 .oh-my-zsh/custom/example.zsh create mode 100644 .oh-my-zsh/custom/plugins/example/example.plugin.zsh create mode 100755 .oh-my-zsh/custom/plugins/pnpm-shell-completion/pnpm-shell-completion create mode 100644 .oh-my-zsh/custom/plugins/pnpm-shell-completion/pnpm-shell-completion.plugin.zsh create mode 100644 .oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh create mode 100644 .oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh create mode 100644 .oh-my-zsh/custom/themes/example.zsh-theme create mode 100644 .oh-my-zsh/lib/async_prompt.zsh create mode 100644 .oh-my-zsh/lib/bzr.zsh create mode 100644 .oh-my-zsh/lib/cli.zsh create mode 100644 .oh-my-zsh/lib/clipboard.zsh create mode 100644 .oh-my-zsh/lib/compfix.zsh create mode 100644 .oh-my-zsh/lib/completion.zsh create mode 100644 .oh-my-zsh/lib/correction.zsh create mode 100644 .oh-my-zsh/lib/diagnostics.zsh create mode 100644 .oh-my-zsh/lib/directories.zsh create mode 100644 .oh-my-zsh/lib/functions.zsh create mode 100644 .oh-my-zsh/lib/git.zsh create mode 100644 .oh-my-zsh/lib/grep.zsh create mode 100644 .oh-my-zsh/lib/history.zsh create mode 100644 .oh-my-zsh/lib/key-bindings.zsh create mode 100644 .oh-my-zsh/lib/misc.zsh create mode 100644 .oh-my-zsh/lib/nvm.zsh create mode 100644 .oh-my-zsh/lib/prompt_info_functions.zsh create mode 100644 .oh-my-zsh/lib/spectrum.zsh create mode 100644 .oh-my-zsh/lib/termsupport.zsh create mode 100644 .oh-my-zsh/lib/tests/cli.test.zsh create mode 100644 .oh-my-zsh/lib/theme-and-appearance.zsh create mode 100644 .oh-my-zsh/lib/vcs_info.zsh create mode 100644 .oh-my-zsh/log/.gitkeep create mode 100644 .oh-my-zsh/oh-my-zsh.sh create mode 100644 .oh-my-zsh/plugins/1password/1password.plugin.zsh create mode 100644 .oh-my-zsh/plugins/1password/README.md create mode 100644 .oh-my-zsh/plugins/1password/_opswd create mode 100644 .oh-my-zsh/plugins/1password/opswd create mode 100644 .oh-my-zsh/plugins/adb/README.md create mode 100644 .oh-my-zsh/plugins/adb/_adb create mode 100644 .oh-my-zsh/plugins/ag/README.md create mode 100644 .oh-my-zsh/plugins/ag/_ag create mode 100644 .oh-my-zsh/plugins/alias-finder/.zunit.yml create mode 100644 .oh-my-zsh/plugins/alias-finder/README.md create mode 100644 .oh-my-zsh/plugins/alias-finder/alias-finder.plugin.zsh create mode 100644 .oh-my-zsh/plugins/alias-finder/tests/_output/.gitkeep create mode 100644 .oh-my-zsh/plugins/alias-finder/tests/_support/.gitkeep create mode 100644 .oh-my-zsh/plugins/alias-finder/tests/_support/bootstrap create mode 100644 .oh-my-zsh/plugins/alias-finder/tests/test_run.sh create mode 100644 .oh-my-zsh/plugins/aliases/.gitignore create mode 100644 .oh-my-zsh/plugins/aliases/README.md create mode 100644 .oh-my-zsh/plugins/aliases/__pycache__/termcolor.cpython-311.pyc create mode 100644 .oh-my-zsh/plugins/aliases/__pycache__/termcolor.cpython-312.pyc create mode 100644 .oh-my-zsh/plugins/aliases/aliases.plugin.zsh create mode 100644 .oh-my-zsh/plugins/aliases/cheatsheet.py create mode 100644 .oh-my-zsh/plugins/aliases/termcolor.py create mode 100644 .oh-my-zsh/plugins/ansible/README.md create mode 100644 .oh-my-zsh/plugins/ansible/ansible.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ant/README.md create mode 100644 .oh-my-zsh/plugins/ant/_ant create mode 100644 .oh-my-zsh/plugins/ant/ant.plugin.zsh create mode 100644 .oh-my-zsh/plugins/apache2-macports/README.md create mode 100644 .oh-my-zsh/plugins/apache2-macports/apache2-macports.plugin.zsh create mode 100644 .oh-my-zsh/plugins/arcanist/README.md create mode 100644 .oh-my-zsh/plugins/arcanist/arcanist.plugin.zsh create mode 100644 .oh-my-zsh/plugins/archlinux/README.md create mode 100644 .oh-my-zsh/plugins/archlinux/archlinux.plugin.zsh create mode 100644 .oh-my-zsh/plugins/argocd/README.md create mode 100644 .oh-my-zsh/plugins/argocd/argocd.plugin.zsh create mode 100644 .oh-my-zsh/plugins/asdf/README.md create mode 100644 .oh-my-zsh/plugins/asdf/asdf.plugin.zsh create mode 100644 .oh-my-zsh/plugins/autoenv/README.md create mode 100644 .oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/autojump/README.md create mode 100644 .oh-my-zsh/plugins/autojump/autojump.plugin.zsh create mode 100644 .oh-my-zsh/plugins/autopep8/README.md create mode 100644 .oh-my-zsh/plugins/autopep8/_autopep8 create mode 100644 .oh-my-zsh/plugins/aws/README.md create mode 100644 .oh-my-zsh/plugins/aws/aws.plugin.zsh create mode 100644 .oh-my-zsh/plugins/azure/README.md create mode 100644 .oh-my-zsh/plugins/azure/azure.plugin.zsh create mode 100644 .oh-my-zsh/plugins/battery/README.md create mode 100644 .oh-my-zsh/plugins/battery/battery.plugin.zsh create mode 100644 .oh-my-zsh/plugins/bazel/README.md create mode 100644 .oh-my-zsh/plugins/bazel/_bazel create mode 100644 .oh-my-zsh/plugins/bazel/bazel.plugin.zsh create mode 100644 .oh-my-zsh/plugins/bbedit/README.md create mode 100644 .oh-my-zsh/plugins/bbedit/bbedit.plugin.zsh create mode 100644 .oh-my-zsh/plugins/bedtools/README.md create mode 100644 .oh-my-zsh/plugins/bedtools/_bedtools create mode 100644 .oh-my-zsh/plugins/bgnotify/README.md create mode 100644 .oh-my-zsh/plugins/bgnotify/bgnotify.plugin.zsh create mode 100644 .oh-my-zsh/plugins/bower/README.md create mode 100644 .oh-my-zsh/plugins/bower/_bower create mode 100644 .oh-my-zsh/plugins/bower/bower.plugin.zsh create mode 100644 .oh-my-zsh/plugins/branch/README.md create mode 100644 .oh-my-zsh/plugins/branch/branch.plugin.zsh create mode 100644 .oh-my-zsh/plugins/brew/README.md create mode 100644 .oh-my-zsh/plugins/brew/brew.plugin.zsh create mode 100644 .oh-my-zsh/plugins/bridgetown/README.md create mode 100644 .oh-my-zsh/plugins/bridgetown/bridgetown.plugin.zsh create mode 100644 .oh-my-zsh/plugins/bun/README.md create mode 100644 .oh-my-zsh/plugins/bun/bun.plugin.zsh create mode 100644 .oh-my-zsh/plugins/bundler/README.md create mode 100644 .oh-my-zsh/plugins/bundler/_bundler create mode 100644 .oh-my-zsh/plugins/bundler/bundler.plugin.zsh create mode 100644 .oh-my-zsh/plugins/cabal/README.md create mode 100644 .oh-my-zsh/plugins/cabal/cabal.plugin.zsh create mode 100644 .oh-my-zsh/plugins/cake/README.md create mode 100644 .oh-my-zsh/plugins/cake/cake.plugin.zsh create mode 100644 .oh-my-zsh/plugins/cakephp3/README.md create mode 100644 .oh-my-zsh/plugins/cakephp3/cakephp3.plugin.zsh create mode 100644 .oh-my-zsh/plugins/capistrano/README.md create mode 100644 .oh-my-zsh/plugins/capistrano/_capistrano create mode 100644 .oh-my-zsh/plugins/capistrano/capistrano.plugin.zsh create mode 100644 .oh-my-zsh/plugins/cask/README.md create mode 100644 .oh-my-zsh/plugins/cask/cask.plugin.zsh create mode 100644 .oh-my-zsh/plugins/catimg/README.md create mode 100644 .oh-my-zsh/plugins/catimg/catimg.plugin.zsh create mode 100644 .oh-my-zsh/plugins/catimg/catimg.sh create mode 100644 .oh-my-zsh/plugins/catimg/colors.png create mode 100644 .oh-my-zsh/plugins/celery/README.md create mode 100644 .oh-my-zsh/plugins/celery/_celery create mode 100644 .oh-my-zsh/plugins/charm/README.md create mode 100644 .oh-my-zsh/plugins/charm/charm.plugin.zsh create mode 100644 .oh-my-zsh/plugins/chruby/README.md create mode 100644 .oh-my-zsh/plugins/chruby/chruby.plugin.zsh create mode 100644 .oh-my-zsh/plugins/chucknorris/.gitignore create mode 100644 .oh-my-zsh/plugins/chucknorris/README.md create mode 100644 .oh-my-zsh/plugins/chucknorris/chucknorris.plugin.zsh create mode 100644 .oh-my-zsh/plugins/chucknorris/fortunes/chucknorris create mode 100644 .oh-my-zsh/plugins/cloudfoundry/README.md create mode 100644 .oh-my-zsh/plugins/cloudfoundry/cloudfoundry.plugin.zsh create mode 100644 .oh-my-zsh/plugins/codeclimate/README.md create mode 100644 .oh-my-zsh/plugins/codeclimate/_codeclimate create mode 100644 .oh-my-zsh/plugins/coffee/README.md create mode 100644 .oh-my-zsh/plugins/coffee/_coffee create mode 100644 .oh-my-zsh/plugins/coffee/coffee.plugin.zsh create mode 100644 .oh-my-zsh/plugins/colemak/.gitignore create mode 100644 .oh-my-zsh/plugins/colemak/README.md create mode 100644 .oh-my-zsh/plugins/colemak/colemak-less create mode 100644 .oh-my-zsh/plugins/colemak/colemak.plugin.zsh create mode 100644 .oh-my-zsh/plugins/colored-man-pages/README.md create mode 100644 .oh-my-zsh/plugins/colored-man-pages/colored-man-pages.plugin.zsh create mode 100755 .oh-my-zsh/plugins/colored-man-pages/nroff create mode 100644 .oh-my-zsh/plugins/colorize/README.md create mode 100644 .oh-my-zsh/plugins/colorize/colorize.plugin.zsh create mode 100644 .oh-my-zsh/plugins/command-not-found/README.md create mode 100644 .oh-my-zsh/plugins/command-not-found/command-not-found.plugin.zsh create mode 100644 .oh-my-zsh/plugins/common-aliases/README.md create mode 100644 .oh-my-zsh/plugins/common-aliases/common-aliases.plugin.zsh create mode 100644 .oh-my-zsh/plugins/compleat/README.md create mode 100644 .oh-my-zsh/plugins/compleat/compleat.plugin.zsh create mode 100644 .oh-my-zsh/plugins/composer/README.md create mode 100644 .oh-my-zsh/plugins/composer/composer.plugin.zsh create mode 100644 .oh-my-zsh/plugins/conda-env/README.md create mode 100644 .oh-my-zsh/plugins/conda-env/conda-env.plugin.zsh create mode 100644 .oh-my-zsh/plugins/copybuffer/README.md create mode 100644 .oh-my-zsh/plugins/copybuffer/copybuffer.plugin.zsh create mode 100644 .oh-my-zsh/plugins/copyfile/README.md create mode 100644 .oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh create mode 100644 .oh-my-zsh/plugins/copypath/README.md create mode 100644 .oh-my-zsh/plugins/copypath/copypath.plugin.zsh create mode 100644 .oh-my-zsh/plugins/cp/README.md create mode 100644 .oh-my-zsh/plugins/cp/cp.plugin.zsh create mode 100644 .oh-my-zsh/plugins/cpanm/README.md create mode 100644 .oh-my-zsh/plugins/cpanm/_cpanm create mode 100644 .oh-my-zsh/plugins/dash/README.md create mode 100644 .oh-my-zsh/plugins/dash/dash.plugin.zsh create mode 100644 .oh-my-zsh/plugins/dbt/README.md create mode 100644 .oh-my-zsh/plugins/dbt/dbt.plugin.zsh create mode 100644 .oh-my-zsh/plugins/debian/README.md create mode 100644 .oh-my-zsh/plugins/debian/debian.plugin.zsh create mode 100644 .oh-my-zsh/plugins/deno/README.md create mode 100644 .oh-my-zsh/plugins/deno/deno.plugin.zsh create mode 100644 .oh-my-zsh/plugins/dircycle/README.md create mode 100644 .oh-my-zsh/plugins/dircycle/dircycle.plugin.zsh create mode 100644 .oh-my-zsh/plugins/direnv/README.md create mode 100644 .oh-my-zsh/plugins/direnv/direnv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/dirhistory/README.md create mode 100644 .oh-my-zsh/plugins/dirhistory/dirhistory.plugin.zsh create mode 100644 .oh-my-zsh/plugins/dirpersist/README.md create mode 100644 .oh-my-zsh/plugins/dirpersist/dirpersist.plugin.zsh create mode 100644 .oh-my-zsh/plugins/dnf/README.md create mode 100644 .oh-my-zsh/plugins/dnf/dnf.plugin.zsh create mode 100644 .oh-my-zsh/plugins/dnote/README.md create mode 100644 .oh-my-zsh/plugins/dnote/_dnote create mode 100644 .oh-my-zsh/plugins/docker-compose/README.md create mode 100644 .oh-my-zsh/plugins/docker-compose/_docker-compose create mode 100644 .oh-my-zsh/plugins/docker-compose/docker-compose.plugin.zsh create mode 100644 .oh-my-zsh/plugins/docker-machine/README.md create mode 100644 .oh-my-zsh/plugins/docker-machine/_docker-machine create mode 100644 .oh-my-zsh/plugins/docker-machine/docker-machine.plugin.zsh create mode 100644 .oh-my-zsh/plugins/docker/README.md create mode 100644 .oh-my-zsh/plugins/docker/completions/_docker create mode 100644 .oh-my-zsh/plugins/docker/docker.plugin.zsh create mode 100644 .oh-my-zsh/plugins/doctl/README.md create mode 100644 .oh-my-zsh/plugins/doctl/doctl.plugin.zsh create mode 100644 .oh-my-zsh/plugins/dotenv/README.md create mode 100644 .oh-my-zsh/plugins/dotenv/dotenv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/dotnet/README.md create mode 100644 .oh-my-zsh/plugins/dotnet/dotnet.plugin.zsh create mode 100644 .oh-my-zsh/plugins/droplr/README.md create mode 100644 .oh-my-zsh/plugins/droplr/droplr.plugin.zsh create mode 100644 .oh-my-zsh/plugins/drush/README.md create mode 100644 .oh-my-zsh/plugins/drush/drush.complete.sh create mode 100644 .oh-my-zsh/plugins/drush/drush.plugin.zsh create mode 100644 .oh-my-zsh/plugins/eecms/README.md create mode 100644 .oh-my-zsh/plugins/eecms/eecms.plugin.zsh create mode 100644 .oh-my-zsh/plugins/emacs/README.md create mode 100644 .oh-my-zsh/plugins/emacs/emacs.plugin.zsh create mode 100755 .oh-my-zsh/plugins/emacs/emacsclient.sh create mode 100644 .oh-my-zsh/plugins/ember-cli/README.md create mode 100644 .oh-my-zsh/plugins/ember-cli/_ember-cli create mode 100644 .oh-my-zsh/plugins/ember-cli/ember-cli.plugin.zsh create mode 100644 .oh-my-zsh/plugins/emoji-clock/README.md create mode 100644 .oh-my-zsh/plugins/emoji-clock/emoji-clock.plugin.zsh create mode 100644 .oh-my-zsh/plugins/emoji/README.md create mode 100644 .oh-my-zsh/plugins/emoji/emoji-char-definitions.zsh create mode 100644 .oh-my-zsh/plugins/emoji/emoji-data.txt create mode 100644 .oh-my-zsh/plugins/emoji/emoji.plugin.zsh create mode 100644 .oh-my-zsh/plugins/emoji/gemoji_db.json create mode 100644 .oh-my-zsh/plugins/emoji/update_emoji.py create mode 100644 .oh-my-zsh/plugins/emotty/README.md create mode 100644 .oh-my-zsh/plugins/emotty/emotty.plugin.zsh create mode 100644 .oh-my-zsh/plugins/emotty/emotty_emoji_set.zsh create mode 100644 .oh-my-zsh/plugins/emotty/emotty_floral_set.zsh create mode 100644 .oh-my-zsh/plugins/emotty/emotty_love_set.zsh create mode 100644 .oh-my-zsh/plugins/emotty/emotty_nature_set.zsh create mode 100644 .oh-my-zsh/plugins/emotty/emotty_stellar_set.zsh create mode 100644 .oh-my-zsh/plugins/emotty/emotty_zodiac_set.zsh create mode 100644 .oh-my-zsh/plugins/encode64/README.md create mode 100644 .oh-my-zsh/plugins/encode64/encode64.plugin.zsh create mode 100644 .oh-my-zsh/plugins/extract/README.md create mode 100644 .oh-my-zsh/plugins/extract/_extract create mode 100644 .oh-my-zsh/plugins/extract/extract.plugin.zsh create mode 100644 .oh-my-zsh/plugins/eza/README.md create mode 100644 .oh-my-zsh/plugins/eza/eza.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fabric/README.md create mode 100644 .oh-my-zsh/plugins/fabric/_fab create mode 100644 .oh-my-zsh/plugins/fabric/fabric.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fancy-ctrl-z/README.md create mode 100644 .oh-my-zsh/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fasd/README.md create mode 100644 .oh-my-zsh/plugins/fasd/fasd.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fastfile/README.md create mode 100644 .oh-my-zsh/plugins/fastfile/fastfile.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fbterm/README.md create mode 100644 .oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fd/README.md create mode 100644 .oh-my-zsh/plugins/fd/_fd create mode 100644 .oh-my-zsh/plugins/fig/README.md create mode 100644 .oh-my-zsh/plugins/fig/fig.plugin.zsh create mode 100644 .oh-my-zsh/plugins/firewalld/README.md create mode 100644 .oh-my-zsh/plugins/firewalld/firewalld.plugin.zsh create mode 100644 .oh-my-zsh/plugins/flutter/README.md create mode 100644 .oh-my-zsh/plugins/flutter/flutter.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fluxcd/README.md create mode 100644 .oh-my-zsh/plugins/fluxcd/fluxcd.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fnm/README.md create mode 100644 .oh-my-zsh/plugins/fnm/fnm.plugin.zsh create mode 100644 .oh-my-zsh/plugins/forklift/README.md create mode 100644 .oh-my-zsh/plugins/forklift/forklift.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fossil/README.md create mode 100644 .oh-my-zsh/plugins/fossil/_fossil create mode 100644 .oh-my-zsh/plugins/fossil/fossil.plugin.zsh create mode 100644 .oh-my-zsh/plugins/frontend-search/README.md create mode 100644 .oh-my-zsh/plugins/frontend-search/_frontend create mode 100644 .oh-my-zsh/plugins/frontend-search/frontend-search.plugin.zsh create mode 100644 .oh-my-zsh/plugins/fzf/README.md create mode 100644 .oh-my-zsh/plugins/fzf/fzf.plugin.zsh create mode 100644 .oh-my-zsh/plugins/gas/README.md create mode 100644 .oh-my-zsh/plugins/gas/_gas create mode 100644 .oh-my-zsh/plugins/gatsby/README.md create mode 100644 .oh-my-zsh/plugins/gatsby/_gatsby create mode 100644 .oh-my-zsh/plugins/gcloud/README.md create mode 100644 .oh-my-zsh/plugins/gcloud/gcloud.plugin.zsh create mode 100644 .oh-my-zsh/plugins/geeknote/README.md create mode 100644 .oh-my-zsh/plugins/geeknote/_geeknote create mode 100644 .oh-my-zsh/plugins/geeknote/geeknote.plugin.zsh create mode 100644 .oh-my-zsh/plugins/gem/README.md create mode 100644 .oh-my-zsh/plugins/gem/_gem create mode 100644 .oh-my-zsh/plugins/gem/gem.plugin.zsh create mode 100644 .oh-my-zsh/plugins/genpass/README.md create mode 100755 .oh-my-zsh/plugins/genpass/genpass-apple create mode 100755 .oh-my-zsh/plugins/genpass/genpass-monkey create mode 100755 .oh-my-zsh/plugins/genpass/genpass-xkcd create mode 100644 .oh-my-zsh/plugins/genpass/genpass.plugin.zsh create mode 100644 .oh-my-zsh/plugins/gh/README.md create mode 100644 .oh-my-zsh/plugins/gh/gh.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-auto-fetch/README.md create mode 100644 .oh-my-zsh/plugins/git-auto-fetch/git-auto-fetch.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-commit/README.md create mode 100644 .oh-my-zsh/plugins/git-commit/git-commit.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-escape-magic/README.md create mode 100644 .oh-my-zsh/plugins/git-escape-magic/git-escape-magic create mode 100644 .oh-my-zsh/plugins/git-escape-magic/git-escape-magic.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-extras/README.md create mode 100644 .oh-my-zsh/plugins/git-extras/git-extras.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-flow-avh/README.md create mode 100644 .oh-my-zsh/plugins/git-flow-avh/git-flow-avh.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-flow/README.md create mode 100644 .oh-my-zsh/plugins/git-flow/_git-flow create mode 100644 .oh-my-zsh/plugins/git-flow/git-flow.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-hubflow/README.md create mode 100644 .oh-my-zsh/plugins/git-hubflow/git-hubflow.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-lfs/README.md create mode 100644 .oh-my-zsh/plugins/git-lfs/git-lfs.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-prompt/README.md create mode 100644 .oh-my-zsh/plugins/git-prompt/git-prompt.plugin.zsh create mode 100644 .oh-my-zsh/plugins/git-prompt/gitstatus.py create mode 100644 .oh-my-zsh/plugins/git/README.md create mode 100644 .oh-my-zsh/plugins/git/git.plugin.zsh create mode 100644 .oh-my-zsh/plugins/gitfast/README.md create mode 100644 .oh-my-zsh/plugins/gitfast/_git create mode 100644 .oh-my-zsh/plugins/gitfast/git-completion.bash create mode 100644 .oh-my-zsh/plugins/gitfast/git-prompt.sh create mode 100644 .oh-my-zsh/plugins/gitfast/gitfast.plugin.zsh create mode 100644 .oh-my-zsh/plugins/github/README.md create mode 100644 .oh-my-zsh/plugins/github/_hub create mode 100644 .oh-my-zsh/plugins/github/github.plugin.zsh create mode 100644 .oh-my-zsh/plugins/gitignore/README.md create mode 100644 .oh-my-zsh/plugins/gitignore/gitignore.plugin.zsh create mode 100644 .oh-my-zsh/plugins/glassfish/README.md create mode 100644 .oh-my-zsh/plugins/glassfish/_asadmin create mode 100644 .oh-my-zsh/plugins/glassfish/glassfish.plugin.zsh create mode 100644 .oh-my-zsh/plugins/globalias/README.md create mode 100644 .oh-my-zsh/plugins/globalias/globalias.plugin.zsh create mode 100644 .oh-my-zsh/plugins/gnu-utils/README.md create mode 100644 .oh-my-zsh/plugins/gnu-utils/gnu-utils.plugin.zsh create mode 100644 .oh-my-zsh/plugins/golang/README.md create mode 100644 .oh-my-zsh/plugins/golang/_golang create mode 100644 .oh-my-zsh/plugins/golang/golang.plugin.zsh create mode 100644 .oh-my-zsh/plugins/golang/templates/package.txt create mode 100644 .oh-my-zsh/plugins/golang/templates/search.txt create mode 100644 .oh-my-zsh/plugins/gpg-agent/README.md create mode 100644 .oh-my-zsh/plugins/gpg-agent/gpg-agent.plugin.zsh create mode 100644 .oh-my-zsh/plugins/gradle/LICENSE create mode 100644 .oh-my-zsh/plugins/gradle/README.md create mode 100644 .oh-my-zsh/plugins/gradle/_gradle create mode 100644 .oh-my-zsh/plugins/gradle/gradle.plugin.zsh create mode 100644 .oh-my-zsh/plugins/grails/README.md create mode 100644 .oh-my-zsh/plugins/grails/grails.plugin.zsh create mode 100644 .oh-my-zsh/plugins/grc/README.md create mode 100644 .oh-my-zsh/plugins/grc/grc.plugin.zsh create mode 100644 .oh-my-zsh/plugins/grunt/README.md create mode 100644 .oh-my-zsh/plugins/grunt/grunt.plugin.zsh create mode 100644 .oh-my-zsh/plugins/gulp/README.md create mode 100644 .oh-my-zsh/plugins/gulp/gulp.plugin.zsh create mode 100644 .oh-my-zsh/plugins/hanami/README.md create mode 100644 .oh-my-zsh/plugins/hanami/hanami.plugin.zsh create mode 100644 .oh-my-zsh/plugins/hasura/README.md create mode 100644 .oh-my-zsh/plugins/hasura/hasura.plugin.zsh create mode 100644 .oh-my-zsh/plugins/helm/README.md create mode 100644 .oh-my-zsh/plugins/helm/helm.plugin.zsh create mode 100644 .oh-my-zsh/plugins/heroku-alias/README.md create mode 100644 .oh-my-zsh/plugins/heroku-alias/heroku.alias.sh create mode 100644 .oh-my-zsh/plugins/heroku/README.md create mode 100644 .oh-my-zsh/plugins/heroku/heroku.plugin.zsh create mode 100644 .oh-my-zsh/plugins/history-substring-search/README.md create mode 100644 .oh-my-zsh/plugins/history-substring-search/dependencies/OMZ-README.md create mode 100644 .oh-my-zsh/plugins/history-substring-search/history-substring-search.plugin.zsh create mode 100644 .oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh create mode 100644 .oh-my-zsh/plugins/history/README.md create mode 100644 .oh-my-zsh/plugins/history/history.plugin.zsh create mode 100644 .oh-my-zsh/plugins/hitchhiker/.gitignore create mode 100644 .oh-my-zsh/plugins/hitchhiker/README.md create mode 100644 .oh-my-zsh/plugins/hitchhiker/fortunes/hitchhiker create mode 100644 .oh-my-zsh/plugins/hitchhiker/hitchhiker.plugin.zsh create mode 100644 .oh-my-zsh/plugins/hitokoto/README.md create mode 100644 .oh-my-zsh/plugins/hitokoto/hitokoto.plugin.zsh create mode 100644 .oh-my-zsh/plugins/homestead/README.md create mode 100644 .oh-my-zsh/plugins/homestead/homestead.plugin.zsh create mode 100644 .oh-my-zsh/plugins/httpie/README.md create mode 100644 .oh-my-zsh/plugins/httpie/_httpie create mode 100644 .oh-my-zsh/plugins/invoke/README.md create mode 100644 .oh-my-zsh/plugins/invoke/invoke.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ionic/README.md create mode 100644 .oh-my-zsh/plugins/ionic/ionic.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ipfs/LICENSE create mode 100644 .oh-my-zsh/plugins/ipfs/README.md create mode 100644 .oh-my-zsh/plugins/ipfs/_ipfs create mode 100644 .oh-my-zsh/plugins/isodate/README.md create mode 100644 .oh-my-zsh/plugins/isodate/isodate.plugin.zsh create mode 100644 .oh-my-zsh/plugins/istioctl/README.md create mode 100644 .oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh create mode 100644 .oh-my-zsh/plugins/iterm2/README.md create mode 100644 .oh-my-zsh/plugins/iterm2/iterm2.plugin.zsh create mode 100644 .oh-my-zsh/plugins/iterm2/iterm2_shell_integration.zsh create mode 100755 .oh-my-zsh/plugins/iterm2/update create mode 100644 .oh-my-zsh/plugins/jake-node/README.md create mode 100644 .oh-my-zsh/plugins/jake-node/jake-node.plugin.zsh create mode 100644 .oh-my-zsh/plugins/jenv/README.md create mode 100644 .oh-my-zsh/plugins/jenv/jenv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/jfrog/README.md create mode 100644 .oh-my-zsh/plugins/jfrog/jfrog.plugin.zsh create mode 100644 .oh-my-zsh/plugins/jhbuild/README.md create mode 100644 .oh-my-zsh/plugins/jhbuild/jhbuild.plugin.zsh create mode 100644 .oh-my-zsh/plugins/jira/README.md create mode 100644 .oh-my-zsh/plugins/jira/_jira create mode 100644 .oh-my-zsh/plugins/jira/jira.plugin.zsh create mode 100644 .oh-my-zsh/plugins/jruby/README.md create mode 100644 .oh-my-zsh/plugins/jruby/jruby.plugin.zsh create mode 100644 .oh-my-zsh/plugins/jsontools/README.md create mode 100644 .oh-my-zsh/plugins/jsontools/jsontools.plugin.zsh create mode 100644 .oh-my-zsh/plugins/juju/README.md create mode 100644 .oh-my-zsh/plugins/juju/juju.plugin.zsh create mode 100644 .oh-my-zsh/plugins/jump/README.md create mode 100644 .oh-my-zsh/plugins/jump/jump.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kate/README.md create mode 100644 .oh-my-zsh/plugins/kate/kate.plugin.zsh create mode 100644 .oh-my-zsh/plugins/keychain/README.md create mode 100644 .oh-my-zsh/plugins/keychain/keychain.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kind/README.md create mode 100644 .oh-my-zsh/plugins/kind/kind.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kitchen/README.md create mode 100644 .oh-my-zsh/plugins/kitchen/_kitchen create mode 100644 .oh-my-zsh/plugins/kitty/README.md create mode 100644 .oh-my-zsh/plugins/kitty/kitty.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kn/README.md create mode 100644 .oh-my-zsh/plugins/kn/kn.plugin.zsh create mode 100644 .oh-my-zsh/plugins/knife/README.md create mode 100644 .oh-my-zsh/plugins/knife/_knife create mode 100644 .oh-my-zsh/plugins/knife_ssh/README.md create mode 100644 .oh-my-zsh/plugins/knife_ssh/knife_ssh.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kops/README.md create mode 100644 .oh-my-zsh/plugins/kops/kops.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kube-ps1/README.md create mode 100644 .oh-my-zsh/plugins/kube-ps1/kube-ps1.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kubectl/README.md create mode 100644 .oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kubectx/README.md create mode 100644 .oh-my-zsh/plugins/kubectx/kubectx.plugin.zsh create mode 100644 .oh-my-zsh/plugins/kubectx/prod.png create mode 100644 .oh-my-zsh/plugins/kubectx/stage.png create mode 100644 .oh-my-zsh/plugins/lando/LICENSE create mode 100644 .oh-my-zsh/plugins/lando/README.md create mode 100644 .oh-my-zsh/plugins/lando/lando.plugin.zsh create mode 100644 .oh-my-zsh/plugins/laravel/README.md create mode 100644 .oh-my-zsh/plugins/laravel/_artisan create mode 100644 .oh-my-zsh/plugins/laravel/laravel.plugin.zsh create mode 100644 .oh-my-zsh/plugins/laravel4/README.md create mode 100644 .oh-my-zsh/plugins/laravel4/laravel4.plugin.zsh create mode 100644 .oh-my-zsh/plugins/laravel5/README.md create mode 100644 .oh-my-zsh/plugins/laravel5/laravel5.plugin.zsh create mode 100644 .oh-my-zsh/plugins/last-working-dir/README.md create mode 100644 .oh-my-zsh/plugins/last-working-dir/last-working-dir.plugin.zsh create mode 100644 .oh-my-zsh/plugins/lein/README.md create mode 100644 .oh-my-zsh/plugins/lein/_lein create mode 100644 .oh-my-zsh/plugins/lighthouse/README.md create mode 100644 .oh-my-zsh/plugins/lighthouse/lighthouse.plugin.zsh create mode 100644 .oh-my-zsh/plugins/lol/README.md create mode 100644 .oh-my-zsh/plugins/lol/lol.plugin.zsh create mode 100644 .oh-my-zsh/plugins/lpass/README.md create mode 100644 .oh-my-zsh/plugins/lpass/_lpass create mode 100644 .oh-my-zsh/plugins/lxd/README.md create mode 100644 .oh-my-zsh/plugins/lxd/lxd.plugin.zsh create mode 100644 .oh-my-zsh/plugins/macos/README.md create mode 100644 .oh-my-zsh/plugins/macos/_security create mode 100644 .oh-my-zsh/plugins/macos/macos.plugin.zsh create mode 100644 .oh-my-zsh/plugins/macos/music create mode 100644 .oh-my-zsh/plugins/macos/spotify create mode 100644 .oh-my-zsh/plugins/macports/README.md create mode 100644 .oh-my-zsh/plugins/macports/_port create mode 100644 .oh-my-zsh/plugins/macports/macports.plugin.zsh create mode 100644 .oh-my-zsh/plugins/magic-enter/README.md create mode 100644 .oh-my-zsh/plugins/magic-enter/magic-enter.plugin.zsh create mode 100644 .oh-my-zsh/plugins/man/README.md create mode 100644 .oh-my-zsh/plugins/man/man.plugin.zsh create mode 100644 .oh-my-zsh/plugins/marked2/README.md create mode 100644 .oh-my-zsh/plugins/marked2/marked2.plugin.zsh create mode 100644 .oh-my-zsh/plugins/marktext/README.md create mode 100644 .oh-my-zsh/plugins/marktext/marktext.plugin.zsh create mode 100644 .oh-my-zsh/plugins/mercurial/README.md create mode 100644 .oh-my-zsh/plugins/mercurial/mercurial.plugin.zsh create mode 100644 .oh-my-zsh/plugins/meteor/README.md create mode 100644 .oh-my-zsh/plugins/meteor/_meteor create mode 100644 .oh-my-zsh/plugins/meteor/meteor.plugin.zsh create mode 100644 .oh-my-zsh/plugins/microk8s/README.md create mode 100644 .oh-my-zsh/plugins/microk8s/microk8s.plugin.zsh create mode 100644 .oh-my-zsh/plugins/minikube/README.md create mode 100644 .oh-my-zsh/plugins/minikube/minikube.plugin.zsh create mode 100644 .oh-my-zsh/plugins/mise/README.md create mode 100644 .oh-my-zsh/plugins/mise/mise.plugin.zsh create mode 100644 .oh-my-zsh/plugins/mix-fast/README.md create mode 100644 .oh-my-zsh/plugins/mix-fast/mix-fast.plugin.zsh create mode 100644 .oh-my-zsh/plugins/mix/README.md create mode 100644 .oh-my-zsh/plugins/mix/_mix create mode 100644 .oh-my-zsh/plugins/mongo-atlas/README.md create mode 100644 .oh-my-zsh/plugins/mongo-atlas/mongo-atlas.plugin.zsh create mode 100644 .oh-my-zsh/plugins/mongocli/README.md create mode 100644 .oh-my-zsh/plugins/mongocli/mongocli.plugin.zsh create mode 100644 .oh-my-zsh/plugins/mosh/README.md create mode 100644 .oh-my-zsh/plugins/mosh/mosh.plugin.zsh create mode 100644 .oh-my-zsh/plugins/multipass/README.md create mode 100644 .oh-my-zsh/plugins/multipass/_multipass create mode 100644 .oh-my-zsh/plugins/multipass/multipass.plugin.zsh create mode 100644 .oh-my-zsh/plugins/mvn/README.md create mode 100644 .oh-my-zsh/plugins/mvn/mvn.plugin.zsh create mode 100644 .oh-my-zsh/plugins/mysql-macports/README.md create mode 100644 .oh-my-zsh/plugins/mysql-macports/mysql-macports.plugin.zsh create mode 100644 .oh-my-zsh/plugins/n98-magerun/README.md create mode 100644 .oh-my-zsh/plugins/n98-magerun/n98-magerun.plugin.zsh create mode 100644 .oh-my-zsh/plugins/nanoc/README.md create mode 100644 .oh-my-zsh/plugins/nanoc/_nanoc create mode 100644 .oh-my-zsh/plugins/nanoc/nanoc.plugin.zsh create mode 100644 .oh-my-zsh/plugins/nats/README.md create mode 100644 .oh-my-zsh/plugins/nats/nats.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ng/README.md create mode 100644 .oh-my-zsh/plugins/ng/_ng create mode 100644 .oh-my-zsh/plugins/nmap/README.md create mode 100644 .oh-my-zsh/plugins/nmap/nmap.plugin.zsh create mode 100644 .oh-my-zsh/plugins/node/README.md create mode 100644 .oh-my-zsh/plugins/node/node.plugin.zsh create mode 100644 .oh-my-zsh/plugins/nodenv/README.md create mode 100644 .oh-my-zsh/plugins/nodenv/nodenv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/nomad/README.md create mode 100644 .oh-my-zsh/plugins/nomad/_nomad create mode 100644 .oh-my-zsh/plugins/npm/README.md create mode 100644 .oh-my-zsh/plugins/npm/npm.plugin.zsh create mode 100644 .oh-my-zsh/plugins/nvm/README.md create mode 100644 .oh-my-zsh/plugins/nvm/nvm.plugin.zsh create mode 100644 .oh-my-zsh/plugins/oc/README.md create mode 100644 .oh-my-zsh/plugins/oc/oc.plugin.zsh create mode 100644 .oh-my-zsh/plugins/octozen/README.md create mode 100644 .oh-my-zsh/plugins/octozen/octozen.plugin.zsh create mode 100644 .oh-my-zsh/plugins/opentofu/README.md create mode 100644 .oh-my-zsh/plugins/opentofu/opentofu.plugin.zsh create mode 100644 .oh-my-zsh/plugins/operator-sdk/README.md create mode 100644 .oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh create mode 100644 .oh-my-zsh/plugins/otp/README.md create mode 100644 .oh-my-zsh/plugins/otp/otp.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pass/README.md create mode 100644 .oh-my-zsh/plugins/pass/_pass create mode 100644 .oh-my-zsh/plugins/paver/README.md create mode 100644 .oh-my-zsh/plugins/paver/paver.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pep8/README.md create mode 100644 .oh-my-zsh/plugins/pep8/_pep8 create mode 100644 .oh-my-zsh/plugins/per-directory-history/README.md create mode 120000 .oh-my-zsh/plugins/per-directory-history/per-directory-history.plugin.zsh create mode 100644 .oh-my-zsh/plugins/per-directory-history/per-directory-history.zsh create mode 100644 .oh-my-zsh/plugins/percol/README.md create mode 100644 .oh-my-zsh/plugins/percol/percol.plugin.zsh create mode 100644 .oh-my-zsh/plugins/perl/README.md create mode 100644 .oh-my-zsh/plugins/perl/perl.plugin.zsh create mode 100644 .oh-my-zsh/plugins/perms/README.md create mode 100644 .oh-my-zsh/plugins/perms/perms.plugin.zsh create mode 100644 .oh-my-zsh/plugins/phing/README.md create mode 100644 .oh-my-zsh/plugins/phing/phing.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pip/README.md create mode 100644 .oh-my-zsh/plugins/pip/_pip create mode 100644 .oh-my-zsh/plugins/pip/pip.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pipenv/README.md create mode 100644 .oh-my-zsh/plugins/pipenv/pipenv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pj/README.md create mode 100644 .oh-my-zsh/plugins/pj/pj.plugin.zsh create mode 100644 .oh-my-zsh/plugins/please/README.md create mode 100644 .oh-my-zsh/plugins/please/please.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pm2/README.md create mode 100644 .oh-my-zsh/plugins/pm2/_pm2 create mode 100644 .oh-my-zsh/plugins/pm2/pm2.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pnpm-shell-completion/pnpm-shell-completion.zsh create mode 100644 .oh-my-zsh/plugins/pod/README.md create mode 100644 .oh-my-zsh/plugins/pod/_pod create mode 100644 .oh-my-zsh/plugins/podman/README.md create mode 100644 .oh-my-zsh/plugins/podman/podman.plugin.zsh create mode 100644 .oh-my-zsh/plugins/poetry-env/README.md create mode 100644 .oh-my-zsh/plugins/poetry-env/poetry-env.plugin.zsh create mode 100644 .oh-my-zsh/plugins/poetry/README.md create mode 100644 .oh-my-zsh/plugins/poetry/poetry.plugin.zsh create mode 100644 .oh-my-zsh/plugins/postgres/README.md create mode 100644 .oh-my-zsh/plugins/postgres/postgres.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pow/README.md create mode 100644 .oh-my-zsh/plugins/pow/pow.plugin.zsh create mode 100644 .oh-my-zsh/plugins/powder/README.md create mode 100644 .oh-my-zsh/plugins/powder/_powder create mode 100644 .oh-my-zsh/plugins/powify/README.md create mode 100644 .oh-my-zsh/plugins/powify/_powify create mode 100644 .oh-my-zsh/plugins/pre-commit/README.md create mode 100644 .oh-my-zsh/plugins/pre-commit/pre-commit.plugin.zsh create mode 100644 .oh-my-zsh/plugins/procs/README.md create mode 100644 .oh-my-zsh/plugins/procs/procs.plugin.zsh create mode 100644 .oh-my-zsh/plugins/profiles/README.md create mode 100644 .oh-my-zsh/plugins/profiles/profiles.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pyenv/README.md create mode 100644 .oh-my-zsh/plugins/pyenv/pyenv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/pylint/README.md create mode 100644 .oh-my-zsh/plugins/pylint/_pylint create mode 100644 .oh-my-zsh/plugins/pylint/pylint.plugin.zsh create mode 100644 .oh-my-zsh/plugins/python/README.md create mode 100644 .oh-my-zsh/plugins/python/python.plugin.zsh create mode 100644 .oh-my-zsh/plugins/qodana/README.md create mode 100644 .oh-my-zsh/plugins/qodana/qodana.plugin.zsh create mode 100644 .oh-my-zsh/plugins/qrcode/README.md create mode 100644 .oh-my-zsh/plugins/qrcode/qrcode.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rails/README.md create mode 100644 .oh-my-zsh/plugins/rails/_rails create mode 100644 .oh-my-zsh/plugins/rails/rails.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rake-fast/README.md create mode 100644 .oh-my-zsh/plugins/rake-fast/rake-fast.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rake/README.md create mode 100644 .oh-my-zsh/plugins/rake/rake.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rand-quote/README.md create mode 100644 .oh-my-zsh/plugins/rand-quote/rand-quote.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rbenv/README.md create mode 100644 .oh-my-zsh/plugins/rbenv/rbenv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rbfu/README.md create mode 100644 .oh-my-zsh/plugins/rbfu/rbfu.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rbw/README.md create mode 100644 .oh-my-zsh/plugins/rbw/rbw.plugin.zsh create mode 100644 .oh-my-zsh/plugins/react-native/README.md create mode 100644 .oh-my-zsh/plugins/react-native/_react-native create mode 100644 .oh-my-zsh/plugins/react-native/react-native.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rebar/README.md create mode 100644 .oh-my-zsh/plugins/rebar/_rebar create mode 100644 .oh-my-zsh/plugins/redis-cli/README.md create mode 100644 .oh-my-zsh/plugins/redis-cli/_redis-cli create mode 100644 .oh-my-zsh/plugins/repo/README.md create mode 100644 .oh-my-zsh/plugins/repo/_repo create mode 100644 .oh-my-zsh/plugins/repo/repo.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ripgrep/README.md create mode 100644 .oh-my-zsh/plugins/ripgrep/_ripgrep create mode 100644 .oh-my-zsh/plugins/ros/README.md create mode 100644 .oh-my-zsh/plugins/ros/_ros create mode 100644 .oh-my-zsh/plugins/rsync/README.md create mode 100644 .oh-my-zsh/plugins/rsync/rsync.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ruby/README.md create mode 100644 .oh-my-zsh/plugins/ruby/ruby.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rust/README.md create mode 100644 .oh-my-zsh/plugins/rust/_rustc create mode 100644 .oh-my-zsh/plugins/rust/rust.plugin.zsh create mode 100644 .oh-my-zsh/plugins/rvm/README.md create mode 100644 .oh-my-zsh/plugins/rvm/rvm.plugin.zsh create mode 100644 .oh-my-zsh/plugins/safe-paste/README.md create mode 100644 .oh-my-zsh/plugins/safe-paste/safe-paste.plugin.zsh create mode 100644 .oh-my-zsh/plugins/salt/README.md create mode 100644 .oh-my-zsh/plugins/salt/_salt create mode 100644 .oh-my-zsh/plugins/samtools/README.md create mode 100644 .oh-my-zsh/plugins/samtools/_samtools create mode 100644 .oh-my-zsh/plugins/sbt/README.md create mode 100644 .oh-my-zsh/plugins/sbt/_sbt create mode 100644 .oh-my-zsh/plugins/sbt/sbt.plugin.zsh create mode 100644 .oh-my-zsh/plugins/scala/README.md create mode 100644 .oh-my-zsh/plugins/scala/_scala create mode 100644 .oh-my-zsh/plugins/scd/README.md create mode 100644 .oh-my-zsh/plugins/scd/_scd create mode 100755 .oh-my-zsh/plugins/scd/scd create mode 100644 .oh-my-zsh/plugins/scd/scd.plugin.zsh create mode 100644 .oh-my-zsh/plugins/screen/README.md create mode 100644 .oh-my-zsh/plugins/screen/screen.plugin.zsh create mode 100644 .oh-my-zsh/plugins/scw/README.md create mode 100644 .oh-my-zsh/plugins/scw/_scw create mode 100644 .oh-my-zsh/plugins/sdk/README.md create mode 100644 .oh-my-zsh/plugins/sdk/sdk.plugin.zsh create mode 100644 .oh-my-zsh/plugins/sfdx/README.md create mode 100644 .oh-my-zsh/plugins/sfdx/_sfdx create mode 100644 .oh-my-zsh/plugins/sfffe/README.md create mode 100644 .oh-my-zsh/plugins/sfffe/sfffe.plugin.zsh create mode 100644 .oh-my-zsh/plugins/shell-proxy/.editorconfig create mode 100644 .oh-my-zsh/plugins/shell-proxy/README.md create mode 100755 .oh-my-zsh/plugins/shell-proxy/proxy.py create mode 100644 .oh-my-zsh/plugins/shell-proxy/shell-proxy.plugin.zsh create mode 100755 .oh-my-zsh/plugins/shell-proxy/ssh-agent.py create mode 100755 .oh-my-zsh/plugins/shell-proxy/ssh-proxy.py create mode 100644 .oh-my-zsh/plugins/shrink-path/README.md create mode 100644 .oh-my-zsh/plugins/shrink-path/shrink-path.plugin.zsh create mode 100644 .oh-my-zsh/plugins/sigstore/README.md create mode 100644 .oh-my-zsh/plugins/sigstore/sigstore.plugin.zsh create mode 100644 .oh-my-zsh/plugins/singlechar/README.md create mode 100644 .oh-my-zsh/plugins/singlechar/singlechar.plugin.zsh create mode 100644 .oh-my-zsh/plugins/skaffold/README.md create mode 100644 .oh-my-zsh/plugins/skaffold/skaffold.plugin.zsh create mode 100644 .oh-my-zsh/plugins/snap/README.md create mode 100644 .oh-my-zsh/plugins/snap/snap.plugin.zsh create mode 100644 .oh-my-zsh/plugins/spring/README.md create mode 100644 .oh-my-zsh/plugins/spring/_spring create mode 100644 .oh-my-zsh/plugins/sprunge/README.md create mode 100644 .oh-my-zsh/plugins/sprunge/sprunge.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ssh-agent/README.md create mode 100644 .oh-my-zsh/plugins/ssh-agent/ssh-agent.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ssh/ssh.plugin.zsh create mode 100644 .oh-my-zsh/plugins/stack/README.md create mode 100644 .oh-my-zsh/plugins/stack/stack.plugin.zsh create mode 100644 .oh-my-zsh/plugins/starship/README.md create mode 100644 .oh-my-zsh/plugins/starship/starship.plugin.zsh create mode 100644 .oh-my-zsh/plugins/stripe/README.md create mode 100644 .oh-my-zsh/plugins/stripe/stripe.plugin.zsh create mode 100644 .oh-my-zsh/plugins/sublime-merge/README.md create mode 100644 .oh-my-zsh/plugins/sublime-merge/sublime-merge.plugin.zsh create mode 100644 .oh-my-zsh/plugins/sublime/README.md create mode 100644 .oh-my-zsh/plugins/sublime/sublime.plugin.zsh create mode 100644 .oh-my-zsh/plugins/sudo/README.md create mode 100644 .oh-my-zsh/plugins/sudo/sudo.plugin.zsh create mode 100644 .oh-my-zsh/plugins/supervisor/README.md create mode 100644 .oh-my-zsh/plugins/supervisor/_supervisorctl create mode 100644 .oh-my-zsh/plugins/supervisor/_supervisord create mode 100644 .oh-my-zsh/plugins/supervisor/supervisor.plugin.zsh create mode 100644 .oh-my-zsh/plugins/suse/README.md create mode 100644 .oh-my-zsh/plugins/suse/suse.plugin.zsh create mode 100644 .oh-my-zsh/plugins/svcat/README.md create mode 100644 .oh-my-zsh/plugins/svcat/svcat.plugin.zsh create mode 100644 .oh-my-zsh/plugins/svn-fast-info/README.md create mode 100644 .oh-my-zsh/plugins/svn-fast-info/svn-fast-info.plugin.zsh create mode 100644 .oh-my-zsh/plugins/svn/README.md create mode 100644 .oh-my-zsh/plugins/svn/svn.plugin.zsh create mode 100644 .oh-my-zsh/plugins/swiftpm/README.md create mode 100644 .oh-my-zsh/plugins/swiftpm/_swift create mode 100644 .oh-my-zsh/plugins/swiftpm/swiftpm.plugin.zsh create mode 100644 .oh-my-zsh/plugins/symfony/README.md create mode 100644 .oh-my-zsh/plugins/symfony/symfony.plugin.zsh create mode 100644 .oh-my-zsh/plugins/symfony2/README.md create mode 100644 .oh-my-zsh/plugins/symfony2/symfony2.plugin.zsh create mode 100644 .oh-my-zsh/plugins/symfony6/README.md create mode 100644 .oh-my-zsh/plugins/symfony6/symfony6.plugin.zsh create mode 100644 .oh-my-zsh/plugins/systemadmin/README.md create mode 100644 .oh-my-zsh/plugins/systemadmin/systemadmin.plugin.zsh create mode 100644 .oh-my-zsh/plugins/systemd/README.md create mode 100644 .oh-my-zsh/plugins/systemd/systemd.plugin.zsh create mode 100644 .oh-my-zsh/plugins/taskwarrior/README.md create mode 100644 .oh-my-zsh/plugins/taskwarrior/_task create mode 100644 .oh-my-zsh/plugins/taskwarrior/taskwarrior.plugin.zsh create mode 100644 .oh-my-zsh/plugins/term_tab/README.md create mode 100644 .oh-my-zsh/plugins/term_tab/term_tab.plugin.zsh create mode 100644 .oh-my-zsh/plugins/terminitor/README.md create mode 100644 .oh-my-zsh/plugins/terminitor/_terminitor create mode 100644 .oh-my-zsh/plugins/terraform/README.md create mode 100644 .oh-my-zsh/plugins/terraform/_terraform create mode 100644 .oh-my-zsh/plugins/terraform/terraform.plugin.zsh create mode 100644 .oh-my-zsh/plugins/textastic/README.md create mode 100644 .oh-my-zsh/plugins/textastic/textastic.plugin.zsh create mode 100644 .oh-my-zsh/plugins/textmate/README.md create mode 100644 .oh-my-zsh/plugins/textmate/textmate.plugin.zsh create mode 100644 .oh-my-zsh/plugins/thefuck/README.md create mode 100644 .oh-my-zsh/plugins/thefuck/thefuck.plugin.zsh create mode 100644 .oh-my-zsh/plugins/themes/README.md create mode 100644 .oh-my-zsh/plugins/themes/themes.plugin.zsh create mode 100644 .oh-my-zsh/plugins/thor/README.md create mode 100644 .oh-my-zsh/plugins/thor/_thor create mode 100644 .oh-my-zsh/plugins/tig/README.md create mode 100644 .oh-my-zsh/plugins/tig/tig.plugin.zsh create mode 100644 .oh-my-zsh/plugins/timer/README.md create mode 100644 .oh-my-zsh/plugins/timer/timer.plugin.zsh create mode 100644 .oh-my-zsh/plugins/tldr/README.md create mode 100644 .oh-my-zsh/plugins/tldr/tldr.plugin.zsh create mode 100644 .oh-my-zsh/plugins/tmux-cssh/README.md create mode 100644 .oh-my-zsh/plugins/tmux-cssh/_tmux-cssh create mode 100644 .oh-my-zsh/plugins/tmux/README.md create mode 100644 .oh-my-zsh/plugins/tmux/tmux.extra.conf create mode 100644 .oh-my-zsh/plugins/tmux/tmux.only.conf create mode 100644 .oh-my-zsh/plugins/tmux/tmux.plugin.zsh create mode 100644 .oh-my-zsh/plugins/tmuxinator/README.md create mode 100644 .oh-my-zsh/plugins/tmuxinator/_tmuxinator create mode 100644 .oh-my-zsh/plugins/tmuxinator/tmuxinator.plugin.zsh create mode 100644 .oh-my-zsh/plugins/toolbox/README.md create mode 100644 .oh-my-zsh/plugins/toolbox/toolbox.plugin.zsh create mode 100644 .oh-my-zsh/plugins/torrent/README.md create mode 100644 .oh-my-zsh/plugins/torrent/torrent.plugin.zsh create mode 100644 .oh-my-zsh/plugins/transfer/README.md create mode 100644 .oh-my-zsh/plugins/transfer/transfer.plugin.zsh create mode 100644 .oh-my-zsh/plugins/tugboat/README.md create mode 100644 .oh-my-zsh/plugins/tugboat/_tugboat create mode 100644 .oh-my-zsh/plugins/ubuntu/README.md create mode 100644 .oh-my-zsh/plugins/ubuntu/ubuntu.plugin.zsh create mode 100644 .oh-my-zsh/plugins/ufw/README.md create mode 100644 .oh-my-zsh/plugins/ufw/_ufw create mode 100644 .oh-my-zsh/plugins/universalarchive/README.md create mode 100644 .oh-my-zsh/plugins/universalarchive/_universalarchive create mode 100644 .oh-my-zsh/plugins/universalarchive/universalarchive.plugin.zsh create mode 100644 .oh-my-zsh/plugins/urltools/README.md create mode 100644 .oh-my-zsh/plugins/urltools/urltools.plugin.zsh create mode 100644 .oh-my-zsh/plugins/vagrant-prompt/README.md create mode 100644 .oh-my-zsh/plugins/vagrant-prompt/vagrant-prompt.plugin.zsh create mode 100644 .oh-my-zsh/plugins/vagrant/README.md create mode 100644 .oh-my-zsh/plugins/vagrant/_vagrant create mode 100644 .oh-my-zsh/plugins/vagrant/vagrant.plugin.zsh create mode 100644 .oh-my-zsh/plugins/vault/README.md create mode 100644 .oh-my-zsh/plugins/vault/_vault create mode 100644 .oh-my-zsh/plugins/vi-mode/README.md create mode 100644 .oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh create mode 100644 .oh-my-zsh/plugins/vim-interaction/README.md create mode 100644 .oh-my-zsh/plugins/vim-interaction/vim-interaction.plugin.zsh create mode 100644 .oh-my-zsh/plugins/virtualenv/README.md create mode 100644 .oh-my-zsh/plugins/virtualenv/virtualenv.plugin.zsh create mode 100644 .oh-my-zsh/plugins/virtualenvwrapper/README.md create mode 100644 .oh-my-zsh/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh create mode 100644 .oh-my-zsh/plugins/volta/README.md create mode 100644 .oh-my-zsh/plugins/volta/volta.plugin.zsh create mode 100644 .oh-my-zsh/plugins/vscode/README.md create mode 100644 .oh-my-zsh/plugins/vscode/vscode.plugin.zsh create mode 100644 .oh-my-zsh/plugins/vundle/README.md create mode 100644 .oh-my-zsh/plugins/vundle/vundle.plugin.zsh create mode 100644 .oh-my-zsh/plugins/wakeonlan/README.md create mode 100644 .oh-my-zsh/plugins/wakeonlan/_wake create mode 100644 .oh-my-zsh/plugins/wakeonlan/wakeonlan.plugin.zsh create mode 100644 .oh-my-zsh/plugins/watson/README.md create mode 100644 .oh-my-zsh/plugins/watson/_watson create mode 100644 .oh-my-zsh/plugins/wd/LICENSE create mode 100644 .oh-my-zsh/plugins/wd/README.md create mode 100644 .oh-my-zsh/plugins/wd/_wd.sh create mode 100644 .oh-my-zsh/plugins/wd/wd.plugin.zsh create mode 100755 .oh-my-zsh/plugins/wd/wd.sh create mode 100644 .oh-my-zsh/plugins/web-search/README.md create mode 100644 .oh-my-zsh/plugins/web-search/web-search.plugin.zsh create mode 100644 .oh-my-zsh/plugins/wp-cli/README.md create mode 100644 .oh-my-zsh/plugins/wp-cli/wp-cli.plugin.zsh create mode 100644 .oh-my-zsh/plugins/xcode/README.md create mode 100644 .oh-my-zsh/plugins/xcode/_xcselv create mode 100644 .oh-my-zsh/plugins/xcode/xcode.plugin.zsh create mode 100644 .oh-my-zsh/plugins/yarn/README.md create mode 100644 .oh-my-zsh/plugins/yarn/_yarn create mode 100644 .oh-my-zsh/plugins/yarn/yarn.plugin.zsh create mode 100644 .oh-my-zsh/plugins/yii/README.md create mode 100644 .oh-my-zsh/plugins/yii/yii.plugin.zsh create mode 100644 .oh-my-zsh/plugins/yii2/README.md create mode 100644 .oh-my-zsh/plugins/yii2/yii2.plugin.zsh create mode 100644 .oh-my-zsh/plugins/yum/README.md create mode 100644 .oh-my-zsh/plugins/yum/yum.plugin.zsh create mode 100644 .oh-my-zsh/plugins/z/LICENSE create mode 100644 .oh-my-zsh/plugins/z/MANUAL.md create mode 100644 .oh-my-zsh/plugins/z/README.md create mode 100644 .oh-my-zsh/plugins/z/_z create mode 100644 .oh-my-zsh/plugins/z/img/demo.gif create mode 100644 .oh-my-zsh/plugins/z/img/mit_license.svg create mode 100644 .oh-my-zsh/plugins/z/img/zsh_4.3.11_plus.svg create mode 100644 .oh-my-zsh/plugins/z/z.plugin.zsh create mode 100644 .oh-my-zsh/plugins/zbell/README.md create mode 100644 .oh-my-zsh/plugins/zbell/zbell.plugin.zsh create mode 100644 .oh-my-zsh/plugins/zeus/README.md create mode 100644 .oh-my-zsh/plugins/zeus/_zeus create mode 100644 .oh-my-zsh/plugins/zeus/zeus.plugin.zsh create mode 100644 .oh-my-zsh/plugins/zoxide/README.md create mode 100644 .oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh create mode 100644 .oh-my-zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh create mode 100644 .oh-my-zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh create mode 100644 .oh-my-zsh/plugins/zsh-interactive-cd/LICENSE create mode 100644 .oh-my-zsh/plugins/zsh-interactive-cd/README.md create mode 100644 .oh-my-zsh/plugins/zsh-interactive-cd/demo.gif create mode 100644 .oh-my-zsh/plugins/zsh-interactive-cd/zsh-interactive-cd.plugin.zsh create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-aliases.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-cd.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-env.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-functions.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-history.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-kill.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-list.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-options.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-panelize.conf create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/LICENSE create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/Makefile create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/NEWS create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/README.md create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/_n-kill create mode 100755 .oh-my-zsh/plugins/zsh-navigation-tools/doc/generate_single_file create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/doc/img/n-history2.png create mode 100755 .oh-my-zsh/plugins/zsh-navigation-tools/doc/install.sh create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/doc/n-preview create mode 100755 .oh-my-zsh/plugins/zsh-navigation-tools/doc/znt-tmux.zsh create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-aliases create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-cd create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-env create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-functions create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-help create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-history create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-kill create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-list create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-list-draw create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-list-input create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-options create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/n-panelize create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/znt-cd-widget create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/znt-history-widget create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/znt-kill-widget create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/znt-usetty-wrapper create mode 100644 .oh-my-zsh/plugins/zsh-navigation-tools/zsh-navigation-tools.plugin.zsh create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/.revision-hash create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/.version create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/highlighters/brackets/brackets-highlighter.zsh create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/highlighters/cursor/cursor-highlighter.zsh create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/highlighters/line/line-highlighter.zsh create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/highlighters/main/main-highlighter.zsh create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/highlighters/pattern/pattern-highlighter.zsh create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/highlighters/regexp/regexp-highlighter.zsh create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/highlighters/root/root-highlighter.zsh create mode 120000 .oh-my-zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh create mode 100644 .oh-my-zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh create mode 100644 .oh-my-zsh/templates/zshrc.zsh-template create mode 100644 .oh-my-zsh/themes/3den.zsh-theme create mode 100644 .oh-my-zsh/themes/Soliah.zsh-theme create mode 100644 .oh-my-zsh/themes/adben.zsh-theme create mode 100644 .oh-my-zsh/themes/af-magic.zsh-theme create mode 100644 .oh-my-zsh/themes/afowler.zsh-theme create mode 100644 .oh-my-zsh/themes/agnoster.zsh-theme create mode 100644 .oh-my-zsh/themes/alanpeabody.zsh-theme create mode 100644 .oh-my-zsh/themes/amuse.zsh-theme create mode 100644 .oh-my-zsh/themes/apple.zsh-theme create mode 100644 .oh-my-zsh/themes/arrow.zsh-theme create mode 100644 .oh-my-zsh/themes/aussiegeek.zsh-theme create mode 100644 .oh-my-zsh/themes/avit.zsh-theme create mode 100644 .oh-my-zsh/themes/awesomepanda.zsh-theme create mode 100644 .oh-my-zsh/themes/bira.zsh-theme create mode 100644 .oh-my-zsh/themes/blinks.zsh-theme create mode 100644 .oh-my-zsh/themes/bureau.zsh-theme create mode 100644 .oh-my-zsh/themes/candy-kingdom.zsh-theme create mode 100644 .oh-my-zsh/themes/candy.zsh-theme create mode 100644 .oh-my-zsh/themes/clean.zsh-theme create mode 100644 .oh-my-zsh/themes/cloud.zsh-theme create mode 100644 .oh-my-zsh/themes/crcandy.zsh-theme create mode 100644 .oh-my-zsh/themes/crunch.zsh-theme create mode 100644 .oh-my-zsh/themes/cypher.zsh-theme create mode 100644 .oh-my-zsh/themes/dallas.zsh-theme create mode 100644 .oh-my-zsh/themes/darkblood.zsh-theme create mode 100644 .oh-my-zsh/themes/daveverwer.zsh-theme create mode 100644 .oh-my-zsh/themes/dieter.zsh-theme create mode 100644 .oh-my-zsh/themes/dogenpunk.zsh-theme create mode 100644 .oh-my-zsh/themes/dpoggi.zsh-theme create mode 100644 .oh-my-zsh/themes/dst.zsh-theme create mode 100644 .oh-my-zsh/themes/dstufft.zsh-theme create mode 100644 .oh-my-zsh/themes/duellj.zsh-theme create mode 100644 .oh-my-zsh/themes/eastwood.zsh-theme create mode 100644 .oh-my-zsh/themes/edvardm.zsh-theme create mode 100644 .oh-my-zsh/themes/emotty.zsh-theme create mode 100644 .oh-my-zsh/themes/essembeh.zsh-theme create mode 100644 .oh-my-zsh/themes/evan.zsh-theme create mode 100644 .oh-my-zsh/themes/fino-time.zsh-theme create mode 100644 .oh-my-zsh/themes/fino.zsh-theme create mode 100644 .oh-my-zsh/themes/fishy.zsh-theme create mode 100644 .oh-my-zsh/themes/flazz.zsh-theme create mode 100644 .oh-my-zsh/themes/fletcherm.zsh-theme create mode 100644 .oh-my-zsh/themes/fox.zsh-theme create mode 100644 .oh-my-zsh/themes/frisk.zsh-theme create mode 100644 .oh-my-zsh/themes/frontcube.zsh-theme create mode 100644 .oh-my-zsh/themes/funky.zsh-theme create mode 100644 .oh-my-zsh/themes/fwalch.zsh-theme create mode 100644 .oh-my-zsh/themes/gallifrey.zsh-theme create mode 100644 .oh-my-zsh/themes/gallois.zsh-theme create mode 100644 .oh-my-zsh/themes/garyblessington.zsh-theme create mode 100644 .oh-my-zsh/themes/gentoo.zsh-theme create mode 100644 .oh-my-zsh/themes/geoffgarside.zsh-theme create mode 100644 .oh-my-zsh/themes/gianu.zsh-theme create mode 100644 .oh-my-zsh/themes/gnzh.zsh-theme create mode 100644 .oh-my-zsh/themes/gozilla.zsh-theme create mode 100644 .oh-my-zsh/themes/half-life.zsh-theme create mode 100644 .oh-my-zsh/themes/humza.zsh-theme create mode 100644 .oh-my-zsh/themes/imajes.zsh-theme create mode 100644 .oh-my-zsh/themes/intheloop.zsh-theme create mode 100644 .oh-my-zsh/themes/itchy.zsh-theme create mode 100644 .oh-my-zsh/themes/jaischeema.zsh-theme create mode 100644 .oh-my-zsh/themes/jbergantine.zsh-theme create mode 100644 .oh-my-zsh/themes/jispwoso.zsh-theme create mode 100644 .oh-my-zsh/themes/jnrowe.zsh-theme create mode 100644 .oh-my-zsh/themes/jonathan.zsh-theme create mode 100644 .oh-my-zsh/themes/josh.zsh-theme create mode 100644 .oh-my-zsh/themes/jreese.zsh-theme create mode 100644 .oh-my-zsh/themes/jtriley.zsh-theme create mode 100644 .oh-my-zsh/themes/juanghurtado.zsh-theme create mode 100644 .oh-my-zsh/themes/junkfood.zsh-theme create mode 100644 .oh-my-zsh/themes/kafeitu.zsh-theme create mode 100644 .oh-my-zsh/themes/kardan.zsh-theme create mode 100644 .oh-my-zsh/themes/kennethreitz.zsh-theme create mode 100644 .oh-my-zsh/themes/kiwi.zsh-theme create mode 100644 .oh-my-zsh/themes/kolo.zsh-theme create mode 100644 .oh-my-zsh/themes/kphoen.zsh-theme create mode 100644 .oh-my-zsh/themes/lambda.zsh-theme create mode 100644 .oh-my-zsh/themes/linuxonly.zsh-theme create mode 100644 .oh-my-zsh/themes/lukerandall.zsh-theme create mode 120000 .oh-my-zsh/themes/macovsky-ruby.zsh-theme create mode 100644 .oh-my-zsh/themes/macovsky.zsh-theme create mode 100644 .oh-my-zsh/themes/maran.zsh-theme create mode 100644 .oh-my-zsh/themes/mgutz.zsh-theme create mode 100644 .oh-my-zsh/themes/mh.zsh-theme create mode 100644 .oh-my-zsh/themes/michelebologna.zsh-theme create mode 100644 .oh-my-zsh/themes/mikeh.zsh-theme create mode 100644 .oh-my-zsh/themes/miloshadzic.zsh-theme create mode 100644 .oh-my-zsh/themes/minimal.zsh-theme create mode 100644 .oh-my-zsh/themes/mira.zsh-theme create mode 100644 .oh-my-zsh/themes/mlh.zsh-theme create mode 100644 .oh-my-zsh/themes/mortalscumbag.zsh-theme create mode 100644 .oh-my-zsh/themes/mrtazz.zsh-theme create mode 100644 .oh-my-zsh/themes/murilasso.zsh-theme create mode 100644 .oh-my-zsh/themes/muse.zsh-theme create mode 100644 .oh-my-zsh/themes/nanotech.zsh-theme create mode 100644 .oh-my-zsh/themes/nebirhos.zsh-theme create mode 100644 .oh-my-zsh/themes/nicoulaj.zsh-theme create mode 100644 .oh-my-zsh/themes/norm.zsh-theme create mode 100644 .oh-my-zsh/themes/obraun.zsh-theme create mode 100644 .oh-my-zsh/themes/oldgallois.zsh-theme create mode 100644 .oh-my-zsh/themes/peepcode.zsh-theme create mode 100644 .oh-my-zsh/themes/philips.zsh-theme create mode 100644 .oh-my-zsh/themes/pmcgee.zsh-theme create mode 100644 .oh-my-zsh/themes/pygmalion-virtualenv.zsh-theme create mode 100644 .oh-my-zsh/themes/pygmalion.zsh-theme create mode 100644 .oh-my-zsh/themes/random.zsh-theme create mode 100644 .oh-my-zsh/themes/re5et.zsh-theme create mode 100644 .oh-my-zsh/themes/refined.zsh-theme create mode 100644 .oh-my-zsh/themes/rgm.zsh-theme create mode 100644 .oh-my-zsh/themes/risto.zsh-theme create mode 100644 .oh-my-zsh/themes/rixius.zsh-theme create mode 100644 .oh-my-zsh/themes/rkj-repos.zsh-theme create mode 100644 .oh-my-zsh/themes/rkj.zsh-theme create mode 100644 .oh-my-zsh/themes/robbyrussell.zsh-theme create mode 100644 .oh-my-zsh/themes/sammy.zsh-theme create mode 100644 .oh-my-zsh/themes/simonoff.zsh-theme create mode 100644 .oh-my-zsh/themes/simple.zsh-theme create mode 100644 .oh-my-zsh/themes/skaro.zsh-theme create mode 100644 .oh-my-zsh/themes/smt.zsh-theme create mode 100644 .oh-my-zsh/themes/sonicradish.zsh-theme create mode 100644 .oh-my-zsh/themes/sorin.zsh-theme create mode 100644 .oh-my-zsh/themes/sporty_256.zsh-theme create mode 100644 .oh-my-zsh/themes/steeef.zsh-theme create mode 100644 .oh-my-zsh/themes/strug.zsh-theme create mode 100644 .oh-my-zsh/themes/sunaku.zsh-theme create mode 100644 .oh-my-zsh/themes/sunrise.zsh-theme create mode 100644 .oh-my-zsh/themes/superjarin.zsh-theme create mode 100644 .oh-my-zsh/themes/suvash.zsh-theme create mode 100644 .oh-my-zsh/themes/takashiyoshida.zsh-theme create mode 100644 .oh-my-zsh/themes/terminalparty.zsh-theme create mode 100644 .oh-my-zsh/themes/theunraveler.zsh-theme create mode 100644 .oh-my-zsh/themes/tjkirch.zsh-theme create mode 100644 .oh-my-zsh/themes/tjkirch_mod.zsh-theme create mode 100644 .oh-my-zsh/themes/tonotdo.zsh-theme create mode 100644 .oh-my-zsh/themes/trapd00r.zsh-theme create mode 100644 .oh-my-zsh/themes/wedisagree.zsh-theme create mode 100644 .oh-my-zsh/themes/wezm+.zsh-theme create mode 100644 .oh-my-zsh/themes/wezm.zsh-theme create mode 100644 .oh-my-zsh/themes/wuffers.zsh-theme create mode 100644 .oh-my-zsh/themes/xiong-chiamiov-plus.zsh-theme create mode 100644 .oh-my-zsh/themes/xiong-chiamiov.zsh-theme create mode 100644 .oh-my-zsh/themes/ys.zsh-theme create mode 100644 .oh-my-zsh/themes/zhann.zsh-theme create mode 100755 .oh-my-zsh/tools/changelog.sh create mode 100644 .oh-my-zsh/tools/check_for_upgrade.sh create mode 100755 .oh-my-zsh/tools/install.sh create mode 100755 .oh-my-zsh/tools/require_tool.sh create mode 100755 .oh-my-zsh/tools/theme_chooser.sh create mode 100644 .oh-my-zsh/tools/uninstall.sh create mode 100755 .oh-my-zsh/tools/upgrade.sh diff --git a/.oh-my-zsh/.editorconfig b/.oh-my-zsh/.editorconfig new file mode 100644 index 0000000..b349bcc --- /dev/null +++ b/.oh-my-zsh/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[*.py] +indent_size = 4 diff --git a/.oh-my-zsh/.github/CODEOWNERS b/.oh-my-zsh/.github/CODEOWNERS new file mode 100644 index 0000000..361ed62 --- /dev/null +++ b/.oh-my-zsh/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# Plugin owners +plugins/archlinux/ @ratijas +plugins/dbt/ @msempere +plugins/eza/ @pepoluan +plugins/genpass/ @atoponce +plugins/git-lfs/ @hellovietduc +plugins/gitfast/ @felipec +plugins/react-native @esthor +plugins/sdk/ @rgoldberg +plugins/shell-proxy/ @septs +plugins/starship/ @axieax +plugins/universalarchive/ @Konfekt +plugins/wp-cli/ @joshmedeski +plugins/zoxide/ @ajeetdsouza diff --git a/.oh-my-zsh/.github/FUNDING.yml b/.oh-my-zsh/.github/FUNDING.yml new file mode 100644 index 0000000..6c86ac4 --- /dev/null +++ b/.oh-my-zsh/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: [ohmyzsh, robbyrussell, mcornella, larson-carter, carlosala] +open_collective: ohmyzsh diff --git a/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report.yml b/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..98f66b1 --- /dev/null +++ b/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,68 @@ +name: Report a bug +description: Report a bug that isn't caused by Oh My Zsh. If unsure, use this form +body: + - type: markdown + attributes: + value: | + ## Self Check + - Look for similar errors in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed). + - Try reaching out on the [Discord server](https://discord.gg/ohmyzsh) for help. + - type: textarea + validations: + required: true + attributes: + label: Describe the bug + description: A clear description of what the bug is. + - type: textarea + validations: + required: true + attributes: + label: Steps to reproduce + description: | + Steps to reproduce the problem. + placeholder: | + For example: + 1. Enable plugin '...' + 2. Run command '...' or try to complete command '...' + 3. See error + - type: textarea + validations: + required: true + attributes: + label: Expected behavior + description: A brief description of what should happen. + - type: textarea + attributes: + label: Screenshots and recordings + description: | + If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/ + - type: input + validations: + required: true + attributes: + label: OS / Linux distribution + placeholder: Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15... + - type: input + validations: + required: true + attributes: + label: Zsh version + description: Run `echo $ZSH_VERSION` to check. + placeholder: "5.6" + - type: input + validations: + required: true + attributes: + label: Terminal emulator + placeholder: iTerm2, GNOME Terminal, Terminal.app... + - type: dropdown + attributes: + label: If using WSL on Windows, which version of WSL + description: Run `wsl -l -v` to check. + options: + - WSL1 + - WSL2 + - type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here. This can be themes, plugins, custom settings... diff --git a/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report_omz.yml b/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report_omz.yml new file mode 100644 index 0000000..96f5ad9 --- /dev/null +++ b/.oh-my-zsh/.github/ISSUE_TEMPLATE/bug_report_omz.yml @@ -0,0 +1,77 @@ +name: Report a bug in Oh My Zsh +description: Create a report to help us improve Oh My Zsh +labels: ['Bug'] +body: + - type: markdown + attributes: + value: | + ## Self Check + - **Make sure this bug only happens with Oh My Zsh enabled**. + - Look for similar errors in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed). + - Try reaching out on the [Discord server](https://discord.gg/ohmyzsh) for help. + - type: textarea + validations: + required: true + attributes: + label: Describe the bug + description: A clear description of what the bug is. + - type: textarea + validations: + required: true + attributes: + label: Steps to reproduce + description: | + Steps to reproduce the problem. + placeholder: | + For example: + 1. Enable plugin '...' + 2. Run command '...' or try to complete command '...' + 3. See error + - type: textarea + validations: + required: true + attributes: + label: Expected behavior + description: A brief description of what should happen. + - type: textarea + attributes: + label: Screenshots and recordings + description: | + If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/ + - type: input + validations: + required: true + attributes: + label: OS / Linux distribution + placeholder: Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15... + - type: input + validations: + required: true + attributes: + label: Zsh version + description: Run `echo $ZSH_VERSION` to check. + placeholder: "5.6" + - type: input + validations: + required: true + attributes: + label: Oh My Zsh version + description: Run `omz version` to check. + placeholder: master (bf303965) + - type: input + validations: + required: true + attributes: + label: Terminal emulator + placeholder: iTerm2, GNOME Terminal, Terminal.app... + - type: dropdown + attributes: + label: If using WSL on Windows, which version of WSL + description: Run `wsl -l -v` to check. + options: + - WSL1 + - WSL2 + - type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here. This can be themes, plugins, custom settings... diff --git a/.oh-my-zsh/.github/ISSUE_TEMPLATE/config.yml b/.oh-my-zsh/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ddd72a --- /dev/null +++ b/.oh-my-zsh/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Support + url: https://github.com/ohmyzsh/ohmyzsh/discussions + about: Ask the community for support + - name: Get help on Discord + url: https://discord.gg/ohmyzsh + about: Have a quick question? Join the Discord server and ask on the appropriate channel. diff --git a/.oh-my-zsh/.github/ISSUE_TEMPLATE/feature_request.yml b/.oh-my-zsh/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..ac966df --- /dev/null +++ b/.oh-my-zsh/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,37 @@ +name: Feature request +description: Suggest a feature for Oh My Zsh +labels: ["Feature"] +body: + - type: markdown + attributes: + value: | + ## Self Check + - Look for similar features in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed). + - type: input + attributes: + label: If the feature request is for a plugin or theme, specify it here. + description: The name of the plugin or theme that you would like us to improve. + placeholder: e.g. Git plugin, Agnoster theme + - type: textarea + attributes: + label: If the feature solves a problem you have, specify it here. + description: A description of what the problem is. + placeholder: Ex. I'm always frustrated when... + - type: textarea + attributes: + label: Describe the proposed feature. + description: A description of what you want to happen. Be as specific as possible. + validations: + required: true + - type: textarea + attributes: + label: Describe alternatives you've considered + description: A description of any alternative solutions or features you've considered. This can also include other plugins or themes. + - type: textarea + attributes: + label: Additional context + description: Add any other context, screenshots or Discord conversations about the feature request here. Also if you have any PRs related to this issue that are already open that you would like us to look at. + - type: textarea + attributes: + label: Related Issues + description: Is there any open or closed issues that is related to this feature request? If so please link them below! diff --git a/.oh-my-zsh/.github/PULL_REQUEST_TEMPLATE.md b/.oh-my-zsh/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5c94cae --- /dev/null +++ b/.oh-my-zsh/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## Standards checklist: + + + +- [ ] The PR title is descriptive. +- [ ] The PR doesn't replicate another PR which is already open. +- [ ] I have read the contribution guide and followed all the instructions. +- [ ] The code follows the code style guide detailed in the wiki. +- [ ] The code is mine or it's from somewhere with an MIT-compatible license. +- [ ] The code is efficient, to the best of my ability, and does not waste computer resources. +- [ ] The code is stable and I have tested it myself, to the best of my abilities. +- [ ] If the code introduces new aliases, I provide a valid use case for all plugin users down below. + +## Changes: + +- [...] + +## Other comments: + +... diff --git a/.oh-my-zsh/.github/dependabot.yml b/.oh-my-zsh/.github/dependabot.yml new file mode 100644 index 0000000..4dc9f38 --- /dev/null +++ b/.oh-my-zsh/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: "weekly" + day: "sunday" + - package-ecosystem: "pip" + directory: "/.github/workflows/dependencies" + schedule: + interval: "weekly" + day: "sunday" diff --git a/.oh-my-zsh/.github/dependencies.yml b/.oh-my-zsh/.github/dependencies.yml new file mode 100644 index 0000000..43ec92f --- /dev/null +++ b/.oh-my-zsh/.github/dependencies.yml @@ -0,0 +1,46 @@ +dependencies: + plugins/gitfast: + repo: felipec/git-completion + branch: master + version: tag:v2.1 + postcopy: | + set -e + rm -rf git-completion.plugin.zsh Makefile README.adoc t tools + test -e git-completion.zsh && mv -f git-completion.zsh _git + plugins/z: + branch: master + repo: agkozak/zsh-z + version: afaf2965b41fdc6ca66066e09382726aa0b6aa04 + precopy: | + set -e + test -e README.md && mv -f README.md MANUAL.md + postcopy: | + set -e + test -e _zshz && mv -f _zshz _z + test -e zsh-z.plugin.zsh && mv -f zsh-z.plugin.zsh z.plugin.zsh + plugins/history-substring-search: + repo: zsh-users/zsh-history-substring-search + branch: master + version: 87ce96b1862928d84b1afe7c173316614b30e301 + precopy: | + set -e + rm -f zsh-history-substring-search.plugin.zsh + test -e zsh-history-substring-search.zsh && mv zsh-history-substring-search.zsh history-substring-search.zsh + postcopy: | + set -e + test -e dependencies/OMZ-README.md && cat dependencies/OMZ-README.md >> README.md + plugins/gradle: + repo: gradle/gradle-completion + branch: master + version: 25da917cf5a88f3e58f05be3868a7b2748c8afe6 + precopy: | + set -e + find . ! -name _gradle ! -name LICENSE -delete + plugins/wd: + repo: mfaerevaag/wd + branch: master + version: tag:v0.7.1 + precopy: | + set -e + rm -r test + rm install.sh tty.gif wd.1 diff --git a/.oh-my-zsh/.github/workflows/dependencies.yml b/.oh-my-zsh/.github/workflows/dependencies.yml new file mode 100644 index 0000000..6c73870 --- /dev/null +++ b/.oh-my-zsh/.github/workflows/dependencies.yml @@ -0,0 +1,36 @@ +name: Update dependencies +on: + workflow_dispatch: {} + schedule: + - cron: "0 6 * * 0" + +jobs: + check: + name: Check for updates + runs-on: ubuntu-latest + if: github.repository == 'ohmyzsh/ohmyzsh' + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Authenticate as @ohmyzsh + id: generate_token + uses: ohmyzsh/github-app-token@v2 + with: + app_id: ${{ secrets.OHMYZSH_APP_ID }} + private_key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }} + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: "3.12" + cache: "pip" + - name: Process dependencies + env: + GH_TOKEN: ${{ steps.generate_token.outputs.token }} + GIT_APP_NAME: ohmyzsh[bot] + GIT_APP_EMAIL: 54982679+ohmyzsh[bot]@users.noreply.github.com + TMP_DIR: ${{ runner.temp }} + run: | + pip install -r .github/workflows/dependencies/requirements.txt + python3 .github/workflows/dependencies/updater.py diff --git a/.oh-my-zsh/.github/workflows/dependencies/requirements.txt b/.oh-my-zsh/.github/workflows/dependencies/requirements.txt new file mode 100644 index 0000000..f125da5 --- /dev/null +++ b/.oh-my-zsh/.github/workflows/dependencies/requirements.txt @@ -0,0 +1,7 @@ +certifi==2024.7.4 +charset-normalizer==3.3.2 +idna==3.7 +PyYAML==6.0.1 +requests==2.32.3 +semver==3.0.2 +urllib3==2.2.2 diff --git a/.oh-my-zsh/.github/workflows/dependencies/updater.py b/.oh-my-zsh/.github/workflows/dependencies/updater.py new file mode 100644 index 0000000..f85c9ed --- /dev/null +++ b/.oh-my-zsh/.github/workflows/dependencies/updater.py @@ -0,0 +1,598 @@ +import json +import os +import re +import shutil +import subprocess +import sys +import timeit +from copy import deepcopy +from typing import Literal, NotRequired, Optional, TypedDict + +import requests +import yaml +from semver import Version + +# Get TMP_DIR variable from environment +TMP_DIR = os.path.join(os.environ.get("TMP_DIR", "/tmp"), "ohmyzsh") +# Relative path to dependencies.yml file +DEPS_YAML_FILE = ".github/dependencies.yml" +# Dry run flag +DRY_RUN = os.environ.get("DRY_RUN", "0") == "1" + +# utils for tag comparison +BASEVERSION = re.compile( + r"""[vV]? + (?P(0|[1-9])\d*) + (\. + (?P(0|[1-9])\d*) + (\. + (?P(0|[1-9])\d*) + )? + )? + """, + re.VERBOSE, +) + + +def coerce(version: str) -> Optional[Version]: + match = BASEVERSION.search(version) + if not match: + return None + + # BASEVERSION looks for `MAJOR.minor.patch` in the string given + # it fills with None if any of them is missing (for example `2.1`) + ver = { + key: 0 if value is None else value for key, value in match.groupdict().items() + } + # Version takes `major`, `minor`, `patch` arguments + ver = Version(**ver) # pyright: ignore[reportArgumentType] + return ver + + +class CodeTimer: + def __init__(self, name=None): + self.name = " '" + name + "'" if name else "" + + def __enter__(self): + self.start = timeit.default_timer() + + def __exit__(self, exc_type, exc_value, traceback): + self.took = (timeit.default_timer() - self.start) * 1000.0 + print("Code block" + self.name + " took: " + str(self.took) + " ms") + + +### YAML representation +def str_presenter(dumper, data): + """ + Configures yaml for dumping multiline strings + Ref: https://stackoverflow.com/a/33300001 + """ + if len(data.splitlines()) > 1: # check for multiline string + return dumper.represent_scalar("tag:yaml.org,2002:str", data, style="|") + return dumper.represent_scalar("tag:yaml.org,2002:str", data) + + +yaml.add_representer(str, str_presenter) +yaml.representer.SafeRepresenter.add_representer(str, str_presenter) + + +# Types +class DependencyDict(TypedDict): + repo: str + branch: str + version: str + precopy: NotRequired[str] + postcopy: NotRequired[str] + + +class DependencyYAML(TypedDict): + dependencies: dict[str, DependencyDict] + + +class UpdateStatusFalse(TypedDict): + has_updates: Literal[False] + + +class UpdateStatusTrue(TypedDict): + has_updates: Literal[True] + version: str + compare_url: str + head_ref: str + head_url: str + + +class CommandRunner: + class Exception(Exception): + def __init__(self, message, returncode, stage, stdout, stderr): + super().__init__(message) + self.returncode = returncode + self.stage = stage + self.stdout = stdout + self.stderr = stderr + + @staticmethod + def run_or_fail(command: list[str], stage: str, *args, **kwargs): + if DRY_RUN and command[0] == "gh": + command.insert(0, "echo") + + result = subprocess.run(command, *args, capture_output=True, **kwargs) + + if result.returncode != 0: + raise CommandRunner.Exception( + f"{stage} command failed with exit code {result.returncode}", + returncode=result.returncode, + stage=stage, + stdout=result.stdout.decode("utf-8"), + stderr=result.stderr.decode("utf-8"), + ) + + return result + + +class DependencyStore: + store: DependencyYAML = {"dependencies": {}} + + @staticmethod + def set(data: DependencyYAML): + DependencyStore.store = data + + @staticmethod + def update_dependency_version(path: str, version: str) -> DependencyYAML: + with CodeTimer(f"store deepcopy: {path}"): + store_copy = deepcopy(DependencyStore.store) + + dependency = store_copy["dependencies"].get(path) + if dependency is None: + raise ValueError(f"Dependency {path} {version} not found") + dependency["version"] = version + store_copy["dependencies"][path] = dependency + + return store_copy + + @staticmethod + def write_store(file: str, data: DependencyYAML): + with open(file, "w") as yaml_file: + yaml.safe_dump(data, yaml_file, sort_keys=False) + + +class Dependency: + def __init__(self, path: str, values: DependencyDict): + self.path = path + self.values = values + + self.name: str = "" + self.desc: str = "" + self.kind: str = "" + + match path.split("/"): + case ["plugins", name]: + self.name = name + self.kind = "plugin" + self.desc = f"{name} plugin" + case ["themes", name]: + self.name = name.replace(".zsh-theme", "") + self.kind = "theme" + self.desc = f"{self.name} theme" + case _: + self.name = self.desc = path + + def __str__(self): + output: str = "" + for key in DependencyDict.__dict__["__annotations__"].keys(): + if key not in self.values: + output += f"{key}: None\n" + continue + + value = self.values[key] + if "\n" not in value: + output += f"{key}: {value}\n" + else: + output += f"{key}:\n " + output += value.replace("\n", "\n ", value.count("\n") - 1) + return output + + def update_or_notify(self): + # Print dependency settings + print(f"Processing {self.desc}...", file=sys.stderr) + print(self, file=sys.stderr) + + # Check for updates + repo = self.values["repo"] + remote_branch = self.values["branch"] + version = self.values["version"] + is_tag = version.startswith("tag:") + + try: + with CodeTimer(f"update check: {repo}"): + if is_tag: + status = GitHub.check_newer_tag(repo, version.replace("tag:", "")) + else: + status = GitHub.check_updates(repo, remote_branch, version) + + if status["has_updates"] is True: + short_sha = status["head_ref"][:8] + new_version = status["version"] if is_tag else short_sha + + try: + branch_name = f"update/{self.path}/{new_version}" + + # Create new branch + branch = Git.checkout_or_create_branch(branch_name) + + # Update dependencies.yml file + self.__update_yaml( + f"tag:{new_version}" if is_tag else status["version"] + ) + + # Update dependency files + self.__apply_upstream_changes() + + # Add all changes and commit + has_new_commit = Git.add_and_commit(self.name, short_sha) + + if has_new_commit: + # Push changes to remote + Git.push(branch) + + # Create GitHub PR + GitHub.create_pr( + branch, + f"feat({self.name}): update to version {new_version}", + f"""## Description + +Update for **{self.desc}**: update to version [{new_version}]({status['head_url']}). +Check out the [list of changes]({status['compare_url']}). +""", + ) + + # Clean up repository + Git.clean_repo() + except (CommandRunner.Exception, shutil.Error) as e: + # Handle exception on automatic update + match type(e): + case CommandRunner.Exception: + # Print error message + print( + f"Error running {e.stage} command: {e.returncode}", # pyright: ignore[reportAttributeAccessIssue] + file=sys.stderr, + ) + print(e.stderr, file=sys.stderr) # pyright: ignore[reportAttributeAccessIssue] + case shutil.Error: + print(f"Error copying files: {e}", file=sys.stderr) + + try: + Git.clean_repo() + except CommandRunner.Exception as e: + print( + f"Error reverting repository to clean state: {e}", + file=sys.stderr, + ) + sys.exit(1) + + # Create a GitHub issue to notify maintainer + title = f"{self.path}: update to {new_version}" + body = f"""## Description + +There is a new version of `{self.name}` {self.kind} available. + +New version: [{new_version}]({status['head_url']}) +Check out the [list of changes]({status['compare_url']}). +""" + + print("Creating GitHub issue", file=sys.stderr) + print(f"{title}\n\n{body}", file=sys.stderr) + GitHub.create_issue(title, body) + except Exception as e: + print(e, file=sys.stderr) + + def __update_yaml(self, new_version: str) -> None: + dep_yaml = DependencyStore.update_dependency_version(self.path, new_version) + DependencyStore.write_store(DEPS_YAML_FILE, dep_yaml) + + def __apply_upstream_changes(self) -> None: + # Patterns to ignore in copying files from upstream repo + GLOBAL_IGNORE = [".git", ".github", ".gitignore"] + + path = os.path.abspath(self.path) + precopy = self.values.get("precopy") + postcopy = self.values.get("postcopy") + + repo = self.values["repo"] + branch = self.values["branch"] + remote_url = f"https://github.com/{repo}.git" + repo_dir = os.path.join(TMP_DIR, repo) + + # Clone repository + Git.clone(remote_url, branch, repo_dir, reclone=True) + + # Run precopy on tmp repo + if precopy is not None: + print("Running precopy script:", end="\n ", file=sys.stderr) + print( + precopy.replace("\n", "\n ", precopy.count("\n") - 1), file=sys.stderr + ) + CommandRunner.run_or_fail( + ["bash", "-c", precopy], cwd=repo_dir, stage="Precopy" + ) + + # Copy files from upstream repo + print(f"Copying files from {repo_dir} to {path}", file=sys.stderr) + shutil.copytree( + repo_dir, + path, + dirs_exist_ok=True, + ignore=shutil.ignore_patterns(*GLOBAL_IGNORE), + ) + + # Run postcopy on our repository + if postcopy is not None: + print("Running postcopy script:", end="\n ", file=sys.stderr) + print( + postcopy.replace("\n", "\n ", postcopy.count("\n") - 1), + file=sys.stderr, + ) + CommandRunner.run_or_fail( + ["bash", "-c", postcopy], cwd=path, stage="Postcopy" + ) + + +class Git: + default_branch = "master" + + @staticmethod + def clone(remote_url: str, branch: str, repo_dir: str, reclone=False): + # If repo needs to be fresh + if reclone and os.path.exists(repo_dir): + shutil.rmtree(repo_dir) + + # Clone repo in tmp directory and checkout branch + if not os.path.exists(repo_dir): + print( + f"Cloning {remote_url} to {repo_dir} and checking out {branch}", + file=sys.stderr, + ) + CommandRunner.run_or_fail( + ["git", "clone", "--depth=1", "-b", branch, remote_url, repo_dir], + stage="Clone", + ) + + @staticmethod + def checkout_or_create_branch(branch_name: str): + # Get current branch name + result = CommandRunner.run_or_fail( + ["git", "rev-parse", "--abbrev-ref", "HEAD"], stage="GetDefaultBranch" + ) + Git.default_branch = result.stdout.decode("utf-8").strip() + + # Create new branch and return created branch name + try: + # try to checkout already existing branch + CommandRunner.run_or_fail( + ["git", "checkout", branch_name], stage="CreateBranch" + ) + except CommandRunner.Exception: + # otherwise create new branch + CommandRunner.run_or_fail( + ["git", "checkout", "-b", branch_name], stage="CreateBranch" + ) + return branch_name + + @staticmethod + def add_and_commit(scope: str, version: str) -> bool: + """ + Returns `True` if there were changes and were indeed commited. + Returns `False` if the repo was clean and no changes were commited. + """ + # check if repo is clean (clean => no error, no commit) + try: + CommandRunner.run_or_fail( + ["git", "diff", "--exit-code"], stage="CheckRepoClean" + ) + return False + except CommandRunner.Exception: + # if it's other kind of error just throw! + pass + + user_name = os.environ.get("GIT_APP_NAME") + user_email = os.environ.get("GIT_APP_EMAIL") + + # Add all files to git staging + CommandRunner.run_or_fail(["git", "add", "-A", "-v"], stage="AddFiles") + + # Reset environment and git config + clean_env = os.environ.copy() + clean_env["LANG"] = "C.UTF-8" + clean_env["GIT_CONFIG_GLOBAL"] = "/dev/null" + clean_env["GIT_CONFIG_NOSYSTEM"] = "1" + + # Commit with settings above + CommandRunner.run_or_fail( + [ + "git", + "-c", + f"user.name={user_name}", + "-c", + f"user.email={user_email}", + "commit", + "-m", + f"feat({scope}): update to {version}", + ], + stage="CreateCommit", + env=clean_env, + ) + return True + + @staticmethod + def push(branch: str): + CommandRunner.run_or_fail( + ["git", "push", "-u", "origin", branch], stage="PushBranch" + ) + + @staticmethod + def clean_repo(): + CommandRunner.run_or_fail( + ["git", "reset", "--hard", "HEAD"], stage="ResetRepository" + ) + CommandRunner.run_or_fail( + ["git", "checkout", Git.default_branch], stage="CheckoutDefaultBranch" + ) + + +class GitHub: + @staticmethod + def check_newer_tag(repo, current_tag) -> UpdateStatusFalse | UpdateStatusTrue: + # GET /repos/:owner/:repo/git/refs/tags + url = f"https://api.github.com/repos/{repo}/git/refs/tags" + + # Send a GET request to the GitHub API + response = requests.get(url) + current_version = coerce(current_tag) + if current_version is None: + raise ValueError( + f"Stored {current_version} from {repo} does not follow semver" + ) + + # If the request was successful + if response.status_code == 200: + # Parse the JSON response + data = response.json() + + if len(data) == 0: + return { + "has_updates": False, + } + + latest_ref = None + latest_version: Optional[Version] = None + for ref in data: + # we find the tag since GitHub returns it as plain git ref + tag_version = coerce(ref["ref"].replace("refs/tags/", "")) + if tag_version is None: + # we skip every tag that is not semver-complaint + continue + if latest_version is None or tag_version.compare(latest_version) > 0: + # if we have a "greater" semver version, set it as latest + latest_version = tag_version + latest_ref = ref + + # raise if no valid semver tag is found + if latest_ref is None or latest_version is None: + raise ValueError(f"No tags following semver found in {repo}") + + # we get the tag since GitHub returns it as plain git ref + latest_tag = latest_ref["ref"].replace("refs/tags/", "") + + if latest_version.compare(current_version) <= 0: + return { + "has_updates": False, + } + + return { + "has_updates": True, + "version": latest_tag, + "compare_url": f"https://github.com/{repo}/compare/{current_tag}...{latest_tag}", + "head_ref": latest_ref["object"]["sha"], + "head_url": f"https://github.com/{repo}/releases/tag/{latest_tag}", + } + else: + # If the request was not successful, raise an exception + raise Exception( + f"GitHub API request failed with status code {response.status_code}: {response.json()}" + ) + + @staticmethod + def check_updates(repo, branch, version) -> UpdateStatusFalse | UpdateStatusTrue: + url = f"https://api.github.com/repos/{repo}/compare/{version}...{branch}" + + # Send a GET request to the GitHub API + response = requests.get(url) + + # If the request was successful + if response.status_code == 200: + # Parse the JSON response + data = response.json() + + # If the base is behind the head, there is a newer version + has_updates = data["status"] != "identical" + + if not has_updates: + return { + "has_updates": False, + } + + return { + "has_updates": data["status"] != "identical", + "version": data["commits"][-1]["sha"], + "compare_url": data["permalink_url"], + "head_ref": data["commits"][-1]["sha"], + "head_url": data["commits"][-1]["html_url"], + } + else: + # If the request was not successful, raise an exception + raise Exception( + f"GitHub API request failed with status code {response.status_code}: {response.json()}" + ) + + @staticmethod + def create_issue(title: str, body: str) -> None: + cmd = ["gh", "issue", "create", "-t", title, "-b", body] + CommandRunner.run_or_fail(cmd, stage="CreateIssue") + + @staticmethod + def create_pr(branch: str, title: str, body: str) -> None: + # first of all let's check if PR is already open + check_cmd = [ + "gh", + "pr", + "list", + "--state", + "open", + "--head", + branch, + "--json", + "title", + ] + # returncode is 0 also if no PRs are found + output = json.loads( + CommandRunner.run_or_fail(check_cmd, stage="CheckPullRequestOpen") + .stdout.decode("utf-8") + .strip() + ) + # we have PR in this case! + if len(output) > 0: + return + cmd = [ + "gh", + "pr", + "create", + "-B", + Git.default_branch, + "-H", + branch, + "-t", + title, + "-b", + body, + ] + CommandRunner.run_or_fail(cmd, stage="CreatePullRequest") + + +def main(): + # Load the YAML file + with open(DEPS_YAML_FILE, "r") as yaml_file: + data: DependencyYAML = yaml.safe_load(yaml_file) + + if "dependencies" not in data: + raise Exception("dependencies.yml not properly formatted") + + # Cache YAML version + DependencyStore.set(data) + + dependencies = data["dependencies"] + for path in dependencies: + dependency = Dependency(path, dependencies[path]) + dependency.update_or_notify() + + +if __name__ == "__main__": + main() diff --git a/.oh-my-zsh/.github/workflows/installer.yml b/.oh-my-zsh/.github/workflows/installer.yml new file mode 100644 index 0000000..5593c91 --- /dev/null +++ b/.oh-my-zsh/.github/workflows/installer.yml @@ -0,0 +1,56 @@ +name: Test and Deploy installer +on: + workflow_dispatch: {} + push: + paths: + - 'tools/install.sh' + - '.github/workflows/installer/**' + - '.github/workflows/installer.yml' + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: false + +permissions: + contents: read # to checkout + +jobs: + test: + name: Test installer + if: github.repository == 'ohmyzsh/ohmyzsh' + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: + - ubuntu-latest + - macos-latest + steps: + - name: Set up git repository + uses: actions/checkout@v4 + - name: Install zsh + if: runner.os == 'Linux' + run: sudo apt-get update; sudo apt-get install zsh + - name: Test installer + run: sh ./tools/install.sh + + deploy: + name: Deploy installer in install.ohmyz.sh + if: github.ref == 'refs/heads/master' + runs-on: ubuntu-latest + environment: vercel + needs: + - test + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Install Vercel CLI + run: npm install -g vercel + - name: Setup project and deploy + env: + VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} + VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} + VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} + run: | + cp tools/install.sh .github/workflows/installer/install.sh + cd .github/workflows/installer + vc deploy --prod -t "$VERCEL_TOKEN" diff --git a/.oh-my-zsh/.github/workflows/installer/.gitignore b/.oh-my-zsh/.github/workflows/installer/.gitignore new file mode 100644 index 0000000..f66fce3 --- /dev/null +++ b/.oh-my-zsh/.github/workflows/installer/.gitignore @@ -0,0 +1 @@ +install.sh diff --git a/.oh-my-zsh/.github/workflows/installer/.vercelignore b/.oh-my-zsh/.github/workflows/installer/.vercelignore new file mode 100644 index 0000000..41b2333 --- /dev/null +++ b/.oh-my-zsh/.github/workflows/installer/.vercelignore @@ -0,0 +1,2 @@ +/* +!/install.sh diff --git a/.oh-my-zsh/.github/workflows/installer/vercel.json b/.oh-my-zsh/.github/workflows/installer/vercel.json new file mode 100644 index 0000000..524dc3c --- /dev/null +++ b/.oh-my-zsh/.github/workflows/installer/vercel.json @@ -0,0 +1,23 @@ +{ + "headers": [ + { + "source": "/((?!favicon.ico).*)", + "headers": [ + { + "key": "Content-Type", + "value": "text/plain" + }, + { + "key": "Content-Disposition", + "value": "inline; filename=\"install.sh\"" + } + ] + } + ], + "rewrites": [ + { + "source": "/((?!favicon.ico|install.sh).*)", + "destination": "/install.sh" + } + ] +} diff --git a/.oh-my-zsh/.github/workflows/main.yml b/.oh-my-zsh/.github/workflows/main.yml new file mode 100644 index 0000000..264ac31 --- /dev/null +++ b/.oh-my-zsh/.github/workflows/main.yml @@ -0,0 +1,38 @@ +name: CI +on: + pull_request: + types: + - opened + - synchronize + branches: + - master + push: + branches: + - master + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + +permissions: + contents: read # to fetch code (actions/checkout) + +jobs: + tests: + name: Run tests + runs-on: ubuntu-latest + if: github.repository == 'ohmyzsh/ohmyzsh' + steps: + - name: Set up git repository + uses: actions/checkout@v4 + - name: Install zsh + run: sudo apt-get update; sudo apt-get install zsh + - name: Check syntax + run: | + for file in ./oh-my-zsh.sh \ + ./lib/*.zsh \ + ./plugins/*/*.plugin.zsh \ + ./plugins/*/_* \ + ./themes/*.zsh-theme; do + zsh -n "$file" || return 1 + done diff --git a/.oh-my-zsh/.github/workflows/project.yml b/.oh-my-zsh/.github/workflows/project.yml new file mode 100644 index 0000000..2c2a1cd --- /dev/null +++ b/.oh-my-zsh/.github/workflows/project.yml @@ -0,0 +1,146 @@ +name: Project tracking +on: + issues: + types: [opened, reopened] + pull_request_target: + types: [opened, reopened, synchronize] + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + +permissions: {} +jobs: + add-to-project: + name: Add to project + runs-on: ubuntu-latest + if: github.repository == 'ohmyzsh/ohmyzsh' + steps: + - name: Authenticate as @ohmyzsh + id: generate_token + uses: ohmyzsh/github-app-token@v2 + with: + app_id: ${{ secrets.OHMYZSH_APP_ID }} + private_key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }} + - name: Store app token + run: echo "GH_TOKEN=${{ steps.generate_token.outputs.token }}" >> "$GITHUB_ENV" + - name: Read project data + env: + ORGANIZATION: ohmyzsh + PROJECT_NUMBER: "1" + run: | + # Get Project data + gh api graphql -f query=' + query($org: String!, $number: Int!) { + organization(login: $org){ + projectV2(number: $number) { + id + fields(first:20) { + nodes { + ... on ProjectV2Field { + id + name + } + } + } + } + } + }' -f org=$ORGANIZATION -F number=$PROJECT_NUMBER > project_data.json + + # Parse project data + cat >> $GITHUB_ENV <> $GITHUB_ENV + + - name: Classify Pull Request + if: github.event_name == 'pull_request_target' + run: | + touch plugins.list themes.list + + gh pr view ${{ github.event.pull_request.number }} \ + --repo ${{ github.repository }} \ + --json files --jq '.files.[].path' | awk -F/ ' + /^plugins\// { + plugins[$2] = 1 + } + /^themes\// { + gsub(/\.zsh-theme$/, "", $2) + themes[$2] = 1 + } + END { + for (plugin in plugins) { + print plugin >> "plugins.list" + } + for (theme in themes) { + print theme >> "themes.list" + } + } + ' + # If only one plugin is modified, add it to the plugin field + if [[ $(wc -l < plugins.list) = 1 ]]; then + echo "PLUGIN=$(cat plugins.list)" >> $GITHUB_ENV + fi + # If only one theme is modified, add it to the theme field + if [[ $(wc -l < themes.list) = 1 ]]; then + echo "THEME=$(cat themes.list)" >> $GITHUB_ENV + fi + + - name: Fill Pull Request fields in project + if: github.event_name == 'pull_request_target' + run: | + gh api graphql -f query=' + mutation ( + $project: ID! + $item: ID! + $plugin_field: ID! + $plugin_value: String! + $theme_field: ID! + $theme_value: String! + ) { + set_plugin: updateProjectV2ItemFieldValue(input: { + projectId: $project + itemId: $item + fieldId: $plugin_field + value: { + text: $plugin_value + } + }) { + projectV2Item { + id + } + } + set_theme: updateProjectV2ItemFieldValue(input: { + projectId: $project + itemId: $item + fieldId: $theme_field + value: { + text: $theme_value + } + }) { + projectV2Item { + id + } + } + } + ' -f project=$PROJECT_ID -f item=$ITEM_ID \ + -f plugin_field=$PLUGIN_FIELD_ID -f plugin_value=$PLUGIN \ + -f theme_field=$THEME_FIELD_ID -f theme_value=$THEME \ + --silent diff --git a/.oh-my-zsh/.gitignore b/.oh-my-zsh/.gitignore new file mode 100644 index 0000000..10bd4be --- /dev/null +++ b/.oh-my-zsh/.gitignore @@ -0,0 +1,12 @@ +# custom files +custom/ + +# temp files directories +cache/ +log/ +*.swp +.DS_Store + +# editor configs +.vscode +.idea diff --git a/.oh-my-zsh/.gitpod.Dockerfile b/.oh-my-zsh/.gitpod.Dockerfile new file mode 100644 index 0000000..b35c80d --- /dev/null +++ b/.oh-my-zsh/.gitpod.Dockerfile @@ -0,0 +1,5 @@ +FROM gitpod/workspace-full + +RUN sudo apt-get update && \ + sudo apt-get install -y zsh && \ + sudo rm -rf /var/lib/apt/lists/* diff --git a/.oh-my-zsh/.gitpod.yml b/.oh-my-zsh/.gitpod.yml new file mode 100644 index 0000000..ccc5724 --- /dev/null +++ b/.oh-my-zsh/.gitpod.yml @@ -0,0 +1,9 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: | + export EDITOR="command gp open -w" VISUAL="command gp open -w" + cp -f /workspace/ohmyzsh/templates/zshrc.zsh-template ~/.zshrc + ln -sf /workspace/ohmyzsh ~/.oh-my-zsh + command: exec zsh diff --git a/.oh-my-zsh/.prettierrc b/.oh-my-zsh/.prettierrc new file mode 100644 index 0000000..a8f5a14 --- /dev/null +++ b/.oh-my-zsh/.prettierrc @@ -0,0 +1,4 @@ +{ + "printWidth": 110, + "proseWrap": "always" +} diff --git a/.oh-my-zsh/CODE_OF_CONDUCT.md b/.oh-my-zsh/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..20ad1cc --- /dev/null +++ b/.oh-my-zsh/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies within all project spaces, and it also applies when +an individual is representing the project or its community in public spaces. +Examples of representing a project or community include using an official +project e-mail address, posting via an official social media account, or acting +as an appointed representative at an online or offline event. Representation of +a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at ohmyzsh@planetargon.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq diff --git a/.oh-my-zsh/CONTRIBUTING.md b/.oh-my-zsh/CONTRIBUTING.md new file mode 100644 index 0000000..6c8b844 --- /dev/null +++ b/.oh-my-zsh/CONTRIBUTING.md @@ -0,0 +1,245 @@ +# CONTRIBUTING GUIDELINES + +Oh-My-Zsh is a community-driven project. Contribution is welcome, encouraged, and appreciated. +It is also essential for the development of the project. + +First, please take a moment to review our [code of conduct](CODE_OF_CONDUCT.md). + +These guidelines are an attempt at better addressing the huge amount of pending +issues and pull requests. Please read them closely. + +Foremost, be so kind as to [search](#use-the-search-luke). This ensures any contribution +you would make is not already covered. + + + +- [Reporting Issues](#reporting-issues) + - [You have a problem](#you-have-a-problem) + - [You have a suggestion](#you-have-a-suggestion) +- [Submitting Pull Requests](#submitting-pull-requests) + - [Getting started](#getting-started) + - [You have a solution](#you-have-a-solution) + - [You have an addition](#you-have-an-addition) +- [Use the Search, Luke](#use-the-search-luke) +- [Commit Guidelines](#commit-guidelines) + - [Format](#format) + - [Style](#style) +- [Volunteer](#volunteer) + + + +## Reporting Issues + +### You have a problem + +Please be so kind as to [search](#use-the-search-luke) for any open issue already covering +your problem. + +If you find one, comment on it, so we know more people are experiencing it. + +If not, look at the [Troubleshooting](https://github.com/ohmyzsh/ohmyzsh/wiki/Troubleshooting) +page for instructions on how to gather data to better debug your problem. + +Then, you can go ahead and create an issue with as much detail as you can provide. +It should include the data gathered as indicated above, along with the following: + +1. How to reproduce the problem +2. What the correct behavior should be +3. What the actual behavior is + +Please copy to anyone relevant (e.g. plugin maintainers) by mentioning their GitHub handle +(starting with `@`) in your message. + +We will do our very best to help you. + +### You have a suggestion + +Please be so kind as to [search](#use-the-search-luke) for any open issue already covering +your suggestion. + +If you find one, comment on it, so we know more people are supporting it. + +If not, you can go ahead and create an issue. Please copy to anyone relevant (e.g. plugin +maintainers) by mentioning their GitHub handle (starting with `@`) in your message. + +## Submitting Pull Requests + +### Getting started + +You should be familiar with the basics of +[contributing on GitHub](https://help.github.com/articles/using-pull-requests) and have a fork +[properly set up](https://github.com/ohmyzsh/ohmyzsh/wiki/Contribution-Technical-Practices). + +You MUST always create PRs with _a dedicated branch_ based on the latest upstream tree. + +If you create your own PR, please make sure you do it right. Also be so kind as to reference +any issue that would be solved in the PR description body, +[for instance](https://help.github.com/articles/closing-issues-via-commit-messages/) +_"Fixes #XXXX"_ for issue number XXXX. + +### You have a solution + +Please be so kind as to [search](#use-the-search-luke) for any open issue already covering +your [problem](#you-have-a-problem), and any pending/merged/rejected PR covering your solution. + +If the solution is already reported, try it out and +1 the pull request if the +solution works ok. On the other hand, if you think your solution is better, post +it with reference to the other one so we can have both solutions to compare. + +If not, then go ahead and submit a PR. Please copy to anyone relevant (e.g. plugin +maintainers) by mentioning their GitHub handle (starting with `@`) in your message. + +### You have an addition + +Please [do not](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#dont-send-us-your-theme-for-now) +send themes for now. + +Please be so kind as to [search](#use-the-search-luke) for any pending, merged or rejected Pull Requests +covering or related to what you want to add. + +If you find one, try it out and work with the author on a common solution. + +If not, then go ahead and submit a PR. Please copy to anyone relevant (e.g. plugin +maintainers) by mentioning their GitHub handle (starting with `@`) in your message. + +For any extensive change, such as a new plugin, you will have to find testers to +1 your PR. + +### New plugin aliases + +We acknowledge that aliases are a core part of Oh My Zsh. There are plugins that have +100 aliases! + +This has become an issue for two opposing reasons: + +- Some users want to have their personal aliases in Oh My Zsh. +- Some users don't want any aliases at all and feel that there are too many. + +Because of this, from now on, we require that new aliases follow these conditions: + +1. They will be used by many people, not just a few. +2. The aliases will be used many times and for common tasks. +3. Prefer one generic alias over many specific ones. +4. When justifying the need for an alias, talk about workflows where you'll use it, + preferably in combination with other aliases. +5. If a command with the same name exists, look for a different alias name. + +This list is not exhaustive! Please remember that your alias will be in the machines of many people, +so it should be justified why they should have it. + +---- + +## Use the Search, Luke + +_May the Force (of past experiences) be with you_ + +GitHub offers [many search features](https://help.github.com/articles/searching-github/) +to help you check whether a similar contribution to yours already exists. Please search +before making any contribution, it avoids duplicates and eases maintenance. Trust me, +that works 90% of the time. + +You can also take a look at the [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ) +to be sure your contribution has not already come up. + +If all fails, your thing has probably not been reported yet, so you can go ahead +and [create an issue](#reporting-issues) or [submit a PR](#submitting-pull-requests). + +---- + +## Commit Guidelines + +Oh My Zsh uses the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) +specification. The automatic changelog tool uses these to automatically generate +a changelog based on the commit messages. Here's a guide to writing a commit message +to allow this: + +### Format + +``` +type(scope)!: subject +``` + +- `type`: the type of the commit is one of the following: + + - `feat`: new features. + - `fix`: bug fixes. + - `docs`: documentation changes. + - `refactor`: refactor of a particular code section without introducing + new features or bug fixes. + - `style`: code style improvements. + - `perf`: performance improvements. + - `test`: changes to the test suite. + - `ci`: changes to the CI system. + - `build`: changes to the build system (we don't yet have one so this shouldn't apply). + - `chore`: for other changes that don't match previous types. This doesn't appear + in the changelog. + +- `scope`: section of the codebase that the commit makes changes to. If it makes changes to + many sections, or if no section in particular is modified, leave blank without the parentheses. + Examples: + + - Commit that changes the `git` plugin: + ``` + feat(git): add alias for `git commit` + ``` + + - Commit that changes many plugins: + ``` + style: fix inline declaration of arrays + ``` + + For changes to plugins or themes, the scope should be the plugin or theme name: + + - ✅ `fix(agnoster): commit subject` + - ❌ `fix(theme/agnoster): commit subject` + +- `!`: this goes after the `scope` (or the `type` if scope is empty), to indicate that the commit + introduces breaking changes. + + Optionally, you can specify a message that the changelog tool will display to the user to indicate + what's changed and what they can do to deal with it. You can use multiple lines to type this message; + the changelog parser will keep reading until the end of the commit message or until it finds an empty + line. + + Example (made up): + + ``` + style(agnoster)!: change dirty git repo glyph + + BREAKING CHANGE: the glyph to indicate when a git repository is dirty has + changed from a Powerline character to a standard UTF-8 emoji. You can + change it back by setting `ZSH_THEME_DIRTY_GLYPH`. + + Fixes #420 + + Co-authored-by: Username + ``` + +- `subject`: a brief description of the changes. This will be displayed in the changelog. If you need + to specify other details, you can use the commit body, but it won't be visible. + + Formatting tricks: the commit subject may contain: + + - Links to related issues or PRs by writing `#issue`. This will be highlighted by the changelog tool: + ``` + feat(archlinux): add support for aura AUR helper (#9467) + ``` + + - Formatted inline code by using backticks: the text between backticks will also be highlighted by + the changelog tool: + ``` + feat(shell-proxy): enable unexported `DEFAULT_PROXY` setting (#9774) + ``` + +### Style + +Try to keep the first commit line short. It's harder to do using this commit style but try to be +concise, and if you need more space, you can use the commit body. Try to make sure that the commit +subject is clear and precise enough that users will know what changed by just looking at the changelog. + +---- + +## Volunteer + +Very nice!! :) + +Please have a look at the [Volunteer](https://github.com/ohmyzsh/ohmyzsh/wiki/Volunteers) +page for instructions on where to start and more. diff --git a/.oh-my-zsh/LICENSE.txt b/.oh-my-zsh/LICENSE.txt new file mode 100644 index 0000000..2d7ca6f --- /dev/null +++ b/.oh-my-zsh/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2009-2022 Robby Russell and contributors (https://github.com/ohmyzsh/ohmyzsh/contributors) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/.oh-my-zsh/README.md b/.oh-my-zsh/README.md new file mode 100644 index 0000000..e9a571a --- /dev/null +++ b/.oh-my-zsh/README.md @@ -0,0 +1,489 @@ +

Oh My Zsh

+ +Oh My Zsh is an open source, community-driven framework for managing your [zsh](https://www.zsh.org/) configuration. + +Sounds boring. Let's try again. + +**Oh My Zsh will not make you a 10x developer...but you may feel like one.** + +Once installed, your terminal shell will become the talk of the town _or your money back!_ With each keystroke in your command prompt, you'll take advantage of the hundreds of powerful plugins and beautiful themes. Strangers will come up to you in cafés and ask you, _"that is amazing! are you some sort of genius?"_ + +Finally, you'll begin to get the sort of attention that you have always felt you deserved. ...or maybe you'll use the time that you're saving to start flossing more often. 😬 + +To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://x.com/ohmyzsh) on X (formerly Twitter), and join us on [Discord](https://discord.gg/ohmyzsh). + +[![CI](https://github.com/ohmyzsh/ohmyzsh/workflows/CI/badge.svg)](https://github.com/ohmyzsh/ohmyzsh/actions?query=workflow%3ACI) +[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/ohmyzsh?label=%40ohmyzsh&logo=x&style=flat)](https://twitter.com/intent/follow?screen_name=ohmyzsh) +[![Mastodon Follow](https://img.shields.io/mastodon/follow/111169632522566717?label=%40ohmyzsh&domain=https%3A%2F%2Fmstdn.social&logo=mastodon&style=flat)](https://mstdn.social/@ohmyzsh) +[![Discord server](https://img.shields.io/discord/642496866407284746)](https://discord.gg/ohmyzsh) +[![Gitpod ready](https://img.shields.io/badge/Gitpod-ready-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ohmyzsh/ohmyzsh) + +
+Table of Contents + +- [Getting Started](#getting-started) + - [Operating System Compatibility](#operating-system-compatibility) + - [Prerequisites](#prerequisites) + - [Basic Installation](#basic-installation) + - [Manual Inspection](#manual-inspection) +- [Using Oh My Zsh](#using-oh-my-zsh) + - [Plugins](#plugins) + - [Enabling Plugins](#enabling-plugins) + - [Using Plugins](#using-plugins) + - [Themes](#themes) + - [Selecting A Theme](#selecting-a-theme) + - [FAQ](#faq) +- [Advanced Topics](#advanced-topics) + - [Advanced Installation](#advanced-installation) + - [Custom Directory](#custom-directory) + - [Unattended Install](#unattended-install) + - [Installing From A Forked Repository](#installing-from-a-forked-repository) + - [Manual Installation](#manual-installation) + - [Installation Problems](#installation-problems) + - [Custom Plugins And Themes](#custom-plugins-and-themes) + - [Enable GNU ls In macOS And freeBSD Systems](#enable-gnu-ls-in-macos-and-freebsd-systems) + - [Skip Aliases](#skip-aliases) + - [Disable async git prompt](#disable-async-git-prompt) +- [Getting Updates](#getting-updates) + - [Updates Verbosity](#updates-verbosity) + - [Manual Updates](#manual-updates) +- [Uninstalling Oh My Zsh](#uninstalling-oh-my-zsh) +- [How Do I Contribute To Oh My Zsh?](#how-do-i-contribute-to-oh-my-zsh) + - [Do Not Send Us Themes](#do-not-send-us-themes) +- [Contributors](#contributors) +- [Follow Us](#follow-us) +- [Merchandise](#merchandise) +- [License](#license) +- [About Planet Argon](#about-planet-argon) + +
+ +## Getting Started + +### Operating System Compatibility + +| O/S | Status | +| :------------- | :-----: | +| Android | ✅ | +| freeBSD | ✅ | +| LCARS | 🛸 | +| Linux | ✅ | +| macOS | ✅ | +| OS/2 Warp | ❌ | +| Windows (WSL2) | ✅ | + + +### Prerequisites + +- [Zsh](https://www.zsh.org) should be installed (v4.3.9 or more recent is fine but we prefer 5.0.8 and newer). If not pre-installed (run `zsh --version` to confirm), check the following wiki instructions here: [Installing ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) +- `curl` or `wget` should be installed +- `git` should be installed (recommended v2.4.11 or higher) + +### Basic Installation + +Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl`, `wget` or another similar tool. + +| Method | Command | +| :-------- | :------------------------------------------------------------------------------------------------ | +| **curl** | `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | +| **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | +| **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | + +Alternatively, the installer is also mirrored outside GitHub. Using this URL instead may be required if you're in a country like China or India (for certain ISPs), that blocks `raw.githubusercontent.com`: + +| Method | Command | +| :-------- | :------------------------------------------------------------------------------------------------ | +| **curl** | `sh -c "$(curl -fsSL https://install.ohmyz.sh/)"` | +| **wget** | `sh -c "$(wget -O- https://install.ohmyz.sh/)"` | +| **fetch** | `sh -c "$(fetch -o - https://install.ohmyz.sh/)"` | + +_Note that any previous `.zshrc` will be renamed to `.zshrc.pre-oh-my-zsh`. After installation, you can move the configuration you want to preserve into the new `.zshrc`._ + +#### Manual Inspection + +It's a good idea to inspect the install script from projects you don't yet know. You can do +that by downloading the install script first, looking through it so everything looks normal, +then running it: + +```sh +wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh +sh install.sh +``` + +If the above URL times out or otherwise fails, you may have to substitute the URL for `https://install.ohmyz.sh` to be able to get the script. + +## Using Oh My Zsh + +### Plugins + +Oh My Zsh comes with a shitload of plugins for you to take advantage of. You can take a look in the [plugins](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins) directory and/or the [wiki](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins) to see what's currently available. + +#### Enabling Plugins + +Once you spot a plugin (or several) that you'd like to use with Oh My Zsh, you'll need to enable them in the `.zshrc` file. You'll find the zshrc file in your `$HOME` directory. Open it with your favorite text editor and you'll see a spot to list all the plugins you want to load. + +```sh +vi ~/.zshrc +``` + +For example, this might begin to look like this: + +```sh +plugins=( + git + bundler + dotenv + macos + rake + rbenv + ruby +) +``` + +_Note that the plugins are separated by whitespace (spaces, tabs, new lines...). **Do not** use commas between them or it will break._ + +#### Using Plugins + +Each built-in plugin includes a **README**, documenting it. This README should show the aliases (if the plugin adds any) and extra goodies that are included in that particular plugin. + +### Themes + +We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme happy. We have over one hundred and fifty themes now bundled. Most of them have [screenshots](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes) on the wiki (We are working on updating this!). Check them out! + +#### Selecting A Theme + +_Robby's theme is the default one. It's not the fanciest one. It's not the simplest one. It's just the right one (for him)._ + +Once you find a theme that you'd like to use, you will need to edit the `~/.zshrc` file. You'll see an environment variable (all caps) in there that looks like: + +```sh +ZSH_THEME="robbyrussell" +``` + +To use a different theme, simply change the value to match the name of your desired theme. For example: + +```sh +ZSH_THEME="agnoster" # (this is one of the fancy ones) +# see https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#agnoster +``` + +_Note: many themes require installing a [Powerline Font](https://github.com/powerline/fonts) or a [Nerd Font](https://github.com/ryanoasis/nerd-fonts) in order to render properly. Without them, these themes will render [weird prompt symbols](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ#i-have-a-weird-character-in-my-prompt)_ + +Open up a new terminal window and your prompt should look something like this: + +![Agnoster theme](https://cloud.githubusercontent.com/assets/2618447/6316862/70f58fb6-ba03-11e4-82c9-c083bf9a6574.png) + +In case you did not find a suitable theme for your needs, please have a look at the wiki for [more of them](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes). + +If you're feeling feisty, you can let the computer select one randomly for you each time you open a new terminal window. + +```sh +ZSH_THEME="random" # (...please let it be pie... please be some pie..) +``` + +And if you want to pick random theme from a list of your favorite themes: + +```sh +ZSH_THEME_RANDOM_CANDIDATES=( + "robbyrussell" + "agnoster" +) +``` + +If you only know which themes you don't like, you can add them similarly to an ignored list: + +```sh +ZSH_THEME_RANDOM_IGNORED=(pygmalion tjkirch_mod) +``` + +### FAQ + +If you have some more questions or issues, you might find a solution in our [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ). + +## Advanced Topics + +If you're the type that likes to get their hands dirty, these sections might resonate. + +### Advanced Installation + +Some users may want to manually install Oh My Zsh, or change the default path or other settings that +the installer accepts (these settings are also documented at the top of the install script). + +#### Custom Directory + +The default location is `~/.oh-my-zsh` (hidden in your home directory, you can access it with `cd ~/.oh-my-zsh`) + +If you'd like to change the install directory with the `ZSH` environment variable, either by running +`export ZSH=/your/path` before installing, or by setting it before the end of the install pipeline +like this: + +```sh +ZSH="$HOME/.dotfiles/oh-my-zsh" sh install.sh +``` + +#### Unattended Install + +If you're running the Oh My Zsh install script as part of an automated install, you can pass the `--unattended` +flag to the `install.sh` script. This will have the effect of not trying to change +the default shell, and it also won't run `zsh` when the installation has finished. + +```sh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended +``` + +If you're in China, India, or another country that blocks `raw.githubusercontent.com`, you may have to substitute the URL for `https://install.ohmyz.sh` for it to install. + +#### Installing From A Forked Repository + +The install script also accepts these variables to allow the installation of a different repository: + +- `REPO` (default: `ohmyzsh/ohmyzsh`): this takes the form of `owner/repository`. If you set + this variable, the installer will look for a repository at `https://github.com/{owner}/{repository}`. + +- `REMOTE` (default: `https://github.com/${REPO}.git`): this is the full URL of the git repository + clone. You can use this setting if you want to install from a fork that is not on GitHub (GitLab, + Bitbucket...) or if you want to clone with SSH instead of HTTPS (`git@github.com:user/project.git`). + + _NOTE: it's incompatible with setting the `REPO` variable. This setting will take precedence._ + +- `BRANCH` (default: `master`): you can use this setting if you want to change the default branch to be + checked out when cloning the repository. This might be useful for testing a Pull Request, or if you + want to use a branch other than `master`. + +For example: + +```sh +REPO=apjanke/oh-my-zsh BRANCH=edge sh install.sh +``` + +#### Manual Installation + +##### 1. Clone The Repository + +```sh +git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh +``` + +##### 2. _Optionally_, Backup Your Existing `~/.zshrc` File + +```sh +cp ~/.zshrc ~/.zshrc.orig +``` + +##### 3. Create A New Zsh Configuration File + +You can create a new zsh config file by copying the template that we have included for you. + +```sh +cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc +``` + +##### 4. Change Your Default Shell + +```sh +chsh -s $(which zsh) +``` + +You must log out from your user session and log back in to see this change. + +##### 5. Initialize Your New Zsh Configuration + +Once you open up a new terminal window, it should load zsh with Oh My Zsh's configuration. + +### Installation Problems + +If you have any hiccups installing, here are a few common fixes. + +- You _might_ need to modify your `PATH` in `~/.zshrc` if you're not able to find some commands after switching to `oh-my-zsh`. +- If you installed manually or changed the install location, check the `ZSH` environment variable in `~/.zshrc`. + +### Custom Plugins And Themes + +If you want to override any of the default behaviors, just add a new file (ending in `.zsh`) in the `custom/` directory. + +If you have many functions that go well together, you can put them as a `XYZ.plugin.zsh` file in the `custom/plugins/` directory and then enable this plugin. + +If you would like to override the functionality of a plugin distributed with Oh My Zsh, create a plugin of the same name in the `custom/plugins/` directory and it will be loaded instead of the one in `plugins/`. + +### Enable GNU ls In macOS And freeBSD Systems + + + +The default behaviour in Oh My Zsh is to use BSD `ls` in macOS and FreeBSD systems. If GNU `ls` is installed +(as `gls` command), you can choose to use it instead. To do it, you can use zstyle-based config before +sourcing `oh-my-zsh.sh`: + +```zsh +zstyle ':omz:lib:theme-and-appearance' gnu-ls yes +``` + +_Note: this is not compatible with `DISABLE_LS_COLORS=true`_ + +### Skip Aliases + + + +If you want to skip default Oh My Zsh aliases (those defined in `lib/*` files) or plugin aliases, +you can use the settings below in your `~/.zshrc` file, **before Oh My Zsh is loaded**. Note that +there are many different ways to skip aliases, depending on your needs. + +```sh +# Skip all aliases, in lib files and enabled plugins +zstyle ':omz:*' aliases no + +# Skip all aliases in lib files +zstyle ':omz:lib:*' aliases no +# Skip only aliases defined in the directories.zsh lib file +zstyle ':omz:lib:directories' aliases no + +# Skip all plugin aliases +zstyle ':omz:plugins:*' aliases no +# Skip only the aliases from the git plugin +zstyle ':omz:plugins:git' aliases no +``` + +You can combine these in other ways taking into account that more specific scopes take precedence: + +```sh +# Skip all plugin aliases, except for the git plugin +zstyle ':omz:plugins:*' aliases no +zstyle ':omz:plugins:git' aliases yes +``` + +A previous version of this feature was using the setting below, which has been removed: + +```sh +zstyle ':omz:directories' aliases no +``` + +Instead, you can now use the following: + +```sh +zstyle ':omz:lib:directories' aliases no +``` + +### Disable async git prompt + +Async prompt functions are an experimental feature (included on April 3, 2024) that allows Oh My Zsh to render prompt information +asynchronously. This can improve prompt rendering performance, but it might not work well with some setups. We hope that's not an +issue, but if you're seeing problems with this new feature, you can turn it off by setting the following in your .zshrc file, +before Oh My Zsh is sourced: + +```sh +zstyle ':omz:alpha:lib:git' async-prompt no +``` + +#### Notice + +> This feature is currently in a testing phase and it may be subject to change in the future. +> It is also not currently compatible with plugin managers such as zpm or zinit, which don't +> source the init script (`oh-my-zsh.sh`) where this feature is implemented in. + +> It is also not currently aware of "aliases" that are defined as functions. Example of such +> are `gccd`, `ggf`, or `ggl` functions from the git plugin. + +## Getting Updates + +By default, you will be prompted to check for updates every 2 weeks. You can choose other update modes by adding a line to your `~/.zshrc` file, **before Oh My Zsh is loaded**: + +1. Automatic update without confirmation prompt: + + ```sh + zstyle ':omz:update' mode auto + ``` + +2. Just offer a reminder every few days, if there are updates available: + + ```sh + zstyle ':omz:update' mode reminder + ``` + +3. To disable automatic updates entirely: + + ```sh + zstyle ':omz:update' mode disabled + ``` + +NOTE: you can control how often Oh My Zsh checks for updates with the following setting: + +```sh +# This will check for updates every 7 days +zstyle ':omz:update' frequency 7 +# This will check for updates every time you open the terminal (not recommended) +zstyle ':omz:update' frequency 0 +``` + +### Updates Verbosity + +You can also limit the update verbosity with the following settings: + +```sh +zstyle ':omz:update' verbose default # default update prompt + +zstyle ':omz:update' verbose minimal # only few lines + +zstyle ':omz:update' verbose silent # only errors +``` + +### Manual Updates + +If you'd like to update at any point in time (maybe someone just released a new plugin and you don't want to wait a week?) you just need to run: + +```sh +omz update +``` + +Magic! 🎉 + +## Uninstalling Oh My Zsh + +Oh My Zsh isn't for everyone. We'll miss you, but we want to make this an easy breakup. + +If you want to uninstall `oh-my-zsh`, just run `uninstall_oh_my_zsh` from the command-line. It will remove itself and revert your previous `bash` or `zsh` configuration. + +## How Do I Contribute To Oh My Zsh? + +Before you participate in our delightful community, please read the [code of conduct](CODE_OF_CONDUCT.md). + +I'm far from being a [Zsh](https://www.zsh.org/) expert and suspect there are many ways to improve – if you have ideas on how to make the configuration easier to maintain (and faster), don't hesitate to fork and send pull requests! + +We also need people to test out pull requests. So take a look through [the open issues](https://github.com/ohmyzsh/ohmyzsh/issues) and help where you can. + +See [Contributing](CONTRIBUTING.md) for more details. + +### Do Not Send Us Themes + +We have (more than) enough themes for the time being. Please add your theme to the [external themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes) wiki page. + +## Contributors + +Oh My Zsh has a vibrant community of happy users and delightful contributors. Without all the time and help from our contributors, it wouldn't be so awesome. + +Thank you so much! + + + + + +## Follow Us + +We're on social media: + +- [@ohmyzsh](https://x.com/ohmyzsh) on X (formerly Twitter). You should follow it. +- [Facebook](https://www.facebook.com/Oh-My-Zsh-296616263819290/) poke us. +- [Instagram](https://www.instagram.com/_ohmyzsh/) tag us in your post showing Oh My Zsh! +- [Discord](https://discord.gg/ohmyzsh) to chat with us! + +## Merchandise + +We have [stickers, shirts, and coffee mugs available](https://shop.planetargon.com/collections/oh-my-zsh?utm_source=github) for you to show off your love of Oh My Zsh. Again, you will become the talk of the town! + +## License + +Oh My Zsh is released under the [MIT license](LICENSE.txt). + +## About Planet Argon + +![Planet Argon](https://pa-github-assets.s3.amazonaws.com/PARGON_logo_digital_COL-small.jpg) + +Oh My Zsh was started by the team at [Planet Argon](https://www.planetargon.com/?utm_source=github), a [Ruby on Rails development agency](https://www.planetargon.com/services/ruby-on-rails-development?utm_source=github). Check out our [other open source projects](https://www.planetargon.com/open-source?utm_source=github). diff --git a/.oh-my-zsh/SECURITY.md b/.oh-my-zsh/SECURITY.md new file mode 100644 index 0000000..ae7458e --- /dev/null +++ b/.oh-my-zsh/SECURITY.md @@ -0,0 +1,23 @@ +# Security Policy + +## Supported Versions + +At the moment Oh My Zsh only considers the very latest commit to be supported. +We combine that with our fast response to incidents and the automated updates +to minimize the time between vulnerability publication and patch release. + +| Version | Supported | +|:-------------- |:------------------ | +| master | :white_check_mark: | +| other commits | :x: | + +In the near future we will introduce versioning, so expect this section to change. + +## Reporting a Vulnerability + +**Do not submit an issue or pull request**: this might reveal the vulnerability. + +Instead, you should email the maintainers directly at: [**security@ohmyz.sh**](mailto:security@ohmyz.sh), +or using the link to [privately report a vulnerability with GitHub](https://github.com/ohmyzsh/ohmyzsh/security/advisories/new). + +We will deal with the vulnerability privately and submit a patch as soon as possible. diff --git a/.oh-my-zsh/cache/.gitkeep b/.oh-my-zsh/cache/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.oh-my-zsh/cache/.zsh-update b/.oh-my-zsh/cache/.zsh-update new file mode 100644 index 0000000..23c825e --- /dev/null +++ b/.oh-my-zsh/cache/.zsh-update @@ -0,0 +1 @@ +LAST_EPOCH=19922 diff --git a/.oh-my-zsh/cache/SYS_ALL_UNITS--system b/.oh-my-zsh/cache/SYS_ALL_UNITS--system new file mode 100644 index 0000000..1c481c4 --- /dev/null +++ b/.oh-my-zsh/cache/SYS_ALL_UNITS--system @@ -0,0 +1,4 @@ +_sys_all_units=( ${(Q)"${(z)$(<<\EO:_sys_all_units +'proc-sys-fs-binfmt_misc.automount' 'dev-disk-by\x2ddiskseq-1.device' 'dev-disk-by\x2ddiskseq-1\x2dpart1.device' 'dev-disk-by\x2ddiskseq-1\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2deui.a428b70431880049.device' 'dev-disk-by\x2did-nvme\x2deui.a428b70431880049\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2deui.a428b70431880049\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V_1.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V_1\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V_1\x2dpart2.device' 'dev-disk-by\x2dpartlabel-root.device' 'dev-disk-by\x2dpartuuid-3cd6dce5\x2df1be\x2d4434\x2d9103\x2d771a5a1f3eeb.device' 'dev-disk-by\x2dpartuuid-e071f073\x2d9dbf\x2d483c\x2d819c\x2d82f0ed895051.device' 'dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device' 'dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device' 'dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device' 'dev-disk-by\x2duuid-2B32\x2d9F77.device' 'dev-disk-by\x2duuid-aac1eb7a\x2d3769\x2d4f39\x2d942f\x2ddf16996fd006.device' 'dev-nvme0n1.device' 'dev-nvme0n1p1.device' 'dev-nvme0n1p2.device' 'dev-ptp0.device' 'dev-rfkill.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.1.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.6.device' 'dev-snd-controlC0.device' 'dev-snd-controlC1.device' 'dev-tpm0.device' 'dev-tpmrm0.device' 'dev-ttyS0.device' 'dev-ttyS1.device' 'dev-ttyS10.device' 'dev-ttyS11.device' 'dev-ttyS12.device' 'dev-ttyS13.device' 'dev-ttyS14.device' 'dev-ttyS15.device' 'dev-ttyS16.device' 'dev-ttyS17.device' 'dev-ttyS18.device' 'dev-ttyS19.device' 'dev-ttyS2.device' 'dev-ttyS20.device' 'dev-ttyS21.device' 'dev-ttyS22.device' 'dev-ttyS23.device' 'dev-ttyS24.device' 'dev-ttyS25.device' 'dev-ttyS26.device' 'dev-ttyS27.device' 'dev-ttyS28.device' 'dev-ttyS29.device' 'dev-ttyS3.device' 'dev-ttyS30.device' 'dev-ttyS31.device' 'dev-ttyS4.device' 'dev-ttyS5.device' 'dev-ttyS6.device' 'dev-ttyS7.device' 'dev-ttyS8.device' 'dev-ttyS9.device' 'sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpm-tpm0.device' 'sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device' 'sys-devices-pci0000:00-0000:00:02.2-0000:01:00.0-net-wlp1s0.device' 'sys-devices-pci0000:00-0000:00:02.2-0000:01:00.0-ptp-ptp0.device' 'sys-devices-pci0000:00-0000:00:02.3-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device' 'sys-devices-pci0000:00-0000:00:02.3-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device' 'sys-devices-pci0000:00-0000:00:02.3-0000:02:00.0-nvme-nvme0-nvme0n1.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.0-drm-card1-card1\x2deDP\x2d1-amdgpu_bl1.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.1-sound-card0-controlC0.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.4-usb3-3\x2d3-3\x2d3:1.0-bluetooth-hci0-hci0:256.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.4-usb3-3\x2d3-3\x2d3:1.0-bluetooth-hci0-hci0:3585.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.4-usb3-3\x2d3-3\x2d3:1.0-bluetooth-hci0.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.6-sound-card1-controlC1.device' 'sys-devices-platform-serial8250-tty-ttyS0.device' 'sys-devices-platform-serial8250-tty-ttyS1.device' 'sys-devices-platform-serial8250-tty-ttyS10.device' 'sys-devices-platform-serial8250-tty-ttyS11.device' 'sys-devices-platform-serial8250-tty-ttyS12.device' 'sys-devices-platform-serial8250-tty-ttyS13.device' 'sys-devices-platform-serial8250-tty-ttyS14.device' 'sys-devices-platform-serial8250-tty-ttyS15.device' 'sys-devices-platform-serial8250-tty-ttyS16.device' 'sys-devices-platform-serial8250-tty-ttyS17.device' 'sys-devices-platform-serial8250-tty-ttyS18.device' 'sys-devices-platform-serial8250-tty-ttyS19.device' 'sys-devices-platform-serial8250-tty-ttyS2.device' 'sys-devices-platform-serial8250-tty-ttyS20.device' 'sys-devices-platform-serial8250-tty-ttyS21.device' 'sys-devices-platform-serial8250-tty-ttyS22.device' 'sys-devices-platform-serial8250-tty-ttyS23.device' 'sys-devices-platform-serial8250-tty-ttyS24.device' 'sys-devices-platform-serial8250-tty-ttyS25.device' 'sys-devices-platform-serial8250-tty-ttyS26.device' 'sys-devices-platform-serial8250-tty-ttyS27.device' 'sys-devices-platform-serial8250-tty-ttyS28.device' 'sys-devices-platform-serial8250-tty-ttyS29.device' 'sys-devices-platform-serial8250-tty-ttyS3.device' 'sys-devices-platform-serial8250-tty-ttyS30.device' 'sys-devices-platform-serial8250-tty-ttyS31.device' 'sys-devices-platform-serial8250-tty-ttyS4.device' 'sys-devices-platform-serial8250-tty-ttyS5.device' 'sys-devices-platform-serial8250-tty-ttyS6.device' 'sys-devices-platform-serial8250-tty-ttyS7.device' 'sys-devices-platform-serial8250-tty-ttyS8.device' 'sys-devices-platform-serial8250-tty-ttyS9.device' 'sys-devices-virtual-misc-rfkill.device' 'sys-devices-virtual-net-br\x2d7b090e0c0310.device' 'sys-devices-virtual-net-docker0.device' 'sys-devices-virtual-net-tun0.device' 'sys-devices-virtual-net-veth572542a.device' 'sys-devices-virtual-net-veth81a97f4.device' 'sys-module-configfs.device' 'sys-module-fuse.device' 'sys-subsystem-bluetooth-devices-hci0.device' 'sys-subsystem-bluetooth-devices-hci0:256.device' 'sys-subsystem-bluetooth-devices-hci0:3585.device' 'sys-subsystem-net-devices-br\x2d7b090e0c0310.device' 'sys-subsystem-net-devices-docker0.device' 'sys-subsystem-net-devices-tun0.device' 'sys-subsystem-net-devices-veth572542a.device' 'sys-subsystem-net-devices-veth81a97f4.device' 'sys-subsystem-net-devices-wlp1s0.device' '-.mount' 'boot-efi.mount' 'dev-hugepages.mount' 'dev-mqueue.mount' 'home.mount' 'proc-sys-fs-binfmt_misc.mount' 'run-credentials-systemd\x2dsysctl.service.mount' 'run-credentials-systemd\x2dsysusers.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount' 'run-credentials-systemd\x2dvconsole\x2dsetup.service.mount' 'run-docker-netns-2b65f2a81d73.mount' 'run-docker-netns-7b3b29f25163.mount' 'run-user-1000-doc.mount' 'run-user-1000.mount' 'sys-fs-fuse-connections.mount' 'sys-kernel-config.mount' 'sys-kernel-debug.mount' 'sys-kernel-tracing.mount' 'tmp.mount' 'var-lib-docker-overlay2-51e8304b1053631e0a2fd38784259db70ad5446c622f1fd8cf07f142883457aa-merged.mount' 'var-lib-docker-overlay2-a8ac2a2da680ab8b60940002647777e39aef841600e498d171e7281609ca1d9a-merged.mount' 'var-lib-machines.mount' 'cups.path' 'systemd-ask-password-console.path' 'systemd-ask-password-plymouth.path' 'systemd-ask-password-wall.path' 'docker-5b91167fead71c8966256e6e5488e30cb870475fb3b4fd019b53c333f79e6896.scope' 'docker-625f2dfbb2d01d10d5aa2def9d041facc2971c025f49877dc4673e2268472305.scope' 'init.scope' 'session-2.scope' 'alsa-restore.service' 'alsa-state.service' 'archlinux-keyring-wkd-sync.service' 'auditd.service' 'auto-cpufreq.service' 'autofs.service' 'bluetooth.service' 'containerd.service' 'cronie.service' 'cups.service' 'dbus.service' 'dm-event.service' 'docker.service' 'emergency.service' 'firewalld.service' 'fstrim.service' 'getty@tty1.service' 'haveged.service' 'initrd-cleanup.service' 'initrd-parse-etc.service' 'initrd-switch-root.service' 'initrd-udevadm-cleanup-db.service' 'kmod-static-nodes.service' 'ldconfig.service' 'logrotate.service' 'lvm2-lvmpolld.service' 'lvm2-monitor.service' 'man-db.service' 'mkinitcpio-generate-shutdown-ramfs.service' 'ModemManager.service' 'modprobe@configfs.service' 'modprobe@dm_mod.service' 'modprobe@drm.service' 'modprobe@fuse.service' 'modprobe@loop.service' 'NetworkManager-wait-online.service' 'NetworkManager.service' 'nslcd.service' 'pacman-filesdb-refresh.service' 'pamac-cleancache.service' 'pamac-mirrorlist.service' 'plymouth-quit-wait.service' 'plymouth-quit.service' 'plymouth-read-write.service' 'plymouth-start.service' 'plymouth-switch-root.service' 'polkit.service' 'power-profiles-daemon.service' 'rc-local.service' 'rescue.service' 'rtkit-daemon.service' 'sddm.service' 'shadow.service' 'syslog.service' 'system76-power.service' 'systemd-ask-password-console.service' 'systemd-ask-password-plymouth.service' 'systemd-ask-password-wall.service' 'systemd-backlight@backlight:amdgpu_bl1.service' 'systemd-battery-check.service' 'systemd-binfmt.service' 'systemd-boot-random-seed.service' 'systemd-firstboot.service' 'systemd-fsck-root.service' 'systemd-fsck@dev-disk-by\x2duuid-2B32\x2d9F77.service' 'systemd-hwdb-update.service' 'systemd-journal-catalog-update.service' 'systemd-journal-flush.service' 'systemd-journald.service' 'systemd-logind.service' 'systemd-machine-id-commit.service' 'systemd-modules-load.service' 'systemd-oomd.service' 'systemd-pcrmachine.service' 'systemd-pcrphase-initrd.service' 'systemd-pcrphase-sysinit.service' 'systemd-pcrphase.service' 'systemd-quotacheck.service' 'systemd-random-seed.service' 'systemd-remount-fs.service' 'systemd-repart.service' 'systemd-rfkill.service' 'systemd-sysctl.service' 'systemd-sysext.service' 'systemd-sysusers.service' 'systemd-tmpfiles-clean.service' 'systemd-tmpfiles-setup-dev-early.service' 'systemd-tmpfiles-setup-dev.service' 'systemd-tmpfiles-setup.service' 'systemd-udev-settle.service' 'systemd-udev-trigger.service' 'systemd-udevd.service' 'systemd-update-done.service' 'systemd-update-utmp.service' 'systemd-user-sessions.service' 'systemd-vconsole-setup.service' 'tlp.service' 'tuned.service' 'udisks2.service' 'upower.service' 'user-runtime-dir@1000.service' 'user@1000.service' 'wpa_supplicant.service' 'ypbind.service' '-.slice' 'system-getty.slice' 'system-modprobe.slice' 'system-systemd\x2dbacklight.slice' 'system-systemd\x2dfsck.slice' 'system.slice' 'user-1000.slice' 'user.slice' 'cups.socket' 'dbus.socket' 'dm-event.socket' 'docker.socket' 'lvm2-lvmpolld.socket' 'syslog.socket' 'systemd-coredump.socket' 'systemd-journald-audit.socket' 'systemd-journald-dev-log.socket' 'systemd-journald.socket' 'systemd-oomd.socket' 'systemd-rfkill.socket' 'systemd-udevd-control.socket' 'systemd-udevd-kernel.socket' 'swapfile.swap' 'basic.target' 'blockdev@dev-disk-by\x2duuid-2B32\x2d9F77.target' 'blockdev@dev-disk-by\x2duuid-aac1eb7a\x2d3769\x2d4f39\x2d942f\x2ddf16996fd006.target' 'blockdev@dev-nvme0n1p1.target' 'bluetooth.target' 'cryptsetup-pre.target' 'cryptsetup.target' 'display-manager.target' 'emergency.target' 'first-boot-complete.target' 'getty-pre.target' 'getty.target' 'graphical.target' 'initrd-fs.target' 'initrd-root-device.target' 'initrd-root-fs.target' 'initrd-switch-root.target' 'initrd-usr-fs.target' 'initrd.target' 'integritysetup.target' 'local-fs-pre.target' 'local-fs.target' 'multi-user.target' 'network-online.target' 'network-pre.target' 'network.target' 'nss-lookup.target' 'nss-user-lookup.target' 'paths.target' 'remote-cryptsetup.target' 'remote-fs-pre.target' 'remote-fs.target' 'remote-veritysetup.target' 'rescue.target' 'shutdown.target' 'slices.target' 'sockets.target' 'sound.target' 'swap.target' 'sysinit.target' 'time-set.target' 'time-sync.target' 'timers.target' 'umount.target' 'veritysetup-pre.target' 'veritysetup.target' 'archlinux-keyring-wkd-sync.timer' 'fstrim.timer' 'logrotate.timer' 'man-db.timer' 'pacman-filesdb-refresh.timer' 'pamac-cleancache.timer' 'pamac-mirrorlist.timer' 'shadow.timer' 'systemd-tmpfiles-clean.timer' +EO:_sys_all_units +)}"} ) diff --git a/.oh-my-zsh/cache/SYS_REALLY_ALL_UNITS--system b/.oh-my-zsh/cache/SYS_REALLY_ALL_UNITS--system new file mode 100644 index 0000000..7d8add6 --- /dev/null +++ b/.oh-my-zsh/cache/SYS_REALLY_ALL_UNITS--system @@ -0,0 +1,4 @@ +_sys_really_all_units=( ${(Q)"${(z)$(<<\EO:_sys_really_all_units +'proc-sys-fs-binfmt_misc.automount' 'dev-disk-by\x2ddiskseq-1.device' 'dev-disk-by\x2ddiskseq-1\x2dpart1.device' 'dev-disk-by\x2ddiskseq-1\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2deui.a428b70431880049.device' 'dev-disk-by\x2did-nvme\x2deui.a428b70431880049\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2deui.a428b70431880049\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V\x2dpart2.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V_1.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V_1\x2dpart1.device' 'dev-disk-by\x2did-nvme\x2dYMTC_PC005_512GB_YMA1512JA211510L9V_1\x2dpart2.device' 'dev-disk-by\x2dpartlabel-root.device' 'dev-disk-by\x2dpartuuid-3cd6dce5\x2df1be\x2d4434\x2d9103\x2d771a5a1f3eeb.device' 'dev-disk-by\x2dpartuuid-e071f073\x2d9dbf\x2d483c\x2d819c\x2d82f0ed895051.device' 'dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device' 'dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device' 'dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device' 'dev-disk-by\x2duuid-2B32\x2d9F77.device' 'dev-disk-by\x2duuid-aac1eb7a\x2d3769\x2d4f39\x2d942f\x2ddf16996fd006.device' 'dev-nvme0n1.device' 'dev-nvme0n1p1.device' 'dev-nvme0n1p2.device' 'dev-ptp0.device' 'dev-rfkill.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.1.device' 'dev-snd-by\x2dpath-pci\x2d0000:03:00.6.device' 'dev-snd-controlC0.device' 'dev-snd-controlC1.device' 'dev-tpm0.device' 'dev-tpmrm0.device' 'dev-ttyS0.device' 'dev-ttyS1.device' 'dev-ttyS10.device' 'dev-ttyS11.device' 'dev-ttyS12.device' 'dev-ttyS13.device' 'dev-ttyS14.device' 'dev-ttyS15.device' 'dev-ttyS16.device' 'dev-ttyS17.device' 'dev-ttyS18.device' 'dev-ttyS19.device' 'dev-ttyS2.device' 'dev-ttyS20.device' 'dev-ttyS21.device' 'dev-ttyS22.device' 'dev-ttyS23.device' 'dev-ttyS24.device' 'dev-ttyS25.device' 'dev-ttyS26.device' 'dev-ttyS27.device' 'dev-ttyS28.device' 'dev-ttyS29.device' 'dev-ttyS3.device' 'dev-ttyS30.device' 'dev-ttyS31.device' 'dev-ttyS4.device' 'dev-ttyS5.device' 'dev-ttyS6.device' 'dev-ttyS7.device' 'dev-ttyS8.device' 'dev-ttyS9.device' 'sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpm-tpm0.device' 'sys-devices-LNXSYSTM:00-LNXSYBUS:00-MSFT0101:00-tpmrm-tpmrm0.device' 'sys-devices-pci0000:00-0000:00:02.2-0000:01:00.0-net-wlp1s0.device' 'sys-devices-pci0000:00-0000:00:02.2-0000:01:00.0-ptp-ptp0.device' 'sys-devices-pci0000:00-0000:00:02.3-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device' 'sys-devices-pci0000:00-0000:00:02.3-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device' 'sys-devices-pci0000:00-0000:00:02.3-0000:02:00.0-nvme-nvme0-nvme0n1.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.0-drm-card1-card1\x2deDP\x2d1-amdgpu_bl1.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.1-sound-card0-controlC0.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.4-usb3-3\x2d3-3\x2d3:1.0-bluetooth-hci0-hci0:256.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.4-usb3-3\x2d3-3\x2d3:1.0-bluetooth-hci0-hci0:3585.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.4-usb3-3\x2d3-3\x2d3:1.0-bluetooth-hci0.device' 'sys-devices-pci0000:00-0000:00:08.1-0000:03:00.6-sound-card1-controlC1.device' 'sys-devices-platform-serial8250-tty-ttyS0.device' 'sys-devices-platform-serial8250-tty-ttyS1.device' 'sys-devices-platform-serial8250-tty-ttyS10.device' 'sys-devices-platform-serial8250-tty-ttyS11.device' 'sys-devices-platform-serial8250-tty-ttyS12.device' 'sys-devices-platform-serial8250-tty-ttyS13.device' 'sys-devices-platform-serial8250-tty-ttyS14.device' 'sys-devices-platform-serial8250-tty-ttyS15.device' 'sys-devices-platform-serial8250-tty-ttyS16.device' 'sys-devices-platform-serial8250-tty-ttyS17.device' 'sys-devices-platform-serial8250-tty-ttyS18.device' 'sys-devices-platform-serial8250-tty-ttyS19.device' 'sys-devices-platform-serial8250-tty-ttyS2.device' 'sys-devices-platform-serial8250-tty-ttyS20.device' 'sys-devices-platform-serial8250-tty-ttyS21.device' 'sys-devices-platform-serial8250-tty-ttyS22.device' 'sys-devices-platform-serial8250-tty-ttyS23.device' 'sys-devices-platform-serial8250-tty-ttyS24.device' 'sys-devices-platform-serial8250-tty-ttyS25.device' 'sys-devices-platform-serial8250-tty-ttyS26.device' 'sys-devices-platform-serial8250-tty-ttyS27.device' 'sys-devices-platform-serial8250-tty-ttyS28.device' 'sys-devices-platform-serial8250-tty-ttyS29.device' 'sys-devices-platform-serial8250-tty-ttyS3.device' 'sys-devices-platform-serial8250-tty-ttyS30.device' 'sys-devices-platform-serial8250-tty-ttyS31.device' 'sys-devices-platform-serial8250-tty-ttyS4.device' 'sys-devices-platform-serial8250-tty-ttyS5.device' 'sys-devices-platform-serial8250-tty-ttyS6.device' 'sys-devices-platform-serial8250-tty-ttyS7.device' 'sys-devices-platform-serial8250-tty-ttyS8.device' 'sys-devices-platform-serial8250-tty-ttyS9.device' 'sys-devices-virtual-misc-rfkill.device' 'sys-devices-virtual-net-br\x2d7b090e0c0310.device' 'sys-devices-virtual-net-docker0.device' 'sys-devices-virtual-net-tun0.device' 'sys-devices-virtual-net-veth572542a.device' 'sys-devices-virtual-net-veth81a97f4.device' 'sys-module-configfs.device' 'sys-module-fuse.device' 'sys-subsystem-bluetooth-devices-hci0.device' 'sys-subsystem-bluetooth-devices-hci0:256.device' 'sys-subsystem-bluetooth-devices-hci0:3585.device' 'sys-subsystem-net-devices-br\x2d7b090e0c0310.device' 'sys-subsystem-net-devices-docker0.device' 'sys-subsystem-net-devices-tun0.device' 'sys-subsystem-net-devices-veth572542a.device' 'sys-subsystem-net-devices-veth81a97f4.device' 'sys-subsystem-net-devices-wlp1s0.device' '-.mount' 'boot-efi.mount' 'dev-hugepages.mount' 'dev-mqueue.mount' 'home.mount' 'proc-sys-fs-binfmt_misc.mount' 'run-credentials-systemd\x2dsysctl.service.mount' 'run-credentials-systemd\x2dsysusers.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount' 'run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev\x2dearly.service.mount' 'run-credentials-systemd\x2dvconsole\x2dsetup.service.mount' 'run-docker-netns-2b65f2a81d73.mount' 'run-docker-netns-7b3b29f25163.mount' 'run-user-1000-doc.mount' 'run-user-1000.mount' 'sys-fs-fuse-connections.mount' 'sys-kernel-config.mount' 'sys-kernel-debug.mount' 'sys-kernel-tracing.mount' 'tmp.mount' 'var-lib-docker-overlay2-51e8304b1053631e0a2fd38784259db70ad5446c622f1fd8cf07f142883457aa-merged.mount' 'var-lib-docker-overlay2-a8ac2a2da680ab8b60940002647777e39aef841600e498d171e7281609ca1d9a-merged.mount' 'var-lib-machines.mount' 'cups.path' 'systemd-ask-password-console.path' 'systemd-ask-password-plymouth.path' 'systemd-ask-password-wall.path' 'docker-5b91167fead71c8966256e6e5488e30cb870475fb3b4fd019b53c333f79e6896.scope' 'docker-625f2dfbb2d01d10d5aa2def9d041facc2971c025f49877dc4673e2268472305.scope' 'init.scope' 'session-2.scope' 'alsa-restore.service' 'alsa-state.service' 'archlinux-keyring-wkd-sync.service' 'auditd.service' 'auto-cpufreq.service' 'autofs.service' 'bluetooth.service' 'containerd.service' 'cronie.service' 'cups.service' 'dbus.service' 'dm-event.service' 'docker.service' 'emergency.service' 'firewalld.service' 'fstrim.service' 'getty@tty1.service' 'haveged.service' 'initrd-cleanup.service' 'initrd-parse-etc.service' 'initrd-switch-root.service' 'initrd-udevadm-cleanup-db.service' 'kmod-static-nodes.service' 'ldconfig.service' 'logrotate.service' 'lvm2-lvmpolld.service' 'lvm2-monitor.service' 'man-db.service' 'mkinitcpio-generate-shutdown-ramfs.service' 'ModemManager.service' 'modprobe@configfs.service' 'modprobe@dm_mod.service' 'modprobe@drm.service' 'modprobe@fuse.service' 'modprobe@loop.service' 'NetworkManager-wait-online.service' 'NetworkManager.service' 'nslcd.service' 'pacman-filesdb-refresh.service' 'pamac-cleancache.service' 'pamac-mirrorlist.service' 'plymouth-quit-wait.service' 'plymouth-quit.service' 'plymouth-read-write.service' 'plymouth-start.service' 'plymouth-switch-root.service' 'polkit.service' 'power-profiles-daemon.service' 'rc-local.service' 'rescue.service' 'rtkit-daemon.service' 'sddm.service' 'shadow.service' 'syslog.service' 'system76-power.service' 'systemd-ask-password-console.service' 'systemd-ask-password-plymouth.service' 'systemd-ask-password-wall.service' 'systemd-backlight@backlight:amdgpu_bl1.service' 'systemd-battery-check.service' 'systemd-binfmt.service' 'systemd-boot-random-seed.service' 'systemd-firstboot.service' 'systemd-fsck-root.service' 'systemd-fsck@dev-disk-by\x2duuid-2B32\x2d9F77.service' 'systemd-hwdb-update.service' 'systemd-journal-catalog-update.service' 'systemd-journal-flush.service' 'systemd-journald.service' 'systemd-logind.service' 'systemd-machine-id-commit.service' 'systemd-modules-load.service' 'systemd-oomd.service' 'systemd-pcrmachine.service' 'systemd-pcrphase-initrd.service' 'systemd-pcrphase-sysinit.service' 'systemd-pcrphase.service' 'systemd-quotacheck.service' 'systemd-random-seed.service' 'systemd-remount-fs.service' 'systemd-repart.service' 'systemd-rfkill.service' 'systemd-sysctl.service' 'systemd-sysext.service' 'systemd-sysusers.service' 'systemd-tmpfiles-clean.service' 'systemd-tmpfiles-setup-dev-early.service' 'systemd-tmpfiles-setup-dev.service' 'systemd-tmpfiles-setup.service' 'systemd-udev-settle.service' 'systemd-udev-trigger.service' 'systemd-udevd.service' 'systemd-update-done.service' 'systemd-update-utmp.service' 'systemd-user-sessions.service' 'systemd-vconsole-setup.service' 'tlp.service' 'tuned.service' 'udisks2.service' 'upower.service' 'user-runtime-dir@1000.service' 'user@1000.service' 'wpa_supplicant.service' 'ypbind.service' '-.slice' 'system-getty.slice' 'system-modprobe.slice' 'system-systemd\x2dbacklight.slice' 'system-systemd\x2dfsck.slice' 'system.slice' 'user-1000.slice' 'user.slice' 'cups.socket' 'dbus.socket' 'dm-event.socket' 'docker.socket' 'lvm2-lvmpolld.socket' 'syslog.socket' 'systemd-coredump.socket' 'systemd-journald-audit.socket' 'systemd-journald-dev-log.socket' 'systemd-journald.socket' 'systemd-oomd.socket' 'systemd-rfkill.socket' 'systemd-udevd-control.socket' 'systemd-udevd-kernel.socket' 'swapfile.swap' 'basic.target' 'blockdev@dev-disk-by\x2duuid-2B32\x2d9F77.target' 'blockdev@dev-disk-by\x2duuid-aac1eb7a\x2d3769\x2d4f39\x2d942f\x2ddf16996fd006.target' 'blockdev@dev-nvme0n1p1.target' 'bluetooth.target' 'cryptsetup-pre.target' 'cryptsetup.target' 'display-manager.target' 'emergency.target' 'first-boot-complete.target' 'getty-pre.target' 'getty.target' 'graphical.target' 'initrd-fs.target' 'initrd-root-device.target' 'initrd-root-fs.target' 'initrd-switch-root.target' 'initrd-usr-fs.target' 'initrd.target' 'integritysetup.target' 'local-fs-pre.target' 'local-fs.target' 'multi-user.target' 'network-online.target' 'network-pre.target' 'network.target' 'nss-lookup.target' 'nss-user-lookup.target' 'paths.target' 'remote-cryptsetup.target' 'remote-fs-pre.target' 'remote-fs.target' 'remote-veritysetup.target' 'rescue.target' 'shutdown.target' 'slices.target' 'sockets.target' 'sound.target' 'swap.target' 'sysinit.target' 'time-set.target' 'time-sync.target' 'timers.target' 'umount.target' 'veritysetup-pre.target' 'veritysetup.target' 'archlinux-keyring-wkd-sync.timer' 'fstrim.timer' 'logrotate.timer' 'man-db.timer' 'pacman-filesdb-refresh.timer' 'pamac-cleancache.timer' 'pamac-mirrorlist.timer' 'shadow.timer' 'systemd-tmpfiles-clean.timer' 'proc-fs-nfsd.mount' 'var-lib-nfs-rpc_pipefs.mount' 'gpm.path' 'ostree-finalize-staged.path' 'accounts-daemon.service' 'acpid.service' 'auth-rpcgss-module.service' 'autovt@.service' 'avahi-daemon.service' 'avahi-dnsconfd.service' 'blk-availability.service' 'bluetooth-mesh.service' 'bolt.service' 'btrfs-scrub@.service' 'canberra-system-bootup.service' 'canberra-system-shutdown-reboot.service' 'canberra-system-shutdown.service' 'configure-printer@.service' 'console-getty.service' 'container-getty@.service' 'cpupower.service' 'cups-lpd@.service' 'dbus-org.bluez.service' 'dbus-org.freedesktop.hostname1.service' 'dbus-org.freedesktop.import1.service' 'dbus-org.freedesktop.locale1.service' 'dbus-org.freedesktop.login1.service' 'dbus-org.freedesktop.machine1.service' 'dbus-org.freedesktop.ModemManager1.service' 'dbus-org.freedesktop.nm-dispatcher.service' 'dbus-org.freedesktop.portable1.service' 'dbus-org.freedesktop.timedate1.service' 'debug-shell.service' 'dhclient@.service' 'dhcpcd.service' 'dhcpcd@.service' 'display-manager.service' 'dmraid.service' 'dnsmasq.service' 'e2scrub@.service' 'e2scrub_all.service' 'e2scrub_fail@.service' 'e2scrub_reap.service' 'fancontrol.service' 'flatpak-system-helper.service' 'fsidd.service' 'ftpd.service' 'fwupd-offline-update.service' 'fwupd-refresh.service' 'fwupd.service' 'geoclue.service' 'getty@.service' 'git-daemon@.service' 'gpm.service' 'grub-btrfsd.service' 'gssproxy.service' 'haveged-once.service' 'healthd.service' 'ip6tables.service' 'iptables.service' 'krb5-kadmind.service' 'krb5-kdc.service' 'krb5-kpropd.service' 'krb5-kpropd@.service' 'lightdm-plymouth.service' 'lm_sensors.service' 'lxdm-plymouth.service' 'mdadm-grow-continue@.service' 'mdadm-last-resort@.service' 'mdcheck_continue.service' 'mdcheck_start.service' 'mdmon@.service' 'mdmonitor-oneshot.service' 'mdmonitor.service' 'modprobe@.service' 'NetworkManager-dispatcher.service' 'nfs-blkmap.service' 'nfs-idmapd.service' 'nfs-mountd.service' 'nfs-server.service' 'nfs-utils.service' 'nfsdcld.service' 'nfsv4-exportd.service' 'nfsv4-server.service' 'nftables.service' 'nm-priv-helper.service' 'nmb.service' 'ntpd.service' 'ntpdate.service' 'openvpn-client@.service' 'openvpn-server@.service' 'ostree-boot-complete.service' 'ostree-finalize-staged-hold.service' 'ostree-finalize-staged.service' 'ostree-prepare-root.service' 'ostree-remount.service' 'paccache.service' 'packagekit-offline-update.service' 'packagekit.service' 'pam_namespace.service' 'pamac-daemon.service' 'pamac-offline-upgrade.service' 'passim.service' 'pcscd.service' 'plymouth-deactivate.service' 'plymouth-halt.service' 'plymouth-kexec.service' 'plymouth-poweroff.service' 'plymouth-reboot.service' 'plymouth-switch-root-initramfs.service' 'ppp@.service' 'quotaon.service' 'rfkill-block@.service' 'rfkill-unblock@.service' 'rlogin@.service' 'rpc-gssd.service' 'rpc-statd-notify.service' 'rpc-statd.service' 'rpcbind.service' 'rsh@.service' 'rsyncd.service' 'rsyncd@.service' 'samba.service' 'saned@.service' 'sddm-plymouth.service' 'sensord.service' 'serial-getty@.service' 'smartd.service' 'smb.service' 'snmpd.service' 'snmptrapd.service' 'sshd.service' 'sshdgenkeys.service' 'sudo_logsrvd.service' 'system-update-cleanup.service' 'systemd-backlight@.service' 'systemd-bless-boot.service' 'systemd-boot-check-no-failures.service' 'systemd-boot-update.service' 'systemd-confext.service' 'systemd-coredump@.service' 'systemd-exit.service' 'systemd-fsck@.service' 'systemd-growfs-root.service' 'systemd-growfs@.service' 'systemd-halt.service' 'systemd-hibernate.service' 'systemd-homed-activate.service' 'systemd-homed.service' 'systemd-hostnamed.service' 'systemd-hybrid-sleep.service' 'systemd-importd.service' 'systemd-journal-gatewayd.service' 'systemd-journal-remote.service' 'systemd-journal-upload.service' 'systemd-journald@.service' 'systemd-kexec.service' 'systemd-localed.service' 'systemd-machined.service' 'systemd-network-generator.service' 'systemd-networkd-wait-online.service' 'systemd-networkd-wait-online@.service' 'systemd-networkd.service' 'systemd-nspawn@.service' 'systemd-pcrfs-root.service' 'systemd-pcrfs@.service' 'systemd-portabled.service' 'systemd-poweroff.service' 'systemd-pstore.service' 'systemd-reboot.service' 'systemd-resolved.service' 'systemd-soft-reboot.service' 'systemd-suspend-then-hibernate.service' 'systemd-suspend.service' 'systemd-sysupdate-reboot.service' 'systemd-sysupdate.service' 'systemd-time-wait-sync.service' 'systemd-timedated.service' 'systemd-timesyncd.service' 'systemd-userdbd.service' 'systemd-volatile-root.service' 'talk.service' 'teamd@.service' 'telnet@.service' 'usb_modeswitch@.service' 'usbmuxd.service' 'user-runtime-dir@.service' 'user@.service' 'uuidd.service' 'vpnc@.service' 'winbind.service' 'wpa_supplicant-nl80211@.service' 'wpa_supplicant-wired@.service' 'wpa_supplicant@.service' 'xfs_scrub@.service' 'xfs_scrub_all.service' 'xfs_scrub_fail@.service' 'xl2tpd.service' 'machine.slice' 'system-systemd\x2dcryptsetup.slice' 'system-systemd\x2dveritysetup.slice' 'avahi-daemon.socket' 'cups-lpd.socket' 'git-daemon.socket' 'krb5-kpropd.socket' 'pcscd.socket' 'rlogin.socket' 'rpcbind.socket' 'rsh.socket' 'rsyncd.socket' 'saned.socket' 'systemd-journal-gatewayd.socket' 'systemd-journal-remote.socket' 'systemd-journald-varlink@.socket' 'systemd-journald@.socket' 'systemd-networkd.socket' 'systemd-userdbd.socket' 'talk.socket' 'telnet.socket' 'uuidd.socket' 'blockdev@.target' 'boot-complete.target' 'ctrl-alt-del.target' 'default.target' 'exit.target' 'factory-reset.target' 'final.target' 'halt.target' 'hibernate.target' 'hybrid-sleep.target' 'integritysetup-pre.target' 'kexec.target' 'machines.target' 'nfs-client.target' 'poweroff.target' 'printer.target' 'reboot.target' 'rpc_pipefs.target' 'rpcbind.target' 'sigpwr.target' 'sleep.target' 'smartcard.target' 'soft-reboot.target' 'suspend-then-hibernate.target' 'suspend.target' 'system-update-pre.target' 'system-update.target' 'usb-gadget.target' 'btrfs-scrub@.timer' 'e2scrub_all.timer' 'fwupd-refresh.timer' 'mdadm-last-resort@.timer' 'mdcheck_continue.timer' 'mdcheck_start.timer' 'mdmonitor-oneshot.timer' 'paccache.timer' 'systemd-sysupdate-reboot.timer' 'systemd-sysupdate.timer' 'xfs_scrub_all.timer' +EO:_sys_really_all_units +)}"} ) diff --git a/.oh-my-zsh/cache/completions/_docker b/.oh-my-zsh/cache/completions/_docker new file mode 100644 index 0000000..2089017 --- /dev/null +++ b/.oh-my-zsh/cache/completions/_docker @@ -0,0 +1,212 @@ +#compdef docker +compdef _docker docker + +# zsh completion for docker -*- shell-script -*- + +__docker_debug() +{ + local file="$BASH_COMP_DEBUG_FILE" + if [[ -n ${file} ]]; then + echo "$*" >> "${file}" + fi +} + +_docker() +{ + local shellCompDirectiveError=1 + local shellCompDirectiveNoSpace=2 + local shellCompDirectiveNoFileComp=4 + local shellCompDirectiveFilterFileExt=8 + local shellCompDirectiveFilterDirs=16 + local shellCompDirectiveKeepOrder=32 + + local lastParam lastChar flagPrefix requestComp out directive comp lastComp noSpace keepOrder + local -a completions + + __docker_debug "\n========= starting completion logic ==========" + __docker_debug "CURRENT: ${CURRENT}, words[*]: ${words[*]}" + + # The user could have moved the cursor backwards on the command-line. + # We need to trigger completion from the $CURRENT location, so we need + # to truncate the command-line ($words) up to the $CURRENT location. + # (We cannot use $CURSOR as its value does not work when a command is an alias.) + words=("${=words[1,CURRENT]}") + __docker_debug "Truncated words[*]: ${words[*]}," + + lastParam=${words[-1]} + lastChar=${lastParam[-1]} + __docker_debug "lastParam: ${lastParam}, lastChar: ${lastChar}" + + # For zsh, when completing a flag with an = (e.g., docker -n=) + # completions must be prefixed with the flag + setopt local_options BASH_REMATCH + if [[ "${lastParam}" =~ '-.*=' ]]; then + # We are dealing with a flag with an = + flagPrefix="-P ${BASH_REMATCH}" + fi + + # Prepare the command to obtain completions + requestComp="${words[1]} __completeNoDesc ${words[2,-1]}" + if [ "${lastChar}" = "" ]; then + # If the last parameter is complete (there is a space following it) + # We add an extra empty parameter so we can indicate this to the go completion code. + __docker_debug "Adding extra empty parameter" + requestComp="${requestComp} \"\"" + fi + + __docker_debug "About to call: eval ${requestComp}" + + # Use eval to handle any environment variables and such + out=$(eval ${requestComp} 2>/dev/null) + __docker_debug "completion output: ${out}" + + # Extract the directive integer following a : from the last line + local lastLine + while IFS='\n' read -r line; do + lastLine=${line} + done < <(printf "%s\n" "${out[@]}") + __docker_debug "last line: ${lastLine}" + + if [ "${lastLine[1]}" = : ]; then + directive=${lastLine[2,-1]} + # Remove the directive including the : and the newline + local suffix + (( suffix=${#lastLine}+2)) + out=${out[1,-$suffix]} + else + # There is no directive specified. Leave $out as is. + __docker_debug "No directive found. Setting do default" + directive=0 + fi + + __docker_debug "directive: ${directive}" + __docker_debug "completions: ${out}" + __docker_debug "flagPrefix: ${flagPrefix}" + + if [ $((directive & shellCompDirectiveError)) -ne 0 ]; then + __docker_debug "Completion received error. Ignoring completions." + return + fi + + local activeHelpMarker="_activeHelp_ " + local endIndex=${#activeHelpMarker} + local startIndex=$((${#activeHelpMarker}+1)) + local hasActiveHelp=0 + while IFS='\n' read -r comp; do + # Check if this is an activeHelp statement (i.e., prefixed with $activeHelpMarker) + if [ "${comp[1,$endIndex]}" = "$activeHelpMarker" ];then + __docker_debug "ActiveHelp found: $comp" + comp="${comp[$startIndex,-1]}" + if [ -n "$comp" ]; then + compadd -x "${comp}" + __docker_debug "ActiveHelp will need delimiter" + hasActiveHelp=1 + fi + + continue + fi + + if [ -n "$comp" ]; then + # If requested, completions are returned with a description. + # The description is preceded by a TAB character. + # For zsh's _describe, we need to use a : instead of a TAB. + # We first need to escape any : as part of the completion itself. + comp=${comp//:/\\:} + + local tab="$(printf '\t')" + comp=${comp//$tab/:} + + __docker_debug "Adding completion: ${comp}" + completions+=${comp} + lastComp=$comp + fi + done < <(printf "%s\n" "${out[@]}") + + # Add a delimiter after the activeHelp statements, but only if: + # - there are completions following the activeHelp statements, or + # - file completion will be performed (so there will be choices after the activeHelp) + if [ $hasActiveHelp -eq 1 ]; then + if [ ${#completions} -ne 0 ] || [ $((directive & shellCompDirectiveNoFileComp)) -eq 0 ]; then + __docker_debug "Adding activeHelp delimiter" + compadd -x "--" + hasActiveHelp=0 + fi + fi + + if [ $((directive & shellCompDirectiveNoSpace)) -ne 0 ]; then + __docker_debug "Activating nospace." + noSpace="-S ''" + fi + + if [ $((directive & shellCompDirectiveKeepOrder)) -ne 0 ]; then + __docker_debug "Activating keep order." + keepOrder="-V" + fi + + if [ $((directive & shellCompDirectiveFilterFileExt)) -ne 0 ]; then + # File extension filtering + local filteringCmd + filteringCmd='_files' + for filter in ${completions[@]}; do + if [ ${filter[1]} != '*' ]; then + # zsh requires a glob pattern to do file filtering + filter="\*.$filter" + fi + filteringCmd+=" -g $filter" + done + filteringCmd+=" ${flagPrefix}" + + __docker_debug "File filtering command: $filteringCmd" + _arguments '*:filename:'"$filteringCmd" + elif [ $((directive & shellCompDirectiveFilterDirs)) -ne 0 ]; then + # File completion for directories only + local subdir + subdir="${completions[1]}" + if [ -n "$subdir" ]; then + __docker_debug "Listing directories in $subdir" + pushd "${subdir}" >/dev/null 2>&1 + else + __docker_debug "Listing directories in ." + fi + + local result + _arguments '*:dirname:_files -/'" ${flagPrefix}" + result=$? + if [ -n "$subdir" ]; then + popd >/dev/null 2>&1 + fi + return $result + else + __docker_debug "Calling _describe" + if eval _describe $keepOrder "completions" completions $flagPrefix $noSpace; then + __docker_debug "_describe found some completions" + + # Return the success of having called _describe + return 0 + else + __docker_debug "_describe did not find completions." + __docker_debug "Checking if we should do file completion." + if [ $((directive & shellCompDirectiveNoFileComp)) -ne 0 ]; then + __docker_debug "deactivating file completion" + + # We must return an error code here to let zsh know that there were no + # completions found by _describe; this is what will trigger other + # matching algorithms to attempt to find completions. + # For example zsh can match letters in the middle of words. + return 1 + else + # Perform file completion + __docker_debug "Activating file completion" + + # We must return the result of this command, so it must be the + # last command, or else we must store its result to return it. + _arguments '*:filename:_files'" ${flagPrefix}" + fi + fi + fi +} + +# don't run the completion function when being source-ed or eval-ed +if [ "$funcstack[1]" = "_docker" ]; then + _docker +fi diff --git a/.oh-my-zsh/cache/grep-alias b/.oh-my-zsh/cache/grep-alias new file mode 100644 index 0000000..d543d0b --- /dev/null +++ b/.oh-my-zsh/cache/grep-alias @@ -0,0 +1,3 @@ +alias grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' +alias egrep='grep -E --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' +alias fgrep='grep -F --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' diff --git a/.oh-my-zsh/cache/thefuck b/.oh-my-zsh/cache/thefuck new file mode 100644 index 0000000..5cf9fdd --- /dev/null +++ b/.oh-my-zsh/cache/thefuck @@ -0,0 +1,18 @@ + + fuck () { + TF_PYTHONIOENCODING=$PYTHONIOENCODING; + export TF_SHELL=zsh; + export TF_ALIAS=fuck; + TF_SHELL_ALIASES=$(alias); + export TF_SHELL_ALIASES; + TF_HISTORY="$(fc -ln -10)"; + export TF_HISTORY; + export PYTHONIOENCODING=utf-8; + TF_CMD=$( + thefuck THEFUCK_ARGUMENT_PLACEHOLDER $@ + ) && eval $TF_CMD; + unset TF_HISTORY; + export PYTHONIOENCODING=$TF_PYTHONIOENCODING; + test -n "$TF_CMD" && print -s $TF_CMD + } + diff --git a/.oh-my-zsh/custom/example.zsh b/.oh-my-zsh/custom/example.zsh new file mode 100644 index 0000000..c194f49 --- /dev/null +++ b/.oh-my-zsh/custom/example.zsh @@ -0,0 +1,12 @@ +# Put files in this folder to add your own custom functionality. +# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization +# +# Files in the custom/ directory will be: +# - loaded automatically by the init script, in alphabetical order +# - loaded last, after all built-ins in the lib/ directory, to override them +# - ignored by git by default +# +# Example: add custom/shortcuts.zsh for shortcuts to your local projects +# +# brainstormr=~/Projects/development/planetargon/brainstormr +# cd $brainstormr diff --git a/.oh-my-zsh/custom/plugins/example/example.plugin.zsh b/.oh-my-zsh/custom/plugins/example/example.plugin.zsh new file mode 100644 index 0000000..83611fe --- /dev/null +++ b/.oh-my-zsh/custom/plugins/example/example.plugin.zsh @@ -0,0 +1,3 @@ +# Add your own custom plugins in the custom/plugins directory. Plugins placed +# here will override ones with the same name in the main plugins directory. +# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-plugins diff --git a/.oh-my-zsh/custom/plugins/pnpm-shell-completion/pnpm-shell-completion b/.oh-my-zsh/custom/plugins/pnpm-shell-completion/pnpm-shell-completion new file mode 100755 index 0000000000000000000000000000000000000000..1dc81c46660ebc4ae4430b16fd37ec0fcb9ad62e GIT binary patch literal 2157136 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 z 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≶0cyhz6Q8=Tm--^J4lZBCTp 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 z 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

$MqiCOKUNZcD%%xlp zi7_hPSW2rH1Y6nW0;>4eyUpI9dLhwrqNF(z+3tcZg1@)ycxQQu^tdOgXmyt+86k2i zf=z@Y3al_{a$k$4?paHv&@_G5{yB_=*O{74uosqyQ}vM7@s{`vC~}7&b%02Bu6iB! z65n>*;av@|_vMwnnRq&>rvXiN1HqFWRWO9chW~^V+3;Tq;1Aa* zu-!%#rrmhe57QkG(p^Q2X?Q41BVQ=Sla-KI<`0`HHJB#F^4CN~HjbcmCDM`IPCa3@ zt=^KGEX#bn?-Kqf;RK)W-F;K7c&#q3x>#wR=7TgdG@R+Qs9bKL%7t6$wyLQRKw`OF zMTO;c0SRtGzH2nRH+>DE!EjE#%ss~+I!%SaRpR~U7!7(g!7mAHR^Zwmfvu`~wt9uC zJL_^6`zhyLC(w~R^0up?M`5u$l};oWr2AQru1EQ?g-Vy{N*5=ccyn4+PSJk06ocpa zGG5i~T3B&$@609+yg)g8aAUwkE~|M5iD&dEi@4k(&gE_-cZ1fX)Mzd_(kA`^?{CXb zO4l9{Njw}j!n3uDd@pp|0XNGHE0Cy5{voE(1!Cm zn$=?A`$UI*=%>HU?L#lm+66{*$eRKgzsxthj?>4y-|$(iwyACOafjnKAz1Ul!HqSl zPld(o{hx}Xm=0tV0Yx3i*=Fjb;Ury5%a$$q>?TNuT0VY*t&JUc=}&d}(Am(jw^Lw2 z;uvh^l>QLep=K7UA@q)VDC>@SGccXzb*?DKdFNj-J${AleS+Vh-0t`?by zMGLdfGoXya8nSsfj^-eoR44NJ7#HNMd3DdS#`zakW$PtdCYKkYhG8F0RPKO$=t_vj zZS-^QrF-sQl0+Rd@ELW?X(TMnRzu7d{cAFR{ft49I?{Y74r8V$UX)e4R*LIQnQ2d} zlm5h4kRw43MVw?2KP1An5BtC-h7&ec3?VdOk>uxo>Z|m_snw8>F_IV8TU&n$N_(_* z62o3?oq^S7(GzPHzDC3SgU!?jguw<)iPF;e^8K!5uSPQkH;;Ys6BL0;ReczT?nsVuRGkNpvB0O=pR=tJA9%m}H zUY2FZr$XU@jI|yp{JUlj=`5ngH*6#Ji|oge7orb08!^p&*ltyc*h*XhuK%a#V@{Z0 zul+637#%`V@Kd6)&k7W2H}uyQX;>dSfaGj3oe?%pdl#cKn!;VSXif^6YPoG+&v+QX z|4A6sSDz8)=N$ZnPLk{bcB;-#a)t2ND$LzbJzc>`z6$~UMTXVflKH-r<19ixDcFpT0Kd4UZZPN{ z`-qe4f0)Hq$TuqH`Q@wfYyH#=M9X)z$XQ4}ul+b%*y8#oUGXjf2xQFv>B?InS}<>> zA7)B^*1CZ9#36mnPKvv zh@Wd-gB$svG?qs8l3c5S(F#cKKPwRr2^E|OxzEXfCl2kH0p+k@9KpXCM{*;L?a>bG zo3d{>3Pn{7&K$iCF3>>)a2x*FZ@_`M-Jwo4N^MleyKenpJf>ZMpRA~*;&U!`GBdL+ zoLmbwtE7ggU0Y3eW}}rY6%=%PRagGV>dmKky)%2Q&X!| zKd#E$Ma3!$pfGh%UO$$%szjB~d6~+;VyvL6INQO*;I3yQl7~A$XoOYcio5flUB&I7 z;@%M0iIqV20POgg25=2zk1^=-@xztv9_j3r%LtUW; zS68y#N|IGkeGl{%cj+7vxIH={Huo)8oRxH6Z5u&7`t06UT*Lb4vuj=|t;htAJ}a`A zG-tZ~_oEIvRS)jk7l)kZ3>d;L_Eakca3M7Z1AS0Ghwt=H#fZP%rYBg zmic<-bu7&_oA^?Mw4f1sg@gY4<8#SQ_+JDk=KOVY^5e)bXYMc~QoaWEdogtqlkwC0 zJd$CI!+}coJ8U=ZQX46*`V&*Jy6}mq$#r$yA;5W^9V5e@_pUve6p{2{d-!mTJf1_~ zwp*Zhwn-2Z-;Xxr;!B!`;Rx2$rHpYuIf#ps5$Cj}4UX3q#xw{V7#61q`Zrzqm(`_2 zC#(u3tpdA?a-|L;bc#hA<)xfyVm|cjOCmqBO%i(Q!?A2_e?NU>W0w`kKb~ihJ1N_1-^rB6 zT@vNJL}oXl2!@#MyF|n^__t5h=rl&#le93+1Rr?F-mEDMA{=wx45PW5pN8fRqP_W0 z{5hg_vq{%x$&t2<`Ype1nnijFXEK#k5(xX1s~W(yEPT<|dU%*3o2DMyu$WAn@QIkm1)Tlv#1^*it_95FoqcEkW|l4{c%lznx+s z_cKmwNgOv2yS(7U2J`8$N6Q9uQ>Jq-barNvKcPyuUt*b5kGc^5=A|p7-mcCOHf6$c z&hkJ|U5chk<+V{S=U9NJYta_e@3oslfa0lxKQE#4=hp z&`%8^asiR~*SQZGDZXb=?^Ku9l;btOcYbT)u}8T!Ke6ZkvCVW+(EMyC7tsVL_$#kM z!BxwIf|bugFZ;I@@Lxdv1eA%o>Kc7pe4I=Mm4H<#tt%&RVC)pHx~a;mjv$JkqRX60 zZ*v1b#F9*Z!b0`512%LkcR5^FJa>6~@GUm}PNV1n%TmD=8G(B=8AOJ~XCgo_|)U?!Q z-{i`sQ=3k^pfYz+3G(i;oRy;hO32gnp1TI9d)DTa)HWH}8O+r_X0_dYk=6F~ql>lK zS}mxp|7qNn6?{+@Zxt;SSdKD5_A3Zp1-Y*~CH7Kg#DmBez= zvg>B9D+-R?Yn~D|mqX2KGLz|_Tz$c~Q`eKa&Ch)3!zW3Vn#~;Ot}U&zxsmfyglnMg zb-xDcG|F=4_m0mG{l_!5-Qj>lpl?MpIuj9Hq3LWAmVr(S5ZmZG-4KJ@OL17!hR@Y9!vYv^S0J3;!vl(FN9? z-wM^PeW?jYE~<|2xF{SSlplI76M25y;AuR@SGx z$o)a16jM*JghlI6EPt2M^7Ek`C{bFniGNd<-oV#_Uiwby15cMmP)8ZHbgqbh1!}>p zJ+b}6sl&#fFkX*4q7i$e^PR{_n`OFM04wCQZ{#5`S(}xn!^P%5Rl*Y{4 z_XxrDz@+&M!pMj2L`-R7UqXCL>iB_-^8C=|6??L*($ z-)??X*BEAPY-gY<1BAA&*a3dCF}8~h;v&!7*_zlTL<#Dy#5)BeKJ%!9zK&`O{p+WW z4j98VRW8}kWh7f(h!4)cwg8asNJD@=Wt$mrR>G6x9L9CV$2yAWr>C%>naTgw9Y9i3 zemAUiwV4dOJ4a+@MQA?sb&7wW2GZ&|E+`{EbR4mag1#~i>zR>zUkOsjow1aI@uu%K zx|a3u2oPXZmr~K&tGcKN@(rlyYx$v1x`=rrgune`!XyHJ;;j%gNLz9YdAh@KJEAA^ED0 z-=^kt?Qpzp4DXDj1`U_lVfhWmafUX)StIy`V5IcMP zSk@tybqHB)3%s3mMc&=(6it4TJEkxm{q*=wj>CI}lU&u3GrBh%_RX2KXu}&``!i-g zCM{lSe5bW@xL`jdXs4e(z0g9RCf8UqW4B~~Mz&ynlu2fLns4&OuFWP?VB+B^MMkO} zfI4jLGLT*^~Bk z*^VbJuPW2&8cEL2KO7WG1Bl zcLl4sBZ{9L`8XTMcS_n}EY>q`@>-y0iPwepiEsYf_MLIM{Z$s*hyL&rA+xUrGF|-- z8d&y!YT&abp;!Y?=CzOh`;XeU>e78y@~^zF_C4CO1Jyp*;(yqIVQIMj*B$twWDM7V zGk6W!r}f!ALO*|yffwg~hml7ND_wUzLwB?0wCr2txx*PCXV25WGN72z%`xD`VP+cqi3-z-UU9&>e~O#K!O2-Pq>Um zMTwe7qM$@UiGpMxff=1Zykl!C^^#(-N?`(66#_{l({U=T+S=0_ZSASHwv9&%Xi*cQ z1hguMRlI_=>Wt$hYUQT#yx-s6&rBwP+S7C1_x=1oe?FSo&%W=q*Is+=wbxo(=P#>n z@v*bCe{u^O3Jj~$qBk?bJkl3z+JLaY_!GV5VMYZ^7IQ&l-pTN!)@kRDEElJFv*~8F zq@QRS(4M^jqH}g)VUO23+TF>Gl33H zL+mpHInG5~`B)zxbapD-BnA`*C)-sz!==;*oon0aC=I8sr)7B+g);PXa2wMtpBKeO z9!u?*4%nAg*_!(F6%8&*<|oF%Ae%wW7O`OeVSDj-SL=@&IXlGDW}#86QcmR7GGE<9 zz%#d)Ys@m#Xf{k8hhjY7sEC@JDkM(`;5vCcAd(0m) z;?P-%;!jXu8tD4xh>BYoX@25{e^|k3e{y06r9Nhi3Hsuv#Mk!9ym86soXELcksC`f z0|INHhkq_Z7p{TEVuLE(rEAdF`Me+I%^ETH)}Ct;&4=elkFzp zrz_T+Si{ZU_yHMb(w9EA0DJac0c-?-?g3c6^e5_qF`b$b6npBkYyZpuWYAUJ8FH#I zA+!eAddg zue6>x^3842%S1b^#?Xfw3hh6c8y_rZzuqYXcwB3}Wi>gyD;>P0x4>y6ix~F-+dXWp z*KR{N9PQI)WUkZtB6YzIOzGR+uJ!5m8qV%%>u|MYAMSw`#KOqtG3^aSFZSfI)AMVi zUoV!6(m-_P*g)%b<3e2r8QI>K9;Szk0OMi{kdv5P5{cwI`*q48vWQ++#BXshCJ!3Z zVQWtnH#5>K5Lh7Alfd0Gziz3Sr@qmhu0H|OlwwQYAtn#GFOGAy4ulvxo5PNKU7b`*Cg*)_^Km zrwQec&xEB?DbT3{8QYodMcIcIm&q zTKl^9v~+AEFF&d+QO2FHV)C3|uFZn{QnxB0ZGzIOOd3&T7zblG=K5EOxX}~spTX$9 zwozul`OfOy$w?_%h|S2?YuqpklgckgW_HE!9|nDUxguE|C{(5*G7)wZE>HoUHgY#L z?YZ7raR-P+NB`3lE8uda!+l-JO?%3m70XSc|IM$dPEUki(XLuHyyLoUK84mP)K8)R zQmDT|cPo^u(9aagQ|NYu1}O9$g$`1vQ6V#og$fN++%*afQs{Dpu$tYSoTX5KLNgQ^ ztWdQ=hbVN0LS}4Z6*40}UZEjM9ih-rg@!6LOrd;*hAXr$N$608{-IEjLhmSaxI#M= zIzpl66*^L(zbG_9q4f$KrO;Z1j#lUo3XN3gE`^E}`VWPUQD~(?$0~HQLdPj|qe7Ut z>`u;C=y-+ZC{(7A ze(21bwGYl8OkgDe=jJM|Peiy5HH0hRJ{O9a7Ce5`%eN3m?Yk0>j_&Dp%X|*h$!#!8 zW*|)opR+uny5i&7#a4&oDGkA4iZyJMDCIpn>Q#AX+VmPO}h=KHVFpE%#D!@?H8CcvzgV%t^}NK8M?9 zjNC4Iqpq$5MyB0l3%MBMPxzr`w26BS?PW2CFsMP(B>|(6jQS{(I~-xBsU~2oFT~t) zA^`M8d~3X1j7^OCKx4&XPHb?M#|B$*D+rwFq1f9~>?ooed# z>sW`DTbsIq%w?W~mY4Q&^@B~U*_y`i0er1fCsb*+k%6ef*5;B|RFJk03A9e{CuX~# zJ`hFs-y#}3MKEq_Ph1N`J^TY_e}QsDaw%|Rb^n+;K$zY9?J0=bJzAjwki#nkgVw1W zG4J`ZsC`SuuxLNlgtT7EieSTW;K+KhXph14>V{b?+9GoHuuXr1FGxg>#8MCh@YX?;Qqqf1MS)i9UQn-haoJH=V5 z;-$Kietihr1w>(2-A5s$x~P`Xu^wg~stob@;l2BYWadkD>$&?58HVg*3t zsb$dxV+{gN9jB-{L`_Kj3LfY8U(vmwzuy|9k;l^u^pasdNf==hwyY-MXp^vz1lM2m zkoZ`mUejldUS&3!)GTv4w9a%A@4RI>+EdI>I>qLWP1Gpzbk~1WI?}G4#KT_ZJR841 zKrUz#K(;4t|GC)TD#-iNVl3zL=s4_LRd0F7oxsd!@f(*L`LS=5H9m5u0PQp{Wb23~ zN@a~PDQ6WiEmsm#8#`V{NcLO_r%~)EZ#IsvL z?5z+6=>ap&+UO^tj`xsPe2kW&*%LJC%zzo~EhUYrftohzS3uX8s+di{ky#-Y1XKTD zw^F65FC5FOih1lN$bpa@FPN_Y;0YE+XBAbq&KXf(9i4YnpyU0*>ehK9Gn??RDh7#7 z5g8{WXXZicBPE!z+R4@7cx*T}vBdR{zF&m4x#TX>Lz|4TQD0Ldib9Uoz)MN{DzOJ)=0_4 zYLHejn1*MmYppK10GnkT$J9))dV9l3yu~OCqWL%^btrdM3GJMyKdn#jUWwE4YY-k+ z2u^cC?NSTd?fKn^x_9@+5%7R1uJ5WMe-~M;Mm8_FuQSf@geCJ_f9Idft~HyXf@vek z%Y0v{N%4T_`ny@wJ+QmoDBw+mwehJVal0}&dkOc7qVmCXNHEGlWQNl^({a|!7+fEn zIavKHWVGnBF#a%q>{@*H_gp6%n-|wVi>}0wyK{T&G-Kt2nB|k-u<2pXfpQ|nc=v!T zT6m50maKKUXm+xu`El}#`52494fF}crxk(xI>`m2F9kc^DHGz%%bHd^YKNky1!EEx zOv?{&M-gb9F&w_&B7byqM}n_uht&t1=Vz2Hds9Sb+2=V`0@Ph}04FdWJ5WQ7q1acg ziRT3K@l7IX*i%>pJ<=@?EsaYn*Iy{Hij9KKTtYD^7Hbu1V}*z9o&9jKXI3USPvwDP zQJ>dpUl@k>)>@F8JP}V zOisbxk_oQ;`gU+J*)ttv;60ryhXK&-S*6~?02tB>1JKU5M@Otm5)xKppk~~#Vj$r(%RWn4W~KePONgI_v1zZK z_EO&kIOY&%{q@ww&Z>>ov$r(Vh0biKY8V`f-&BCrUtO##!3!T~0N)7W*B_KptbV5(dgfQ!|#I>$W06}DfMRu2QB#`2&PXZU) z4^NW^&y7nw1quJEyP3~rk7+l~;$SqxvM@9|1&?bP0<@Nv^{-K}vpEOd!iRFsQqEYU z5UOxNAt=qd=UrQ^VsCsfr);ISmo!o!y}pGl)B{~Jj6F4?I$m7utiGlM5kYmysE!?l z)y|qoNoimpZu7krz*ZxI{gEP8QJW}tBfnN?Xz9l%upu!^H=O3f;VH9dNAy?FnmpoQ zq1Iktc&pR?01I_0b-4ahwSidXiQN^JnHShd2vS@6x^|w3)uTiv^_m>KRHmiZOciBn zKu)1t|Er=?Ss5NSu?H!`f0^Jqo57I1#AUC-buGa!fQ^*td$Tqa!&#s&1y_^&9^Zz2 z1Hy@uRG`-NFU&L}q8d5g_22bNWSR&sFYT$nFfsBK%j!+*zBl}5*wEeSD&_e#Lg~aN-B1E+h$yRX^O8842wP zOvni|Y|*Yisy1fJQoC+g3MdV6a+1ADzqrKKt_{eVOF{(XPeRN^uxW|d?2V}Wa^#$+ zI^;S^b=o1_Vw#fY5Zl%RrZ}+F!^%*$=8_9dVD&8}+I1PBrKEcAQoRW?r=}rlZsS{n zSj%rKzDvyK10{NonIUcB2hO>XUR267v|CU-y^`3jzSi}BTt>*hkf;(;oSP$@W@3dg?1<>qw(92Z<&9FBdhEOs^0 zt-v^E^|`0FUQlv^v*uhRTga+{u}jc)auEVvOUYy_(pMTd(Gr(>&1$(K1nVEO} z8-B+66AA*|;}y*!M~WNaprBPb${|W1(GmfFwJRCym}91>-BfIjJytxVJ*Zoew4ySu z|IOdhfZNGVt9V*@AANeAfOhkxDvLFb6f5*PXN&y|x?s>l(OMhD{MO*K0(dHigk%66 zX_wRd0W~H+=Z^@0fJ=?$H3g@6JpET=8nLNPld0-9o8P-iw(-lSrc4a^-}SrZmXbI5 zmHZW1`7I@H^MO$I1c5L?I5jlzs2Gikb_4C^%^DGh5GY`zWEOy7dlkPqPqch-)LOo= z3Ysb7AS5fR2cj+dU}>H}!V1DV_K59(OorJ~`;bXjL|+r~G%G+x(f@)(!h{PLt@Jic zAy*Ps+@1XLpIJNIilZ|t)tNF2Jgr4RN$(B_N>15NEO>Z#pi%kCapEs2(`-pE>jIV; z$gnF$C%`NRT}7p4W%Ly_bLxX0>g{-afLVc>$^Blmf%V*>_#u~K|1%_Q^dl;okM^|e zl{5t74ha8JxefTlkr3z1YP!{Y1`}f?@7%?OV;p7YXz^4PT4V{vW)&lVFVpf~MI*7` zSVE#+@Is4OQhmhlXrxX^p2a}8k8aw>QrbyY;g29Dtkno~?wjTMZ}_p6l8pk-jn^5* zEXYXy(XL-j;YsvfKrb}E_m&jtH|{+^Z6xitdoNN# z2u&(UOUrAjjL#qlSe9OnCi^+}cuT6AY-w=tmIT$wFB@G|&01I-LMrtzDsq%;Sq#YWTw_eei*I?@#cPvZrjC+f6%}b7G&g( zHv~_SdjCv~&;x_MP(Fh@ptCT|_ZnK@v@AsOZaGRYN#udoVG|YWaNlz&DPb@fDz+=( zY<67(BxM0e-VTuIyhUeiW(K|E-gZpC1l}Ou=9h0lf@=pqH++%b9iFpb6dyk4=0~uc zQID1EG2KY9-cKC*9AcnfkZ8CiriB-E5#!_qbqdhGMsCmBgU58?qAIt>JWlk8!M;CgWe;)?US$tW;>d!vdU<`tL2C70 zGo5-r8u9mg;quSTRY0iY?Ez-yspjnX2n1ES`};}BDjIZ}WJneiu5vrT!^^|aZwZyZ z;4I(9;~QbBUhxb8r)dO*QFR^UGzl@o@ox{J-CAd=X(DJ!JWWRF3H$NMm(cq!bhMEQ&Q=#iB%l`?0*9d2#)rRUWVxsv&?KeIK?Kd+aW$ z9x-Bx2weX|&@rRZZ#ZN86kY!#@va{57NzwCWBpO3sbVQ1+PREf4b3&DN9fj_X|an;dl*euESnv<>FQ^d@%m|I>MF7$a#2kxA*FiBX(dy zwlENqKKIS}0I@cHE;zKs7ArUy6dVw&+_P{TIr=*{|5Ov=dpcMdIih`Gaq><<-5FU; z-$|Z7yl>&kj`_L7?W?Wa;@rH1H4z4#MB+m6^L(M6$jwISICdjbV6OWMFtE917~Ope ztEN!-XU_7Usxba5R{X)NEZ!**gxK8$Q?ccOSlHY5g|r5|v0PrpSmy!vbG^(Q?tiaY z>fmdz|v^$J2r6FNEiU$-dZxC zu@`3F-j45gsb<1Zh031}`kq9%-QG;pwvbb^0SXR#<-Od}N8g{VrUpmt?>je7RkyH5 zklz1_deA>vLCi{#Dn=!$Y(_QQj0zV&h$YN$EU6S+iQ4b8XnTJ%KV>i)z<=)O%@V>@ao)#y>wIjEU=N3DKm&gRd*g;%~*#veQ z2nHDsUI?n99gQFQoYiPN0~6n0LY1#LO;@nD2~wDZ@H~5nQ7`|B26~R-J$p6N?PMh} z7GEu!^8*HE2u+;8pP4uaCTbST(;5`oG-kv{Pr%o$tVSNMs*S!C)ZN_w{QS(`&pJwtG_vfUWt&!%3+Sru$K#LHRseOaCP5GQ@%{_D&R zrp>02oYsn^tIBldDP@RuBP5_d^aK@qj5&Ju=i;9J?6X!Y4=3-WT)ID|$ZrLe$X&^$ zBs?r=Bu^j&g@VT1fvhb}wGmL+{mG||2^wHFrZxiXH;~VuDYY%Q1vKc;O zYnt!TXxjw@v-^k>(!WM?1Ogr436i%GK`yIx-uICE;7-*EprFmuk8NEBWb*@3NF zyej_ut@L0lnwRD%O(y*_jnSjTp2x8)GM2~4_0ruE&8)?uiKFENGBL$a1uOXxl?@W7 z?>h5)uP44nlGwQRPE~F_gR8Pa#v6>yg96l9QI_jpEa^lBuI9+6y%_-ozQaP58yY5Q zYc9sgyS5DNg+|)hCCEYhaaM=IQaJi;HuJO5X0r0H#3>BJnB(iDLg9H6f@jVv(`y`y z%kc7+_$4rv8KIGulg@=GcM;*}xQ*=i8>OwW5oAzN7eD)yj?F8khC*quFD_)?NK`#7 ztip2IHef`ioUqdJu?sd>Jbn`OH{QkrUq&WU=)bV$tgoqoB5E0t1!K%@3 zQFXH?vt8E6VD)g$vQ-+j3v+ub6$PXAn|u~1!d=}ytmQZR_95;M{6L;M?*~KRVQ;+6 zs*~1Xj!}3!`l}#Y-q*7thY=}c3u?Z)rsva^%B?#C0Y5IK>YWeTS$Wf8gb?ey{#R~C z1b>}66!&+VYTox!hTchv#B!uOZ&E(c8WUQ0Iqv32ojld#nDkfGANLQY^+!ghvlvdz z^#{L8zJpD^yj*n;#M{kh>MCv?zGVxpqXpx3!qn{*bX3rIaEnh0*?c4J@bbC-595M} z|D*3?mJY9~@ubVCW4dSZxJdRyi9&;#V>O(e_rxD^LGUd)lBhHzNNEHoQr7jaqycNm zpF<(nU#G0o$ojC&x{a2-tXGj0pQ-UlzqCnz?MXUYN!|;-ww`?IG5Xc1(~Od}l@KJZ ze$3uV+{dUDpG8=3iIyfQ_iq&P9*CGY&FysC9M@d`bF`WiUFw@R*}zz+-V?MxV84QK z1Z0WnT6!~~z~~RyP8dif4=0Ku_*dfTymT9Bt^aSRr3Z*5M=HRdr0)5?NFvS&BXQ%6 zdtq|B%qv{{+V;DEK!%*1&_QR`gT>0$O#QC^hcxA7E=!!z3AiqB{mavl9{u>JopRry z9Qyx#k`AIsQpVse2VSo#uhcq~y1=$($Q^Jos(uFYBK?WVE(`f0KC}{w`L$%+X?{Bm z71#fzTY!fg9SiaY%DapoV0OV%g`bko$CGsNR9E(jCSO^4CT`%gX;-^5e%f z-7{}LJ6@eLsB+7rwwo)d+`K!-uQ5>Fo<2|DUx5BBs*-FJq$P+4C=V8kS*Itg%kSNF_!1m3Sv zDepS*H-+`q`T8}udK55E4d72L)I;Yz`Q$UqbQh$rhepUDB&%_MF2wa;O9S57n1^3H z2E;#$*vxvp?O_ewO~kI38O>iwGUqL89~s1arr0d2ht+vKO7?U(x~P~Zwu{b*4`)*< z*bHl)=QRIR>G9mn!DvAV%F3wMa<^SrhhEaG3G%&%IuVu)>_`a3F*cqc3!Vf`H~!h| zid< z&2H8>-806kjZ25;L>yi&@0!kgUNU=jBfd^{(Mbbs=eDYImhRuVLSwb>tDQO^cq*zs z13NhUWm%}K)XU-Rw9A}vtx%vv0e?Zr^)F-5aJVcqCq#3h-+#l@;r(EWNF3fw-9}MT zrN3;PL`&VV00mAQoszLvGVF>i_ezt>ZBJA$5*mHCwKw>xNHgv;V|ZegPn?=tduQmI zej(NMg1^eg$G-(|-O@s6f7VzHz8=7z#J2#`e*Pq)yPM>VEr>ITJ^kk6OrpK7Gl|R4 zL0H89U;iR!5`OCb=guT{-E0Wvft*RaLQ=1Su749zT7d%>X4#`_ezBN7L_W4Kn_ilq zJOiu<>YkRxfGdWKUx)8dymO`UlQ(j-MpSg5e3vVqsj1sYpSqX1jZE=^fmN*&47u-& z?pfyMpruNqSs>Zh`S2aGN;cOhjZ$E0FXH^43{IY z+C0BZY87FhG&u~#z3?_>)b~nlw7yVQUp>x8GE_OS_t$$}6q5>5k4c{QFX}(OPyL_3 zJ$v;Zxb~l;lP~1faO%r}}M`A!hJ4d?Qs>U~&@u!&aYf7;1hvCRc%_Wy6{ltz$LBS5? ziY6#fGP$6UkG$+61MIy^YC=b1XvskZ-RaB)>CD+B2V|E#$T|}UN=|zN)36&dK7W+l z&xC#K=@D7#BJKUl_juUC$4+>I@pxmr7vKxRcs!7XTI4Qyw?uLL@t)aF&&Pk?zrt6S zK+X2|ukazW#MP>8&Gp}{J?H-g{|fdbAm2M|csV`(6$S>Zb71@{$QWYR^TCeyC#yjm zw%|vB3uctXxUXQQ=@XRvfc_H%m3>wswvE51Z~kX&{LlNwud(rWC_cNNKezEK6`u`<6*m6+ia#r>pV!&= zwTd5}6@Rgfe?al$vf?M(_|1yfAv_JYQ8xbXiZ98EcWivO;vtBv42Pwo zd_hIknKYu{lMQP5$BDmcdTdUoTe^o{uk`j8xV%;~(2v77fTE;^2OD}NE%T)#plPE_ z(TZ7IOn`@%8u>BKz=H&OcY~2tqY)9$Tijy1J1-3P7&JQ_)*9cYdHDs`;a$2U7U8&0zyX&$U4* zFhTv(y=Ixd##+GW6*s-JaP)Hd>@_N@a7Bn$m=f>ky5J^~Wbh;SNML1Mg-yCoUb^Fh zs~H;(K^|{bn}72h>i!1i*V8E-XP&?~PLRw`p)F4%YE-;e#?LSBw9tq)+ZoqnYg3y2 z#`u?EY#%$T#hLYw9MiP>poZ&VVrowW4bAY33)VU8VQy&&95c2X)AJGkE@{`L%&slz z6HoWjV9OTXX)`x91r^V-1vq!E2V&dDXe{G*pTLh3>c%1gH#?iw8W{0HE2oima)h1g zohf|nO*h!d705x}+W_VfjvwD>5ld&J^aZ}_f0%)3a;h{r%pvA53JHnNGma{Rn(@5X z4EUISrbc%eX2y#7HTXPMMbLr=N9-2G>6J;ly0NE4n3-l}?`>~%w<<74g&TpndAVh9 zm65L@4+t3lu|Yb=dbvO{!n?n%3Q0m7d=@R~X~}sy?yfZTSRII39^fc{EL8aqr|B4z z$9pu7a*N>@ZubO-m!i6coU~5&53^K%F(0%Hh_=sbA$q%>} zawDe&D<5~7CJdmN_{7mhb@pyPYG~(#VEiVx`izMfr+prIHdMYbn{Ix@YS`~f9^TgfH5P~*Y2zdOxG81SQS z0%Rrn(yWFmA9I?9kuark;;42feh9(jF)XTJ{CdglLc6wyqfZ9Q(a;z^NDp;0lc3|J zC1uRYa826Q`6pz{Z~H@3?ns z>d$!u^{;OtJ73SthT{v|nlnZpj$Iaxx5_uC&SFVAE%o$`HjW8KpS1f)W#@uPctRgx zrsy70HAP2+<8w7dSdph9uY^y84rb;@vg0ym`9%7cybONM%u4F|W(<$&_~i9J8}oIi zr3fI>`|v2Yd6S8}{%k%YqxMxb?t66UansQF8TEOfardK3M-UE=`Yh1&`auEi&jL+5 zCf5wym>Ssh*2vT$d^rIwJ)7Q|Ts?3Dg0QC7ClCBk4PGiiBs}@RU{}{JIutH{yEgh_ zZTah=cmP2Yj42o2#|VF-A2RCEwNT=w^#dcJ%z6)3zO>-Tsf{Lr{%B86n!;Z{vOxfAB5sx8DbVi*!Kat}YHq^9!2wsuV(?$hUxU_3q zO~odC6^Dg~wb3oLQ2_Q5p7kT+8FDqltlYlfNQ=z3T%^?%A6}L^yl1>T-r}@OQbP2l z+VUrA8OBuRZuqD`<9bHFchG`yA-98T!=MY&fQLaBxuMrc!!J@#hbt3K^GN2(^fnZI zCaHTa6b)F_PSainm9^rt7yF7~Tx#op3>~i`8-wSnBFtK<)3!WIx~j9;3!ZB+hoeW! z$l|Hzuh8Bib*cF@CA63wj0TIvG*n4Pzs~WVtlICvhh=+ma)v<77wJ*BE~KfhyKGM* z70*AKPq3X&9bD%-70)WKFUR@*`e4%&pM`wS8H9J5pCY%R5`Q7!QHd^s%zficMMmRF zyHoNpChM*Z`_=;_2--<)()7c)G!y$`=IAGU$2FR%slxR5E^^^Bd*nI8kZjDZKB|uCEYW-f$N`O#o2$s6%gP6|hG2TVcnqt16l zyu;D271l=I&^0W_#-43u#XYo{{GNE}%8sBjZ6g&P8w0F&q2p?VGLCndNxq&jNC(?@`6n!Q2I6~HMm5P({ z&!9Eq(-Hfk`Qim7f-jYLT|i3w@Le`Y9<}@90wdqkxL{9YWf&P|cQY}dhOPPs#U<1m zce%B%HvGCVuW5R>7@3V>Z}g0i>|=f|pu{JASRn~=Y2`8c0gHHeq5%q+a^zpfMSBRD zN9C>s5o9FJ>VgS8zUbsc-fG%&X~T?gd^%5M<3(RiO?5pFS)YJrUKdB|8w#5`UTfNO zzO!N&^dodd!7X9m>+b9D^YoOrD(Yc@@^czyAT8oNjp*b*n)V#q5b|2&dE=+Gdg*7& zA1QBGJ$l8$b|aI6v4gEd6@!EYmz%dtDxOVlQ?gJyd7FxgIV@BZb*xydI`mfPN5rHH zd@Y?#6<1q_zp_1ON@Qg^PphQq?au;h3Gh^Vz}S!kj9k)Gl)ay`-Q?C(yxdqhDB#>K zcVAmVzK<(*HeT-=#1qyVh-!B-YV`S9r@A}n`#9`-S$X>7KO>Z@d=JqQEL_d= zdYQJV>$8U67(fIE|!G(~i#!vvh!=txS(+LZ9(0?lqpp>G8nx@5+p4vBp!i-*`ez?Pffi zoaWc*%7Mp2dj}lP9>()KO8tuo>4A?oAOFq%_nMD?(*N{)Y>JekKI_5%3;L@y%mv$T z7n$QnaYl)u(;%qiDQ0rm`ui^^NKed7|7whB`N98(<8zt=Q2c*?eh#J-L@l&f`WeH% z#jxZ4#}?`1yPTNpL02$I-1@e5j_rvRU(w~wmTNuvf;^-`tGW%j;$=HDYr^pKljn z(s^GXFQiI&_bP8>t|5%Gy?p&lK4%R=OpdtGy253y$#sqC!s#a0@F8RxeuT5;*>JR~ z(5q$!Ty1^;ozEKI69L~|g#x~3F~B;%U%h;YB;VJ*6>J8 zvdv`MoWYb(yw0tTw(BmbX>S&~G*bAB)^UcvO|R!KpidYrh(JL_Fj9Vj743$6J8ONf z9hgGB5ccgfEBe=x5T9zW<=>-EW_=`|*6?E!q8}PMwJ&!;K^g|jmD2Rq0qL*F(~BN@ z>tS*hy+WAQxYP&5Z5R2~@RnwV$AaIDa;1hxCK0TqxnxY!Uq**`V}qqvtoNPi^?v$( z^r>Ap9hDz8ylTc{7>70N*SKlPXUcs9IEy^S@;3q@Y*^#|$qiZ*AAXZ7qqIE2-uLd# z-lkW)Apo%J;fZ-{hK?^dG7TTGHeOhwLkU#=8Ffs9D{KGo;B{6XcrD4mi|uMjn!H=` z*s1NRy>W@4wJ;l6>{g7C-Rd6QsE+~{R;J-a{e9>;@M3?0o@Y88_y25x05S)DD-92c z>BESSkU4}a+qqwF*9q)ssR_hRw>vh3Gk3x8G&F=QUKq{R1MX}lxexvP?~UJXZ(lfm zvljlX@oT~|^PlCfPHv((w&lwuHwPZr*@ebnHdMLOY2xT1p6#@M=({KBv=6^dR4yX=~ME^!t@88J338V=9FXU4aD9D7LWXu~dBC!dL-QQ0uV((&d( zVd{HSD?qf!Kd{K75!~wO`61pGYE`tP!Us&MqutOU`YOV7El+!}PMx5JXw`nDc`o(G+ptzqA5$k9J*5Ir|tik!qk&aB6O&2NhS z6=NU6c5a4gz2MnLwa__9KM2!lfV%=f_JvR=dM(D{*B0Vy3}ED>9y=#K5#;O&MLD-< zsx4E`iKASzCcddWJ)ys*fSDK$hekg5PU6LzQK{2mGI_SHBk?#7SqMBxQ8DvIT_9l8 z(*GHJ4LfhS`DbBndqH<=@7)ptxrf~n6Ziu_7k*y5C8pr)CkC`tJG-#3dy;M;h10I? zZJ$~5`>)}hjA>YL|Ml1ENQ@=Ts;?WC>puH!cA~Ga$B^YLqVUgeSu!ubNuOlXXJi#Q zLEF+wxAeR@*%}QxPkQ_rXUS<00iJ+CN{J%x0Ib#~v`+PH=+B&FHaZ=`#M(G3KIJdl zSVM-#-KvP#Aw37VOv*B)eBqHRgOA?+_21@a?1ulv{EXSd{&)Ng_&?Wf{u}!HlJD9X zdh{9z74Tqt^L1v+uSWW6;2Hf`XsMeA?`Xc_lfJ+b{e|B>0I-_>C9tyS|G&-u{r>>3 z=yt;txuq+eXJoJK59MG1^9Bz57c&dIC*nBgS5wIg;e2I48ob1h=oL=gsNF zuJMR=W7hb2X?ko9U~8@^IaZ$RK9jRPgf!M~=A@ig2pS1tO*5Wsx-}mn7v@Ue2%?zr zmys?e=fMqxvMI$tum05HFD4Ti`NbE|hySrWCj0#V1@aej9^m{BRZjk9pGY-lUwO7{ z1DBD}^4Q8Z1@~OZ?AOT~b-^k{oA0!^!Mjc2!qZ<;3 zyaaI0Rh`OYR5K*k`xLCt5@tyfot}?Ml4x@v9NpDsZPasfUR`1qMy6wjr90-dTmj^j zzrkslP5w~RWBsIzmd@(>=W2T}l02v7G%`C_aSw{O<`grxYc?SyXVRVJCG>IG<2lGg zoi$H&ygn!|r$oWTz^90X`IDyCketY2X7o8ZTx|gY_aH#9;`8+IaEg(W{JW&I2WIQd z5Iy=9XzU~K2{iVSSn-)Y(`1XRi0(hA_5d;~vuFQGH)_pe=nr1Mz58R%Hx(}IbWYa! z1_54I(63fByk1mu^woxhUdV^^5&a|hM&c5m^yy$DY5qG2 zo;vTQFKdG`OFKW2`@HE);HXd_)rPDB6j5`syNeumh!qoje?9NK< zgB^)t>vkac;O9?&t$E0zzx+@ zlT-do@al~Z#s{G7o-Dq4lZo1R^)oj>Pdbvrs^@lGSzX?RFsJ(JcEtrc62ofdZX|M} zv!*>9AKW%=7`LHoCSG43U9yirL8v}D<1+%ef%@pQy;Hpa{Nsk*yd1vFRSVAYdzj1z zO>g4&m?w0+_dA9ylB^=wN1OPSUB2Qv#}%D@9IrwX=RZwtW zbR+NKE<7?y+Ta&$n#QoN6aHcM6^mAZQNHo4Z;!mBt;h-^Q)ny_ZM(|2r(T3{N`;D#d$~}GT zN%#nz%yFWBQsw|U#&SlAloZFm_as+r9O^>@+gmmT9{men)lSV`79;I}_A}xIEx^^B z4)173XF9;sPJ#Rl!H1vvi~Yx*{#p$J{Z^gfYOekuFwV!6zBd%-LAimZzq)~|Kc9Kq z(43ABhFNC}Jn=I4kR!R`h>d{FisW;|z?JsX{lZ-I?m|NZEs1Udq3GsNbbZM8M5t*q zR|3iE@;$yijUAI}o!_qyZB2;q?t+VdhGM~8Z-=7KNl>|qv&IWt*VOvn4mQ1j;Qse+ za4Yw))ckq~7DF|oi}8F|@{#9Jn)!WqaO?X!JF4KWbZB!qm38AM{7|Q9uy)V~$DL~b zg`*pV_iMe+Q{x5Sudd`;Kg5_H)J%n)KR(6nb7jZEPpT`E&T`$E1n&27DoK9Xz~zO! zE&p%>9q$aUXa_PbF0caS>uY>3R7ZF3+E&ek3=drG-gnJ={Q;D*R*w%3qU{)tO-w^+ zW2k8(P}&{ZwIdCs9R^CBA>Wf0N?XbS(L_MhDG=@A4Edy9_S*GE2+b40=M4j&$7+4= zdhq$oz=t}4&kI@bVR7|=k1kO@v+&v5Z^6;J8_chcCYpBmoZCAB#ZQOI+Zk{*hwD{~U>1|Rbq9V2LMA_c5rh(PK_vM=CyQZZui)`1Mq39OYGjxtozX_e{Plk$TaRspOI_|f7 z2pkZMj~HrTLYd9++#iQJ68)#fhv&pce1F%=RXHD5?neF?DBd8RNCAB7fdg*_-1V6@ z^sP3+T)9S{2}HNk&Z1w}H1BK}oNB-%ITY>YBl3-)DGBI<9Ut_M=T462HdbzII6qq+ zWP1;4qT@@J)2ibIje%V+*5q_FzigYQ;hs^&bB9uiZK68*WTog}~~{#2tx#p@%v@DZBL6^`Df5cKyu)1KGXyi+)51H=&NqOsI0xLgeb*>4c7V z`psSc6JK}J?o$HJZJqY!jv=Q8GDVD~HriofEJ#_90WSdCn zpaT?N^fW*PWC5_WX*Y1WtrJ*CwqBF}T8-~HbgcG;e7n}-Ad6-1y6x9}bn|h@ot|-4 z3q&Wi755(ce3*p}Gc?~a^B*RLJK zSBPzC(|??~Xs&%x-ELBgzG5EeCT-~t?#x*W9o+L(wvi$&of8c)|Gxj7SUc#0R1%>NN(6K`Sf*bOt zPjf9Z!f+zF$ncL3NVFw6-wc8#6ZdgJ(qN}c-z$8kLs6%@pGKI(1_HukMi6{8Amz|;TP0__?H4xTIrQ3dXf=rZm7=lT@~~t z(se9_w@hmL-HTVlR+#lq8ZvvT#b;$c`MrSbV=t6Im-efG-oEpQ@p zQFexPI=em^^aVRolX30QpP?jmqe9_<&dqU!;{GX_j5tS8z9;)B-}f`k8qJ1q`QJ2Q z#bI9(O)8q-d&R;E*4@=RZS(J!#+T6igt<^}FwhauWdTd~_s(@whsp2537Hq1RYpUpx_Zs`RuYQ@c zMQP#1Ixq;ztG}f09KQS7OZELefPLJ#b$#sP&PR)DI1>|$&4lN;46g)EkoP#Em|3uj zK~Xe_V~dKy@p(wl7Z-*r_eJodvlurz`(&dd=QVF$gs|DSy*7H5yMF|*pmABX z53RrUn@R}=(PrG!eiP2j=Y7U!9SV(qL!t3+C^Wu~LgSXyP*V1x&p1;42py%_@hVkS%l;cSA8N{SU5my`;&fl>OM^gD%r4%cL*P=9doKOwnGg!V`rUqH# z=dvk2KL1Qq#W{pC$^9X6J;~U!eFG}=KelIUxm5G?h4ySOeXFlMo8-+^Mj1eNfr|=d z)4gyc2m1D#j^t!J+h}O}zcY)I?Fs6$|AX-1ISp?HyQb=*fIaaeZ8f~aw^1x(#o-gR* zoPFg5BHFuBCj^_$%!%Z|^Q8{6R3N&&VrL?cK`Fl~nX(~w!udQqke#hXNUzinAT*1yUc}ybcNhF zaqOc@@KL^~(AYL#Ji!P@bKv8Ep{vF_z|P92x)w7jJi5>Ka88>Qg} zBaN`;M)zGHS(#@{V(0^Vda>yY?A+`F80QQ{FR7*(mmhQgs&w78YHG3+h8Ti?Niz0W$ zCRKb#hy27z`@?CLvqaAP^()g^L{6fAl`qFeGRUK5E5CH$)ARd|HlFvxar<>Zcc`dX zBj9*bp1%B}y>9#rCS4AK=cO$o)bZKIo@xVDUIx%=QPEX2S0G^#;UMAQeobcsy2^k+ zL|OtJD#BS3ThSZm=~ff|{rf;%@E$=A@bV!CdU%=QroJVgjVvi^R3x5Kf<3P&+L83D zqw(?gRt@dt-{W7x=VjXKjSca&N@n+&tQAa3zNHDipz)-doLWY*7e^A zJy)I2sb5_F*Xd|Ce}t+G(gq4wk-U`@uXkQ(pCqNe$aosrXS$X}3jRs$N1NIsL%4nd zO{)?YaXPfEuxNweV4|6~mV+EAt0XYwrsm2$lCR6kE1s7?#I9k@Av~^civprx$iQ%y zuP?hC^a>f{x+|n{;cfvsTP2$TSYw(rtcL5~SuLuRVweX?-9~D~CIlS&**(BTZ3Y;e z${v`>mMCLR{Gc)|Bz$|U5(Xbk0&48<&R`ni)+WufUQC_?^-jNtF`GU$3{Mq%mW!r~ z!-OxvQ0y$Pmv!_*7XT|y-Rt(E=WA&fGN~sz(^iAp>;P4f*+eYT;I+zGJ-rAM|3RoX zaZyQhF$@==k`N;&6|~10;KDuC_){2|>;DIBf|i2}$-WrW508w}(JZdQ z1>=kbW#s5y@}$OzhYpII$}JM!9~$6O*X!aHe;TJJ&!UFQjph~#l3 z8NrCYotEKzruWNmeDp9Warw5&F=o>@p#t1a9X-ftxtw4cM77ZmxYQez_1XQ` z0vWrZst6r^WcBPUZMuFVvP@uxHP#`trihKhAR_qw@$L46^* z5rJk9uR4Dov-FPen17r*%Sg{L|HZ>-#n#%`xrMc{3SG!laPRO&7+k8@Y~<=4!3wS} z5DA;B3%nt2ZLf`e4Nbc15r^$aXWx6E>{~(=9igoqwG}UgqpB=a@m#n9IXTk$>{_1< zRdDsOzP931bLm00=ff3NsNa(J~NZsZMjFd7&d0Nr$T@=dn51wm3Mas zosNTgzI*xS83P=9m_6)IV$;UmUDz<_?&5|5w{*=Jc&sY@)^z*B2Ae#e+Lb1DCzke2(?DpuVU2LoU3ep@?;1Mj#>8lM_1 zYni;y&K5l+zkI`6Kb)?AGRFev;&!LpGJ^UwY#P6f)L`CE)gSv7fkIXKGZuWLY8+lX zq-?x@3$d4Wq`VCpDNp^%#v6x^VO73KI>D0&?y$j=3BGKDV+k7FDs-cQ%l0-A+t6jI zOs*pwTqX%}W78gI!JvoS>*>$0*3UnlVQ~l^Kh6&8s_bEnHBKLlRTmKYjttpj!=DIV zv5EYbDr2nRX?uu9U3CH#6_M~7*5<%x1nKP57ajwtU^_HmDtgFBp`+X3T*!Hk&G~Fd zkmM--kdZi>)YMmzi++xK5u~H3{yMh~d{5T@;E};lUcAR<7TW!vfn4F!=@hfqHt_d8@wK}X*V)o9)+8= z&Lyb&3Q2zjUBa=_<2mJ|2I@Sigz85{%jHTX`clOv?%~`QV8fOS$4uB+ei%t8pr@Yq z=mQS8oR)q>@=|ULC%(Cnb;-ABfw#0YZKf(-SAEv%FSes6MUw%eElQ==^Q6-~3@irT zEE(Fg`*=?dlc(492-+c2T})n<6-<0t0k7#==J(99UH{R z=O3d{?_dXW8xF-9%#L+)OZ&r&z0sMONae{@ZzKN9r8m%{Hj38sCz{sSnD(hsg?Rgs z93-n1K%$P$1fpF)p{K&_SrwjF9i3Rhj-eMKG)sj*&MJ*W-+l;SxO9)ge)XoT<-H|^ zyp0`st?BcFBQK@~R=h`t)HMdfyRN6RGT)0J-kY=>$hiL70aLP05RI3H)V-{JttHL& z%gGFMds3P;T*3yUd9&zu@*Xy<)S;>2Fixh0{OcH&$ozw9BzU*xB1;_gN z*;gqfHIi@AYIeG+*^uKqP$5*qV0ewwq~Az9qLpd5`ZB}S!-(%j=k*wxG_ObSY!mM^ zh)dAvU1T!UbXLyVb^;F;18;7AH}Z%viq;q55P(Z*Xw1A&Y{f>EKnr1HD0b^+h1nrR zAe#QxjV3l11zm;r``mNOYH_vbtrh$&-#4==a`63(9W~jj1=)DsLqMNHP;ko*Ri{G! z?eshPcva&kz7#KjY6L}GjnFjQ1~;42tHpQJ(J1E9zsXl8<3~+BzK}`3QX1jYXH%0k zZVSa`&I-oQ^`YAy#AZmBAdG0rN1@oob-`V)$>qF`vWsTn=^0J@*>X=Gj*TAF9dd6) z{-0CT%zK4u0jjZL07tZjfu`?|LtuDr5Ka0ITn-8Cy5{Zjys&^iR)pxed$wa66S4ZE=%%V)71MB#cBOm1uJ5xTBd=e?ylN^dI zt;?QhO>%sA1q^;DdU2mw=55qVo&2n+j#TuS=GUNb%`ZpJ?hZA5GpEW~{=HnaR)Z>4 z``8q7P^FpM13%Pv<|3^KuB{gwP%oKu-A@7v5NNY8t1;_ zJ(M|lfIr|Hzrw4guj$IDYO9J+rfL6IcJiV|GJphWj8b zFLA`*#_|5;UgxcP_M;Q4<5#$WV_x~#S+`X$P#m*Y>MT6hQXBniZMp85Yb$GW8lFp) z)UTwHEmZPs%d@7xPRp<8qEX{%=N_W7FclB(;z8NJ<%K$S=Y`@`-L?n0^kCs83U|~y z-|9Yy8g_p?#ko$=ih7}2Ch_&o!*0_qCzV_OXd$mpJh2QLI3E&_bvu2#s#Z7FH@VKD zgF^1~#Z{}_DXrst+!W>)LKqqarP%xgM{U!oh#p*;(rq5RQ5r;RClsG*xU<<v3!a}%^MS$$(&QrC}j4+~#;|;*<=Gm!+0?8|FL4@r&;w@o&f>5tI z^AeM(bARE^IJ4Ck%d=ux?3R*7podc-oeJQR%h^sxBjb>-)$3VrH!`dW;>W>oe28%w zlAl1pNPeam$q&wZJoV9!D&bo694$FtvA$w|$N~P5QB>^uuc;vQ4>t7?n|ggu>I|i> zw5h9X>X&;`$0}8>JMQ--3h-l)tT#FHwt4b_Vr{==BFTWS|M7HESe_A{Pw=oTK7Ne~ zXljIRgJ7tVBUBT)Ie;Gsy8{ov(j@fHPjIwwj>;Yp43(`ostDQ`FIy29klbm8Q$2_-AjpZjg)i;f1oH|c^P?w=6OfOqg% zdN8x66}EY&Wv`*7nKn{P8r$&m8)|ZWsm<{J>H4Me`FB`_p}h(D!zEfpJQp9S zf|WF5dSdc{$Mg;j^&V3XyLpjel`UOM9DX#jYsg?69gL<4IlLg@ku`r}-RY3EL(<=Q ziC6fhTiBd+F2PBc$43$Fih&4u(Yb@vagMKU_kdV6Cs zL7DOQp25-{+(^Poo#uYZ38;n4(e>n?`#{`**2)N z?cmO~g3h+Voo$D7wmF?`g`I6fI@^YJwhilS8{XM=XlGkdXWQYOZAWyr9ogA7qOK)_Y`>t$Ng^4`(|t$5=O0mBz6XQR`EDMJ6cH+0E=H$#mJld=_v-~-8@4pnMgU3N-jT>I;p2}PUAW^;V zTtsXB*G@0WY4|3t;5dcy7GHh_mQ8zn4HpuJ{!}rqgTfx+oP$&Y+6X$4{nH)Tp4c;9 z^m2fWfSM&16M;H6I*)clX`hz<6*LDGA2D)R+NPwTTr^Z}__AyK4HZcH#Z*~@1>;@<~|RaxTWm|@ZG_f6Ktx?i5y=Sj257JHGXli z5j8$oDU$HI=i(Bf#cX!`OOTw5Kc5Vl=+cVu%y}BVM*m=DiP~-yy!*C)J8in9OGfE$ z>xlwAXfeSpeT7PN{>qZKSkJ^j7o?fP%@Y&`zKuTAA}Klv5y9Q3iIKvHD}-%we9VW1 zLvy&VFDc=D2*B*Q{QhgmeX1epmHxpPT5Ni(C`tAFJ z3^x>VIqCYJ&|Ja_>6uSMsPZkLDokuU1rD)rD(_aDQ>G`1?PUOhCs2qLU&#^(#!jUn zFXC>YYZ?5jQ)V(F>(@X6=6oX(JkycE)r%uax5Ygm9{$Ke2 zx^ylzB4ggG98CwA%5tYL?@Dfsc)Xe&YyRA;<_Ej_E1x{SNC(k|w|%+O2wn1rbbI0m^7Jfm+^CFfT#6euMA>_ZbWi#6ObrZ;Q&J-#(tW}=3%E5PS%_x8*r zS6jj|1pi-Ur)4|w@@e-_zQo6r7O>74rs=vvOG5l&&-!F{;MvDTMdle9J!oezBQ^{b z%zUgTD>uuI!=aEZ|T@;epVEM)w z@sbH4Sc#P5$16lfp_RJA)CTnf zl`S-2WD8t9SRFi7Ym#R-Za^J9{i>ehLTUK%2R zm(UITVDmQ{0qlCI!VpR5G~1BBe~wN$99~@ieE#;JlQwtnWaqLE~?of!bm zwtAdb>hK@;kDQbl_CJcVd(`{>4t7rZV$FX58E{)3jx7Z_+{iWcyuLU9p3AdTCIP(BZ`36{j?xX196ZdW34C6J3ILhdt>G4)8cwx#o{uG|t;7Q(U_ z5si?=Dj5BJ*XC54cvn3P?ZZb?XGP@rQ27Q-P4%kgG$kKDGK*j6!B1PsN>x{t!Y>liBo&# z9Qzydp4HM~y=OJ!P>sS(@xB&59l_-zgRwI~N#$0-Ez4Fr| z95sOvwHB-j6Y{`MeW)_IMo_%w0r;n^_A3<@{* zuO5{ijoD6m>L!!xf0R^BgiWtr`b^|Qq?*q+&Zh)K>aIO?**MNLB(;>ii>{Q!@41$zDPTv zIn=tPpN`Oql5aV2RoU#F8R9D>Ye|jhHNBG#}jh}#@ZsKDIW)Ikj;j-P>t+_ZI z+hA~WYcM7*Ha4r6#U(Gj`H_=&{Fj)jB3|W*9Kl@>eH+(tc6{Q8+^W4wf53?(I}>JG zwJ7%ky6m%(F(zW2CTuM{?pfL0@KEa6U~fc*c07C}byU66@_A#;oxao5AeBNfAQ@2@J}r8uVHrz`%sLztT1(Ey6`C~T+6Fg zsvumsqo*)4_j*s^lPQb=Wo`89h-N&}qs<_sC*CV}G)$u&dgDgMvkiH@xfBecJ4cG& zGNASP^SSNME7}r#pN3Gi1xi$Yn+1P8-$3Ui|iCj_F^-Z*Q0I!+$PE zksb!A2Nk}E-;LAM|CrzX5*!NV&-e?@@Voh0{BFK@$kPP>-TOi1@(io?ytv)nX>NC8 zZ*KQAZu|RiyWU3Bi?el0OMzUUT?lUXn5pCX6g z|Bzz|w|33HG}F;vge(+o$Kt=ZTF2^OY*_5<;>r%s+X?Ldqh!osD?mTI!_04WJm{!j^wA2H6dtFbS4FNk(Q^Hx%s>X%Nccq4y^-L7D zcPPC1ct<04&i+TXky+gH77jt(X&ipcZm;0q@FNWVwU5o<-%Z20@0qXnQ#U}b8qCrC zzFbJpuI(v*HovSc>D2HV9?bVUEpj80IW0afR@XZ#qV_mx)#0Yia8H{9Y128Fcgy@j z&D;13Kh%r9h<;@7@c`%frO;pe&+_-5(iiPF+z(97ksYo%KSfH#5P%2)_b|Ea6ekHU za&Zg?IJOm=fxS`Rg6J0#C2-u6!>J+-j|14l2guiR z-^2M*lnYP@U$Ui`uR~$MdYEHgVl;Rp)Q5^^Q2$ZoFgs{kXl61GHJK$jQ|82v$R(T_ zLchR&TK|7oI}`XQtE>NKAc26u6O@ryQNwG{M6D(YN(5>K0z9J=!JWF5x=^$(2s4N) z!6d?T9HlL7t=dYfRa#rcrHG1{uq1#L5i5dJ1vh3KtB6X#h53Jf_jzXKNeI=q@1M_y z$;{oCbI(27J;ww8d-2a$r~<4~^MSw5(Np~+89ggI6O83sjY3%!MV-ap_r?G=IE9}jP2cAhXcw{0; znrK;?$5;NTMNHJ=?`pinuA&TOopVWcGKuqC*M0r#|{sSJB)I`3yX|Edq`hMnFg2^;aZY({{Fb6j0VZ1;{U-G;!kcW9W-+U@O&|53y8#`R^Atvj z|9?IiL5IA<^1bL)P2_V{AnGC$TLcDLizbtl-H71VL7> z1bb$L6TsfkENgdBdeAv^);`T6uCN+f%s!f$X@5CowG>x;wVOClEA}3Fp&C;(1s!uX z;O?FRpcV2t7B6`5V28d$1p^6d=u3Ho#_YtUElWh77AEd}6Iue)1jcAhJj$Zu*N2TX zA$Vw2?u2H14A)>*hFD-cuqdNn zxdTka1MOMMO-k-w`H9NqFmb91GB)o6udlWMhGfcKAnT)AeiejfF@>e=XTvKH_U9?5W)FG3Z#xs`-^+%+_j|o8HjN1WOD(d5~T%0ohJ@3r?f3`Z=2Tk z{X&s%qGv@fI5HNaYW@E>{$_M4dyhYBY4dhsJ_WShg=R=+GNdfLVUGe5(3HQOe%Y;l zTvEhKzdYWde^zV{&ob2GuXkz@wsgm2DogJfwgNZmH`zw~5+7V`XwbBOAjJUkz39PL zxVd!zwR<@_u_W<~Nv~hPf}6d92Y*gK662vWIDiW?89M3u!Ct!Sl)Okqa(kXS*gfPO z`#5J`eSG9(Wc$$hcKb-=(YR)R_ZOP|JKcmu|HWqxo0;|JVk_gwD|$CEenH+HPme2h zAEu{EUow7gzI*!KFW0mXy*~we=gr^8>8qP@dKatV7o9ZLQhj=t`We-Ek%GiTG(Fz7 z)K_bDweA*~V-#5jRM)VUY5#9@F?}2Cl!?ZD-Yl1MWL(%W=@F&Z%i$QoT;e1Co@Z`> zbboGvW9csK@0AbVHHfTbU+HCK@0$-WM%o2_317}GwU&-C#cCNz)`@x@(ymlr;;R&x z^Qt4QMPpZTgbnm^iH^4pqFEJgjX`ax==cE7g$+|^9s!(?SEMIs@&EkGkZ07 zhN9>}>0ZIoIbdzt&fJMEp1OcWHJi_N?1qWW_yfX{U?x#v)8U^WXf-+XJLSwwhu$Rv)BcLC z=D<(X%!LppbU+A2CjUw2Qr{Uq(2hOV#BOI*X=(q*Oq^4{oz%o%-ZksE7y9@G58pdO zA2*uxdf8xR(T9E{`Wo`0UbK|S=*Q944|c>zFp?z{FyAD@PaW$)9sgr03}9bN65peJ zLE$@$(S@MypK6GmboqN{EZHuFP24UMPmrgzJoQt7-8@=@FXPh-z&ZH<2qnW)4`&Mt z9dQZKk{ty}j$UVLjgADh_5qnaLqF1%7^ywm;!3UYzhSH++DomCkYK8hwKq`d*h#|D z;FmFScn7fN=WYK=9gv%YNrLBS&Wr_pMO$JKD=mG+@2Q+Cn~{f{ zcce?aQ8J9*xPKW$pjjo(0)@YsQ|1z1Yj1<;*>7rF%XulH`-<60%Z4gU{zN`s{4> zU0Htb?BD%NOxdj!AZ4pzu9^L$?CdYdn&E70d)2jedY`9%k;9ZR8uQ=RH`*EdoRvkh z@IH5BYVm+CcKMc+y&7-85vJ?QO($W)N^ z%pGVD?tc`L9ZKmALb72b3B0?Sk=8QC-098OS72H(cvlB};dYuHblca0|BmS3DpJ+# zUsGOmu$TM|l|m?XEtab{fpu5XUl9McIPQ)Aqy#(Y#2zjNnDA6G7&|c|>vC*~vSdI` z*0uYqy#R}IDQ>8pJO=x>Aog#ZY4m}#k0Y^c`x3@v+XsKpqE70z54DSxOiB1?g1tC$ z`LrpQUw!Q~yKN?yTh^i4cP^hRsPQmZcS!Qv&9Ez1$zu&}W-vAO z2&Gwn{C|ujQZwPdUe^Gtc3AbR^(D&8IJrIq)=gVdM2&s?ivj`8Ig zjM~I&hbg8Hsy5t7RrmStsj*(&PaPKOzGd25gdgZ0^bwA|X$!7*5S}6D=NWCF&?;AB zMZ9+}vPtRd<9`sllP`VYc}`3*w5(ou8)k2@>SfYg8y~-gS_CpEI#o4Ib@U_6wb6B< zsx^_<2nU+1r64md7SUhxi70#jmEE&MfB#+WPp9~2Cw`Q3f9*_s-=GP_D>{ooZ@0_W z*|<`_BorHFevu$YQ`5`v6CNu6)UJAEs-giE1|dEPTgE%)d=9Nk3T%Qk3xWhCUm&0T z;Vb}he0!Od#s(X&R9BhH>?ZeV&7`>w6Mu?mEkl3cx`jtx8?--=_i~z2O!~M&!t|Ap z=v<`fK_i&i1t>w>`NR%`-o}LyzFy;FSdcB-O>{k)Lg|Pnw{&Xr zOe}AcskYLC?ovC9*3c8Dm|69AW>u6civ1tOJfLgJoBm{zK1%G3W|HkhgsrEOqf94` ze1zqgRuS0Q;*0d*vydl*)Qps-Mi~M=c2gNbcV&dPk-+BPgkT3{GOZ7ErtrO`)tS}K zVouEBT6ShorU^mGe6r)aR65pnm%eT@Vu-pG)bOlt*F?wi+4XUN^2^Vi@|~^k5j4Hm z`eys1v*%4^*4K;=_<=?i?>Vicr8|=2o#Fjl-+l8a*nZd@hB3{w)Zu(hqdlGk0+=Ok zJE3oD=V;SThCY8)`%Dw(C>Uz}4TQ{spSlhZ*r}+vRiWsYxV^_7{S!uqwaO8-(OU~s zqKv~M;2s`_VMb`gIvMJ0@|UL6|Jfg}Xl}z-cJRkr5LlW|R>&H)Q}+E_l*!==>Yg!t z6QeHT9@Hz;imep}K8~IOBt(-?3HZE{-h!Xp0dlE>XRN}+$9nT`g0JcRFJp(y`#%cR z5ri=UYLvPKkx}#}7{3#;KQT!`(^UcipJAGh z9BXr9bes+s!*`s{VgIM;oFRG->ZT&?U(1d<_q}&MMnIzDu)o0vD0Qay$!_gd9oqwNwD+g{;74AP zz)N3iTe0UwpJz1$@h{-m58JV0y&_DHBEyJNAD|0wzAH}swNxn*r(Vu=@6F$bI2Bi8 zGeUe!tTk`4cz-T!JFq%y zz%aTN^=`$2F5&*k;Z)=m80M``lGS(=DZGwbfUjq{L|EVp|CGnas5lCP!$z0M`R(Wu zJJ!RF5w)>z1knwiqKBPP80n|T@_fU;pe*z3VS(cCC2G_|zv*3a{nkA=cX+%O{mBCS z=Kq~FQj;k7b?+jW(Mwz65v2PDqa;VqDKm{^?jyT?wJ%pcGLzXWwogOHweGkVdMej( zC9sFXM9$fZP4H^o{C(}k9JXT4#M;z}coC|t@CE8_8OlrT(HL|9)*UavJLJjM(W&yz zt}DxG9I$zmxR9m=AMXcj8vZ1!T*a^NJJ74bT{#8okk?dD#(-)6&pzX;)3PKqzkE|# zT}3$x|D@wAJa+Y+sn!amNE9@_4npf#w-dYi8g~VB8xNq{w13ja8GK>*2?%9aG5D-; z@D~0vzUfc%{q(Z9&({5UYEf_)DIpMWkxQP@^@X%x2z4*FZ0IN7c@?49ID{~(!^Z_o zOq|;CRiUb7wbA7~D0?GV|5exNht|XnG+}QHc&+w@sy0nMICbo3Uf3^W*9l96uL41y z$(rW3o*vLG-fJaUdG@RC27A0=Dui%)o`U0ZbFv-|BXrJyb=T?jVP={9x!H(Aw@1(i8sJ3!b$hV4b ze)$OXy(n&x28u(Kn}W@2c{Rj`>Eo`Z zmZ`^jXEj$%J0R$5B0|n!XF=^(Kd^h?ctWeFm2>HL`J;&Ys|~Qf`wW6ufaUG9|Fe{i z1YeGKXlgu9>}9V36|~-JctYC~-C)AH>vhkO^1ltIe@M++`{!YW%Ynl{7|)MZqZCql z9B|+!_(y1+8+jZPk|*ddAuG@`8AgTEWn!`NrZ1WxhBR&}>TTb~^p?6?iVhDqr4+y_ zE8iB~0NIodpI{imT~mJ;^ywVZdgPC(@73L69UhK*264F6a1$6fwO?gZ>M$Oy=eKb< zVgpKz{F`P95;vM~q(3cO$cxAJuP@^Mk9Tr#6gBp>gjVOL>{n~zx0?_NW#A#!y&Z=H z{aOFfMDLm2VmM-)jC8L|CoW!^PIt`2_Z6&ty1Ec=V5@5I0@QoKh4_58rmXvzAO1(o zkC_}^TtDHx$T)y9&VtOhoXF)lt`5hm@^-7a;GZz0;4*Zlt^lT&aUhTwAnRoWEnFz= z1u$|w%59ARrUj@*0JB@d3rSXx%^-jgBqM-%#SwELfD!N`fcaEnj^>s_9nyv_rLh_SCU_rr>ssii4gRlA@YPAk<=4uC*&S*b>M9k9)dUquz>wc~(rk zK*Ib6mJ44$r$NKzz-un?LajxIS&Oc1_qxe*we9P%)CqceDx}^8p!V+ZKCZPn6G9>j z7>cvn#d13)A;;i#kd_?@bLSxp8Q#%|&0+VN#7Fvx<$mME#gpJSI zOk0i5kZOGXjp>!C11Zoa5~_{gS`>DnAyP-I7#2D{=pczyTyRkVkfmhjG zWRx(JsZYq+RzdT>&O2zGGqs(pdpx-OwtG zHTZ7>En|B5Qoj(avqIeJ@*f5pGGg<;jKcY+U+7LOcu@F2HvXUj;w((zTk~|_X%oo+$OT*nkb~|kXsdA@ z$(;aH&hKXA+905X;sk#yHPPK^{|!tTFgm@L{A3=@k{BSd<2KC2Zl5*#8j=7RPYbA^ z=@9>&jXI?6GyceMt|vC$&cRH2&@G>`$px*RKHfUk#JKXOvd>|sO=?Gna%+*=V~ z5>N-IQtvzxF9yrB-}>=VDy3mMvK$_m`Si2uOZtcCNDFvm|to~w`j+?0SlH^ zIZy)Z6s!Tj{sWX4plk;ve^v$UFmiw-BYT{=55^bAg)Z#s!5GlJAKd9cj(jOz@5*BN zr6hNy`*MgzAV@-hXFiDpT;5M!1=P_yjf_Dv|n-f5(s7m>P|MtmKNfyO>)Ovw=n9Qtxm^-$@ z;39i=cL^epU*p=yMMFYV>~@7CC`G=J!F$4$kr2+j=YS`~^*C-K#)RTG^|BU?>XpM- z;=VvtSkhg(#OPfxsWKz?9pDUasBQcj!Ba zrQGckyL+;L6vbiR%FWOpYoF4uCLD>xB*yNF5AV1HkvM%UxJRv8HOry<_RAp@5nrD6 z9G_XxO+6(SpOCC&Z)kVA+iq`s3pp8s$p9L!dEG$c?>{ln*j-(KY`eS2_F4cY*OeJR zqZ+&YRswz(^fa^lvfXGV%?1CC-L6HV;JEFQRBlTQO{UZ6SWJD%n?v#Iw}+yGOA{|6 zz`(w>k5jBK#Q+ScBRT)ea~Zo5WB`awFYit#@1;&|Oy~m?yA2cj$PBx+n@|JtSJ;9s z2C9rOklPu4gH`Pbd3-}ra-IMXLU~S1$ZNG7JD2hVPLK90HKC#H=;;ibgfxuz7{uJW z(qUp;Hj##Mt$#>y1EXUpzl+gAx3i2FbDGosrnd!h1?Bt@V!;J2caU?%6fAkwfs+y! zPRf9jA{FH1VR`z}dperT+N{^x&V1Lc)yewa7Vjpw?@^ew&C$`*{oL+*y>Ew&xaBc= z_vX9emLsugHnh-AZc}gmK4_s()s$kZv5n;l#SYg?OF5#3N0QvIwW}x~ZzHA?-g6L2 zsk81|^PF9RsMgWFTJSz(ulliSN56CWUODj@MTrl#fs#(xD=Sm!puKWbX%>~NBDO?2 zwvHvF#4|d)G%7O`QB&A==SISUKq86H#E@s-UiM^PxHds08_BzCyR+jSf`j|z6=%o2 zZw;rbpo5GzzaxV>V$1?QCy|`?&wA6qKzziwf0{$t<0Eq@fAMeC(G@XN3wynpRr!vRo@4!$xofpj3TIG_Fh(!m^SKMzG={# z|47iAYu7k9up*6GYy30@DLG#N0f~R_0@^ua7QRt!XFqrl{ zmAMZpo9x+RO0)>EAP%1TS-~i8Q&2kwo%hkfpU^K*yNn-gtMMH+AEd$i;P)Yh)0#Ndyg-=kDsML39UA`WAWJj@hhxYx<0$)Qdpp1S&*E z829bcib^6UlCUK0Ka-0`UZU#T3Db-x2~3s{{iXfZ2HixALLdSU{~?RhrBKf@OENQi*Af-U-yzK4!z3-QWP6^4AG4m=CCZF)7aRu%JprZ0_Fh* zD$od@&zXWJ(?*{l$sdAh_8SFfOR#MtYE7RkYNAlW+H9)C@?U2Ba=u&NGQ;NP8jbCu zW}I|ej66yUP6-j~+O15{?@=_>%pLIa7j*~tFG(`TDhj0i{a-Uzt24DrmN-*8b)}{@ zPfG&)x5p>wyh5>SKuKdt)P>Q7-DY%QuZub}5%ywNa-{#Q?}b)FT%}^ya{CVEP4rEL z5J}fj9yfl4!V@GF0al^-rQn)vi5Fhe5yC`0-GtBmrciVmTRaNitE0_IIA$xn=#kmV zIs7&4?G((r?P1md73zd3MgnU!9N>1Q(JKBtwk>)mTFRJkgz|5z(WlyqoZ#A%jnKOZnddhMZb}j#%6vC^af#&X?awgF`o#zR z^O7Gj1q4PV!1y`q42=JpP7D>+jo;b=zOX-Y0uNxYDcc>iV7yPYd}4kgXgM*|b=pV3EQ zMrrH&gY>KKfY6Hdcg?oT|&$4BKCS3{w;AX zEvWdR6wlqg8F@&+75A0M788$m9T3Jr0$aJ}GYA9TGK}Q19-o<3qq0B-o^!@|HaLQF z)|R**YxE!@rYwHIr4sldBUO}685#13jqhj9+9-3@y!69=bKY2y*Vb{~9@BQY=OXc6bp+U*!xYHf0Gt)8Y`rWsU#~x6cPXPmkbnr_-+=4 zEokSIB1jzio?zH!FsVUIw2dOk3+bM$E1X*YP%Q_ZH$jyd9=kUBgH%_puwWX4@Dts; zjQ2b1fR`hIdzy0-ixR`##CcAl0|Lrz4+4dWvy7VR?Zm+^ctK#U9qZq6+d>u!?G*;H z@q&5=y=55D-;<;M1kvADp1ifq#;=;o}3jWS^r$rE6CQd zy@Ij+guLgj+mko|Xp#sU2`gp-RMAN(jY0F3DqeMA>L8V= z?pP*IWzwTKG2Tbwc(j%DF#NZ)|2zsniakJ>1#}VjxfuwPf8b<1>SR33whab{iCf?( zBH3Y;x&I2bH3OL>dMy$Te}{sijne*Ipba3goRqZxftMT%<&L>HbvB4ZB3Ah$JmL{R zZxsHY)|x_{ZPsVpsU0?JGEHiJ!aNTyk+}nC)cN@3f>?$={2JCj2& zuW31Qx)BSuYGCWz5p9mWZwxj|6#Lzpr&mI2S&cgNoV9n64v4%pLRzcwVNwkpoX<^N zqDZugtR*YSax{D#Y|ItVMNcafRPuUXA~sB(NFAPGQP_!^RCgEzz6{I3Ku}Nnn#1MD zrJ>KsJIpu+K8S+okzL{@*G70{#;q{YyzLnw^V`TxSgqtJErtI_G&I*{{=)OB9vu&Cp; zs7G^dZ5oqgTK3jPXPAe(og-Q5w-TcKVwFKo}R$4&uM!2VfY6NG(dCn|A5Xz zad#py??ld*uJJg^Bu_FW`%zL!<@^e?bn_)kO!7AXm6El@CV4bpvOWETTzA-3qjHiz z<-?t=s`XUb{(KnwOznsD=yps#aD{6%-pgpEAZt!wTs5}Ps{a`YaP~Ql?oMaFUL&1d zs^TzvcWE8Tl}$PJ&RXurlRAmrykVE)r80#FacnZT%VIRQoy!4RlwRD_jjJLPDdE}0$SXMr zz@I;SM(PFU5M*lvyv6^RdO5q0-CktN4q~0qe^C*b9%O#p$`88yb&CN)Un-vV|I|tP zdnW0x4t{sed;Le_7b6qSvuDFeD}JIA4=dh##1b%ECM*dP8lO2(Uad_@jhhNTp(O{w=F8?DXdOlB13CtV22QNO&51DI_$J?J7`v#}qDrOBoy7a%#adD@xw zAGn6q`6cfXVbtKcOOd}mu8ul(623R>zmYPm!Ox8G&-l85WA;t|O%Z8Vh-xq& zU0}a*qAG_Ip!oxSZ;*|_b;XhCA<-V# zK2;Z?SR|GsH;uLEl~8Q(I=j9(|Jj=v6BaR9eky*$H(W9hy~B6e*eu7d+rv+!D1)~n zJSmLdkoM*Zys@qLG?T3sAzQvqJ!8n7C-J=`RQ+jTz-dH|x%_LsW2iDEd_CVhx6P?*c@s1D}5_-LAA~L+LL5b`(n^ zUq`HPtQ680Ch;WzFgU^D#m`~uEAK;bX9$VM*0LeRq<9+<;mz#dMVn+~-%qe1-u!(C z;*AH0#xsleZVcUqFF313sK)S~yTO5hXiFgaPj9p8R(>MFdnvbKlWS^XGwf8)#9?qz zL{W{t-m#*qAE}8>si}!hw54}q%jcOzqfg@L;-?DIU&nmtB&n9FCt2kUrA=B$Sqe66 zW)&t`WloaGlVOdyD;jRmnz7tke^W+TldQfCMoZ3qNC{fQzDge`K^Tpn*F*u}%zPpd zsVSW-DV@Gd;jj5(5Uh79T3ToSj%NR?#sfQ9P2`|M?dTn)^JxS%-q6%#-WJ@=JHjZs zP+WY$T6^>Nv3Y7#jmg@6D06k1Cl)C)ml&;DB02OdXAkxTqi@d{Wt$Lz7>YdK0v?Qx ztq90YwsmX?gCcb0%u_-5bCAabVq>e*O`#}!Omu9uxMNy6y(ktOFL~)d`hjvBNhwCI zl!=Y2A-z%9Hu(~n=#N1BJZDDMBc%8Mt*8A#`mBwOsR+bQXC+#r8$xV^t!rMLWL@Gvszla}7y6Gkf6LZPvixgySQGevaq|xC zSt0tsg27MiPgftqukg!%EWg-!%3QdL--r))SU=oE$}&=#cLb~-jzNn!VL9LWjwy5E zSyppRRjyBLW=&j?O0{jAT+6@P9`Q6yAThoY=LWRVaTU#CxhvApgw49v(pfF7r{ip; zHg;st39bbvX*IswU6+QG1z6)__0s%t2{$sX*3K(-{Ny$sDhOq%b#2(Ox&>*496O^3BniX-2yRoG07v))! z{_~<7NoT5_T*?=O0jV)L8V5RjG4nF0*R~#ms#qmTWoj`2NpmZ#K@m~4ICf(R^{ZN~ zhTm|R#b@}UH>fCQaoddi)!7?#fs3%) zs797ny2|YA7X=)Nv9t*Uv<0FowYBA+F4nMcGR@QPP*no!_(X8lH+8hVSRbet5_%3E ztbYyB^!-gFdBRuUrQaChh(Eml1zn>B+ktkO06e3i@y}@W5Ns4dg|`!I%w9oV2S(-y zgo0Hs(OEK7p0uMT!6*te%i7q(Tl5Dx$Dp7@O2O!CB}kXCU$Av{g75kl1TP9dVw~`j zt4J|R8UU7gi5UwBDg|@VwdEV0)wFBMKdjm?y)t^bh_KahXebsaE5vEE4i4}@K@%jsI3E~gS!13Sl;`Hu--E?w>5%RP_&Cw!^l3TKYZ;>@vS zA%LTrnzcRpty~vf1Cv|1rgB+xqI)F)(8m>V1@+@qiPezDG54*i;f}B#!xzOTCA=4r zWfW(ZM}etghB82m_yd#+rkB-Lt+5(b0dj;}I2iy4^;pe|#FB8o%JspvPlLn87l${c z_IK@d0dJA0ftVPL;&YF9}pFw;HeJSk{zpj&6D-S^lEca4|o}#0MW7if+Q+d`YOs zr$SDr7DrY&tk{L61Ds~9*=M01&p;2hs`X!WF>$!8k#9}CJo;w+`+M{zEc!2_H1nJ% z#F*dk|MO66B-g;;?I9)=j1JxvsBi5Oh(~Ls9)J7P`{!} zP1QG%MLU=K2)05@ibF@m2OMcF+C19#)oA{NVmB6ziw$_&;JfI6jX8W9a`7!r+NVMw zXoFw}%dCbAK!n-%e0W<(mPC10~OITFi;4TkZw2tZuC8NbWNfV(!{OQXz|`F*@agu(X}`r z1X)Cm29rL-IoJ!6?w|IzaM8oF7ZT`m1&yK~Hxa@j4jQf?7ffkRbHnjpYmO!!HV-A7 zM=OatL3Wv*e}$LKSKJ0dN^8VZFkK0l#IP zgb^orxG8MMcmh^`a$b0tsBT)cRn;gxd2$RY+B*U{Rnz_}mq>WVZTuj?26PChSsbe_ zsah3TRCnWPd69)d^tXh^fF-jQT^Y3F^-bC!w!biQzrnaGEzDzeBdK1xnEi+sSgShO z7Qzu92Yo1xq;97#Mcj{_aPrz7-iG}GX= z6~7Y$F_zEd#p>6Q1fd4H;(j+3MmOvXM_~I{#KPG=$wo87J88MbiuBRJ3=J%8$f}-G`bfvZkPizb6@goGJ-KDv^|?WCevVu2H}c)k-_+-cTn3H zU{J#n;tI}c6*I)L7h!R?Cvl7M8CP5Nk=1asNgrHVcdNLA1ovOvt*7zrExs9;b9{6@ z;@4gp6=ZdWUbdsS0{X=OwQC>=VynK2s&6tygGEJp1xu=4u^QKyqzNp@l;TkQxh8&g z1PZh`O!|>U1|+`b%ynFsFxHO)mPy_|B$}z@{ zJ!jxJK87cj;WoCkC9*YGwW`|sf2 zl&yEmCa>3w4BUVrN)%c)7;CK4juINgAsVjl7k#~XTi?ppqdP=2?5O;*`IGLIuLm%{ za(LI7{d`c}|KLK}MkKeAKuhCX8t{dDTa4W_n1^sX*6l$++&qKhq2B`>s#L$u?CXND z+R5$^LIbyWOzf=32V^YldOxLw7~O#uKQrxbfHdo1VHe8S&Ur2D#_rp~Zm^erWnaAZ zbx*O%|4aKiJX_D8))9LT7yG)`mYR+GkM?y{lri>oighpy3W2vj+|sU_CdbdN9a}hG zTLvFh|BC2vZ789F!HM@7F<3@9!sDSkOoGeWtaw6)>* zIuXPQAz1@$S)#`@g+ZiwM#D-kGBoG4yW2pV$^hvM31I3>?o*|6_-oUg08VniyZNhs zxbCnT~|Mnq!y z8|TrSDsl~bg$kg5Ot#(VI}cMvoYD7*_r51+J%+$7!zGW(amj8KmqiXo9QJ1b?C~10 z$Hzk48}=tOaA!NF_<7U4%kgm8t&*|dNg2U7wt_N-L@+*p1~P(itI@pFa||MrN3u9B zy(sz?1aMJNWz*xn?bgE6ise}WyOMg@4ju?ogvA0;yXseBA%z}3pA-R`W3BI+!(5L7 zUv^+W`is}88!7n9ebgyG!yeX9TF1IrjW-CGA*yC1UjDgE8rbn#1e8!i0*2@(?d(GZ zT&v^j2?9*#6E|W#lEMe9C!G`XcH(%_?O7`% zq|K^4aJ3jO2&|AI;dSI-S_tex9%G2p3m9U2#36r_&cHu?IVy@O28&(9BjiqSa?^h> zx$APdjmkaQueBpBB$hoo>nn9W;@oe<&(GZFUqD7!HL? z@fADIWG2?E<5kh?I_L2b;e}=Z$F*iPDEVsa87KE#C%11d_k+KXd#`fachy2ysY)6= z=8@cd9V?`>o~Fv=y{nvMM(2!41Dv6~5|>h%DANdsm@yR8Fi&T3@r%w`N*>~*4_>Nt zX>tIlYT-C`V(k6&P9jovSKf}<$BIt)$w&s|6hn}rwRBQ}|Z?ETAU%#(-#&uOvF zE}h}NI=PH{BKf#Vwx8*JP0pgCMKxn~7d4`%TDO^o5f(T|8~$QXU&hl=TIURJhU)UO zNk3^;T!I-n-?#8x|D?SF-#3(s&Qc-KQO@*+*rx9#roIChw+k@#Q?~%<)<1c%k2!`X zvR_Q~!X%m-RCw%}yodGUZ>j*HU-;}`?1e2_TP_V7 z3;BIXAbECS1cx2(mFbse?v%*FjDh{baOsgNGR*!n&j{srm=4VTCg^ge(~;S?8jo={ zFzr8u63Igi6ph&QS96l)>6|0fW^PwJtX$@j8B)+{M*7EHcm1Jk@&c#ArMU`2RpH;7 ztE(Qi8ijgweL}QsLr0vng^K+TFVJ)KKbX&Z`Aj}dFUkIV7%IgOB@U^Ah+8Lg`UCAi z&7i$C>TS6yVnLFZJeEyJmODEk=p03r~zxQsMov(p# zIc;a35X-&6XTe3)x8*@c??NXm)7 z5JszWi550o_#4auGRFBTM^Ukul}S3Ig$($>o0{lB*VrX3J}wmQKk+vZHnt6hhbs7 ze^{o#_W9mv7=$;P_P(7U82c*^LGZ@!ogWJsX5ylGS|Q$7%#-^5E;G6)pSfY1Zr*xO z!=7TYujDhQAM)t;c}a*{8Vu`$6$wj30F#FDWAsf)p;0kz7R?FVZ^1pzIrb_kX27CzTdlU zW*>SpA-%jvb$3T)-d^Yp@F*S&W5p9faab%IP~u%)Nr*fT_|Eg@xvJ+!TA731%-sl7 zc=J`a6X#OaqVc@mvuo#sO1n*Jtq%F>QeB?tGKWXn8PgVMbMx>+Zpz%?-GlyA^R;XL znVs;oBJ+T5lq@ib|xny^eInxqO&P8yUY%^JCD-IPq#7s9eMwDc&uFC!9|W=X~*YVRQ0#P9dS4TW>=Y zw>hbY`czAeiZpRQ<+D~Hh1xP3IZ^g!HbL4*v|9EeEDB}Il zA(}&hd1YcPy1BHwwJ2QLE%757(2IcIkcHR|BBHL^lB|kjvsNiya10!Rh*8Hb(L^33E)7hc>s=-wL?8>;MwwVRb43Pt zJF(s4L+*NlS(ry_CujDTO)BQZz`lR`do_&ni{1BXzxo|WXMeK>qlz_a7xV2__t|}C z8?%r1ur5isnJTYKr~=f60b@2g6Hh4$6JNp46RN(@(G~xgB47`rAi@r!{uG{}Y}6gv zW$Ks=Qi=1X$gu%W+{u$E=YqvGucN(?){n^;(qVGr6%DLxA z;zpZI(PKnsQv%VCl!GB-!31O=dodWuE@!~}KzDJqj4lPpz1-4q!fFn;^o9t0<0&>? z@ByHi!E(?3o^;WkBHN6m@X(q$m!YVOj~Mz3!#}S2i{T&tEZBxs9_o5csRBJFPgF(t z|9cJB@_PWseT8(E=y|h>@ewbRoc2fWB}F^}5cVfhl5ZG|&xnWbHg#{z)$Omk|I&tV zNQMdwgxpHRdb5R$An`n}kCM+SgOfmp=Qu9go;!|{{;GL8$MJYGd~;+G4vEcUDD*J4 zgg=xT3lNUgfEnr$U^d75R{ORmdD`xoZ96N8;L8Nl7~{d-1c8JmFy8coJmN8}AAO_$ z<&Ziaij0f0c)=~4%#K^zk?0;sJMLcg(E|15H}PWlDx%wLe(ELOx!l9pLE!KiI?l-t z84yG$Bk@}Y)XQyBFh|F^+WIge~j-=gNJ8Kt;{G@7nQ)WUQ#Ag;KX2W)MhFk8Zj(5Gd z>)yLt>(!Phr5WOl&})wN&%S@;{f4{)#}>_J+3czf*6k^MiGC$Z$jHSROaa2avx$tz zCA=@H=kR9V7e#(l8-Hj8S*Raw&-~ra?>VDR%_-}hmqL*%q)WTKiCoZJ_^P^_(228B zr-5U$?`xI^<4aW{?O)E2Q+K8Pr@^++`kij;cbe8uI~CpBLbvaZ9ff~`|2t~2!SO&# zeyJ~YJ7&CUl?6%rZ-a#}ea}hV##W9JlpCoi_Lgk6D{pt-Tg|?kYM^qf;Zc3@KDlxq zA4xdIvRnnW$}Wr5sL>i-aB8kFTC|+Fl(#DinKi9R>7S=uqbgmSYajE38v; zFQ_7?W?o?h_L}l>Y5)H)FQz;w^N?f!1_7y3yS08JP3vE-rSJbdtfbMCMY=(N4o&f2?i@AgbXzi5YZI`h}#;nptna$_z>eh}oN;m8v#pErLW z{HsV`>}{~mfoKhgk!GGhEW2QNWs@9Id{k@|b?@k6N=CCphXklc^VVwTeztRGQQE(aqcMcUYS1rD~GQWXyLQQH4|A4qIY{mkO@MA#q`FRu3^4gu8;;x{(# z4e_5tBf1cu{I%mx%a+I6_&Az6C6DM5D4z>aMqDZ#p3L<4-bN)TUNzMDe`d}|z?3W&N$y_rvUe20OrjO4v z=DbhnI_Hlk(L7r25drc~}^wiWd~&64M!v)ga}9Gfl{C z_ziRfQCD8OcC&|(G4+wn|iSM%UhcIVt{6)8D;~&-v2;V$(hd`$_82zVy?jID(Y79#z zz(2~u1JN1f-)3Qwqm>kG$&?8%%;cx$r~S9kP`mf#xMhFR7udN1KzW*(Lmmfl=^X1x zQc?Ia^L9Ygpd>57*mPn?Of8fNQH4FMQV}Mm5Mkmv6JcTskD#yfMwqw)Vkbv0Ehr36 z2GDL<&?Rz$V%OKd_sMp6>mwr{5Tl5Q5_a?zgZp+OM68W&N!&q)g6Zfwz0E&_YSJvd zf2TQAFFXV+lu;t>|0sqf$Y$fMgOle(A{EfgH3gTl4K6ploPuO*cQT$=#!;q)zc?AE z%rZ3|{8P5Z&&kNX_jJ!61mD_V^!32bCY&g(q(0w@ti~73Xu0UV#+zFPPn+OW;^B}f z7R%{Rm2Tg_VPf%(V%d8Swm|wkyi09M{E`&(zgo+zw?F8u^q?zm z_a-eCq5*p~7n}-HvV5)~ZcB1i%@G@9BpI>%-d=t^{s)bFt!CvWN zN=Md%6#CxEVqe;8j_qqsZ^flsN&QV_9H$Y~!WBZvK4=W%7qvUH_U5~^kM*caXS@Yp z;?3U&B?#RE?K9a!`^><$`=$yut3u;7YLyQ<>8qtWl$X4R5*oI-t}~ZIg|N^`JB^qX zKPB0#z@S~8jvK0=MAwKBJolz#Qje?6m2iLL+pYvT*XOjFxTxttM@GSVp7HXW#|-%d z8Z?M)EwI;d9X#}7XJqV)e|6XJ9@wvrbvx00K&L^gX$`qE+O0w*_U*j5USA1r%1m5p zw=$zYbT1-z9SUR%4}n*^i@)AU>Wb?hGp926M^0rai;ka_+2&MsiJOc$50G($$?%(u zf|mKteZx*7Bx5zeiCffTwR_jt+%=D@5O+;Q+TVu@z<9hm+&Skv)#CR}iw8NgncNRVC(yS$L&i|Pr zbNKi4phq=7OclNZNm@@)b-z5U?t8cEUh{YS)j-xyzy*rLBJt~O@IJK=sGI1c1Oy#Z z#>eSHt@02MT+Ts5MpI^%USdJwS)$0<)#ZA5Q1C^ru*yiZ%1l`p67jOq6-b&^DPHIp za0XiBbQoXIa#WZOq`5X-+9=#71EgtxYXb`^$I7%-Wc59b|1{%7m2llEH~dZ~jSjMy zE?zKq20J5!=N>kw%pq5qa@(*M1ZNqtuCor$?W993-tE(jkkg#j#0^s%0mpSDqJN-D z4x-$6fb}1hICs}v=%*@(AmBjyt~Q6x|B#RxhN{okn@7g_L84*1K|st7=Vi<-c>u5s zl>KqGfwIeg50p6+!4tQ+XE4YYoo)#Q4RLwBXv^?3JVzG5rTug2f#1L2=KyO5lZ7`5 zH|uJ$gzx?~RdYCumRxya^4=Zo{G$V(4$CLTMe>$tbLIM-&0Vc|yi(>WUQ^;+sM|;* zfMOGuya~*EVASwDs z-i)sLp~3&+%j5pwee8jY|LK>_>Edk89AGPh|2quG8BgEbcudRTp~Qe2x}YR-tTVhl z3-TieLZzHCeK;?S486iQ@>Zu_naexc8Pz0KKkiE{f4r+ZqQ1_EUcQ%(9j5EPIy0gv zx0|8v)KHxpsou#bb23&c!=VeWBt!o8_sNf1;zz?hf!@RH`t4oKQasmS+P@~(@!?MU zE1it1mEmxEJx%)n&t&JmZT_Gej(3@V^GUp}h8gARomyzkW4bFQQPON_2s zZir~(Qtiolv%b^sVHus{zWmnq6@GC zxV5znsy}mjA5(us9W%#%|>9I$c_0eP~o9L@1aN{>Hq(N4=IwMO* z8KVoJ@nNJ-NYOu+5GCjC?NL${_r3-ZdJUg-OG;NTg1qp_D)bB^)IU9tM-W0;MA*)I zuZQ}v$Fo+b=PV(5QF_oh@F~V!ZXo(*$aT`q{uirFnb)gvpPrmZqM`R7`m4Lh4Tvke z6hL_A+B3Z%`H9{2mb}0s-gr;s%1|At3S_anoxh(2tZN%e=ktv)U5>f2-km5x|GX5< z7G`4CyAi^MpNT^=IY^nzC(lOsoM$8&R{1<*cWss5Vd4tOeToF4_;FYm?~iH;&l!{X z@nq)5jE;R|1C22@hBSv^7z00C9@Ruswb5^Q3t=@}&5;oH%|4Rs6L?Ar7UE;7c+fkj;y#Xd~g_M6Wr{cm={ z_;kX&@B(&<;*d_RbxiY&DCL91>pwGoc`7npPL)--5} zBqTK_XLNhpZJw$^k+X-$OXnCev+<`S80%WrD0#7d7=mE0E&rJK^Ja5*0>#-a??*2t zb&FD+E&uBsoo_kspJy8SNp5X+C?@l55&d3{yQEY<^ixiN8$0@OO>{@%&i@t)3VyFW zc%A8W1fuT-1?DwG;$<)r{+RwtIGFW2jp3~CIEHp`a06!!`(m&@F6F8=-s~qPEPt)W z%gCsy+G^EbU{2-R1To_xOZy9EXc2K8wZUwo9m@m~vKs&90MH2`XX_g8aR6xWwFZDL zn{5E-{h#dxK*vKrB&&)#0ibYS13a5t9z}*2h;#0lrybYP2Jt&Qcf6qSDtaNYnox^P zpII|&N^R=G58SNM4)gu(_>>O7z>-JXKzh^oNz$39Oq~#Hj zj;Bm${q4Aul6d+mR_h-m+T5}#!)XqW0m$#NA$AGd+k zm3V!6hRq=i1}XmA=~v$0bdlPzd1m24u?NjM84opg3S-1a`fMW~q%VBsuePgJU0-VE zRKKh*Q75PN_fRDD&7ayhEV=zSGY7_Swj^muyBwJ}dNqu~t%e#})xwU3IC#A&7{9t` zgcj5oM@P!q(VLU9rJUur>sLC3!|w-{vK{F_c}v^6z`&MZ`X6jYld~Bg+U3i5fV>6w z4GETM50!4Q&(=64G?U3~yyZvUl)+8r(J@|)OF-Lq#>jxhkQB510uzIG8EnaR!& zwN$4XkVc|M7@$0GSPio^R1xF>^QJa6EJL4$qPuauP|&WyP@!7P$6r5Yxl2q#f#_SN zol|IM(r6&Qe;|Hwx@O>Kso`4Q+Z;kajo>&chYk>o^SXlu4ooBSdHRYcM+BVcg zKO6X>7CB%oS*sz0q95DkYwg(Stn#@DWFXr`lIeyskTXp)aMl>ZIkU#fW1wRTL&JED zYBg5SxOC{zcNBiYd7Xf>$aR|d3>ip|`z^7R0Qov9LV+d~I{?kMX4beww;;==M)gnM zMYNg?@KBn8=S@mRdUAl|D#RAYWZHz{XqZ;aQA;Nuqm+k09_#}t7ALoU4wFvVqGTUU z=R0)A*i3~;WvbEGXF1ERRl^@zJ4CT{GSC}+i!~)W4ojhZio9&L=ezEYaXwvBzTMrQ z<*DCf`VUW>)VMj^wVypZWX{t@&vwuH%Ix-grnT~oZLcyaP87#!d50k% z%a8#Ch8&r1>`Nt3>A0koQ-xFD?8z!7%IF0(Wf7)Te`n1ow{rlZf zKC{Yf12K~KB-Z0NAz4hKIdNO^?H5=h{hJAz-D(fS?){Lv5hqxSy1J*%d8vr}Qv2qr5eL+Xd6eG@zlWk)aJ;iExi!zcD#Yb1`G_GO*eBYw)>-fI7h!6c(z+WuC z;swiY)jjIG)-~w1V1GuTi7upwU}$pc@T|T@@4YAEsshnY)tA)%fLq(D?;@rzn#6er zKo~0jP-m(61MtZ3O2iyprd`1TAZ`qmr>xtq*Ai6iAxk909^@MxlfCX#<7ajxVLWtr9@Q=~5_IV~>719zAXP>tEm+X^zM5c!|3 zHf=_NIkV8UQCwJT%ZCTjGd~{tT!vE&6B3(uSrAlijEHT@;NpPR*m|u4PtNjg0VMN- z(E;6RqgQnU<)L!@x{Gz&JWzvKYcrx`oJksf9MvTrBOzB!X0UvxVIg)fE~pye7MWAY zj|Q)}1tWG8+M=PfSYJunMLQ;GiQ{5{S5hK9itV;_+Ek)N^EBk0eEj8`o0K6l9Q;hN zDmnrhvUU3^uAAEE*4lVYDdKnhMQzQ;S2c3nP@h7SYoV&$;RzuepwQ5%vGDO*?5dXO zV}r8%zx_EFj@tMc--MtuO|@PqF^6}vt9DO6nG#*C+aDB5;#+%aRrvU(=|?2z^V5sp zRcLCzj!jfGPt7N7Pc1HMZlBA(%Kcbjkc&PDAl&{-lj8PxGlSHU6QI2|b{R|V`)4Tn zzFq!}b=zMkS6lV9HG2_X?C3maF{Mljf%)-`(XWqEB`lzNpJ2RKH^GV4IT)|$R;Xj- ztnd=E;;86>je=U=Cy*@oST8s&KHwx=-4q0){|=VFrnWY+qQR=ytor4Asf~WDQZ{F7 z3SriPd3ctze+yS{(D$*;2B>8&=ep2ykULX+33YwY9Bu;>2H|E!R8VV#W)H^B z1tO-g6FZ)xg*^M9&3p|QPZz=Z4QX@f`|ynRK|#>BR-u$IIkHAB2hAanuw{eA{3U0= zvwYQ8(|ZK#S8NGZeSH1=EIcNsFpx=eH3UwPFrFEEDPyno0jIA-?$Dh$F=WAf z8$wk(r}dd5XV{`lLsjoi{d;Y6MRGHiGyFB3BwIW`I6=v!{B{DkC6D6D5UPmSUNq6; zX3#{9vbsKHFloR(dL*v_idXp7zQQ!Q`# zV07JS@xh48mw~xJPqN#4g&~wbdS59R#7)JIp}0EnjEXhXB7p}tdQ8Z8`q}@IitJj8x+|EwrwfFkvBx+ zs)&Y?&rtAFlpIcnfhF{xm;72x%@R&#Uh-4E)<*x4#EUbe%~J+vvL*SM&^TOb!CtKM zt0qA}O`#@greDomnnEn|NfDl!%U`Y#of@$4ak_mf#0U)4w`$Q}wxPxvO}S(!{@2nv zzB1ktJANU;odF%_4I5IOOmQe-Y&}^8oTeo};Nj7B^d&$luw7t{$bw#=U*ArA?-VU; zi;676kVl%8tRYX=c|jJ;SfYhfKO2 zgFPIb6%6qtUO}R1F8ih;Uhwye#Lte!p2D!RV{s9@{u+Q%Zx&EdoK6)k8}xk8C`moY zB(cgQZqq^wU-QlqiAVBnzM8uPVb1A45-;wbLcyiSm?E{4DY7J2q~IzI26VQVG!v?+ zRU?V}OI62_R3D@|bI5n@P~Dtj8@VfRV>i##B+m17tkNX6WB<8kx^3nf+@DdULaZZ0 zPu08t*+N6`j=xY11?xG->G3w|xII4n6S5R2>SQNtW-jXvvYc0htAIpO9J8iwe*=y-<^)oqMD8`I*3PkeDM=gWTzBToCP_+-4U=sLN8 zBgs!B*T@u-Gn`+NZ=XSjn#v?m&iyl#b5;BM;r~WIe|%w9{zuk7;QuR>!}9s zxGAiO18xk$*YOl2aZ%#QN5BU!7>u?B^5&MLB;_J$LTF-~i#arV!dL|2e z1N@0gN76!#7NX;=q5P7x|Jlo2;#t3^WUmeXA4ylsx+)SQVBoarubrjyaTue?u>yu( zHck+eClV2)6MdFwH4Fvi4ovLO9M{3UG+P&T)NEz^pV0;JD*PZXBj`5oLc=!_Ul+8M zeI?RP#Wh72oZ8WFDE1uVCHujHCbFV)MonFs`>8j?4se3ainu?NOlp z>?t5$5uWBfiMPMVTsw*b2+o!IMA_hw?P9BnYUXez<#p7S6O)Muz9Rjk#j_JNS90rR zGX&Zb;02J`RjskDQJ>o7JCr-#IMa;|=u1O=6=pKXtvQi^&<(C{H<$k9?i@s_!*2x0 zZDJ@vHqGeSVgvB<^nk9<1Epr$t~|VZCHO1X6p@;JEy!og7vYBczQt;Ikl%3Ava6i6 zLYtXW5n=;zpJB<3+;j-M8tS61)}4U)DuVJr0VNVQ4#FtAo2hGNE>I*>zrdu%ftQG74_TzY+VztsOL&KFp-Wanb4w z#&2%fI{q4^u+gTnrzWx#24j^e%KUZ78?J%{SVv-n*dMsgoTpPp)_j$VZi1(a^r^(a zQOkHZO+dp3INTyDM zv!x}~z@tC;Y5&*@fQ1ohe;Y+4H17^85oiIZeaWxCW;gtAxf$tPh8Q4h{hCq*X5qw= zH{Ng9HsDGM$f)XynAWb>bt8IlX19HX8bqwdz7Z3Wskiu6-IlsCr9?VRZS4>7Um%sFd(aX10` z1YY^Xm5exjj5Ac(a{@|~JVnW1<_kdz^4Y`n#CF zS^_u#mmcAaILFC7BTXs^B3Gh3RhlyvcaC>r`Xz>E&;g&37ujDZb#gH7w2&z0VVsUU zPD;-fZ~Q3^wyP#t*ECPECN}M`rZk~7;KPp3*fP4ZX_7U4_2|mg!GRk-8);qJuL1(? zjY(E`<0NF-nt@Z5)4qRW0T?UeSBo4LZZwI2AwUrZs zRfk2^rUJ-Jd;x=5!u?TD?4bF^oxG}VMk2a1Py+(eR4uhV%?Ln`@;t*{-oDQIZ0!v2h@88a3Ti*KPC3C3>*j;MQBW z+XG*p)2m`msC$w2uZ|i<5`Z|WoOo2azM^Mr!2n6diEz3#6$$Nn32w-DX;8_##jxt4 zjE{J9qG4^sf4LSkKL8;m>qTP5N1X9vllz=ZJD(R~qf;>yvd%U;tdxt^S;j6U|_Tm!V0I@q+Ki%m3mPc=c?#imf&U#K;4oNJk379}1X1Ce*MJL;mu{rWk8 z_$(A8QO^#Rpy5yPaOW~7=}FO%sgudn{Z|a~vv}bO#?S#xoWe-;I^E1;3do@luE)U- zQxcb4&V>NnJE+wSwL39!8p$|v!QVY+Qtf4{OitWSUUo^Gb_x?eBT=69j!QmFpYi~( zQfSC(yj$zSP_}3&`NYsl-p)7Tzk(q(CbF886&=DTuQ4gyJ&Aj;q)7b;y90`){WrUX zJM+hO#Ki{EwuZBCxM+g7+Kk0lMD7k-z?-mqgCkBYy@6F0D1aA046hGBdHE^e(n0>pjjqEX&wK&v1C~6LO<1 zY(Lr#_Rz?j!-Q>>8Cc-e@0h`M$n_v1uHKTE_*%3c-Z=SBYdC&*9iUvlL zRV~Ug&lmt#S2$Pe9D%2fn@FvRPBE~s`9ks(r}5%k<6ACv8(+l13QB6o#V885NO))> za!2frsaY6^U0dOJ%8B$0Jl~TRD*v6zCnUIel`xUt&Pa5x(zl6JCG9{vPg(8E#Qev! zH$PIQRa6a$U0oqM)FyF<2OQy9N&$LjRA=#Yk=^ylY&rE|^CL5=3;gQfHJv+skY zztm8W-Ck<-y|1+1{5ZRG8YuRDzB99NPUGdWw=TNFTxyP}kRNp_PL9#@(l>Y?&)7q; zDXwOLeYYNsE!#MJ|Bju&EgL>eF4na0w;q6_oynpg{I#*MI;Gub?uTf`NsOdwAfU(9 zAU1zb?U#Y&tg;JBORTcXB#1=HXZ8JS>1)bk{434h`%3?A{?04?6Mv<)G`nunLb_5N zDIkAzbBH1~w=?2(omr3a6wAN|Nugu3KTZSMjfb#e9oCy-#&=r>15~ZV zYyzz7R{A`)wS8<$?TxlR)wY%*DkPu;yn&ZiyglN5*A+#rf~f58{WGX%$YN1&YU@;MBCZF0QZ+ZKK?Yj98Hm;U5;C0nt(AII3My2$Da+y?yHZ$*k`*m z(RVg*I%(3pxJ7$LssY(l@&v{f&$LygTPR0n zZMzSisFZQ_g-y5Fy>Bd&$?K&0wzp$j4~Xro(8CN|jj&sB{2;@bTqb=buq}bN(-|%C3&%x`BHyKcieP8eU|^b!2QNF zXZ25);BY?HJFdn;_VU5$eBvrZ(^yl!Hzr1)f4#9~_RA!V*_4jQmJ<>GuiN;$KIUKl zyRX_VS6sBt&4nt`vVjqZ8Y~?U`@y+2|In{6$mssRAJk}UISULO(`og~KLkk2e$^oj zW7875Wt0v4h1E{OFdQS@f1N*s8DG-dR5j=FOXq+JYn|^hOWCBNwXT_lc9gowUqhfbOe4 zball0Lpsz!=XI_+a<4-QsH(ZQN&KN?ebX>LYxD{6VO4u6i<-Ea5U<~k6JkLG7W$LR*u+TW00ChBFN|!#isj3?lX6H=SUForBen#zOVC zCce1q@h_DCgi_$p7QVHsB1I8`n$hm`4KbRAQz$W;d5<}z0SEu{69hC(SR)U z&7yJr&gNHW)ZyStLrpfdiz}HvI)w$Hb2`5cozGP`baoTdn!J6Pm3a&M%Zr3gz4?h~ zhuX)d-A{I`Ht>#ksSG*(Qf)))Rk<2W4x*?G+nCepiyAU}EY-+A zNfiF4Bno{JwcL-|7bpfpJ$d~p`kfpAXBq&#djP;q0X5?do?4RwhEWy11=MUM0domq z!7PO9a)A)-Ro!A3m1HsSrrLHuLTOr2p~oc9{N8DmNxh*d5gL7io3Vba?0(_W zYI-GA8JKsMFkjZ_k3Yam#g;^2vtd)JaEU5HTVWLf?N-8~QdN^u8gbhd$3KiSNWpvQ zQGMl&ER6RSUvKqDv?es#>8;ydg*CH9Pi4-Nyy9|jpG;>DTd7W(U^NkLe16_&j@Jj8 zUVLzXl;p_gNXQu~Im?Z=dG}|$WU2e;K-)p-Gsx&2(+ow#-%$JA6bNx+0}#0~K=(N3 ze@06hrfGGg`55>WBeqOcVxuNBcO4xxQr9#v zTaPp7ZgaNUakoR^d~q_>B2O)VUC$tgx8j!CD8P#DyD2L^x0T=K#IJ3JHZv1Ps(;Yk z41V!H%;MG3_3~X3jhcCioZfc(z0GkRQcBw2EnRX;?FPSUp=KsIH(E}x@}NG{m>8wX z)PulEt>JO-#2O6h^I;VMK5|o?HvS|4g#CdN7}5;HIX1q8Co4cD=#V>-#W5XWS6t6`^IcAd1)QY6}Qa zib=gVO%uV-2JI{-G7_(4aBy4ZqJ{K!Di>+BldO4Y_+V01sL`&6r7fmLg*3Y^I!Bc{ zexoC6@tgEt$yCIs07ab4m|@a}+n@1b1(#N-xjX%Xuv?skS>yZOA{k%EaK>2fA+X$5 zB*2^@4RxV6=05&dQI8KS)pb>n(PUeWQnG>bpxN{vRFMXhU;Wd!`d;CG-=RqUDPG;m zeOK|F%cE}T-%5B~$z2x9h_@5q_$|jydE_(s`BxE;(#i(7VhqZYoV;2jv`iPd0YVQoudu|Q*J>S>*k5!p9WYBs;EiN%^(+Hf}z)V{sR zes8gjw?LXo*n}s3iv&T96Zh&*~q@iRcrY=qfD@Y4B)g8X*zh7Rrfmw(=|5(07V&{nPh$zM*~c za`wwN6`GeOk}3*qRO-`LmQ?Xgt{O$DhPpzwdVOl$Y~VwPZ_+P$+NoKM>U)X*?M7k? zvHnO5nPelOS-KREyv}>L@*_c;a~V~zN_kDe(yn!y>bDZ%su9e7H4jcSm4dBeKUNKX z`%PrFHJz%6S}u6_=l5zULGcL@y70D)uwJykjbD1JVep%3;LC4n22EKz&1wfut86-1 z+b44@NQOKE?hU@7Hbw~w-pEfd9;vO(m9*=m0sdC<8d-BK8zgaH&IA>zccBYw8@xIv zPg?e-^luLo95>}<`0Zp=jgs*tLT)7-0i7v+#ewY?ZrQD{Y`F$CtG0P_nGcD42D$v?K`oE#*GU*sZ}NR?We#`?%??&FD=% z6+K!eG!Jl}%H0A zr&MgnGZUPBN+?-*L2uaxrLS+^0OR<(Q)14HPuqYM`c1X+0<>h>hW$d>bw+E=8_ae= zm4>sMqMwyOs5;yJ#*wF%tgCcw7E-k486@S*+-yr8Uy=_krE$x=v#_2W7)hSgglrg{ z2!fsy7(mqITXVt~-_*>O1dt5`$K+;4TcfQ(TGw3CBVk7DSdRH*cQq_%^j%a3_hk|K zJjs(Qfq|s}e^LXSz$O0XwA^ZGGsz;#di(YHTb<9}>i#|cMs-_hgxUr(tqHy4LPH68 zD{iR0in^EFP^%+5@9#I5tT~g+EiUsqmpSS}-7fSUKdzv5Hd`NhIbv?Ly@f1)!n zEzy}6ElrBC8ogEXp==s*H$NP^RrwsZ&C7V=xvE4gmvnJl{i8lzaaJ9@yef$404-irByM82i6YOEze&Q3N%13snB;TN5z{*=CC+ zo}pQ;^qg=>zB_Vh$)Rs+UA8HebV8UQ*QArwc{9I0j+QA($EedR4W^>8U!sZurd_{1 zuMSipA^L7X5$;`&?u{#BFC&I!cvGOMWODqZm-Nmj<1hGf;}XG3TC95~r}#U$MTf3y zC;0hNE0eA>mrX5AOq6jN?kG?4nD_lFOdEBBZ7{|6cB)c3AbblUTM6@N-zopw;k=HJ zkMkdo^KpKCxt1A@Yh49l9t_d?v6ZY+S#0N*rKVLT{VmY2+xqA>PPcM&9Ybd&eJdn) ztC-B&-gbk+tn2DZdY4W$fONSaguk^DnJ4FVMN)%)Q_HAN&3BVS%a!~UgsvLG{AWX2$HzXbJI%>l4W>ZF z>Ar`BKU_jn^1=08#Dn7WeRx>NbyxTE)jSV|Vy8KQ5uvLFA1Dxg3QqA=sAHhlc`HMe z=d}Lum=o7}1NCOn5NGL$OoYkbiwHdUCqO=0@+6dad{*ZF;tx?xMEKTk^Q}+FAbBI#X&AB9oZkZpa83mlS_T0fYjLQVWns82N zf98UFNtnnF5GO5R;z1vdMEsYZT&ph*Gs$*Xg~dv(5+6lp*}QvBk2{+wIGA9;@+K8U@s6DE^xJIDLi zjzMA5+x3{&6`~m2??C+FXcUIw!@ohZNC-{+F~|Yj@cexr(hw*8v`a`cbNa%0o4E?Q ztCNyCXFS;J9Q`q4j6F^;t zc238cE@ZV(lWN&22oL|P7~s}W^3pB+Plinh4 zM`U$G;-64OzDg17Lgs|^=*Y7{Vx}l2UOl2a-Ao^k-lA|_7oH?QBfp-Z<1H)~2 z5G(FUvjF>XKC+%l@z0>hj(p@)i#$S+|3PH%o(dv-aaHP2{6ButO{Q)V^iOc8QTyhd zpW$Y`HGPr;r<-VTU*$+0c>yo19GYv()HHW|nU)3;bw}wEzyHZm1B?2S8h8!BsxlnJXCd`>O5L?h zRtcOVQK>dWQ~7m0nqfWaP^N#7sc(!P2aFRRLIPw-ZA$Yl8 zSVWK`Z!y#U92HU(U`ADB15Y;q_``3=bh5Lyhnk=re`Y;7&H-v|CCgVH z-~e4>ko22D$@0T@R~g)5`NjQMX5sSBaWO;PTJD0+_;ouZjQU7HIhw_bE~SIUgDk4XFqAfpyeL1byc07J7S5EZ6H$dL3zh1l3#h(!vo9u+2%iVSI>Yb_Ie~Fxlffn-&+5FGVI`IE^G~6AZ zs0Ad6E1FW`Q3M7hR0(eI(XIqUe#?+o%(8t}LN;*VsQ~pel@U^M4`dXltk;BD2ZnzZ&g*;XK@;^6DArE)8CO*#N6y4FC}*5Oo%t>(&HLESF% zIE%q(2uUQH+SK46nJSbOo6+n@-APiRoo=;r9Z=*jZ*ZGjTVnoaYDBLg%5sIh;n_d9Jb(dN7M8|?4W z-!Hd$me27zVat(zJpVN|_eHl4Zqpk|sh`N?@(_nfMWT;+J{1)z;LkNo3&AKcStvQA z&{IXFZlSQ!Enfj;s^U67X&Lznr4&ky_YtiV@f?17**<9AC@%FLWz&CCOrdVCa}JkB z9DZi;r8bUIz6%K8*Y_0R=UM)`J}*`2zT{D(v3YAp2Uc>qfHc*jNIJ z;l@T&q0}tDBa#PP^IyxsN=$lct|8Wu^o2GC=jNek(ir!JqFZ$~8x-lsa>J3X&wa6j zOMfRfrHWSZ^g1HbFH<--RGuSxv9eU>7u`6BXF3>vsygVUVp9JQo|fclmErPVnGD5m zTVd2vaWeV``mml7{gSqQUdUZY25bD2B{9&)Tc=$QXzl^PR*;mMCPH3G4EH~CwPY%px8qNPNnAGB1O zP-=2It}Pt%lLNhi{hKk}NAU54wlB|k^@zpJR6P=Hj@v$&IoR}lxiEKdo=+_V>6v>C zBkHIP#07OGP^7P;)oh?u;M?#svv4kHpa7r7#Ck-X{i`{kP>pC|84#DW)e6Mrd^r&R!IwZ(OlpBZT&I{m zdH!6Sr&D=kRGba`9#0`^Q|R z_DHwGmF_wGOF;Cz}*i3-|fLjIaMo=%r z2qw*Ey`$mme+8kIA{qE9dz~u!$`|OlfGp1CTDA1cNatEZ=lfol_HruMt!Ca~+h&85 z4Se%+;tpTsZ;{+!J%}DAib#<^KRO!6Cq<=p*Sq2ISJ>j!OHrx+_0!v76@}qbDD^8d8tyc+ zqC%2%#Hs0iQckb-*HVWr)2v;7sv8PhIlh04UEcVjdOKTfXnnPXMWK}ES2RmW`6;SU z>R$$#1g2Go$?29mX*WUf@ILmtIsSDIYQ%p0Yqr(l1joJduQjv}{{n&gLeRaZNYYwd zr}4ec{$6c=+xTnzP`01)xQ%H0VX=Nk>ZfA$l}tX1)2m2Fca=1^cqj)iWQSUuz7O>k z%Ce9-E1>woaO3*<*KkXI@2aZ>dr@6w2Sle!Z51>d*p-j~csJ!$mM4->TOGg-psRa9 zn2B2qjX^7I)pl92$L^~#vt0Sw9@;4F!nMd|k$C-x?j_B&UMP7De>k~n!s&r`Ae-dk z$P^jXu`v4>6+3xI$*R$SByH&l&qzp3jymWRBG1l6t|zikSo%eWeIA4)UxIv=MeS{p+vL0V^VFt^U=pf z4|UJAVL=?{3}6d5<8`u&*QIX2yFsA`+}|pb0Up6Djh=?l*HwFhJ?iMN-`j0p*n4l27w_3yF=b3{ zp2i=R#w3A3FV|@*yy4B8E%~T3Q23&y*>HdX6GF+c!dK&_W3T{)b6#hwpESaac z%SAI#=(wUd&7XZ<$VbQjGKj_L`lkHhSbC;?mFm zqO=BFX-bZ|n9uZ2h}OtVExK@o2}wJ6aZft9EvD9`CU5wK+}0UBje9%X3*u?IF||mn zKTySX@6+pglB>xo#$=9hEV(kOdg=wbyAtC+us7qXp#5G z9ACf<1K+;OZ*)KjgHmc^y~Xe4?Ceo%iIuKEGp$bN=X|&$1oSZDdD`JK;bFv}mzl}nD=?2?My0{z@7nBdCGDbT$XarJjf&n2x#jerFZ9Q%X&Nl|=iXOtYH&IZp;4b3B~6cW9>MxT1DVrc z*cT9u{rRy3b#e97qfLz%Al84d`c@jwutuMLxaEANhL!F>4qo?x{7J+2g8bDKatP0Y zrOXsNw{@VTo~~ihJzX(5GRmBy5QA|$Gbr=bY~V1UBWiCHlYyIB-oGA6-cbr@4yB?h z$}2g~(sD+HU35~pJoK1EX9H{aYf1iiuQ?9b*~gsceZVUJOHz4XL2KL?O{!PwhM@K- zzkZAe;05P;P%Fjx>}k$l=i7Jbeu*unsk0tZWn2>}uy;@IZ*V|+FgM1zx^&w52@OP; zO01qiawo|XFrl4LqabzK`!3YEnRnWFe`H|vVD30YkCE@at{cf>*Rx*uC=_#VUL4#u z0}JE-2qn(rM%H6qXP2@h4p1ABWRSRx5w96fL#o}iHXxMvN>wB=hiN_5<}kk|DDw~k zRkW2;rtK^GI*eQaxnow5wR-A8@qdiyc9wlSn^0LB z-QO<7%sNILFTYFsd-(QUVq*N$s|ZnO@G15OK^#4`?V~Mmiiax&Oxj=RF%Yg zsMX4_gb#?`oW6{5IefHqW}~%wRlBT~#5UKvTebU;e=w}h|30h|J$^%54SjWzgIz~vJMsy#1dR<3rAxM^gdoPuHT^@<% zHb>~o)n<1KRhvv=%oz_TZB1NTBeZ&*SGcCR?mC&_lNH_g8VJmGO(zfuU4$yAts02h zM#=#}y=Eb%(-on{1KPfjsZqzdXrQ-P8%x`cv%D65z}*2K&j`UQfJDm2dF`1qP|{M+bB z)OS&sLqOv25J%^o7YnKJi>pDV<0V~of4?FMWielbD!DIZ!s$JYXr(a1PCDCmMkXM# zb+wk}qgjy3ua=^qfA^U^|ILC;_sgyOBf7QTSJ@jQ@&-1DM5(-A)^=FvoK{<%xty-h zoolg?ER6L)NSCm&-^^H}55L2?T)9+@+`RrH_cNAJi6jiP8#Nnb|6$BoMaQ?|7RvZ7 zI7hhg+Pb!{>$UpP6>S%A2b;${LltePgQoD9XQ--e0$)7&8LDnOU4}tAgo&Cmp)V8R zF%a>Sz*2yao1IGt7&_AD@I^z}D%T;O#BK1-ty4!%>fezkPH-4Q9B;D1J`tkq(5!w> zlfC~a+?@>stm(EtJ0ko8EPKL1Mpr|TKv&lp%kDXhCHU)F-6f7OjSqU>M3HH=oXU?n zvXYlChZU#(z9=<7s#flr)UQteAj^}Sg<7HzUs822^3|zkl5NT8wGx3c2{5kxpxTEn z*V`1++Ls%w^eO@*$Ul{6&D&cqp|w*$P9IuBL|$AfR(OrkT{iGTMB>bq*2c?NA>?Qd zKWd@T7uHrp56YZHVrDFVWbFmXqf#yZh2;ExSZy02V$L_fO=}1{8yHCg_+#UGbAjdR zK;*VTTKT?DDgfT^hGBI!@Cto4eMDhBoZ7yy0iHWfD;lp|Cr%3|FRrjfYee^UmaWMg zvrG}2jSs8EUBf_N)4glA-SE1`=9uhwm@F=@CWvbf@D|TdeY|EJPF~A>Yu<-@KYA2? z0$7&E!$0T4Khdj(8z)z{9T-l|t7fPhy(r!TCUZA>WAymUNtP*onhI`-B)F(G$fW2} zKMTcT*V37;N*ap)GxqAh*zVFcPhtrkjb8i+!6>}=;PAcBss7=AnkVeWb1t9ik?9+p zxY1r%TgM=W5+~J0r{Qj_1s=yb1}-^=Wn*9)GHuH3En9mX^P=pG3em;>LPDe~)%Goo z%a~f@F;QNuF3yWEY?-3J;#}%@8;hU730Ua<6L~TlxR~Kc|H}CCOEl;Ba{6|0;y(3c zPl%A54Xoxb7Yv=?vNM5DB{`nD3?LIy4k*!-=phw+dM_A5LpdRD0^8jvmE@r+JJvJpZ^oZ{8 zJ#K`v3%wPS$~rfCUB4kdF{vVPd1WyEaIoiUeO$%TM4eA>ir^JTfMHNwYGR56cU}+Qu=0d z>9%-^$7C2OZlC*ar(VRKgK=F14%4XYK<9z%QAU>T0c7U|B$|^Ev|c!sJN<0iU>$VB zapoDQWdxfExLAeHt3GB8*6xbB$FluMUt@LO&ZihWo@}z~$CYuaW|gkfe!PM=qN+;T zm}>&R?MN~9K}OvYj{_e`24zdrIY47R(<*9v2D&OM%{;+A^N_v@v=VmG6SiNA>|Ope z#1)F~TIU^D*uXgdGLhu`?UDG%+VzWH3^MjF@iIsh;`)6AAe=x{p(UQR>cvac}Fyy8D3xitrf4e3AVCD$I0|{3) z@BeTxo&kjX`C=I7<-?x}mu|%6*^bzU0D?xyfXITp>3xr!=ZG)a{#$Bbrg&ajeS_(cC;WujPp9vWX*Uvbg@z1LIfTP z@zmY8zU|Po{Es-Kf@7giCu<70!(IIuN2 zE}NO*^!=c2H?RA2fA0iZocl3OU%S6|JQ+SBc=boY*lXbKH4yje87=$o&fvs$-0s*b z$7F`^@iDPp0qx)y^zNT=n2jz>UcMvtF$nrD9X0&S=EFzNr1*0^+bUuoAG7dCoW^%f zP?nDmZ5x?G4(80LKVl!(L=TC5T;DbvI03cr$Rf7VK%E*mo;RqQ{03-(fj_A8)aVMrZw_m$|m@ z5AR{(jm;dV{rVSSDvQ~oa|~h{6611X;GoKLG-9@?(=rwM0^!c~HFKbyO0e;$Uj^`O$9R?&O!z!fNY<$pL{D4Rn zrA}+&WZi%%eKVZYCZ`$ofHsJ+Y?-$x1q6seSA1qL;%R|?UH)9{SF0lJTE_AWVgtNx zSJm9lgEM?D9P0Q{L)pR6Q$pDu{I0gWi>v};uJ47Fw*3qB! zSlOI^*uLv&>BFJy{p`W2B8|LopbbE1^c83x7k^Ek$-vwbkqOvIi`8TU-#Z-sUOfLC z{E_%edeue>MQu1m>hGWImxycZytb6YTtgAG9hq<;+HUVS31+`%n;E4NF*UMNPjid zyoA|jZ7vK~UwH$4(7!@)93yKR;cL54W`lCmVb}1>n18#@bpU#(Q|;QWCO`i>v{Wus zkvXo=fO~GKCbqN8>)J*|V(<%C)LIiGc@mjcTD3iiH13>pse&AtMR9pgol^zFbhW7X z8b!^JyY(dLBOc2J9%o{hqN_Vv)$CTYuQzw`ltwDMHJk%qPVlBn$3NX{h^v_*!+SYG zZkyh}NU(ij)$v~EMIhB2KIPV*Jp3eT{B!x@YufZh@{e0g> z>)AmXdQK2@PS8{mWmm9^J)}MQn4DP3qcUD>6Xir=><>6)2o2v7YTP_;lw#`G+ZHE) zr@5@~cAUmr8M{(PP19j7W2B-rnZ{gNIKBx9G_@Ny(S>BaJq0N2m4s65?^<(y{ycC@TtuV;hj~tO| zO)#3ZCLeAxd+I|WRy!m3A0jy)hbX)Q#%J=>1w>We}b z1*en$RUs*9N9yq%JG0tPT=&M!^deFIN5+d;h7D+<{KtH2XZLvyXOy}Q-@+cR0_t2@ zgJo2b`ay$;qx>?Lx$SXnD~EU1wo^c7m3Y8o%Gs%<{xs*qkzB( z2a731k6$y5(&(3r;q}1q1~^{fwf5v-!2xRdAavbw{d(m=m3;9V80vmcxb5eI3D4U` z-04*o_tyKkCw^vTi}%(x`is-nE4%sgM325U@aLHa^k=Q~V?F6X?>2kaPJ5_|?6V(h zR+eY^eD^7ZH@>Ox%L>2nPK#Idl7bH@xIxL?mTcL#C|PBuy{JD=^Jm^G%5&en`uk9d zzt3#o1-#vFE9p5!uCt^E3rSDS^me_+|IcwTt!$?EL~rPHT_N|n8sQZ)z1{zd7u)Oij#2B=Fj**KfW8=TH zdC(zrHqgdEv~yP32X3h4@+=f`J`N)r3cm=Gv3E7D>?FSc0&{ODM+* zg1*WO1Xe*x>I=7lE5bgcAJ9iKk_?lG;0R}6nF}L1^I0H|PS}_DG7L8!` zgn?e4_FVd(l#as*(qDpH3O!tk)?_+IlHLl;Y66!JMmzfT%Iia=k7i%+R!k{fV&rCe zb{$kC5BhkhJYGreO&*j!7NY<+%g{Iz31t>#y>&X0?h!n;wwJV-=M}11OEsCv?|4-c zD&Enf)_rS{D~Mc!E0wc0F{Nyew$44gP~Tt3r4n@_=6Z@7F^BktnAHo?Okk4*8&P_W zM#rwZ7P(Kha*u?I zT*3?`;0B;jqS+;!t%QS%6HasqPgIehk)UWD?z>?@>TuNB|N8uKHy%X1kEbVjT}0@No0Zc-2CA5c2}qg|C(ZG* zCIAN^T8l}mS6YK3fl;fER)N>V;%e~k2qkcjui_45wEL!Bunvt_MTr#bqXw#FRkw`jcKOU+%r><g z8{cR*2h38=GIbpDtz6??93K=i;q=JiElESI^8vPuDI6$ zZKN^Hqofb(f}n!B`Cgxk9&gbKitLur7#6i&*B_X55y)+)M)+uB#7Bu!ZStF~~?k`#7?ek_Bk$i| z8vI*n+vhcRmXjgW_@=k$Nx9DeqGgImR{oE08!Ao5uHmW`Z%N$W!YT0(WpE%@pmsjY zvffiW9q^jt?{g-?{Zy^O`CJE-L`Maae&@s)m&!FxaXn0__kni#Yp<$7s!?qL{m40T}WbfU8wO9Z&3v>g%Y!B zz{tkLw1did;Od}~=7#s@JjowkE-+PAuG;TXZU0%L%{NO@+ee3?F@7UQ-ArfAG&h~) z54C?WN(}`|!FVbgIFlW4uAnRNp%7n$WUuo>q#Ga6`v=<}sR7yhK=p>bHD&Fj**o=V zr}H<|n%0x*@rV1Diu2kUa#%JH>tCwtA_}0CsMf35^}HA7_B=rp4hVI6j_W$~Va&;{ zb3e*v@744S-m7&y-RO5qgCc*HqRmKSYTlKh1eY3=*t2y2cc0pIi@$MVvdoAyLWFzn z+@vJ)qqhj(q`q&<vJ}6 z^v5jdkc$x+sp7?}WMYYbbx|uxic-OD>gK(hf&FmVHG$m9=hE+ok?vXQtvwi}dk3L*YNsVH+ej8KXqW1(NBe{|YMzPyC z+8QD!Cr57MNAJiw2O0i;9fyebzMUILcf6ZE8G7+&kAWlMz_ENEx2dacRrPLar;@)^ z@|9(^I@yh1UdcmAme>P7zvjp2V!3?`FT+sxp4xh5{i>U7x<&`M>DtYxrlu^Tvb;h=i+krL zZ4)W7UCSZu6cufxs0`9KlO*qwTlnSYS$+^c%4$s}-AYIo_X-7eSRt%*Us0zn@@E1t~ z*}(0rHo8(}v3>jZKPtuST&h_rNe|R$T5BG8!#l0Ng7jvk3lB8DN;W;*O9fmy>hf4; zw+L`5Qzfb_Mc6Q;cs2>${8H4uH{`yP<^KsHW`sQ?X=R^^!@4`!6S?Z}?E8#nT^q z4%i~t++GK)ZA$;aD&~6raK*=AtTR}T5g1=f?=VDg-T-pWv_=E(>AOYW|F>hmgiiCm z2bujUh4;kGYo)G8LJxNgo#Jp3l!z!iNedoEI9IT9?wt_Zf zX7PC~`VI<*;~zv4+)^0J;G-N0H+Ijf4EF*%Sd5n|{a@{?7bq+}%2mf|^Rg~jv9A59 z8c3#+<6~H+9-pg^UK9k!x=a;hk0m$4xDh3FcH?$0wn9xMbil@{;mPKQjLe;^H$91K>h zWu9+P%PrX;9?%4g7aO5&xVGQ)I%=%#H?i`eZS7{l1FztA9X|PU?KYva3@6m?B)+&( zJzX`&doa`)81LKzbj+~LJOOKrhK*(xU9l1+dVN=`tXMbD>N zLi4J!v=mAP={ShK7*_^y0ar8k%fkz+Bw{thc(Y6pXpJ2l_uWJF-affFB6TpjILlue0 z^_)C^qjo{C@dopJJtt<@)@ANdm{F0^bSTyX3G{fe2XWJ$sJtG^2%3-(^qM#13VR)6 zb;Q3vl+>p@_UBFS-#<{VOGc7s4hYA)TZeDSbNr>A%z&09nSm}dGuVWwqYD-HRgpq6BZzt;CC< zYN$xp%`{$b)5}QX7H{z-$h)?6k=x@6d^xuRAiV5xrluGc#LroLGl^B{FOb*BT2n;Z zdRQ2z9NZ< z94=1e_3LJgPq@P#N;K7kvJZx0FKrJeM;`6oaOUVVf*OM9{D9OEH4%WVQ$MS-o29GM zEw4~wC~ulpv9pt$-T5A%>9(qpn=*sUwad9*SwwSqPIKbo##Xm@#w902VIT&tIRvE^P=oWoer32alJF*+Cr6jlBL=s5x1Jf*f;qus!Pt zvNunVm0vPM&8DVAWkR=2homJd1$*AAXm0qJ!8d}Og75%7dq7a)n!A01Y^OOR$X=fy zr?6mP@4M0K_?(!Pw*r27U$Ey5QRI|l*-2t=i*@f5I!uTjSvh_KouC>@kJxA!vgNF> zo`oAXMz3p0oCGY}qSIR(fi|;_EO6gde0!ZYQ3dw@j7m=#8QV4nI>0dJgKQ%Aw&-OX>>0kakd0CSX z$$mjr)}&Z&agH#A^aKaKfE4}%ukFnx$%l^LH{EmOKCZ?JY81JWm;yq5opcCZ(Ufl_WuV+e?8 zo;weBGgQyl78ZsLCYov*x`km@1>?yS9KEkKVR&Ipn4Dh|nyAHJ6An#Z#;mjR>fE}Z zU1$NRG>}^t{*e9v9+Z=}_OU*UWqR*xeK>@)Ph20C{QtK;%w_aHjp-xIYJHdsdOj_y zzdro@-^l9LhmD5wzU#xBbF?-b3%-lihB-6x>%u@b2ySJ-=6ql4!b2J^rg4+43+tJ< zPOwPdUA#K%p!=*2>F=@*kPi7^ZZUkP*Ks6#*6Tb2H$ zL>kLYL@aCbLSvPTPqE_d32}z1S;4*tja>Tsf?b>j6tFX5iFC=@O)0LP56OzN(wp9c z|Ext2&TUpPyC{N}&FWPMV~Mi6@H_;(KI5*l-ie51DjYCG9wwu{7jR|GrB;g5P9 zSw>QlU8q<4Zm>ELA#iL}d~9|4EZYAx-nA3H>GLjB%037u&`vNR-W4d~sp$dKm*Zu9 z_Ma&#DWGtjf9pZyGMu|xm9<{S`9SF}@`JV6%q{YKU`7MiciYOt^7dmaRet_gwdlir z*o%C|Z^xGXo!+7wVa~0x!UHAnoytZ!c9Fs%8k_lQG-in^<%LFYA zJEBovCg9ua{66*NWCAj_-5-Ak5(G1A^Fr$`UuYf5JKbwT>{L5CC}e7;Ps|)!3r|`* zXL@=*J^z%Pu%xwfPEN-^Jtx>)i(*Qsjr_2rAPZF1w#K)39q+(6v_t)0Kun&QMG{0J zc+MD0x2)q)ckK2$)@m*2eAxzTsBOqYrLX68SUL7_|`KLpT)#-G7QWrE0HC>D?Nx& z^|zlayWx0gIDS5ygo0u0-TAEw#)H-A&bJY-3ldJA)ub=C1Uk{HO*~cN044riE>oOY zot~n!>{{W;G1yf=z>`wq(#er`dn*pkG1yU#!M5~a$2VB+?_2IZ?6}3{J{z@w5~A zScjrla~cNmoId<^EQ5Si72;I-#kW9qGVoQvGNbJoKt}in9~}yqXS+bNC5mjbfhHHV z{{ZE8QJ;5F?^`ZThmLaLM~X@v;G$mIbtnq^5$MN1c-orzL#|BPg^!?F^mQQ?I{a%s z;Ua(LD#`}#bK$>HOE&O#7f5}m5)fHbrX9Ds$kCKgH3IlX7d4xxY@ovh64VgVLDn1> z{<;fC;*Vqlm$;}V2N{~lY#`#IJ}$97qZcRK+PJROn}8ZUFw-DF$A~%caW3bH)Msi( z>hp+V`G=uC*7G{r-zW0|Kq;~S3gBcQY8BJaOHUbA?#qQAC;SOzG5HJB!);qjbFoaWe$L=KP|Vq zwVsL%2d$r$Tky8$av$@_xeeygxyZO78vUS&k!)woa(~I@9@LNx$ub=cHF^pQS}tbO^ME} zsR6qF^{w-w!wz3z?WwhVq4Nt_x3-yu8|PSfrSR@|r4H1lGh;}CWL&H=U8`2%vcBvwkHA52c*Osidn z3tp^-zYImQ9^2UX@L`zQd7aO(cjuBtV)k^?O`S)Oo%__p7_?|C=HbNb*_JSggm9v1 zmT96999rY=g@@nobx5~?3ly*O=aOdJ*>?mppGbVJDQl}a7f<()7EVrIKm`jz@u#HT z<&?ur(cCLNR>K$RZ7^~3a-hV_J2-lYgSwVA45-Crhx$O*6$5RmKX1{`v_W=|OB|tb zAMzi#gjtD7mPO=>4PHm7dYRjTXi1z?6~C%FeFR{R=oV$x=?}JZ&KEb&4+(RLbI>xh zqUPgHKZ}l3*bNbGF2@GY0*FG0$r`T82}k1ZA;pe7f-bWUtz46{lRSltP2;>3_tZ;Y zD-Nx5z+LPl$=N{8mCcF9U@TkOHYYtRKVGfzC%Ml98MVfDNxR9TM|3eS|7##eli3E+ zZ4?_!$r!3ZaLOj8jVSk4j2Y3~uw%{>{Bbv!L#1z{1@>FRcu_>txN;fQcpY~uATOY= z@WHLs?1nrMEh9#zul23*f8>bing<;*Eu|ZIVloiDMdif#ZUr;N!L5`^-QXTC7H`GM{DEGagcq8Zx}GxQL|Ec>QT!; zZ4`8dA??C4An-a?TiJpB(72a;)3SWY&ERnbT%3dq?a$z|d`M>Yg+vBhdu2OMkYMDY zv*Ne&Ta|i)B~rVgM`Q$IFI zAz2fNzt9@r-ijpyq1nOgV;X`ccvF;%|bb3w^>YzXo`b_``#qKvE4cQ>d zYvSw>6LdkO@dGb*I$O<1;|pF)4@}D}Ot=YiGS@6M=!f2-o20&?=g>NQg#%LgTUfyV zvl~D>sDcq@PBMjm-d{*_VmLO?;OG}r7ED}oJHCECw%W$4w&Y1`P{`bFcHy<+bu~F& z$02+*+!V}m2(>!%_nf~JElSYo6A#G(OPsB5d)R~jq=>g&Xd}~~x4kxJOLN0(UYDE~ zINp|?rn%9$Ts%#NUFy0$#cIDo6TD`@oC{l|N*qe1LDMDLYB}d@A*IfanBJ5O(xkx< z(dg29LpZ(#%HfQOtM$5p?sa~~fQsNppz$f|gSYrTCIh3 z;HL*R>d?x0DD?195j{j~m%Dd*X#16;1#2n#qhRA5q6R}ljwGZL)#{-mgley2AVed7 zKl0y`EaK=HH-PwcyU&fD9&;=jy@}+1r>gUcW0EuUjN4CiXsFUe{HH`TGq%gN--uZT^NBthzZ@%L~yWz{dBFFQLr+ zrr-K&Yuzw?2!KVy)JAZxOU<{`k?i`yYLj1MIvyn{FFm0B1^JnQjW1Zof#oPR|ZU4pnKnUaGQ287e_t_QPyk7PW+>}r0 zlp-d-9g)VZUQG8-iiZ40B5S5IM1q1@e7tl|KEBuSzCAbIXRB(MH{)5$ovSEYQ@g^A8z~9$r;JuD=p&-Y#IRL^ayNGYMVr*e7d$wcQ z(fJPDjVYg9|BPzW|H&WrnQK$pxJ5Rw%fqD7mM?$JS9qB^gyu35$HNj~E&9@WKE;^> zg&(G{^isGCKR`7k1HV#?R=8cD$WcizWsqEct0G1=E+T?lm;QmP=Rd3z`=0x(lw^)# zt?Bty@$Vx4xx7L0;zo%3v>F7rU3z7Wn*kpPyxbnoWQuun_QI*=T?U!uxm3z_N>5U> z&razw+bM0Aw})il<=6af9WMZrfoTTt^QKO#a#6o0OExgj1v)M8KC2&@k9kumX&3mZ zr9A5b2U%Zs_^Q2L7rE2gV#EGwHgKnldc~qpz!CLJ7xfrXzE-df|M3=i`nG?fT0pO} z?a-W)>vix36cN{01(NzuM1-IoMXph9Cel=25rOh{)Yp|!#KgO7jA+sR9e>vHLXr4f zB=NP1NaHJo&3heunG4MAtHr*GcJ4jFiXQFUz0O||A55&iMP#eZ)(*lgi67lWm~DG= z<7N)=l*L;y8Ah@*^mq#6p55WZJhph-z1U8ZjVITHl4VVhbPvxec3v+*I$74kFjgdB z5A&KrT&P&|oXgsfsJt#5&xD6R=yhC#$m}lqwBWX}GfqSK?fV4?x0hFG=l*pu#l-lj zaDT7!#{g!TKMU(=N&M+%!ghb?ByzdU$M*%i7aOezfgOH)8{Exc4(l>tuK_Z?W@57P zKWGtWKk4)h6v+l=Z^k%2t%^tBA^>lvjjwpIGLj;R%a~;NLQh^)8s71&MB9qYu@VsT z@+kahm@JyI>trDsa%~RA1?}%N}wV!=B{Al zYMIf@`Lo92MzSTRFbI#%{iW+kd}sLaRM-Y!GRA(G0G{m1)=Wwc)c`!I0ob27cJW+Z z3|A!fZ%vGEQr1O>TGn$LniFMQJ$*VdoMWtKl(q47Z}I6`=GM@(VYll=#H?`qantO? zH>8izdZ~rU2a@LkH3X( z)TbpB5XTvOg>+?uy7Fa2NoZ+<(GsGaXbJPB*NKKCprw_exZ@Io)suoOW5k0j z^BDnFL?+_TeaPfSMTkt~W2+xTORX7E_eeqXwjjDqa&WSei@f0q6c++1B9N|gc^fd# zxeGRHsFX<5g#Ds)W79d?p{ew@$X7rR)=7y)`N`Jp#S(e!>^a#I8k9ue$##^1v&Ur9 zZEUi-$(9b@P0J-ZUyYqi{pnXo#av(;`p z%Xu8T*?CZ!cC!%-BKox+Nu2vht>b66PvhEBhy0DKflx5!sSCv?nK2Jd)BpIube1Jo z<_l8=aJ3d=NPQ>_03pYuOYFF1U;Q2oRR%j>f@C@ewS%@`>HW|EK3=#w-79vR7+*0y zankaZ#y{Cio@zTg-Nth}I~(meE#lI5_&uq<;zZd(Na~%E~s2$s}r>Y8uMjc|o%&693qC3ppBoT>{E) zC}h0x1?b8RlX&Af;*FW1;bhrR-cr#?xdz=oI~@xrWWgBk=)1W}z&i|bCxK_P?O1pt zsX}04%*sBT@Vm5Q>|^e&*602c^)*+nPlpHYy~DS=td4bTHUZ#h~T;ird1>k-q)_{!g#r|MXh?|1X+S$%#Jy*YLythwPpIle#DW zkIpsT-!u0&uFFOIU^0s@oOHD-N3RQu??J>BFTRsum_6R2-@2@hA3W;#K?vt2VhLv7 z|Cq|fGp+GsT6q&B9KQt3-h}G(Yq}}swhH2?=_l>xn4}eXhr+#}F%VJ|n5xzKZ+?zy z&2z{WqSoF)G;6cz_uxeaaq7V94C}sUlLo#2Y+Au=ihiqjCe1F)B!3z`o|{AuXbAjC zRDi}?EUS?8xA@cNSb9rjcy}l++rF>Z;q)6e1uaNl#U{@x72Y9=%ZDtItUU=ESGw z9+PUn`+~xcWCK+${Aa@M>@^EEoQf3%|8hkZ`=U$c6vzs<4LVx~PvVi-To`i+Z#us?|lUCW>=2 z7uaZlFSx)x1X#K`cXQ#JEX)P6Lo8fAj3y;YbJ-it4tkj$<(E9@9YWq%JQ2uZ&ABMDjIh6KiKwc`b-Hg>ctW)V)uam$F}U` z;eY+l4*s8swd@Q2VS9mJPq2Iv{6C;#gMT%0Ofmci_l3V3X#2wd0}2Eac2H4JvwAVd zX)a;po{5%)6Zsz0(U9ub*_P~M3cZ-Q)W`pYw9y~`pHtR;`1i;3pLh76Pw+v{>nGL5 zWGXAdf5{&32Pie78+!U-H`nFb?Z8JD2K~cTEm45KM?YrJYOWuv$Wzph{Qkx7j|`al z_h+$+?7csOa{ZZ)Dp5`J>Cd%PR@9$*f_=xMg;K5Y`3=F|3H74XV4TSS)$++f6Wu47 zxz_Pte556+{5zR-TRS~hnW1@U$Y`KnrGk`-=X^Om>EFrcb?7y_^f7*3ffO4;fY*bN zeOV3psMZJC7~Hz*_+z>>qZMB4eDyFf1B35y<44}2CQ3<7H$&@E6B^NxXhav_3T%4* zq+@F47|qATa68@jAw5SQihk^4t02qV-cvu8KgdNNI@OE)jaJyB+@0yC4`uGZ_g6;> zOZ(|Vr#U85)BmiN^9;^vuhL>^XSHeRL(SeiccwvyrOKWm?b!4=R~HYZ&NTi?#YJ5Ti|vajjWfj(J^1r>MZC%q+r8#0fA2%w#;EUdCn1z3Uz*lLjHJ4t6emn zvz3w`Ph^>4jOT1L+zYtz8*0Mg+|-ijB`p6sjanoHwzJDbh`6WPKaq-X#1T7|dJ!Sl z_``m*=) zf_tm;39ECHQjO+Z*E?4eQP8&pi|8+6`zX<$*U`+7_ou;A0KSL@V>RT-FOIzv>PVJ6 zq_uI>AKjw0j<_P$)n?uIPsx!9bA}z#9>8Lxu}uGtT8djv>n<(g*{;VVyL4*NWzvU2 zy-mjJ(p-1XbLDA$o0GXEb;<-LZ~ap1n#!C(l}}QosT@zHRt=o6Th+IYwQ9Xz9b1XB z!-aw!%Dal{-H)=86DnYqNd60}M|7hPSWskWun&Bd|H0u)96FD$d11fd5TN$$WYAG zus;C*Ox#I*v{2)idYA-Hqaw`yIa`}lg9r14Tr&Nj%8Ok~kx+6r4jTP;8RK*6V3i-R zdA=_5b=QhVp2StTM!uA5q*#$V$?YYxS~3z7krT(!NLf>ObflX`q&^EJztg7?41Bw3 zWJx$N*J6!BxX zg$9ExZs?-eJqu4d9*;@W!KtWIN)2o$+LTgroll{mE zVs)HF>||kSjc=8~9hv|R&*)rh{2gzR-Wy4u%%37i()$aF#N8Smyxo5ljZbj25yjkZ zp=Giu1VN0gi|;g&$R9@dG_2dOZjzKWaRH{MYVN7wJtjzVk7%JiEwz6CL0|AU2E8zD zac0h5hHVQ7X2=+}c{m;D4exj=bHvQ0DmN)v)~HFqLAz2rW?>CDVM}ZG-ebK576%rvYzJSrJBV%#(QUSX;n+l=wRJxlC(x>Je8h zQ@Ws2m*$~ZAz`z4{^jZCX`s+#X5n5N$SXePa{juI2(AMWsCB+=gPn8!oRSvQ${@QqLkk$Pu9AKNmjw%T;R(DtoGkn zxcpBK3Lq9elnoW&nMTUr!5@RIGrqC`P3fo~S-#h>`@IbhKzpnwvkL18ev{#w$PMAf z-g$#ZbVIX!USyDm;@zkp*xgTQ@K&75<`4BbK6}wYY>*y(I?K*uEIU_g+35kK=ET=o z5w4cT;SM8@@h}R6<%6nVN5i*zo#mLOMiS##aIT$-$BN%jrX)P@+zJl#4+y(EVP4nI zjEbh11Cfru5lBm5bFFBGB(Baia*5xF=)B`@51epuv2&RWR1;^@$mFS!WTo9eY8^Pa z0*lqd!`FSNJB(hJEKhR2O*-yXBN^gb62G0zcQDyp3xim61>YR5zyw1Hc#u{NKB(C5 z*C?8_etq6-WUrk%Iay|XY8^OU%~j<4)FH-|^!xNv3j}I6YDAqmdH3?ewEcd}w%_+G z5)d{ceGmq+zokpLh0B4!(<3nJjt^z-i`{SMa*Rq_>9cc)Gg(M2^!F<)^{u`ymyWqw z_c^!UAQE%;NzMR(NaE@S8AFAXuweu~6v_OQ@z>N=VC$u9+v)aC#FieUK~k z&eO#+RI`q1p0ewcPf|@wqAU&)yd_syHE&zOLmWvfA^lAvKXu?Pqnco%a!K*XMH(NQ zi}$XHNItm{V^u_qD2&+m)u2Y~mwaIB)zCYx9y9?q{D4xzVP90c+C?~Rp`5sVUJY}cYx;c`P&57EMAa`n_ho-O7Y^VLaACyu7nY)PlqST4LAC%?k zUP8J1puDcSH-9KUl?j5kf@dIK=LRe8C+?e)EIZEJq1;Fk>n83{ULHW?O(VMd$Yc0J zSpr=6DtamUwU+pc?gH%NUS|h*bYYyL5WbZ#cUjFV3YocIn*MaBC~_Q@uAu8V_&>3b z?;GVC=?mzw+n;<&e!BoaGCl3z&F^l(PbNEkzP_dLx3e@39q(h(Swu!HUEIQ$j`?68 z-rTW?Ii|s%p*L;O=1l(toe$?m(?o3C6_;SiFNe5J>x09<&JXbor>bgXh_+}x&8HXe z$1Yh(;Q28S>Z1I)5-kh#onA+|miV*5*voym)JJ`})bW%a?{g_#`NS1Mcx!9pi*rv5 zC(kOHT4%!yi#gO)bWr>vo#dlvYQ?mB|)yjx?}Gsw_=`fhsWb+yt#*fkDQ z?)SQ4HjA|M;k@NM0+>|aTahl~%h3~u9O#|8N}A*u=2Wh_`JQ3UL+C|>-R{NiX62z& zR|yO>IxH=fY0>@#FELH>5|bf1oLqpb0Y>X;icCl}ca`zD;QVFj3kl}vofbC1jdh!l z`gEC&QqF742VTb@u`q6UFFrsY$yz5ql)e#34olKGJ>$q^EuOEf==K+nOANiCso@`9 z=bPk-Z>IB2biVU#KU8HQnLzctj*GE%AK_Ds>}~7JEn~QJSGe&VXYCIveyDy*#Z%%n z@3d7A+}h<{`H?~X7tEqd^K=8uy31@ZpR13Y7qrq;&W)hKoY%**`}I1vQTv3%uqDm- zJ^ONVe2W7(+H9YKHrmRH1E^~SD!JM=gi)iGZsOwMjkL`y-+_`_mmhMGM0`H|vL>XT zi_Hpgho_$_iqn-vjnAvZi4eGCzS<`I3Mdr0qcH2CaBWV$fdyc(DD-7b%s(>Jl3Yxp zLL2aVP1I!Ii1j8>Wdq;&#bG7>9Hp9cjjRa$aQYAes7$=BpNgv7O=Fg62;b==1A-Qh zZ@k=|7`l=-hRvIqr;Zk%A6r2owCn#c_wMmgRagIiLJ~+Yc!DyDiW)Sj zK~affO#~znkTW{bC|<5G_A+Gj03www0N-pPQz-Oj{WU zHWZLOOZMrmDdubiZ(HsC_Pm@CoZIunyEt2+P^Q(GFeqp4z209k^#-{0rmlg??_ZWZ zH!S$I|Hi#bbMka{$=Bdvoi(pf1d}B=^}cE|r-^jn%U_vxo-~ba<|ByrR6Ou=zC*g{_o|cs zrzgDQ?+Ox{KlEMkwlPqd*aev@-c_ctU+%r2t_yDl3fBML3+lS?|CoaI-U^!Q!V^uo za>`LD-+-~d^Kqxi>FIn-HXl2FX^MUPxUhrrAnAOcVlv-$J_6?BMdza!BzR}QWlqvp zRQ66~e{hn1Y1(s6ig!6lzxBGf$@xCqw0eW{akXi}DL>Ikn(Rv&=OkUy>dxUlcNwU! z>8NVhCD^ zJQc(R0;low9SZu$^afu8O}985yka`w`^Wm0Qw0m2YA0QNOJBCNq7_Tk2-1-r>FQ62 zC0ceZBK?B#=)skYm0x4jD5Q9lS|N{IjEXnhQDJGf1J>$y%&- ztm#4JHrM2Zzhl=n7EkA`&*UEv8@JUB&kygvt*)*|xR2dDvn(&%ll=ZuH`=kwi?6g} zg_Wk+c+*TaAJvca0yo<@V|2-kHR3lVo#r#v{84ZT7_-@9vm?e}jT(jnU7i;9g zA_q9VHoA{-en;CoBvquJ{k>3X@!`FZEwIqy#FB2DNpxuC>S6?{k94@dF^C46clSWf zLOg4TMyirG@dImURbIGUv81mXMx5Q5?2_gQG!q2>uXo~neL2Ot;KM_fVsJIYej?zk zmK(Y&sf*6hwou6qUc@X952$`QxP5yt`l{X?S7@r}yNTbw+mTK_i~X!YvI zAXfV;u`suN(9>Kct!`}}W&OGID1>6BtRbJ*#ESO)J+#i@Whs-Ve{<~lYr=%bKJIr1 z=0%@I@Ecnw!@^gLsIKLch?T0zqz#w69-j<1D_V1ZH?8cO4kQ-w0&HufaMhT+{OZ>F zn|twmXru&1ChL%_U@U@!9hN)6WEvC1dj#|c-E{$=^J&KisN|r|fc}g$7tq7IYXv|@ z?itXB5$1e=uA;HM0=i7RsT+*GO*=k7??dkB45+M1E}+x9YXv~>qLn>hv>+GIL%$8s z{k!V|jGmYa=uQNW&Vbfu0e$}7ZiWk>pZsQzfPRlGA4bD8wpWZ^-CY*|dJFCNFnUfm zfa<|D7o!#3wF01{_YCNt@5ur5SsL3bplvLg?xubd?f3xI%N?CDszBQ=ptHJb1wemA zD|?vw;#@!##e1)S_V2C>Fj|ufsBC4O0X;nn=*ujcF2e=T&)H)40O;kC*Rrer1{&Kd zpp(1n0zhx49Un$7=mt>f@m-7#>aG<44elAx#mH4YK-baOUIAUjqUnMQ0R4z|e1QH5 z#@iXAUy|km+SFYu0J?})_JGkoxq!+B)(xQFM|B0m55+4FHCzHiP7cTCKG$$Rq~TtI z@{rWXx~8x4gRvR?gTrPNM<%8&bh&@{v<5hTFxI&p3;7%I4p@uo{Y>AQzX3g!Vf>en zpL~h0>Q6Ea_X)=56es4L10vK{Y%Etchw^a4s$g_Re?h|2mPJ>vP&=bIGRWIj!u^PF z;XIC=HFxv816$3uz2!z3enAo;rAgw z#simRBkrf`LAC^35$9iI@ zMVLAV6Sflu*1fipKF4rl=XC;n2piR6r_*s_Q2P9-mRIajIpP=VXcP)?>|WOZtN=lN;gGK4E);l2`(g>&0+_>3F?5pRPQ&84Mw+iL4CzubXc z#6tIBhUj=|uN-nQq*8R?|3Ya|<_RIWm?aL`6-~RRtNAtkh{|Dpy$*7A^qc9*_c&l> zVKlF;zDSbm4+woUq6`Vetom39HrBAY<}qK|#$Y@MHI!B`g@CdJ)oWlnBp-?s=fI91 z+Ckj?Q2eA(W)+;YoiAP<-pC*GkaKE8H`Pz}RbT2yCpMG6mOo{iUH-2B$@mX|I&ol3w7k%eJ-kj&b z?@(+)aft8*;y5t6Qp)Rjv^wI97BP#r{z-ia06i~!?4Kr=<-UgzidH}XD|NaFVUUl$ znf?d2PB%soq z1eY$b^V`y!L~-UB1Lm^V{}^T)7HPw0iyzliGHxb-ahGX*ob>VUnP@{WN=aA#_6{=R zC%vX*PNGi1bmamkd99K~WTt+)@_Hw^tyA*%oaCiS<^=(-^eB=IYygSvYYR)EsMr4q ziRWqZ4td(J3MFF z(YQ4b;tl=G8+SMUdft4S=OLW=86Z5tXX@;>_Y3f-y%^YL{xN6Hm;Q)3_v{nyd~?|K z&vzm--{%?rw{nm3ouxmQtu(~X>E95)-ev(0(E@fB?}#rS5)4=3Ocg)&YqRGbTmM&~ z?9iD^gn-n8eU8MsPne>Zb5p}u# zksiK%>+4}kdg}|7;GtXokb~=nYr9`xkh>q>9T|Lo0H_ROkNED)f8M75bme6*w{+#* z{080d8Z*RLiM6;d%VNi!T5A37vhzPrzsL8N>?Du#B8i5ouF{p43wQC8wkiV=C7W@& zGPn(has`Ic=kkYzC+0MM(i_^2;(gxdPl#n&=4=AT_zItpE!^r9UYsecPBJW?IHYhz zL87(&?9Tu~f<^|qHU^iWSDq(_$=O^sKu#%3SAKA#f47^s(953z7lm&>os$iJ%33mWj!uH4KRr%qL<+bcH|n9Fw~tvG#gNgZs0Q82%}F@4M;1v%u3y zwi7*O+;!zH6}uc(JEy<2RW+gb6+CR&Z;pL6N^owD{>~KYgWFO@4;T6VJ zrat|T)CTlr#pY%+kI|ys8QNq-A~u~2hfh~-0G7<>ifrS+>s$XBh$iDtNKCm6f;WhE zJ=`x8e?SUb0*EF4c(kl(n^PZo9aqpXJJZlsuVc`~4t+`erP|^yO;>(jn8-;ZB;9Iv z|E9@sAQ*qxD1>P@aVG5tqg%4=AJDmd;>psY#PqYL2=l+-D??xZ^msNxq8iUNoyT*e z{lj);?rAu8G<83m7V4NLo$+ksL*v<}^LPTC+D`}SXi>vynyleG!&i2SSS*~ZiX%nI z_v-WVRv7(qU5lQ2ju+)2wdjcT(nbg%5~yyyxd4q_xCeVI)1R(f#9oj8ImZ-Ec$-#@ z;u!T-hW?C*t>8}21E^UZGay91ZxZ0KVZ5n3xt9(PiTdsTXoz1`mfGLYFBcd_4@}fY zpAM#92wyZ2x82CGzVn2tae+hif^%0l>4pP)eEnQ(u6cRkO|)YEm5$?m1^RJ!1iiO%Y%xf6K>_Mvy zr^ygoy7DVHLgteVz(?PP4d9%J&}_9F3^j*hSD`JQTy8yfIXfNFQ7QociHTL>yQp)f zbNre(|EQh zu$buCJi3QZ%6$gc^za3TD{v5s4@I#1sIVcQR zK@~Y<4oks~L;2(`rp%5VDF4NQE{%lQH|LZ&Trj(=Z=rNUCi+|D(x1aK2UKBKC^FbDwPUj!?8984LE$PKBe6Ym+9bn- zhmb9TO%)Oy;*zLKnxGBZ@rW}QMd`|Mv%8=zyV^UQ2dZ>=m&1OUgE}G7xPwZOLwGs+ zNjlcQrs`I7Mduv43th$~(D9+!7LAjV!XV%pS7x=y>aE7g8F^3aB?YEw8BGdU{oIo) zr9kytDemGr{EXW&egjFmKK*L2_8lVjGocN!;qL}xH|sK?;Zdc*_*42wJa7t(F!oqE zzlA?e>rW{JkPn5gl5H!Acoj~J8n;}dQ?AgEr8KGexJuc*4Uo4RJ- z?W?`W$#%2`PVH7-_L{D>6~e+B!p5%I9lq>5&I_GJDE|va7(Ur+qRJ`bA6<=-T=46< zHZfjFJ}t=M_01!DL{6x0eyWw3!nAcUl${!#+5bTGgifufM)(D7Fk25}UgA$pVD1v{ z^E=y0K#V$W+Dxn^Cs{~>_=^b-C?e`_=dU-aB{7fxkqeEdenAulm&rSnW+)SV$~G|% zWW2VIdOltUg|Z5&GJF}Cpy39y3VdlR7{cgI_nBCi=w!s2y+zR9aFa)AvHBBE-j^Nh zkbGI{U{4<)^Pi3QGVEF+7@EyY5rd%j525$j#~}4xaty7!6&}OWL-;JEpI)vl#?Tx4 zb$$A^P;Dw)b#|;`t3)o?*S7GRK9TFS)N_7*B>a@w`R~}Vh>BV*vmCza&=^Rk!Q@p+ z1BVR5;09wd>Rw!+6t8{)%z zg0-H8m);+Y&GB}!OJ}eZ{p{alndMZ@WuqdN76yhylx1~hJm2Xqr^mPrSGO14n-(hoY)3mtvju0$B4@bU*)dAVZa zW$DWQqBs|Ub25piXByd_xRpk-L+Hf+ZAUKi)RHV)w3B0tS@?P3gN*jcF>fp2fXx*i zBIZ@41~$#=pBKKARhhVbKo|4&s}bRHSY8-u%74`iovA{dZAe_4Q-_q?a_P!DXdx84 zrmTx1)U%KO;bW{9o_&1$x7){iXYAv}|C%*C?}X3&n$-1IHh@V?!(0-)7<2J|2B6skprKqqe}Dk6SBzfLT^9g4n|6E{{T6HZ0o}C%px@myp!b=xL&jrc8S2)( z0{T}LO&44M=qt421N2+0;XmrG6#$LX${sMflXHZRM)hLTUIFdhT^9g)bS|LZVhvx( zqUkbR0Q~@H_5kQPxqw~`8{R9RM(@!Ldzwo-K8${gHT;l006J{XfIi3(!-vr}BdYJk zS!W50rVB2>=z7}m0s1Z0@TuLk0!Htkl|5iIJu3&${@nw5LdF_y(M4A)HrDXt{E+?! z*6@!22v|E?!yiR2!;YU0oJD@}UcS0m!^0=&$kVMgyb4v#`7G2fD8~FA$#jU3+cS<^ z^S|eH_|A{%FvJ(OsGr_}_SP|fFQ0-qbvkyg5iL^V1}-DZHGh9`Em_CN^5{84)~+;4 z@~c%{Mi1i<>6pKNvz!YV`vjvaB`tg(owEO|x1D%eKRVDjK**qf2kWcz5TtZ+{lvx^ z1RV>!sp09sJ^Tfcn;hf)oA?>fQmTlaQir+SeU6c)Q+Fp*NWw|va8DX}KBo}U2>L7v zNwIeBB}h&SjXvu<*+fzB&fy??75W#1?tUmtTL^f|+P&UGA{5TCwoe8r|y5`9%8d{ep20qoUc% zXiv)ROnXvp=d_0(GA%%?iK!Q{>;udA%3@dgNux}#(8v`#6H%E@5max^d8mv28%^8f zvQGMZjjvqe`wgdjcYMaLLI+bExW=C=2^{h6me?G=&4SgpGpK*iSOe$%gV4XD2BZ!nv~nai;_KPh!xqY3A6zKY-L^ zY9h~?yitv+dWg}01z7B`qO9#DIT-bSM)85YU+V+1Ob2$s#)3EoHFxy3ZcaiMSmVyV zL6*M4xpw}V^hS~F@*0tAiTNolqeFFu$T?XS(|-d;Sgpc4kw%s;q)1XU3w@(&C=g%* zy4b#^y~flFsoq%b zoX!X6m-x4u2D)qk3qn=M1szS7xh{F(3>QU!8fKsNklT#yT9(lo|q zNDGvh#CbmG@SX!%?vA#W3|Bq$Q|f!_AtVFCqr})UGI9Y`2xE=m;LbKK%mukzn76iRZNB}=N3>MtHqr_ygyK{oNfLy%dideCu(#F! zRt2KlP4VO@{iRUMcKMLh&F(ZE!geMjw6i^WRq$`10S9F;Na5INYU_bOtL@UOF9w`b zpLnXK?{wmda}iY!mpvZ_yNh%vAl7_00~}GD*EcVMm*$4VBL@LX^9m`lTxOE|6-hw2 zH7y?|VHy`E;TdnkqNBnF&yEw5TS2x{ukP(s{8mmF#vln7Jk;faOVodgOD&mJb{s4O zb>U`b{FlScZl*#x)=ZC^Ww_uV3TWjy<4L>>-cv^rkJU+@`-H}Bh7Nn%kQmpSY@@;Z z1EUlzRG*_IIg8@iCF#&R2o(J_cNEQ-14|n|&BxN*?wkoa?gPn{qsqoBk^<+Gema>a2Zna3Ah}&#zWh^_-2XyBI<&7F*V3i-~5YXaubRcZg{6ZomNZzcf#29pxsWIum zr8FoCB-JdL@D(|bv;Whokom#c@MOOh*T8d=>C>sHjn)s()qZ$5XBc=Aw`zd2cPH(o z1MgBMJ2@VIaKgFiKr=&jQgaKc#uaj|&F|tLV&t1W`iHn;KsTbz+RF_x%}O5t@DlzU zWM%}GbmjdN%6z)=3%pXeO$_0|p6(g%b<`5JavASmp4vkh5a}FNdN3Q9h$RF&#+^MK*7jAnDC7_&_#l{ z_cEcW%kqtpZ2Tq6BWrtD!V@VZJgjG2Uc>1?BdNl}!iJ7?_PqB6rdH&8o}UUMpR*IC zpG~~L^>a$5k`7b2#4}1{X@*kazR(8e+wF

b83HqtwS*J}1yRdPe%nmUhp}M!tr> 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к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�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≺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 eOecA|jy&01(TspepQ}O~lS;?D)VI zAf9X~dVN2okeS)ZQ~b(j7d@-x39B|tQT}HBau40Ckvi0~jVd72JPwkEyu*J;tpc^7g~dE zLlLQtY1xt5+eTAQm0A{%nU>MR;tasye4rW$wh3E;iK>|v1rR7&R8K7sj#dN6MqGrc z$h9sK{ufZSQeyVwR73y>^#T1Wrc?MGvNBj6*%KQuE9;v2?FMtK(w^7X=Pf)?R*58c zS@^Z}nzglc9k;DB2gC$Ojiwl1K(P9`)(mL{$6REGfCdM231~9l+WG;|AXoyaw1jIM zZ0ZVN$v27*7{Ym&<^X85XdCGQI$h2|m$J*j>(m{@F9=I^aJPe3J9wFc2OOMsaN5BG z4qoQq)ehG3Smm#A@B#;~b#Rx1*EzV;!GjL&aPS5P`wkv*aNNPe4sLevRtGmZc)Noe z96aLSn1k~Uu5<7X2S*&d%fYn{mNPQ-M1_Opk4&(RbEv)YM<#fOgXNM;aNfakNhWy2 z!SYHbc)Nq;4o>h^2RA!-*uilJ4>{O(@CFBWIC#*(oeo~dvmKvUDC^;q;&P*6R<0G} zFt#v%L7Un$_v2kjhQLEmjAlwn!$}QMgKsttYrYZ;4)}2)Bb!u))dGzW5^tp_!Qprw zHaM70G~$Ax984?WD3-mL4QUN!4QUPKB*Sc-J>fGd+>Ko^=U~`g8w^|FOf`k)YxqiU zYr~g0K{eN$)(s9cr={(Qj#^K2$sO=74_$TKo``2WmEVRv`G>6BVEAjokpQju9rhji zUQY%&BF!i-=oV0G)Z-XK!~rqI)H%QyL(G6t#?as*jWIMipi9}BUCNL##2p+m2H(LU zW9V?1jWKjOph+clxs)MeSm5Awj);9pM;yFMPj$G1cQ`oa;Jkwy96aLSCI@eKaI=HAIymm&VF&vT z9&&JpgEu(1)4_ud?sD)t2QP4NoroVDG~3@ym9qD2mc1t%{!sKtT2#y}29wEV&AUqDA1H_&JoH?Sw% zKu@?qg*~sR-$6$z;|Nc2oi%#G+BEtFuXeD70}nXZ!hzEcws7EO4z_UMZUIrEgZPX!4?kO;9v^}jyc%Ef$JP>;lL3G zTR3p7gDo7m!od~}ybA&o{wy4Lhl4E~IPYK!2i8DPdJ6~M?qCZC-s)fr2Of5?g#&9K zD8GdRZ*Z`M0}ndb!hzR0*usHh(1G%6K&ZbP9Bk=Cue49I&{nlmM4=xhS$BB-nh*-- zMKq8C`u(5Hsv_$yk!^z`U&uObWc=>bxz1tRs1rHAo7(1|zEt{BmR!~ZmWez|(Mx~J zvP1}=zG|RlMf2Sxzybl5Y4|r8om(=6kVo^3lC9PgSo4rz3nyEb01E`@P#IlHw$7E& zA$22GG%f@nrZm2S<9dtf%>-WB|AD~VPScW=p2T5i6WGscna)l{+2(Kla#rFtLDFAhb-4(@Vror60a9CL7ogBu*|JGjZgaR)a$ zxY@yR2RAv`cW{G)I~*KyaHoUo9NgvLh=Uh6xYohl4z6(UG6(N+Ts7_B9S$CFaNfbI z9UOA~H4ZlJPJgU*uyJ?bbq+S}4m{}Kkn3-7aGC2nIOO`n4i35gRtFomSN|J)$c6Aq z?u48tmf8D8b*cje?HK^ny5e`+HTbGd_>>}@`pT4mod39qpfYa=E%$=Y>bad?nWWQna26MrnmUrf@<8Mdsg$qjdp{fme1=HQqxdyv&`HRlP4>VlZ zRGV~JTJ?p9bk40^qN|Ge1Z2{?8<9Z^A26O(NA}roA z;NaN4QzVALA`ts3U$Y4U*uDn5Lth0}EmRxL6%uGys{w@D>_Yfj2L}@jL(9RIpZGxs zE5FLw09a)f|yaBWV?Rb(Q&&&}_qD$G?(9(i)FY%h|iT#_QXR zOhgUux5gobv;k~a+N)es(;l0r$W&{vBqD%_ zO$|2(Gcr04q#vlsQY=S)$z9x~8GXQ-c9W1T#RxN+%q&-I8nOUf1j%HBPpq?a)wlB? zp_8}P(kQ8$$%F6{=LLCa%z3EX$!~Em-nK8j8N;}E_4@XvT%Atr?}Oj4RAXm1&N;nU zV(;7AI0~P+4_$K1-y7Q&30cz++PprU!%JqncC`}L(2BjpG585&#c1D)_YcLr@7~Ui za(7U-VCmR@Cmsa1BzmXUGZN~>{XvNu+uJw7-|2}+}cP{@=}*tIC4JXgRbXX5#i~i9tbp44@e`P5 z=8?j=R;z$8lG$YqoO$y4dI(HryPJgC7`_PBMku|FF6$1zTQ2_{ims*TF*QMkg)|q6 zSWVQXx8}F@zKO9!Fb8=3GQAvUf0Cryu% z)NRlDl`kc8)u*4DtscS^Ll2v=vnzRlnZFJ*|C^tA9fy5OAM|@)z~|6Qi%w!caWU4x z`LV`@6>=WJs+!`Qa<*K>-8(h9HBnE9F(0lFIq{F)))J|=S?0Q|oJ_kK`1kkPelMp9`=^`n3Gs96n{7n)4{1wdH930@ z_osE#F2+G>7;Tu-s@GIizP7-8Nr{C2IvNs>h=MtGf6pjA`Qzw!S5JLFzq{Ur ze!Z37Rf#y#?!7`UWjcO+>7|a2Utg3`JE_AZM$G4nn1fnXb#yQ4bQSDYC4&aJU0c9i)!14stzNn#-K9Sr#69xS0qfqck=3*00uM z>dpbkA^rLXY?&#E(woH?#WpuPu$6cPi-DCmVXD&r*#S|e-n)4hmsN_jde$_Fb3z#6 ztk?!@_+?<)p_x@uOdy#A>r~UHQEe&Wc97ikX*@StiLmTIa=5`J%+h`7<@F65IQb;? z3;Uf*qky#D9dS2kW1O#+fM&$KUMlE3r$-3?ppz5nEAlq-K!Zbej})2)jGc zxXWAlj3yUz@bV|#Obj^0saCSNU%7Qw-%!uL6>x(}Lz!~T zi`Ax)34Y@yZ{-?=$`8;=j?$Fl>$26AGM2f7u+p&Qn%0`+h6_srzWwZ}O_^J>-{i(4 z{IG6%lESumE9Y3WX~K+&yFN>APo#dv@6~n2z16BpCO)I(&uE={0ElZT7Ys zp9NxhnkTeiImKH)eIKm8qIkf9Tu#Z(8z`NeJ@|4=cH*C@syOXS({FCC{A+9Jud_0L zZp&;fp4P^}=17~g&Bd8|@6vlm@e_LY^&Tr8t@mYZj0DxBc(A~@qB@J@#593W#fr9C zGmo}ro|OTBYIACC`o6eHH!ske-sC{{n{Al~+A@zOTDU9s1ZITd@*qR82dr7+B*0RR ze!Pysf=btqgkA0#qAx^e%!S9@v(r5z?%Av-J*Dn?RIZf++WPedg4^&3A>WTD(%Ee& z$XoEzdo1tbsL;;uhDn1s*0{x6d7veEK}(dC`&tq^x3FqENth3sjpkocnUo)C$Czs6 zUw||on%c8#YL%V$&i2OJyp_MVbhx~1=aPz*x-ddA0qK5QXXy}Y+8ZAayq6Mz&jtYT zL|KHA?7Cf601{7oSk#tTB-!}%qPYrL z<3c)TyxeA!gTCBcfBncdM**8QA>0L^=NNk)4}A))hzwFS;Ymu$aVMUF-$$d zLD$s2h3iNZUO8I6X7yiwsug-*BOxvDG9+@rX`Yf*RXa_`rl-B=$iP%mb)-5yaaBY8 zqiW3b22KpBvEygss_~N_m8)@NAx5H*|CzjWy`5?(T*VjPR=p}$J=^M}dd;qS@p08t zeE#kuRJ|Jvi<;quLA7DfGVRRozCW&A_6msNb(B;iakNpoGN|KrS%4BAFB?fr#dQ0c^&H13p4w7Y$#|!Jc zO3ZIw%-=Ot;a6C%j#b2LO8Htg81``>Lci;KJqMVihGlvwdeirqlo5YMsF=);gNsy> zZoY-F)A+(lVSvf8Ln*bG)dFjoyE)I!ydZu?TR&S>k)PD8SooTcmlz3suxH=yMAJ*I zCNmGySG=g)7slfr`Y|qYaNMwIA1enNf6vuDR{>z9S_ypOP zQz_N;-j&5VjjmuWly=^vLq<(pfJDS(S#}S+&*N(R5WcP8)kKReuHmVl7}Hv1VWNo1 zo7g(b9~{?Fps&CU7KkdHr*aST)K6x2TP-dyxsaqdqBP9Od3!pGDJr&0FhihA0%U~- zw~Yq?Dds{|fFiX9RwM+^=7j(%8M7y1qf4wwL-8h(k{FuqE89qDWUHQ1h3Y3is=QVz ztc!Z^&*B$^@41>QSxd|OSyO;Be{Q|Tgmka(jSr}&w}hAeiFvD(QuM|ji(^Q+LwDu^ zj#8dc>h?H?D3t)t5Oj`j3>)fszcfIaql^ueq9+g^ioA690U`GZE>Ibva`}&NGFiGq z3DAAM$*Vbgv5niOf z0U=D)F}{aW#nh6rVKkw_GkEYqJYeQXNa1Vz3G~ZWm%m41Rw}Q5A#a+XRO@_&&PBnl z%6(0hMGGo)PHTF4eUdeXiaSRU3)+nFjaSNvGrB zVRp=$G$WGGO>T742-($OwMoSZ&M$pjXOn`3{umSwf)qJaOLf>6)Ugi5A<>SlZ$NVD z)BKGbqYCiVFPH1et?!vns={l$c{lb8dFIeq6@NG6btn?##qG)H)$_*d>wiWW8;`dp zxET;?xgNL_J!5S!E9d#JSURg|6xt4m2+(qQY=a`qpo#32X%)vz9pl~D9`Et_5=`g! zzE!h$uSE8;wIoqa%fbAUqh@N~q!mr-?Hg$(6`Y@0(JhdKR$qF>>QAp&dnSFmOVN`u z9rjoe=TUCV4b~|5mrd&*?f++vP(Gl+A_PhqBa-oML?RIKexuYdl$g5KS{$;r9cnQ^ zTrt*s0HXjkUu?XVCllB0;7g2bkfIzTTgJIfI1~zvJO(aEEr8oO1ez}lYM z)xse%o~5}V^Oo7OznVY%Gf;)MzPf(;oK%CK?X6W6QEJSQI;(e61Ye4^znM@xQv&*^ ze4fpUm3Zr~Qu1uC{J7GhBSBBLckciYu1w-CA}EH8ilHFRl;xJXO_8bhPTeWhISHk; zSMIh<|M4I`bIVlzYQ|8@G@6Crfnb&t?t%%@{P+yexjNO<{Hb8yLVFJSi4Hm$9r&^C zP!{nBFVY$}Hf8UD^RNg$S0eaaX}l(IZUytLP&5Rt<%N=u@D!KitZ_Iv&;Hu((#8$; z84eur8MgCKrd;?#DC0g3t+`!`AHRSWa+Z0@)PkrgCwbYg>L0SlEn9gctNQi5WYrHN z_P9k~)q*RMtolhzLAK5!AWnc<5iF##KN(TNj9ZLlexX%AjVEHrB$vA;!HK(|3oPP^zly?+ZCjNjF;{+A@rz~c8ec#1f zZsCV=nH%ciLJcoojh`j1k3V=z#6$9%e$MA6Gp@qKW#6jr-9tD|&{wV2OE@F3km(Lp z!=>ob@33kupSDrKU0@amP^tGR#{z)-Z_i}XPO1!uLm`q;jA+>Aj;33tcvlY<*$Iz+ zWPwhj-*6>+*F)m-bs`*h_j$_e@*18MY>14iAC;jLoygKpj&CGW zP2b1szsMw-m$f2)ze#3(7B#ya@wqCCgvR-xzIAsC5rO=qjt+kYHU#Vz^qy*?K@dtfQk(ZP{~$ffI+K7HNyt~ADC7P<-;IG&D%=# zLepx~s=09Sfd8p!wepX+{6pjyoOiHL5t>#jTw_i?579_p6RZ~iprvbq^@22j0)ioU z4l^b|uvkDxCBViZ4Or(sWJ8f`tlY10p1IDEjT&Z88hxZRZUJng5!ko|uLSIXLg)8yr01;3fxecW|?Vw>miP;9&>* z4jyuFhl4jbxYNOd4(@XBItMRsu-O(-zd=bHu)Va=$MtriqA+l8sZ{;?^eS&vMwZR% zhwwLQE)-W?tQ|DRMM}|(*gFz1lNCEUD8!KeILqB!(Q~%=5BIhm-=NEMd(QO+(zPHc zSF_UJ&fAU2iJ43v+GqVS~&b(asKK&4$ zZDu)V`B}fJHCpQN)Gs-$r@mqFhgI_tKsMpfPBi3Or^{r?C5NpkIhWH6p+w;_Xxvoy zU~tYKn)XsD`dQqpv{!PqHOE7*wX{9^&PXr+WNC``-A!b>lMCg0_H9jnqhd;`8kZo` z#3}W;zB@VF&T+FN!tWac&)+s}?AP&rPSVypsy{Ks-R2}XEW&T(9-jQ-kAx-Q**D+& z4*795tZt~qI|?5+G|)e_iOkMKB{CnDK`)q7;BV1$iOLr^g(E3jU&0_vQ$`xg2c|QS zpq&6_kSlBoQj43IikQK)YS#?*MV^|$x_B~!F&A11b$gcZ|2_xi-@i|()Hjs+Tu5)~ zj#|6&`Rm{2lzlK&PvFwha6+PYRYy%kuCAIrEAy|n(Kknf zeGHix(fatd8=*;yj}DO?lFR!}eAZ^aGFmm@g*(voXfWaCrq_+5nh#0BsKlG8L-Us` zAx9)9mZpTgi+66w1H-p~JdHeLQum`4QAm(6Osjc0sDSN_@@K{!)l;W92c1@%eZ#bv zgCHQAv4h~zqU|ROo$Ow=`YjKqa1Sx2m2#o;+h$cHz+_nD9o2OV1HKgo zql=&rzwu$erGR;YD}(GB2^WtkL9I}e7{G^y)czwZI{iwVs|7TpBP9?L*A-xB_ed#v z1U%+{Ku$lO135Lnjhs>+QX^E$u>vJ5Q3|1cejVr-633lzl9Le=wd1d*9d} zgOm_U2+r`U{6BnRTyKRKGuqp5!562{NvZSQplv&7qQ7BEYVo2e3orPhpQ*;Y@$V1N z8ebg;H@)=~+`oz0`dKrcfW?)fM=uvAmd8}D?{8EJ-ysq=JtNrk@~ZvAF4j)aep-4@ zNpTTYsfchBbPs);Ot!q18YQ-Xq3_N=^zm`k7u&VUi0MGV%~0@`at&R1$;Q_>T|L^} z&cyL@3LDKoW;o2wO>Z&w47dITVt9MyZp|j)&_rU2@MdOsdg?^Dc>qTX;Ul&QE(z+bpx z3;`QgF#(-~@5m3I^`-9&Xtj9QSV9g%9e+Fyy^0w7=!%00;jvQm@Jp!?6Ftsg`;NO6 z-BL(O#{43sXaxxh2N8oG5;P~$ij<T?c3sW~ zawomk!j?xay7BC?AG7Pef%}w8gHm^q1HV~hE?yLb3{nsDa|-z^`5sA-PZcOducN@? zDdsV#6#bbJoH(|Sm_jf~I_a(H`r`fze3n$Xnji6DX-TvWa*oul>_>jVeLWt;me>0g zJ+zn=^BCVi44nKySX7IYd<|_4ryomN%#n=gRLCH`zXR2^1>bBz`TAunGqt0KpS^GL z-97SGy>osGcKQFZRQUMZ z@wN_~Lej!<#E`J?K=4!zg_+UD3(6l%I}|0!eKbl?zLhG%Xtj{TzVZf&5#84smUgDN z2oI%ufU?v~#WcH^&k5*oz{LeA*VUAWLPl@7&ceUO6wz~w(ll6_5gh}Jns`>B3vC4V!*EZuQabo8wx2IO$5!f8(#{hL&zcsL0<2TPggR zHkYDnf+#8Pz5c+}Vz3#L-<=|n$g31xJeptI*7;uL|DomY45B!rnZHP(x{eY*f8|iq zd(31g78)svN@zE7GN0S8KG-Bscjmvtx6~`;VYpQT!41PfMw%OjG8R%R6qNsA58o3r zDn;+TWRGFk6MI|U;A58W%j7FX|CubM==b;=_!>M~2%-vFX2A)9o7ZKGu*X(hDSFSv ze2OY`6P4d+{2AI+Iw(KJvlN}zCo7H@^Up0PaNES~1+jRQ4j<~M=&2VU>e!=HKWiI& zJrrH68D$3IIWU9q`+V)H0W}?=={9WH?hgdD{A`+5+`AOLl_Y#|R3ogZk1XnaWK6G5 zd3%Rs&h4$dpLbQ>EX?I1=r#+uIj}$9^h}i-jSnmfniUP2HGj2yCq)ye1l4V#fD2E4 ziv~Yu{*2CI_7EQ5?$0PkIjVmXq~vF6K1@RGkBHmi&uA~@+fp-`2kocW6QV)L`*`Rl z%zo#5`B3{41zE2lm;{Ykv~OAUn1Wrtn7@F8R(+uu?M;u&s`qmZNfJ4_yD)#X`D1H6 zvvr<)vT51P?Mqx7tSe}Aqt?Zo)W5)d57oh9Ou~6K-~1aUUU-IrV97}^p`C51fVC0} zHBk%X9ww%2n7B0X)MBQBMEdEymUp#pzW3tL%ig8zD-ocGn2XSRLzsd7Zc=>a1y))4 z$yi8?IqNLcDpG#1{&g>Vi z9R5+&?y@=g1dXm+C`7-shEWr!K1`u(5_EAB&%~*ZVk5ZlIJo;*e^kA<#r>8)dwtJB zNv+w*hx%1PWfnaxa-hOJswmc~SQ6veOXPYNUUw#?Zl^|cMNiFZM^vHQjYsBtU&T(e zXMe%-y+?U}Xwyk0yaT1a-`czU(CXUJ`f2xoCWSADddg_635HQrn#!Su8#sf5@>KsH=9^w0{EL{ z1+#qA6HS7mEA!`k5{A1_#On$Q#y~0hC|p#zgTkxp#}H%7aG;+TvE@Ig0?t(dP=k?Q zNO@p>VfsWA8k>sqLoru`6^OU}uZkqNkYS)(^qi|X7!Jz@hUuovUF9~_K=RvJB#<$W z{%OToik`ZXs0_yM`DEq|?sqDD6^!XloOx23TL#vACR|3Simy`xBg5=zlOXkri&zCr>qMv%aORiSU%cGrfF@)>}hGvqw-W{ls{bQh3n2QtM}{Qj||n*ghgJ z7MRZ$r?aq}p++dTqtV^@-iBZqs6f$)eHezQqObyEQQ5$v@^;lpLB%TE3bu1nu;sTm;P{|#8?i1t4^-l=huxum!Kq+OkNUCMV zdf4dYsVyKLmH97EV^VE<8&#&JswqJeVAmuyHm1578>>)Rjs*I(?_FebJ2-o!Sv@o! zq~Df*oqh{a_C&@K%9j*DwSuC07|tj|y9I0qkSw4{K^82U3OpToS2+IXcPMe@dh0q(uj)6Y z7lP({U%SG(L1*V!lp8LpzBgj?)&L>CB)sA(!i9&oJW97#H$Gr zCb|ev9oGs5v6}IH*g=KCfdRP?EwW1HNJn~U2-wMH*40cE%b$p~hgR;ESHi4*^xR#k zc42FQ&y5r6Z;Hr&4rU2&LrYSMPJq3I+&@Q_ME0At0imqeEJ0=T7)R+t$9_#jgDgt@ zw2WRL_mdlUQ6zFX^N&%fzQ79z<3*=OV?43R`Nt+TyVbk&Tf(4TR*A9`nZpv9Usdqd zp1Dq|Kv$Xm#WI)}Uk6V6xt%uHyt4b5{qXl1Fa^eFzUrre(4?`#O#UK&wS6a=leWlc zO&F$5DAc~(9V`x1MUj1jp1~c7$;>ekR>cvldpDT^oT$JqOP{lzkcjkp{%;^Dk$GOF zD|9TgX13je2UmL7xBxS#^?{P*FNu(rx#h%af@cbY}axpoq$}5 zE@r1+*5N#LAq$dYxfgQ@&kvg#$nKf?K??W-rRcs2KftMnaADa?xKu882pJc>6EeQN zkQ`^oUUv*DY}B$|oo~%AMHed3WD+64+xoF;DFL{Pzr)u7(4I?1d8DvcY%Rxhg$T6p z#$vl-!fQzBrMR3eZhBfehKu+f%DNY z_FRvM&Dwh8p@bZ=y&;+4cyHih4X<3yzAU&yfyiWmA*K$A0BqJx9_^qfkvxK18x6H= zk0BO(6tN+h!J<(PQ%uJMmJIKAeOZNU9z(2>E;MSLP;#s^<^vxH>aYqXwMQMMkJe$| z!Von4wom`YR$|L_e=D|i`gYvU0d7R}rB1u^iI^mZ^W4nWx}|#ZvF9!2Up?mtX4yg9Qgf2pPKnIiOe6YUFAHb=*A#}*LSw&>E72r3yGqbbv z8n@5RCL2crWR;?;HA_=|#CqgttHL&aLJ`dGb!>dlHZiMn% zh66_KonmKCBELIA3A~eE@>V^8;O}Rv>t|%!8uAX$e^eNF_Otud3)9>yx=}$@temqx zcSy#WZ>)Y_s>nAQ8cE8KxkkLsuZu^Zj%qN319s%0;FLiz^oxtEgwbZzVC+2 znfh26nU6_|;eg_Qjm#U5dT(T2t&+weGp(>ak$I7V-V>Q~ND(5la55AU5L-j=Xbv7t zSQDWAq@$OJzei5ZF^V;4I?2F#nLeoV*3Yd@Kk21!eTzN!eERj>i~c;n_u`2aJr8o2 zVb%_>5sGTfUX%x)3t)UQy6ggnZm;WuU$OD*_1#Q~x(^h7Taj51@i`_cGb%$O&VyKX zk)Yxh{n6au>w4|J$AI2e4OQWZpbC$atI(zCm3p-2p{X{18kV)GI^&z%?uf^wPjfCn>rFGy^Qq3+vgL-FAUs&#o|7uS!z#xf3eOcxWDv#fV*_HU^vgDP+C%oe(ej&{&@aZ9b=W#-eGOy=CcYd zO}13m^G$?+=f;7}c6$S>E|>=&lVMc$6q;mG%qg@Y;B-lzF|W_IRj6;RpY23th~INL zgh*x=#FN=B(6RusaTnC+N_?o;2zTWiuwBQoXod5S1#h4+@hXeob z^T%NA4@{Z0i|+7mI`$H?8u`56Qk%LFnRS<;^A~19Ej6DGeHu#7KW`MJS2~pTy~=!s z&H#nNocy|;wZ zf?w(lo4el4`_cPvX1i;>yM^?I{H3QVhWYQlKyH@XuFS*vVUQ`?nG_idipymw_6Qax}e4EYSh5d5bCS%4BvAwMy^em{u%B*iV%qUW$Mn> z(gPdsRww6fu0M}J3o!{j*nXjvIH_&Vy!MrvuQ2>y{4BNY-5l|cJ4ef!UH)-xENb@N zE+J2JyaSoB*ykLrD{E}6ZQJGk-a@Odhe z%%0!C`g$Vn5d7>ZjBt&N>?tv$zhv&C7ocG(9z4!p4=7>0LVpKQf<(>gy;4OsD&)W{ zsYNR01xAXc=nAMv%!~25NuHIO{==pt_6`^AYs?N)wc6A#wFv!bGIt7V{?`((KJ1t7 zDSD$jYKfLdmSiE|{TB5nGPrme&f@=T_J3j*=B?DJsP^2!4ef{Dl|-g&eArugE_=xGtd~e1!W~e&61^qFRd0~(9K?!_uEV?|sykTGF z#aDWEBzkwVwV_$cyK%vOD_%L}RF3+1>$?wV?cI6i{MNl+@cKVPWbd+CB(T$XOIB_# zPMjJT$7Nok7wg7wi*f7maSZqW4jjf$fzP}h5igg0sGpf$57kCa7ex`rdu{j*jjka* zM7;FVkd#zrWqPgKSi#)tz?`-+AQNj7f^hpCOVzDcNUMGhR#v)C9~$@q=@l%clZ7;J zDXdHQOb}8>%iSd|+vjSbi^|$Pck$f#`w#=F)vg9YM)>2F_VYxY^Bjq*@ zO-!(kb7XV#a4@*v*BK0MHr98LwgLlOT}GmOY+c1R`P}up%YdQSFcZ%3@;xS;(V=1U zxwpRNHiQMXOeRjRq^R4p@7$%?XVgkC(^vnDI(dwZV4x0Xd*TJ_e(59pTwqbXQD@~# z(c2_L1gZ%vnQQ)V3?Rv%AlQW6B9>o$#9O7o356f3Y?>G|hW5K_7z9j}Q}4`=v<6JM ziGf~~I@4XkHAr$P9@o03=@x*~21}>V*oFduKjZSD))gI^--yaDf-u;^T@BU$z5uVh{T)u*18tN%EhFxK;FZ{RE;J6H2Z1eHUXS_S>KHSNv&H|)I{?B8*a#J9Rx-uk23GEWQ@s&jLj z(woj|O~1L;TYs;&zTnMx*2ieRHZ|Fb&!7A`DIIM-AYXjom?pDQ=e;%k7q2x(kF@5J z^(tW>wjQm7d{6?mP*gBqZ6%PwiWysiCDX~8m>h~K?e=r^wJ>ejuu@;MfLf)j7YZ`mA{REt+ zG3CV5PkXspO}Tbu4chduH)DH{^>StXSeUi2OcZVd+nHNqp{!0}$Fw5<=)UR_n+j=w z{E65*xa0;t*;qRhYkCFyYBf6Z^@vnxwcaG|4&B@^X1XXvpNEK?#thx!`9MWDnd!Z_ zKznDPz6$pHnD5Vo;t=~cv`Kx{M{UN*`@z=a1Nh8G5U7=Q?9;93PgV4=WMd2Qr*L~o zUs|5NK~`_zAZRd|c?#-&k+~e|4!pUH9_RQc2`Y$=Wa-~ZmiEl6g$K30-un%V3;TZv z<+f*0v_a0zs*PUaB5b|*7Gg3@a9Lr%6X2)o6vIz@=Q^}*8>tGc^f!EY;ruBVeW81? z4_DL8N^rIAMPK{Ul*M0G$gUu*uF5rb)gi8?z>N|9fX{QN@Naq5FCAD@X%lb_V9!Ts z=wFTk#dB!1VcixxC~ECQNaBmSO5hdj$P0nFle~Y^@$fx&kJ zT4^#;Me=7K!m;I>4GCgfl91lV)o-0{`3C10JcCNQBkSs_jV zPwCWX>L@lyJF8C^?^J?Xm!QkmzX{A(`oE(fD&3jC_u#im8w^hrQOgnsWd^#ybD&6! zfRllV4-56W_RKR0=`IqP#}OA%Ue!DSCX5=?3e!Uv0j);nHR`#KoigsJOC2!vPNeAK z>jYA;Ht&TH zDcy+*jz?>sIY7)cfq@hqRA-2~Cb$w?hhPL}QxSh!sv@-?f=m9|x#CfTWM|ddop)?Y z2AhcUYEgbW#N!S_MQbxuMS7Fw)yBL@$y#(W)q(e*RD`AAip?5{V+Oh?gm?>peCJa<~eHrB(Lp3Br zr;xwv?{o*R@!wdPqck{$_=o2*ML857`aTMY8uE8v0)$H^k1WFfTuXdYM!i3Y>3gaq~id^RN}%do$Z-psuP)o z)d<1oR7bS$KS*NpbYV|CUDz|QmuEM-t-6lC$?69F&Z}W`JonAnPh72by2Tbyn zQLYkx(CeQ@B{lTA*pE}sbmdRl0U3pT(sQJ2m_#r_LPw$!#TXkXej}^it$uI5a`DN< zFNUA+`k&`RNNoCGC85^LK(PgRcc%7cXW8o;R&5%eO;*XMEhuHtq3ki#RP2*tU=Q_7 z0*LP3pOe<4WP#0zl6wOW0j21Fz|OUaE{YMi=zGTcnJ&EE*?wFTR5#b>HvJ*>u{*^M zn~lLe3GxPG*klKJMD?1+veoO?GG4TY?re8{`aHP`fv&VW<`+JrxZYcL7cO9qRXAgu zDMNH%GEP9EMo&H&xTU`L)R08y&Sw5<`IFZ-gbonuG}}ovk`fSG1AZx6C1Kpi_zAW1 z!h1Ryk`mE5M%O#kX-A)bVEM!~TIN+XEMgFFveNX$naLbqkv^rRd*mwSOD;OuWFVd*2rsOE{SbhS8Va zVHiD7e1d3=yT@M`oAzCXoEb|eF8t46f)Um@veDj7Pcs(3`x;AVSyPWsa105U?81qs z@FWS{iYGdPoKZZq6zxD@&=$V0XSjurkrj9v1%@0i|N24t#&m+psZOy}jRawLz~9j| z(>v{lKj>#()K%#Y&8&=9gmjKBJ?US)fZ zEoDFRO#ZCr#8aOStV}T~J&f}NJ%>u(I!OH8(RAbO?U^?dm7CGwU{=C0E3fYrTPm=T z{6hY!!~VCm*j9WCr}{x9*kAqr#4(j%r#u)~jabZ;{K_p!6! z7;rNpsE8^GD}uJ>z5Eub6{2;Kx$6dTKO! zHVv5(8M{EoBl}haxOF5QBfz0X3^tRQYq~L_)_NaSAo(6tNqLcfA9U9ARiLlQ&EysF#@2RJ@J+{@>-TWFUjn^_PRW4t!F*!S)~7K-}q;nWZwfJ#!_)(bYobuBC?+?PXvS?W9PlicmeG4?W#xfN>l87d2#%t@&*z zxiT?mVgn61O~ZAYoBh&k_7%C=ArGRP;;6J1+}uTOFRbRv4MQQ5h`7T$;VY`lO@e&i zGDYckZC+d)dI&%7@0rfK#5 z>YiZ{j9-W%R8K0G*Ww(2yn9p@3jANG$#1^~v2(z=wT*jt#*6uQb7C&@q5F{4-|JI1 zFdA*h6sh{(!BDC6)hlz9hM$6w6{}wBemazwzc~Sst(t2C6#z@xs$brvlixSmU`} z=T-A#Z)%&n+>E#VqQ82p0-&R|`6l;YoGfk)cwQad65SX?+2ya=9=bTXF?=QKpP*4?8>glDfDy{((Rr*`Z( z;=U`ObueCd8bQtdskOk_u)hs=o%XrbZ7m;I^II_I<_~7E{czxs21JxZ1 ze&Y84L;JyC+)xMOScw(vB87$AZjSr+Ui_#CdC?pL*tS49oeK^Dw4u|}alO+qoOGQu$6->~=21Vh z$s6b>*W|Bm$BsPm!dM}^-@cFhmu6m@Q(^2TpXTJGeSH-6xjY*A%uEK^G$^+dhsPIr=0hC1`xaU@{(iKLHE~TF=PQi$g_`qqD@( zD-%^lR7N73yoHz6HM7ILYJWF7d9kdkX4L-fV)R(~4dIJ|o4a9n2ROzpNtzksa15f94??p*> zJbzRMXFbmL-lCoE7Oa9*8)MM5tIs=`3X^QYzhnp_xPWK$d;Zupv58}zC=K^| zqCDIuHDb{f>}w+qGpwl*omUp;b(=k(h6?@2Fn{cBvmfF{{UFvu`w9*Jks8rs+$klT z{oTy8Ay_kID{N>MvOb4q4TWaO{#6v~{mUI{bY8vvKyh-Es8$V=zL=>@PdY9UW7$|m zKHhMsQnGJ1isce1P|rJuu|VkB5`H!L3)enI%RNo6eyXYeEA*W9bUNg3 zO9)|^}7xD136ijsUZ&R?Y1OF%TbqHp|C0}=m?=bW$w?9%1 z{WtybKQkimNCp3UMjsATZ?3f-Ss$49>iq6qn%6S_AMVny|5KOF%693yOlo(1^Wt~q z1CMkg7@K=rfP-Pmf7RWkjhFn!6Nuce#W+WwV_{*U6}`^9aA#l!8_O0}94zX}Kax3~D=4DFxvyxqM=U3AuMY^Y?&pKXFEwr=Zb3EGX*{d(&rjTIu zkB)YNC0wDl)@M!H=I2tANb6B=({WE|CyM2@VoZt?W2rm{j~PjLtR*I(ax8juEDa?8 z-56$8od1j*$1ppOJez=1?O+sM&}r&j;ygqnv6 zuZPz|{x18q+NP79(4T6p6|c$%`emj@Zl5eTwO$7(lVeYwFs*+l5c?9U$S{PAA&VEC zt^H73H!Zqc_qMBD()vB*1pfA>4y_6PlLag)fYN$20Hrfg0F>V1xBAx(<|3|2tN-+| zR{vRk<(Wm|tU#=uqoDuJx$S0HJ@oN0_0DgLJ!g+z2(!)6sC`1Y>gLyIbP`MSA}y-! zpQ?|2HVf-jmr4P(tE<2qb{k>d*1`2mkP>Qs&=#8zD(26kV(4~houIAP)68=I+=35= zuNX*!#eh1a7+7Z)8(?eo0cdBkE6pgr(`fe_OGodtUqiMbG|Z80)W>E5PCX`x^`>>q z^-uO%aFs(eFzGAOrGcGh;_*{vklEesUS)~iev;~-Zf zJtVZl?-o0Yc8)lM^m=LqqAdGR4;!q2vtPx zw5pI(SXJDdVXR8f1N}8VUpT`+_=9ny&V+ znm4PF)u4@Q?>!h5Q$lyx1nu+w&ro?&kf(O$bw&~O1&hQi7NMm=1!7eS^h$N2Qr+qA zE7HUkX<~~su|&c5#}-P zY8fwZL{cj2BgKYz%KG@V!(DSzA_hV^>%(2Q*e?c-bObyH&1})2Spbt`(T^PbcT__G zuome^U%<*pTl&&V+!GKa^<{B9>beQfAS@Fv>H^jgeP^X7STBA};e0)f)zfWysx(?} zJq>myIC7N8cu3`~rJ;VBog)gGS9Lg8jqxYpX;g2suFcjQLlT}5n3LmU4nlwo63VWb zIBC~Irvvj2&&SPAI8r%Z68usljWGK%QX|zh*KWQ9r1+~-CDa7#6_LU4kfQ=J0Ih9pTtu8GC*NW42n2`0ZmXpOgN@>jg7m)2xTSPWeFmA!n#L zDG(d&sJo)X!wUuC(aSg@IZJ3TOXzjBA#+?w`u<<6 z39|+zWn?v?J7M2ZyEg6GGkU<&27CO~1tQgL52L#6VN|z0jOw;WW|5fhnN^}{?wsqj zo$+M?H1NXF`R)X1Vl+Xwx$jNp*PT$D#UC^8?u4T6oNn@SqptaNJi1lBoOh{MAJc?! z7Xpz!V4^hTYDq1Ysst!;n|>*g=f10?^wguwuUm6vx+N!aqBO3Z)GSo%Fu!Tf`DSfr z=H&1OD_x;0h+0k#g;suAzv$#xEv&-y0tCz1ljEZd!mZ}|xI%{glYQ&b_l^$n%V6Qk=N&oE&B{ z)!Uns1K==@nKy?#$xMM8c`zUnY5Eq>xLfz>F!82urPu;+Dw4vYiw0$Qj6pzpC+C(3 zbwM^fM_xhOE+KvC+&cTo3MEgDJ?xSy=jv96RLu~na?E=~p#Dju>O^mA>6Ilq9zWn= zR}5BnVOGq$Ki+JXDk5wBLY|I7p59}=5XL>Dlij={qD+B#uRxc+D7u9E$76g*Q~ZAh zL8`M>K4owrem|_~i9S{&VQ|>NfMC@J{_5ja^Gcs)a7dK* zZF>A$gCxeDw?2NS2Lk+pOMvUEKU#qNJL*~y;gaVpVl8H~eX*F$B4#l+QK1%hi}`gI zDdeNmyr&oOU$QF+?J&GBl#c zf6de;y*rxkx%9g5PF72PAYPjvtUlT}A`pK#jbaIyI$XLwK$zoT*`zdN-uOgrYQraT z3ZtV-R3Q0LGqLs6C#=Y?8A_jh&{x%xYKe3fgf5yAAH*!LRZd7|Y|N&h{SzVM`1rW0 zx%O&98;Kf0fTBGC&r9`H>v0z-Xt--iEc&ic7v|rfuFrl#S(U7+++=UO-ZR%;mj2@J z_9Z{(%k*wv3fwOo1PXyV{D@{ay?NBay60{lqulrZZu2NtJ~j_Y$FzCmnO{Qxf=S)C zt5>z;Xi+WYZdazIob5^_wOyH-z;IJD+m+K&8q@#&b_FVHZwlCWZ?HWf$%M;HNB2O6 zA_E~v-ad13nudi+vO>FvLvu|2OlIZO(olW47_*NIgBLnwAK5a>-A6)NIN2khdzw?n z0aycIFE^wq_FLz`6Q2q{y~NCQ`w~s4vT)3^r)2GYOP!*%E<+$y{*V) zBp?r+Ynz>wm^2&Af}MAW1Hi~p9PCEvU^j~8^4|~)48C<17^SnoD4hjH88*id9lo(@ zo^wqd7md0Tv#1Ti!T{rBAojAq31)LRICcmpuK2%r>f>MWK&@Xg5P9C8TUWi+r|r^; zNWSXsOK_P7>+K!&Ra?@8sNViVz5Sz_dp1M^zv*T?V0H~>pK_#>U%X8b=nxiRpKV;FCD z`{Z~sj_CaDp#8RB6?YNuLE^!fzmh8Z%tbQUdMDd;6zP-g=u3vq`RpGX-lzJc6&c6@ z&}Vn}sy3ur>Z>*xO2-76jJOjzl+JJeLfGMrkL&jrlx{OzV1czniftY6oL%|}m()Ei zTvD>y_1h-d%K~x9mcEG8Wxu3JoxX_FWxr%e-Fisf$?zkISv2WtHOa|+cFcLAhgM{~ z?5Bk&hw)hzFPkcR{1U#r%bSz^TPFK?%D%%OaLtzrP@TrhZdR#El902G;OjHa*J;kz zn(Wu1`fBU~<7GD}xsNGymD-8&m${3o}^B~<+T6k#ex7B}%nidX9U`EuIoWvg)t3F0EiaBabf+P%w5NAq?wtS24 zsj_1Luv)lagyULy2yNaXQ3b~$hJ1}|dInA-P*Ft)lwE1M3X~IPRs{g!!+{PE0mtFt z9|xmBU}(B?!MMc*qcSfvQy`S*g@~3V!^7O>IU$d6n-4k7<1-%ag*s8OMBWMwRV?%} zbXAW0pFv{`(f_+;YANH&r-O`~jpGCPeOBp&=~n+q)A>d0HmTMsEwD-ni&9E>lv0IB znZv&uu@j$GYW45wx9`4fu6^U3%cgw+J)J+T;6pzMKdr@KY=4Toe)DIXJkaMO&Dhm- z1NU?xlIU7JAlH^5tFIhvT>g-;q0Hc-_r}5gs~TmN5x=jv>kV_q7fG=Rh+h!??=D1$ z)+1xF&XfOoY+#O6X@;~ zx_kX7y38odqRZ3iGRDLG*=Y+am@oP!=24nZ=WV|cvvpMqz&H|57&rdRfU09T!6dj~ zjz(p#(Gf4z@XvHxBXRx!~mYT}222YD;%2UbZR^j8T)RvbPy!XA!DT zoKHR_Y^3MTT;g^C`etw@RaSJagROP_<#OXwiwtpzKXxPIIjNL_H`3Da9*z9PHo!jG zHXYVuPP#$NgE7HQl^wn?t>2LQ-f}@6n?_&nE??!rSjS(5JF5q3Y*fvIM)_@Gp77oH zrg}-oE{KVk@A1ZKJ0eGWVeuW=Q0|Si{D6PGR!O4owI;Mgj zkF5VeWPLBM$>p;qtmgySwvnx+v(Q`IvasH_3^xP3mo!Ou{`G`xhU9mk)vMXkNIP2i z_-qLVP_w^%0psGVvypH=bYbxe>ekI|=FQu5w8dI-F>UbF*%(+2Gs!tHd9Ax&OAvu* zVY)B^JFqc5L8;Jb){4`k+pJ{=G(7QX9=juPKjob2?PH1gyinaiD>4j-R#Q3h=D&bF z7!Oty8li$ZfG+VE;fv+M>yJ0&2jc;>jaT4^Qp}JJwN^BE>f+ZkR>ylaFrF{+uZ=Nn z>*ak`gIZ@z*v>c0TKYI``{K8f^W$!#`g>(#RNv$S*%pyaWQS&PD_(MiAa2=HSXaE= z&_ds`TRmn#8qBM~^~8U%TiYFx&a;7Nnlb)rI=;(#=!^7`lu5a!Uron}sUz2JhNsY4 zabrQGvuA6kWBj!T}Di3xg&7{c5qhnpABS+Fl~(e;^UDtwxTv#qAi`Sa-^s?y%iM!0G zOv}fJ&R4R5$b0c=1+ATZu%^T4BXp~^qCa?P%doZSc&D{wgLz;oq-$sRyv!Q5ch-tP zzHImSEr{&t*}6v)(?^zjbtTyNF+Uqiwk|%V)q*2%jj__}oqXU|9`hIqb4|rpGRw$u zPm7nm3@J&KT~rR)0-40ntTidal%gd-%F`yL7b&nFKRcPPw2`E_mmGM9nGaW`%!iLt zJ=6S9B_FzeZlZwrq!kc#Hln|H(Pan`^^E?+m^x~~#*2Qb_DCJ8R8Bvf@=5(XbFF7T z&o5ECo^KQ3xKqfN_UGY|FGxQ0WuXK4Wp64w?96ScvKP-`ulY;;{U6Vg=KcZm_n_fl z4*Fx3wW5SRR>BwgV}mx)>pDH&KIUtF59_-Gzd>Ar*DA-@snL zkn|p@5#QE0p-Z<)Clw>CaERYv!41Ua`V~c~NWWCgm?ObqntB*yICbBX%XWC!IfxPO*Vj1_@J)ib8a4QQI z6xu&hWu0df=Y6`H!9^`Y_yObd)#E)GnsTPR+h-p(s@btJ^LOfdH~;Oi{@BEF%zHe6 z)TTi7CM$BBE?FyZZ3x6ajeF4oPK9R$V-J*agi_$ZQT0`yNGObj=Utu{?d@ z7#>3PRhZ$Rj;W2l7rG2V^W5d*xqx;+z_ltDpaJ#Pz<(vR`3t}{ zgr!kt$B>s9`6*S{FdP8<_Qc#$#dJLA*+AKbR}+#HQaxryIq*o=Sz2HHj=ULYvnyat zTI;nB(7}LJw>DV4q4A=r@sZ~S?6r=3c1nEYAb<5sRz$nLoUThJT=~VayzpnRw5qS( z8r~(MiD}e{bbOZTHY*aNWiFMYHb=%rf67gN*t_#E9vGQ7@yd|{LfeA{cPQQo7r+8l zWzg;f42iXi!)GNg(#OH11w9?=B~8>tQ=viTdoVtzKou^z9ZH=%UG@t04G4=~$$XeB z5{~&6OvX9&9{doemQy*l6z&iQ?a$HuX{GR6z{>t&81IaY5!B@PVQ7)et%$6$dZMl9&&#^Fb%we}k}dbK3oSegzsufP$~A zFKDvo5tmXqIf?9A9m*;An4y!qR^OGA_OP4QkdwC1O*=Oy?G88X{G7DuN`u<VStVeYP({;9X_*Ft(1eONKjbccVx- z_J7pu_eZYg>}yPPVmDMmou>P%*ILnw*$RTO8~j*g-ZnYjr@-ViOVj=PGXT4?V#)T1n7I~_GOUf4?yh=pe3qw8s_mp%Gy+@P!5yw=xSFyp~; zr!C;wA^J5I521Quqw5YXW<>_Jcghl}SABD5`256^eAE*bX-ovmnxX98+$%scdS`t# zPN1(t(q2+u0+x?(KTx5Kja3=?38~EwRKH+F6ia`SwW6ZOq$?|WhHt|X9NXA%C&BT$ z(P!dpTM?OiFh|s6MdYD_J$C;G@}d<;EfUtl316A2Pe-A zLdBtQd`hQ=N~D#Y%G|uD?6pB6W`Y4rRoNEFdbrt5#=w>iPulS&g0(Gqnr4dMQE(3?;~WIg-~&C3Bm=u=u3-MFyGXKzf- z;15nKB+f2{_uYGqx9Qlf1*3SMQObE`FRm(ka8-GO8Zpk=1}hxp^L%;A#t6Nh>dZ!ua1V-_E4;#9?nd9b(_eq= zRuJYc#U!xb@K?QKE!kye8PBMx%(@mA_`XyDko@+ziu%|^a*&M3&l-Td`EGS@#k^6o-M#uGbR;bJ7u z(wxIW>1S~AT*()WK#V~$H?`gf#zkA?|5<7^e+&Bs8PN?6UWGas!_9Up8j_8J0!Vz7 zhd|uxSfOD_jv<;j>EWFDZAsvhqtg7N5tPg!JD2Yc_pBkbqKc+A!vthXETx2TlY_hV z4L7H49OQg_pD`SIgX^1-e&88bE5sY_QkzyoY)U%PE^!kQN1zg#{w)3)8q~^)JkOaw zXi>=~#4#<197?Q*Zeh^5E-0Hn{Xwpm#<3o~g|+lm>K)%SZaCn-$fLwhvuxsOh;3mZ zabN77RN2OU#u2iT9aQ-z$43qqb4$R!_d;XYuCX&{tks5H%JJd?h(#gQ6*C&{;|)9p ztM1Shr0<1CC9Y#-5MMYZ6sUMqUOyDSk4Grv}|+@TDP$7;t! zIt#6+G%Vb7e5cj?2}3QrrG`G~`4~>Klj96K$@q38{E@9t!`FkJ-O16!Q^+Uar>|ta z{Xx8;1G~|NGrNy(WK%hUBqXF(zH6;m=uGl{L@4dZz#1;GR!lF5?CaUOZvgQPnf#LDB_Aw4ZX_$wgA!dt zS_++dt;oHa!lk4XwC?Lua>PEK{_q(-Bk0q#qZ@Kg!%O8 z!hWmy2Q;7|Y8+T^A4p!^y}#DVI+Sz=YUWh1cb=Ob!|n7~^9`x0kKa#&S^DWo20eQf zAHe>^tQ>8+a7=XsL94K$Ut(e+M=uI5loy7z;M zf5Kxo;9q!Gz<=*F2lzkoSza90lG}KquKX73;ajOI5P9Kby}dsXBsmAZDe*$gvzhkf z`3`>_zsD0f4rIU4Y_eHYZ8kEOW0B(*VSApQ;&r-N-2TW&&hB|JJ*fdEb@w%z)bUKQ z_Y~1)18LW~)0$n>*@^v%xvl)3LYfaZC-MHe$HBeL_6LHf`7TZL*(7VCy(I^I_F9vE zgQhsW-z!M)mE4`R;5y=@T$s1!!A~ddR*%!)opF|O!yV^!8Zg9Nsl?;zoG?Orh5~!| z%bYP?#uUlnb2&GB`Zxg(3Ly~st#oO z-a9dYO0DJ^{suko(T*o{wGp02UjR;BS|(?R1puP?2wTnb1d}dGlz{zKiV25V53>YZ zYIE{T;F^FWvLlgC4^D?WB!P05QVt)H`2G1%*NY$r=<<&xM=Ao9kgcwy1AOtt$0OKA z)=W6wD1*b|bBWh#4V8$OP~4#P!a=Yx=>m;AlDp0N@Y+;hWck;E?0XEde;33?G|YA+ z^sg(~DjGIc$WGRtw2q*7x3hLwC7JXPBhxCX#fso7B@J1!s_idxNR(Lyne< zk4;k2Wp2_glN3~4=ekKRnxyNLWEnh&DzJXyJb=zwR$}t+>+it*mE(NZ`iGu&o(+W! z=STKkqw|fImzmHOv*CQ8qs>AQ;6g_UBW7dwH6>e13>l8zLp8}WwKhR}t>hsjfM+EK zMWv%R@s{PvrF%;JU?-mAhYCW&3S0QB zZ0$y4kg(=tPt5!45oB%9Ar3jfMk`tbib%myi{Zav{FM>zyL^^Q|bn z5=`6%1gVC7$?_u(X&VA*3oJg~L@ulO+x$&D2zkxr&$3%N@{oJXP970|wnelpnBB<# zl0RFbrXg)^{o$I#aFK54u;C=x&C_3oCrX?zY0fPTQuGiTi^K1Zw`V-M5ZSb7bMrL} zVR8g6baZ)UF*u7lt$QTC)QGQxymVXa?{pKaDd@Pg%nHQEv$6OpkkA$WJMA)B8k6YA(V^bwO(`kr{)^3KBMUmKAMM%hrk>E=Z+mi0&l4 z@EtZzJOqP?G>`1Jnr4vZ_pG;;Oc6|}_3}YqdLvWg_IneY0H@fax-7+Rw-(>Sr^MOh z6{tr(vUdbLL{EcJ30M;l!0=!#5$4PHRsCxIP`k=vJPg^PqWgI9*+(za23C~Ej#iU8 zLTu8d3dfEa+k@6pF%p65;|s?4?2f9VPZa3TRT{dNkqX9$*^iQ!T0>R5kKPtIa*&f? z4*%<4oNCh0s7%AXiRmtw-XjP7)-S;T?!6h^l9S&Xn-TfMYY&Q`5AoUCDmM{;H?pU| z?^zpu%YOmbgQi8DyDjMH@>gO1bF`pgcux88csMR5F>%wT~0=@p%tvDL#(m**am8A z9Fm-1N_}+7hlY`e5xb2CwH?_j;YMqs2>*==|KgK3Ud@EtoA2I>(`dXfE>wyawnSRb zgSs3!gl9=7nk&PjGKjhdp}deKRp?JiXv&{T)^E@rRAEGUW)%e>;4r*?STwVU5*yj{ zkkQZUM6Sia0!Ume!?zPte&VO>+VuN1yNq85Iv+=UaJK2((04-HE0ZC?-9H-;w zU^TSNK+a}>#Io;~03*nrQ0_ItCC5_Dgb8T;gk2CQiXHms#PsW$X^g<2Pa-v;a}`zl zZ9LS8YU8ikKw9bDXFF0Vu9;-oFhNAJ!!DBkykIxfD|=~`aYZNWzUR>BZL3+nspJs1 zzp{A36blOFFFEe7emz8t=IYvLYT;>yTb|^w*RLB|WbD`Mquu!B+NRX51=CJtm`Od@ za3dQ{caGU?ILHLjwBRNnakyru9Y-FRyh@u(hRJXD#nWFE&p&x4U$YGLmh9Kjd|e*d zQXXmlL8QHxHU6a6J{n1tT1y72nRrd@pA0+o$eS5S)61=oM0a(DZSS zhCg_lKAwYa#O6u_$x-jVR5(A(U;RO28A^bb`}-%)Sw9I0q$5MWxh*^Zl?#ia`cNbB zy%!Bgt$FY)7?OVja2Z9Ejl$M6z_xp2Tfnoe-m@vZ2f=wjyIoHi2z86+6eM_qWXG|o z2wXQdo`Gztcn-Qt-K{wlu|4hb-{_WQJ&7sfeHO}aioBIVx0*tsDQqZ%ihc2$I_OZZ zh7mmdfTy92y_?ql6e+qH9}?G?#HyyXd%gB{x1qq1J@Zee{B|I1{CToZy8ToOdV)zF z%o+dywFW_6c*xGlawGUAI10l2#!t~1K*?(imj~m14$V_b1AtdP!Src}b4HwqbTzr? zuXarMs{*&9Cm&SYbbL<8pXtr{ncnnOZ_3i=$xMGPa{9ykns({Wuxx+&yUB>hLPh-f ztDQ3AgB>AJjHear4x^q(Se;u=rE;X^**$-(x2dfoJuELLs|eXc{{EB(hW>NHJ>9%P_9IVgLrK8)GqZ;l^zDZK^)b|> zA2jx1UI(_^-#hUp?OM(73s|ylB*Z%FqBnTZ8!18?iG;No$aWU2dNsN;G$G)5k+t&F zj{LmQ+YGwLxCug{VRtgATtIU#!9GGLu#NRGcV|VMpjVRoIYOg;|=?)1fKL)9cTQJVlY5H8`adnqoD5 zlhicAJ#KK?AG^Ms$+4os4LbQIoiwLH4%n44;8={R(5%-f7#?%WFH$I>z|`23!Kv28 z$3BAPup%b3Tjaj-ywHPb`|v7uSgWcK25myAJ%z*EuCC2sg;j}#Gr<6`oG#Gynocuq zzw!`1$N?oZ+TJk6!z#jZ7WLVB3>k{fHbY-i$xn2n->O3kl|b`lw?2)47)$VWPE2`u zwaex~5#1VVf9HWZI8}z9O8(KzcV>Qqv7Tr&t*AUAf(i^1yN~(V(s&w}J=RRnr1S*+ zlq^ip??vnb_Hj*6xB0;^>s>yHN|tJV=EuL#p<5UlD&k-G0S`kPOEf#k+-mdUUs$6Q z#|??;v9bSvIlP|P*=sfZm}+XR6|acu|2Uz!%FK?eGqowR!n)1Q-UFH)Q-x+{F82?? zP&dx*HakK>VyTpKo)8)P8#6Szr8at)=xNN9y}oM?u?7BjbJh5&mPySbe$sPQ1C;-h zxngsS0x0)C$lgfn>HnwmwfvP+=Ihe;|4H+e&&l_HH(zZpoB8?!Kk503zxThLFB1@R zCLuA6C6Xwh=!&kLIJx?Kp767Q3jc-!jn({f-U%5#7+;5g{Z=quv-u??(kIRhpUH7z z^|^fI;<4wodn@<-yz?=%ckv15XsiSYj`|R8`i|F4sMtZAMOezlZmX~&dHQmWDprAn4mIP}L27|Q6tGtYtY?hGl& zmO1v++`c`HEs7CY{BF-Yh!_B0rr6up)Wzmj)>nPfcq5C;QqEEhfO5W>?5X{#U!Wb` z9iz6Mh=8Nt{iwhl;bgC`-e*P6(gUtlM65R3XlS$X1>wMIP%X43an$tH-D4AaiPzjqGifSr;=ek^ zeyI^6G@$(ROBwuW?#kegM1g;aKO+&` z2q7l(75w?}7K1-M^8XtCTdXV0n0Y= zXTd^DTQSP-CH9#&gR)tyygUah&t!NGYw{ed+<;!hUHsZIzrrN`+lYM}Z2&$4WOre`v2!?X!5C%fey5pDKUh(<>xI5W6 zM(+f?3k-N89!6{|3;A^Z0D_FbRa4XO`2vymfRCWb;`u{XmRK?O;j^`&F~@mbzjG#^ z(A7Nzvmt4?1f!=e;)%2`G4Nwp!YG1Z=DpJ zsbrO?Q|@>=jJ$8z?Q9N&Kjm&NbU#KyN z7;sH@tms62lGUuc+~YM9UQBl^x(l>V7`rEjhO0%LN@*Wz#-0%9h+!c0iKD zafHLa%XpZUnzI@5X~h~V55{gU*CvJ(d66RDq3e9qkY}q|^ddd3J!l?FFL!7kRbyD@ z3&5`CAwp^^>K9n|l9I+hB%NXnn4-GqTOr~abI=@2rqvV>t-Wzmrb`}@lU|eKFiLEP zyNTC~$mZBZG8QoIe4j<}Vm`X7{f#|ZwIMWAf+*Q9XSr(uW0Ml;W_Ie*mE@l6W{Ujd z)b(|HdVRgPQOkeCNDRpS&icCM@2;<*%tqJGkRYCK4k#BF!r&;R5|N^8tWhVnM0o@i{E7V-`H*W!ybz*9s$?lOy`Qz4UC9A+XAMY z@XF*6nZF-S4)B^RI1wVbMJS`j5uw>{bgg|Fj)jw zk&t*%fY6f<0b2~h;q{nFZ>L}ym@Biu997=PRdnqs4WrZFce>pEHkV4TVLq?nbIvs{ zU5BaMkVh-3sR*>bkFP&ss_tacD^Empvd!ODI~+1A{k?IJfKr=xmuy$-C0=vk3z;#f zMG>Jf__WE^$kJn^2bgS-+f-R4Miq&Zf|xP%F5U-+K_iB16}kKuUa9a*jhGmlL@f!( zqs(c*>_?m?()*DW?Zb;tuFg6L4CjeG2}ya8_N4y2vK<{`JNiD^%yzUj&FCNLw3?QZ z%D^IR?r8i`;vU}A&tjvcc80DC2;7lvVPxG=(;=tZh~1`*Wjag7>8(L)HWxIISMJSV zuHV#uA6eM4JiHv9G^WsMHrL6-FT0r$G^$Aa)i?=5phlbesK%cvE8wI=647udAHVG4 zZ03J6nXRZ!gTnni8b6pFt)Q+p2GLnTKl@__juvuwTi?fZgh^ramNgb9ex_0mP9wzC zOT4B{rFjHtzes70xDWAWmXN!}9k!aEH|Xm$_jwg?n9-}U&0VY7a+;F!c&4dK^b)Um zzm<}V2u*n?DfAhtFGAmD?k!HA#27cH!1-y|*ygZ{(uqGcV*O5zlQ|5+6IAFh2>+oc zmenVkLwD(FfbLhj)JVHFh22&D12=a+#>Y*1m?Ur0$@Ehy|TU#j3vZeTBiZel< zqZK6Tk7CEg+oy9gmuA~K)5(0L`WLz+HDz!zQ>~7g=Ri!|ar_Xey8$61^i3Z%vmGaF zg+q)4(rGHIc}h=eRxbdYk;gN=z@Ws)2~|tzI-)11ZPiELzo(p zrwI*xwi8mLKZ}7l8ix6BE?Uo022~Qi)zH)7qCN4NN3&i2lmW(So}e#O7_{+y5M?+D zK{J&;_PR6i=a?KWd3i%$<26$l=)@X5i$tt*5--cv{s*`0+xn7Th5uo)8JhE3m*|?3 zPG7C&n`tO<51Fzo5&B(MYNLQN8RogM7REUk=4S1T#HJCc8cZ{8Vlq87nvEA2GxALd z4{(_+g9|q&Zd3$bU8l2}3~5T{oF635ARvLmTL&_94BpzMWBm+oo#AiN1g+80pXLxV zqdzr-%;-HJ;27q?F--cwxFL7p{_)SRadIqP@hj-GkH zLV9R5|44L}#V&gQC*=`Ryb+?RG+(EE$VGtYMS9^34dro(Pn1fiB07jKzw#t*QcdaH zQ}hzAc}ls}BnvRdDMeKp}b}_cNlWbGrLD_0ZkvR&%8Tb3cJ1 zS!rT;wnx|)KmgNKq{^0M%HK};VD)=ev4CDnF$eSmE zCMHU>8QPBQgoLzYc4~kaZs_UfXj}LtD}GwWuC{9!oK&>sSDx^tiEriG0pY!!6Y z+C?tV-Dx;CcXdZ0ExfL0sWIU_rLLF3e;3X7yzC4>82QPru7^KV=OwfFHQsri@Q4g9 zDUJ$Id@Eb>iFC=OnM`{%V)2>~nUd3Z_~;pTpbbLZO#yYzaaJ=nKD24z=!zincfRSS zwoHYOI2A6}gaH79b_tavLr%OF!fRb2sP|#M=d8!$LB*GSyI)nHr~`UZuEpOmnJzoigU6@*0p^V)AMDsrgS<(j+9;;k_ptP3(j`E zep{NRTg_uxFUX6+;}WgH1m|#Y;!i?#JVV8SZe)Js;LO!L5O9P@P&CCZx0=~(^Av93 zTQ0%j2B&zm4w{7}Cv>?;C&asJKlZ?@WK3ueXIl z4*#k-{MA1N0d3+}_dze?R}pCTccos?)JclNUMy=!cyqK!K}<siy~C2sNku^;1dg1PExb1Qm$vTO1at7s+uj) z6W4s}MgwCd0M+zDHRFtf>MRGyh=63|odG`Hp~^!9VM%<+K`hP<+d`W0*~$n|tge^I zMl(9RM1o{npwBky&~g*Ql;i%i~?CJ#WG9OmK- zCsRTK$8-zo@Z8_gf=mBVH>Nv0Q`z8EPQBhUaf6&#TnJTus~~h%`Qtg|%TzwI7w07k zct^4{7OfRGgeUuse$Sbu=9?e@#$?zZcP^t8ewTL5Su6Z>ul5d&NC&SKIy}a3_+x!4 z2s0e0!bGPKUiZE5xa5;=jm6YRY&Nfl_gYYHWQ94OhfC_K4_Hwymrdb8s$0QJDQ86+ z7<@Ctbmkfc1CIz-eeow{6-yvy$G9S#1ULCe55&k^NpfP9HY|`w``J2;r85@a+?*cE z%*Nzel$<)En9A0a|5j@AvLCL<*hj7e|Ff)f4u5F0;pK*vzQ!DOrP#=^3L^3X30MY= z4_^?(11*Rqz}WqOt1?Hk(1PyL2*xL-d27W%qX15MPv}F6IEoNW!!lI9=V0gxO{Y8S z>gj*}CWDtxz2xlNUpH9_M2o?{`HuRila4X%-u)`>A|&dgV$?@5@}H_c$}AD1J~BHs z%cPBsSj%Lz(}LNNlh}#rFt`*B#a>sN=V++QGaBl&6;zHsz_ovpH)h8EY2rU*|I|d0 zQ|+JTNJv?wZUvT=!y)s$()E+or!^G9!X8M7!ZBMoozd&@9)a zX~JKcGzFOsW@RQnX|s#d{$Oa_X|=!0Pjpf(^O7}TdOl|hMjO_`_cVR@Ezi#RDQ7=M z|AO$k>t1mEH=c3a)X>gU*y|vHpL?5Gl)(jd+)3lmoRQc{LS5-jofx=4te;Vy3^C6W zktI*$f;>kz@0suF=2I=)?8UujH@tACYQMW5RQy=Y4| zm|lM&tyKFAnJ%Lj?iMhfOmu!qa*ElK%_tFmYoG=Ri-($-s!yk)WPc@zQ@%t=4oNDc zw2WoKT$-ly3fJo0RqUFg`^9GZBpU{oa%LdD95>RPWi~CDv2*@y0R8wC@VL z9;YyRF2Rv7>Bqm!jKa8$8DUbrps{!PI4#^tm)x1YLaBx=y?`gNrH+rW!wRdmks4Fy z`1t;YOl>K)!R(&pNxa9q%-Et5`$5kV0T_c?YX#S??&|slRzk_I3hFa}`m^D(G;67k zzk+8>$jRCi_qoOAGE^qPu^LDvf~rpqyzS=LNgPd@zd5gXp8Vx zAwFUZtBxjC^i6@zrKXGAF|(o{YfZCcG;WLnfti&heYjlSt!{+~GN*{HRhuaV`5vRI zz47%4Uto8*{zCY>*2vwpVX*6U%lzC|Zok?!;|=h9v6{=7uV;Ue!Mlesu6Jj~NV{{m zf>?S0PICv~VGV#&jTIg1bYUJhEYu7Nl>>t$sY;6Wf@~Oo=9^#HX?)zS*sW z4*iM8a!b7BlsJlZ!R^9lyOj`uP281R!o0+5)@Msxnp>jTOXft7Ka4}}OdR=nripwC zxHBS={`<>ZXH_$V{gF-vC* zsJJufMjZYP-cNz?_bNy-?cSO#_+=GjHC?~UGznfJS5#VhqQ0h=c+CTpPCjr-l_!3d zsj_#rN`=E!m3c@<=!L1$oaS}FKR;9Pjj2zS7jAO!-(#X;4t?1db5ji^3ivEz=B1dOf&Fixu zgd~+7m~H+X(|ovET|Dzmvy{Ul6F~@3dX^;!n3To{M?~Vt_xH8+OxyV(c{5giIU_2` z`7eK(8PR9RY>*(#L2*|XVsZC%4GKIf`XCbe%pf)B1#`G;>H8?1n4X)b3#1}XvwGre zRyUGIJoaY3B<5y2U`5Y$>YIhC!=P&N7wNu(0et!ZB#aqPx%egr+O6hrRK|y*MnrfH6m}hSzyPt#-6W!hc!Hup#i;#+qG++2co8r< zc!#O{Y*nstHK+Q;>H5PrJH0Te^GJm)@p}(X98(y+rl}3zt)Y!Gtrcz0IKu4KMn9rk z4oZC=qdLiJc|7q`M~Z8zsLWKH{};xpXwbJlA;H?|IYjl;QK!~zgF|xj79DoAEt259E;X6$KJy)u)jY;-azE7lhfiO&o|MI zB=H%n_@w0$^i=X0%8I9~2G}1bDr-0UCvbk%5ApJqrn%uzjl!pgKkrVC6%~n+k=D8V zaz8LKC&!Xn9P2;O7_pbSZc^>0+WWILeOA(|w&YD|6cZQvBt!0^*aHaP4HsISi(Sd8 zboO$x|3ujt2$-8(JDb!9FNOaK$I1!wY%2f4?k3u3NW_ z33z9Y3HT3kO~88?6Yv)~-uM1t#+-W@TM~F#{S)EkP8f4~eaqv*%f7dei%$>yCyDkR z7eh4)+dFV|;&timvh-c{o5Q)S;^MM&nz9q|*5NX2;VB3&Y_Hf259 zB4OVwh2y(Tp~>!)7=`llyVm^|bcN*k%CJz3X6V|)0%k+5vh#J&%k`IiziY&k>HNz2 z4iq+A<~Yb^%J)xbLsi@2T0g}zo?!A(kF4zxI!_N(9Serxa<=Bd!F2t_AFJ!=01&qv zOO-tbzaQ@6wskBClIKw-pGXOWPq0tMA83iBdNvGj&a092imK&?q*N?X-2`c^xC9P+ z;XpjjoZOACVWwr|DfW@be#Ot4Y(gz@f$pvaKjd}1iO_(jE#YT2kb1CTltR8o_V;Yv z@5GPaNAQOAB_|yd4lLawYYUyat;j;qA-RN6Ryyjl*QY<-!l%R?!ZSSS1_i5+ zHJ;@-()H)C5U{tPD2`t^A0|;JjW)&z>jkEgkb(t`=kYh6fK^IeSx|G+RDBKc=0$&H zWRQu)>g>vb%jVp~?}{n;kwa7Gmb7x^hMPY$^BHZ6CPLwoGbp-i0atzebDt!u&4#Ly4I`TFE8x?M0LG^i$+Md7Q$(TrocEK4(kDyU z{Jc)YbHxXSxw`5fTy*ddk!Vcz9sQ^RG_cuN61VJ|L^kHo07NLn<9J8 zwpKjgAyS3{%3MHPPfa_sQgT%BWG*FVp|xVF8$Mov?FcE;TCz3SqL502m?=4)9AW?w zKbw%0j}HZ{dk6=kXje#}Ze;A-P-xAcY0TzaMEeI4zjuvCv<_~ZZ3RK5oYn7ReXnXjDHPR@LC z!d_s8w51Sobm2lWk3NhFcWAxm#OT8sF#J8&g&sgdSm+GcL8r31(Ji=k+FbdGrztnU z*V}h-rOB=E6%SMr+mT4m6UWMmF6)8rM*pRi0kndbWP$aN>_!Z>pdqkUT%RBL;5wNi zmauC6tdX#{BxForoH4ZD;D+f#eZhbHmg_gO0crm+38Fqo4j^? z4Q;&d11SK?{pdc>kRt3C$1~U(s5GE3+u^Cue9nbN!M9F<=3|Y)KMakIjS^fCHaAe! zVLc>$vSG`Dx1n1itIrYTH6PJikCCy0H zg7!w-Tk)e_C)D+oyutjZqx5~2??jvR#ji6rNm!A`HT*}gz-#qd%i980?M5G`b~>?Uvzqb6NIOpsi`ak;>V?C#mR z8)8f#sXY+mZ6%x1gEdwrQvjL#jv33{jOFVPl!py?y8&+#-8R9&Dm+x*m6%Nd=9Cbg zD<%|Zg$@NtS<3~iP=<{-VS=&w&rG1-vjbNl`$T41qgCoqyzjH$$yZEBLJI1%7Kjh3 z^#1yyfSq8tE&Inp;j?`RBkZkBCKB-LNR9~&xZe!#JJX3fyKv$gLbVrYIFe0c(p*KExSLE1`#%q%ccy&gr-ny$^@X`4+$Ir{AQ2_7BZWd8%wQN_VlJ#bU8vrdZ+tee&XuVe#YL-xqsyo3OqYNUq?JnZCQ+3K6<0&K?uC3++Wgx16>{l4+W!J zxCZZCG}A>>-Lb*amF?Z>Z_y#TqRAa>-PodgVan;=Wy+|zO_dD*>9Y+`9~gF!Yry1K z@@lH=>&$xgb8h_Q#qX{%;}ar^zkM>c<`edMu3yWymfpjp1?}HfJi&LP4$4;G|NO4U z`if7jIIAx9-0IRQ=rCYaF}eCvt3QsO$4oC3?(4ne9x83uc3NNc%P3DOck&~l|D=#M)ER> z^A#fY!U`X!%CSD)#__LKLs#sB2lDwqek}l<&ln#@n36O2GK+-S$;+jmff3vWt4O4L zSfSAyiIhXIHtbi#9zkSbLG(hHYdKqthVJg15FdF4%-o%RE(L#@j*O3woD(1SCH0&_ zU*v+zyW%6SA;ouRe|@qdN)j3F zbuwr<@^+8&CWGJ1%W}7DX|}ASqw#SMIGMGoGxaDuJ*|3D^x!d`70$?$7aCjVd9%Q| zz1`>e&{r_BqR!Lh^}OaQKqOY@+3NFb^m$qf(4Kfc@N{@K=p4FqI<%m!8RG*7d+;Q? z3G}t1g{042t@yCX%k0fQd&iL-UhCOT&)mokw!AedYvq>3$7;!BMV2Wmm&Pv2D+X_> zQHM!x&pmb+CK0LS;d6x~bL&{>dx)~h=6;N5>lagqNq+7&``F>vtrfZ+z`1fRu)V7; zev`*%&wlQ94nF$q z?cBo9x;KAfys*u@WI49+Qsc#ogQz=Yb3WO3&=*E3EtLs3W*}~NqAk;?t;*O zI-48a_If7i%hq>JZVbOqW4#-%2Cfv_pS83%+q`|Ob$3b0Ca(#ZV;>7_-|e$oo%1yV zGbkAJC~%tk(QqIkgJV7~-mUUnBt9s}*lY_8unz%J38T};TJo>tNe-dx7_1kFBlSV{ z)0b5|KJBAqmD#@n@iB|IcU(h1*X|ep%1Q6mE_(|M4%MB+Nw1FV-Xq(bx${Q0Q;eDyw!Tyc`U*-+gR`^k>r zIVpejE-MlNDk7R$k$>fZOH^QS3$OMrE9__Pr_5w~P}vmvzWOyQvV<2mpRb>%d&Ya5 zjQJ+xqTG!6-7_{i84FCt1-ThHy0jK5bBgG^*MhkL0-p!%wcf~E+UjqAG(T_h?PDGz z8e?i-@Eqc?y-^6FaI2(YreLVw^LZj{@ zT3mW`4UN(0zDa|*Lz{;CT>*l+ZlN`>O zn@m(Fmh)>%&N7D-s-nA+P`>O_+_Jz#J1S8WQOvnc>_g+Ghgul3OT zB2;=f%7Y|HiX0?85T6VULR0slld0#jLd(JKO~&2wUF8AWO~kej zaw?jIS$RjWs-vNZD{3092~=;m`$}TsvJ41B60F|Vcp0J5tR-70LclI-$u1sr&DGL< zCZ)q#sulyD<9^Ta-KNDneF8)rRbW}_!b!?xoC6ZSU2iR0uzCnhvMw5}cKea-2_q{J&7lwtKQf0G$ZCd=SNo@~` z^Y@sHHCH$_Zf9=Y8lOgSM;ou3*``B8A3xI+@4KEPLNe<9V^zB5cP8TolaZ!>$$R!F zVEBb@`jaj*x*Y8S_J=-$EHEDI^wxya>8HY=CXvBX9VJ>dO;U|p7<1V z9*cCsTzF%#F7xyIJ{(W9Hpqw~IZ|j|2|fg4KFE8x#ZzlN+8&5U%1wH-;xTIGRs5w4 zyq|Vn%Lxdf*C%-O@hf(j!uhN6KjGo|d^+c|d|j(}%QGCC<=a4mcdW`IWkJCrx{a`JJ9f7CIc^&NyagUED3nIfryR^&;#%A)uMvUqF)tcsrAWzpUmX_SUK z=wXjJ2lfPpvDj{H+TGK?ePl(X^Qex7I%(4zY%PistHlg2yMv=72%^jiU`*di?c)dw z{q5_iBSr8-U_J7xPMCe_kQYaG7u4I^xj-e^XL-H-XP=!o+?pT0!d_Q(!ip^K$04`+ z&!K%t@&;Adt%2=(uu`Zmc|#G0BQ3=OVf01<>r(~ALL2qx>4Y^*OQtgztKc|GFVQ|o ze>^H^Vm23Ak(a4g=4F+#^DgJ#9o&!H&szFr*je}hHvBW6j$tQEPexghM@aSAog;Kc z@LFreO+a(7><@%3vR1a&K>TO~|ew-{d^q`)V@AUt2dpmbaMXm#(>#ILB{qJpWxbD=)RzOGedZ*5H!g1CtH{juj9s|2A%z}?->FUjQyxW zlqFfl32KP7a-+4ftK=oKY=4dRBzL8{`rn-O`r7|!z5eWPtyf*7dHby$gI))wTGafdC1w zlR%<~0fPk12r8+liGa+&1kTYJ#fp_yd{rAktshYZ+N%s*tn_~Yv`l#jIh zag-QGiE)$|M~QKi7)OcD`igG$A4BK}A9Uvfx0VkXU6Et|p$jj7=45`o!0N&ut+u5N zn@k2jvB@Onr0SF!dlq5?3CXjdUQi-2$te9f^o^T1p>L;!zL`z#g-b^kK}zv=p-7pU zuhv{q!+;PR0>P1me1}b&^Ju)k64+(xizn&r`rw(I>R)>++JxR-tnWA|mgl*6b(N-4 z^cLyX`-|VsrRHEqYn(FVPSl=2mA7_L--(<&C+mKC>x={J)kS0^vM}m#iLl zI9R}sqq(A~`f&vfiESV3%^D-biPw3C8*Zd~*}N0+yu{p=6gRycy48g*s!Hx-7ak)Q ziQIZbQ))*U%>N>2@<`~?kLgJ)pOlXHS<$4`eG2KRJ!{E?_bC*xB&o{L(RIRF)1&h6 zV(FotEVxB>r&p!#k?e25yf1i zk_an_Hv$*9m_ztkFwETqc8Uy`9qOdiB=@jDW0O(X$dLcZ=;L_GUVgDm#zDPDL5UG; z!stgf^E|d$L`uLNL2po^SiaIi$~YL)yDTvq1VyoY6clCHa18Z05IAmK3TV_C_Jm3) zP{7wcV*g29!P7lvjClhj=d4)6|5=fz5D&_bKJPH3w#*?3vY78NkVF(O=$otF>ZHib z6gZ@A!XWMUMQ(R^a~ouk+{Yt+P}C`Sy6dcKB)%0uq^lN$EZm!YEiy+k&I;nqc-TU^ z=!|<1z?th~kJ6OSJRW{ovEZ>U*}Ns}#c20R={VA1>9SY*?XC`8_RwX;*QTa|en0(Z zccQ^lv8@`GC0U`5LvH9LDrJez!YBo7fIrOrJaz;Cfw_>I!qJG-nc4fkkWByrXHhp~ z+o9LFCeogNpT>lIPF|Q@p&Wuh{9Ld1j9twKYB_>-aCPu^D_OXyCD}>%J}tP2$x5Of z+})~M<%&i)yciiuvMz8@4Qul?DuB-ux%v}4#uAiCZTzZlCfK3i&g9uyM#v``A1EILRhU@o#`dqZ$Q7m{=`<;img1V_#t z`XEl{BT8Ja_p^`Kf5cWLn?{pNlI!)0V_$G8qs=^ZF#yS7=K&83Ak9J{L+_F8dVNss znE{GmHu4JhvUQ&DLfpghyu*H;nqUZMjd`=D)@|UtypEa**aKH1R?wDbyP1VNSIy?$ zvH8-Xx1?vXQ`!FBuGa?&J5a36{{fkDUP5LM5D7EUNu6Evij(+t=e$o4kiqtaGP5_o zE4wAaA1(Mb*oLmp3V58X)vOUg1OWd&or~qm7_?>Ul$f}j646h&>K?FC^1eK74c|iS z5hZMMa=eXSr=!>@o`e9P&0oQpQ%fTEtlLy&I&fL@X;N`nd2|FWORiNx4e=EoB1>2o z;yhaC*)58{@>Lx7AB7SOXR-+Lt>+R&UfQx5ED((<)K=Xbf3a$@@K=3p{)(RDZiKa} zhBBsDs{k*_QHFNXV(ez97B^WQN23r+B8{;hPXX0nKU}YCu{A99Z_dV%!^YGy=`M z;7WnQlhhe^F~I}8PGZ2GAwFFX5P*9y5#P<|4t4CMEs*e*ba`Mk7C3lM3=`Ih3kvEQ zPRMY`m65yFYnGI_gVACSsqCJqGjY+lI%HFvrDylomakEVVzth-`3;as^8>c;`1NYv zwvw&=u5E{etPk$Us{P8^yq^aVp}{ZSBUfmNXx;AFdzhU(W5*||VJ9pz?Xo4btx-#{ zZhYr@Y{WYITi+o{^$$)&B;{uj)e>;ZG^_7k)BoY%Iu z;&Hg|=YL5@WzHs#U06gQu}Vi5_9x+2ACg;Bgg93ZQ3O zTadV*h&{vn5n5)@NuOhn+&eg0wE0mHXxV((dXWX-#}fammat8ajOwQ?JE6i8Ke`xm zFvlKoZ4DlGSA>@39Dj!8d<7QM@LWMTd+__yf&8{@SET3l%c_LU%ccbMtqRs6bef}9 z-G&aEN9+)3D~kmwVFX3=CfW#XKSq8ltYDgQUh1xWQ<%zu3a|gdR}gk#JTF_3%U7%6 zHwa7F8e2jR6gaksUwTGTmJGRq+Wl%Or=abV>>v%%b1d&HI`t(ueM zHD0E-C`LEI#tOHg&2J$=7>zU9{LMT{*pRkw;8JGyQkYGRfZWFKw2)a1VPnP+3YZ3k z-!cT&7x?XZeXy{`jyO}1$r`&}zdV>2p#8X&U7Z~*e|CCzE3}`dqOA`9F=}d^oUPf{ zx(wlVm3?it(5V%i9kN!7bWj+N-%t(gXA<{i3WOt@{~&{d<_wrMKsLAGVS75&%^57i zaA=Ou8$molzzmX;Jr35sU&e{)K3V5-P{7usLalUjO~>=n1@wlv$^wr}dc%5mJ2xch z%lmXcqfHV0%`QyR7sP(TJ1Wvrt{PO$Wy1eF`ob-e1^Sn@hs_0dAgxrTv=C!wrB9Q;?IE@#-740D~BO$qQg4Oq4{aho821^VXkY z$0>J4k}0*317SvSUofRKg&kaOXhHEn8av9=BN5M&b3k!S^v)Spj~Qhvgl&oF5Wn*< zw=fA$!CZ*nv_!qTB3k{fqJBDy*x;}X1-w|1Wb>NzFPzF-su z!r^q>-;?z3ut=#ouo(g$*XzAvhd-9xYH(~9ppoCr{K^ry+^wKhsldevIFryGPBvui z6`DDcOH}be0L-><0>pS$m9Wpev3#U?0IBng>(#Lu&3dN5r~UTb4C4KhWS!O&Xr_o* z5)GWEo4wo{hZv{@jB?6EF1vECp)iaX& z@X13steKGWwH<|y;88-yvtqksf^bI24|PJ z7yeD|Dv^N8C8aQ0Jq)7oMO;+};y~ zSa+V)=Jy4*hWVvji7!w{5?0rEvhXJBj&`5~Eto4YDTn`)NWi>^)JQXH<+4vnEoJEi zf2Zy@F?P2`riK2A)RDDvdXm#0PGMX%>)PY9)P%StPG$xi;+MJq+R3%7Z&|%e4@)>B zPpxNwYhU|8@RL_Q&fu zX*l=z9On!tl)<_Tb}f98`!S3;pM)5kM)j+ex>D*f_pXV?a?H)Dc~z^L`dELdG*UPW zL6_3^@=7Ga@sVy>u4Vm1&vSdc3rN5~I*tLXiQNd!x*X!q8%es~Arf70nJ6%}0J#P6RwwnJGJp06c#)#};D7=L<#(ZQ)kL8$O z$HX>;u{`jkJ(fh_vxtO9xhU?4wFDae|CZ*kc`um{L}V(fZ= zr+U`Qp6S?^bU|(c{vYcnMEnA$lKh5u!J^&*KXXymWb-&`ImXGZJ_a5!vXE;~i6lyo&U4Ao~g$A(z_ znIKJztTa(L$*T6QWDgUCW37~tlzCf@!nPvfP%F7ebqbA%ORe`qyxS#mt(5-h%G+e2 zMG9M=;)i8enkf8OrF7{kU#ZiGSev3ya+fIQL@rDpt-FS>*Y4$QxAKh%` z_yB9R{O(R}vmRYqZuz(A!2{>eU+b!`T>ipCZ~n*1ryUZudD~Ha+OGQV2*KN8I6u^D zzmgYG(uS+>lpL?lC-kp&>=6I9V<6^GG7ofm-o8T%(cp1x=HVR!rGdagqjsGdf9+c7PNm~>K<3k4Y2s4(+RAD5Cy+OLob_BM zpO*-4${;_f(!MxarA_~oKqS+@_>#BJc{s(}_dl!BX1u5I_N64pr4Swe;-uvBAo*uM z<`{Hdy&h+S+iblcaUG4tG8;Sbziwn^IA_W@6P z)KiP3G2-d(^53yT+=pU!KG4yMr>KDrw1^ilC6A+_wqZx26YIp$Qt3G9cC3*d={VwH z|1gvgdz0XCaEF7zd=W>V-b|34(8=FJ5;|E49<#*&;!u@qt%c%tV#VbxIbG#3FEN`t z<~bXx%sV<|FcWForRag&*GI1Z`46G6Lz)+M%gTuLYvqS;#Mv1k(!D-_g-6`m+8p37!}{p(na0SJ?F z0~_XYb}Vg~?bkvqy&hj+l^JL>jTaw8S#d7#MJ$n(rMepLp?>g(M<7y6yz{X7rklia zx{o<=F*;?4_2pw!11K^86X~)Tp^<`5h9TA-DF}=(#4_3In6JUbVQ_^{o>at@X9BxUULMew1)+A z)G_@?qVPx38IxeU5>QqAVauNy!4zeDnchR#6Iy^;bh8L zXS%R3h;Wz6e4A?&l2|SX6NSz5ByC@79^z7EkD=TPl@r;<%W4eYk0Qy3foj9tgCd?5 z(!dh2y0DgoxY)VGkQwYS`(AEW{@$`U*m|Sz-|1zcg~Z)Uhozy_{gxze#YtkJ!yMs> ze4H@K;TsLQ;|o8M<8I6@!n|OOVXE%UEE5bb%NUkg0Rw?N@&p0zu(z${3fuN7P>tWm zb!Gfww@S_UEK%41%)}drxyxFPD%vFNJjeOvN*_9$6(_aOBQVM_S5W7p+G}D8~zUH*Df&q=;MLBw7>LFL}Hb7f&uLUelyIC)!3ZK=(QjclKQzvrmJp zZ5&BJR=(iMIZ^nRpp0*=jL(KsqHsIQ%JwX69ufK_0W}A}Ys(FT8k7pehI6eoq|?>R z1(a-`WsOo1-y%Hx4!-~JJD}D>xU1M>W5#keySf`bLhvf#6zdYy9?I3LxASw&{M*mJ zaI%nHc1k3uY5l9tqrRm=Bv+gWoHT;- z`ek9B8k~&-`X%+U_6UE@;+yR%js`~g9C*e}_(!Of{U6{9K-v$Gwli3@qFI55p)-&S zflz_MccAuasGCLH=&`-lAmT#8i>ZVqbp5F+K7mSc=)(vIKAQ%M$E0lkYJezw8mIW>Sgv)^*g&xs8gn9*M#~&;igv&_$7LZh7&` zt+0^u6ckV}V*aD8iSztHq5H&DwrnsgFRq&qmP;?OgjFYx>8xWpA(zXYkuKLOE?H$0 zv;38^Oz&54+R8G}mbCz;|6+Sd5-kV5P?IH6MUL z&Cb)`5Lof2MmKX}k5a2zO0w{w1wz1pXFn-`yl^Ha#?X8Tt#!85IWb060$j%5FWy-q zZaLbRDn(?gAyz&IHu&U8gE?LllhDtdg~0?>D4Tb%y7i;mV~{5b$vE@IHF|FBw7P0s zQ}&I=-X@AcXZ5|zQ>jR_CyU#l$+(7H{NI#Tpi~%hr7TLM66N@2_T$ZRN{LJ442ZAn z{#3M7A4obt8L;T6n*M-WrY%Rd;;U_RCZqj7eMYL+FTQ#&6fw z+9Nrx*d62vpQXUSljzA&WUP2tZlDhx~iSTMIkcbb-3#W4L6;VUXVb{ch|yU!)?#Zu||qA!*WQ? zGFu5@49`$KkdtT6`h_IBYCax=nnR6i;o~J;+;4H9%!)roDP)t?L!+%dd+wJ~W-A|* zjOkg!OP9<~y1JE+AYLAA?NidN=ka9Wp2@vYT7^5yCOKS0bQ0Pa`Oufm1~o zEC;d`zl2X_P4|TG`2_3Ohl7fpA;8cYi>?ai7V-&t&B=?e%LJHBpC$eq9GEve560y_ zmhf(iO5Xzk5|-i)COt`|VJUK0muV_(nF|f8=|H7XdVosLf^-|^Ks@T?2&=`NPHL8+ z)f|1YGUCrcnpX($`2#cAH2{jvLrgm}PuBW4*)$%ryVJl}t%a_Pm!1Z@?e1KzBpWRB ze|=6cemp#hP`9oq^2UoZHW8L1Fl&Kq!FyQzi#X?Q$?V>Cs<7kZsr?HcRYidgck_lH zVIuaUUO1!FkWM<-m#h)jQKjM7BR+)Sj?_e0v=nwsm<)4Q>)BglZ2VPu@wKu)PHepe z=Ao?qyLNm|bnS9i2)n9lNBmIlmIoB|e)>UR0`=}@GgJA%ZLuEi)?vSjw|B&k^UpKq zzuW6A8U6iP=q4%}q63d*=Tn{JM!4rK9&^0};LaLd#2Lqmk>ifWdf=+)mQGx!ki#DJ zA*C@C)twDqt`6L9N?F6XhA5`^!Ql4J)+evn<$utq*zKQURJ3qjsQpUR7PZi9wGCVY zhWIbbahHD<7;aGVMsH-M!>DNVU*nC;aiC!3$0H5VeFzJqN)k93Zul$8`~QRgjNk`Z z@y}H78!ARG()oWfS)=ZCuck8XWQe;-J>O`c@*c z+Sc8qu8^^ztVZONZXU;vbL5S0F2&bR^88pcw_8qDAeRETN>0oGNm7g7Km#CNbl!dL zLeGu(D%yeqP4^i;75N$mUIc1lQlmPVO()lTo%K47*l2FXR%vicvXf}X7B<`uJ1%)j zVqP#)kg9M9DE77_svORD0hN3O$#2O-Dk0^ohz5yQrLZH+)Qku35wCT?Kb^@k^wCn4 z7Md^E6e;)#bLH)pgA1TL46z`I`S95>+Nh}aUzW}VBfLfjKxAh32j>*c=7v|egYJGhT}w!eL$ z)TC0WI?Do1);(*CrYKt+cW?)cwrz;N4QKsKotp#(nA)W5p#|meV{q=>5l1UgdY~R9~eOz+`)J5KLFznb17 zB&!Km)0;~o^-+95GF_p_iE0RG5?|By@wK1i(Kj*UHot%`H_XGZWGj1-2CWqBobMtu zzBMvpSOvu0C8$MG1o2}DL&vvL8{D7KSP zC2Gm@BNZKF7F0#@J(Z2how-Hbr!ggC9T<}L^g0eeR%zrKKWr%G`tN{~ax39%(&qn_ zngieBs^|_?R4(Gwhr)-az6-2Z-^n!^vl4rqU%t?i@lC{deycx^TTh%J1lzCi9}l(< z_qSp-DJbZ8-*E2qnxnXeF1Qi1KS^UqGOIH$A`pzC9ePuCiKMvI3KZdg@H2-Nlt_g! z32H)L%Ic*PDwbWWyINIa9ki>PXB4LQT@y2(tFX`kJR5!zt!J4AYu3<1zh> z@%A76t>&%PA7e$0{Re%<$n7}>TBdZTdYm_``630mhU0`UccZVaAy7u&ErR)dI&qun zwWlQ51m{V3ydk&=p>N~w_qRlmDa%T-l zPWG;`3+#U+?Gs(cA-32cdXE!z<9SypdG+dil{d$m@%-eL8U<6)m!{S@;J zOjgQOnb&z%R>qiVEI;$`N?Aa#c-S9{WQ@aG?OI7nb1|&Nd%l+<*Z4!Ynl(k@eIzR0 zX)gkWG;rxZA=o1RkAJ{}d!^c}YZD`Qnb)-p;<$Z{fT+8!t!7g> zF(%&S4Hq4~lWou&`So`wW<)>YfIMKgSVqaNSaPXhLTvG9x4y0UPolsR&{W35m*yCb zW+S+b9!}tpeEQCNX7s`8JP`mow9FrAPV9%Htz)L`e3a05(X)BZjgE$3!x&3VEmv}P zwAP;Ogm~rI{Mxf?FoCOnM11&IeGN8cn~esdiya>Y4|DE6gH;OmJ7Cwn5ZDYR|UAz04eL)&2(bAj`>~+8}yp+Ha|1 zJA-c4x3$s(Hreal+Rqvk%(k`aZ^?)fiDOy%phh9?8+6Un=r*@Yeu`dpl>Z^8$kFEi zhF0`9E?j-ao2j+==EIZ`zhZ`R`I~no^YFIVAjm%ve16Uh2>BE#{HFZW|# z-MYXe@3hve17CKzHIn^1r26c-*&euS-=K3|?Uj#!e4cmEX=LP$UWYiADE2y9@q~98 zOa2`EnRJ`=7ulS(_)XFXo8afX`mZkAoudD&kNzH9bwg5fXO+Qp)Ij>!G_u_y{o=M{ zuiCW5@xJ(bG@C6KOgLJK6_MsMHyh5qHD_=OsECxD%;n}c#}^4C496~ZO(WP2kmSZ( ze>(-FHkr8g2NrEBK&fMy~?{L{PvnJcsSWv5Nuv%+H`k z@%wFIf((kQFK&D?=pVq!vB_OOQ7;F6&=u)~k=PPAK$UTfkul)d;B}rb%zXw5L=K!h zobWm~cq2u)jzsj=>~pU7IZhks=Z0Dsxz9Xd1Y?eBn2ZgvzmY&I-Gdv7gJ+eg9L z(!KNeAqr~tc!r3b9(q*J%iAL*Fhm=0>HVNr^Pb?}Hn{S@cKU~boYA(c=BulHTIKsb z$BuZeIFV;CK3<* z;cv_K_u?3aYPJ-8Z&C7IiLQW&PQwwj;7v-8@ zW(ZLvgoXD^f;E)oBOB9}A9UPKT;dOLqAhquXFRySn}4<*e)A;(RWRYyg38B@@Kqv? z<*eGTx>HuTXDwXtY7(eayl-XTzbBl19fT-qH~@OREHICm%|#PpSwyl2gd<>gPF$%i zm_Vn@>^GG)m1>aC zTbzn*f&J3p5UauWso82U-dC84RHK0($8$3i@&Y%}m*T+f{O<}pOca&bPrKV1!TT&f z{;IF9d6e5eQ8ZV3`+V4E>v}|8Qj!0~H1cJuQTg8|U#j!JM%Dqz%1&m9o{O~Mf03;B zC5z3<`f3J8@>CaFMX|rIf+%%v8lgJd;lO1qVBu zUS{l9_)}LWKlHS2#^z89O-2Kc%PN6lQV4&aO4_W4b)-(L+DFtolxe*--_NsNu~VBL zlEmQGdD`TjuJIaIG7%COO4Us~_vj z^BJpZCiWG3K4dd%+0=>^w}#2A5sek&yJJ1ua=jd)P)=P>DK?c-(K8%oU-V%Rjw3<& zZ=(G7fc!UI%MX>*P*{E!+rKZ_zpwHuzAWqcl|N+|#Wi!qFOAi^w4XI8tVDZ_S%j;1 z@gs_{9)6`d-Ts|y|4y}kxqnpoSfH!l7wq3Z+P^F8-}U@T^DX?U=C?zA_2{u;&2t(C zMEq>f>S9?Si%O1D0BP#L4DD zVdBFCWuzBI1=}dx)dWcP=~8XMHnF^c!ic4TBhZUu#`gG~C^U&LM|EmB+%66(>oZt* z_NtW!vc`rNg`^i_!%IRkvt#oYsZ;aV{3W4J=!g-S*omtruo8z(fsKE3_^%8vT_RoV zymX0t=+=Hx&sk=J+i`+&o}8%1T%__(MIBtr6958Nh4ii|r0SI^5a9(#Y>nqdHA$G~ zql2)9;*k1m8BBD4r#FPfO7ep;x{=|f*@tMlZ2QQi*-NMj9MvYE`c;1}wB5h=CPbFH zuy}H}Rs3v;JF!-U?1)XFC~S3G%O%@8mYKUpWX89^KFDdCGIBHv$s^YO1*Ljq#4@(W z>86Kg7G;u{eS<@Rte!t&y&;xn(vpm`RRG1i z>aUEOcW-!!>ZWJ{3SP=tA}?N++W!FwEIM}s7D%MsW{S~Xx*Zqo7#J2uvK9Z(fnTxk zdr9^l`cSrEs`C4=nwmwib0U zdC3L}&fHnH0pVC|zLZ2UBY3c#qQbzY@nO+Y0bkoTal*fHe^$PCX=ymL^pK=A=X;h8 z(<8UB@|kyR`!)ueG0=AS2Zxs|QeSQFJZVv>OZ!P9OTXTYleC}IyK;_uOwXcHF*2T( zBkfwgZC>N5$OdUe6N|jbS`e2>5qllT`4Z0CKaxdIFhT%u$}`eaz)t$JMnKTUx;sZ4 z5kLC$?T%SP)H-@e0Rdt+@UM(4{xF=Xh)T0AIVFW=?uI53x~{D}2<7vKN`(xLlGN>E^CyLd8IkG0paBuBUeOkK2kJLCylScXY-i`W zOG|Cyx6$o5LorVdM|Qw?ssRvi5l-6{n^3bMTkv7Obf@ApFn~Q4o_4sDu^HIZ_!qH| z{?Yj1k$xkU2@(usX19OS_?u!2)%Zd3!%Y7L<6jbzHQTn`MgSQw;}3m;?@HqTO473~ z*-pWkC^{+AgHzVn%My#jOIFGDof>Zbq*dViD&Z6a-&cX}cU$HeYN(5O+6MxvOE^dQ>Rezvw!n{Wil=ef$zA^)EE zMd|g-^`Co{0HE@cLyClUU?qsh1~dMTxQH-)W^ozjQ8^o(CU)N5z{QG}xO=he0DBcb z0m<{o)WUk$T!qY^oPGaa@e^-?q2J6;7!?hGw!tDXt0*RXgwKk+2>{#oYNVp6i$&(-FiWKlxa>-qb6A?G1#MLUODLodrG1O@S$7BYfl zfvaL}46+uBjLF7enhX3hGPR6STBt~TGG!cm)ozzLzW)(_p@nvHHwN9JPg{Umn#YJW zkO43wKVpo`fheCSMVVsJTw(eAPB|viB0@3r2z-!U+OK7OJs4gxO3@qk+flOLY7>yeHpzCozXrzv!Dsm*K0$TGQeQ#u#_EqQ zo`hc}+iP;`F*OI3U{r$$`@?chiPi62gMaw8eX=EYsve;?H6SVBydSgZ9pX+s;wB_Z z1G<#G6NHV7azE9c-PLOz(4E`76$fTMs9L41nJ>i0x*NNeiGouf1JTl3!&Te(u)60C z#!qj8LjF((y23Hs2(InqmJ92TlizF4Pm-o1g?}C=LIO(_Blr6}BLdG-w)rfwG zR43{_Qs?sncdH7|jOEAf+s9VY%^k{3R*DIQ&SWBXSSn@ox1SXKg~B|^=nohYg*q)LxIVrAq@#sHP^7b_!fW#py5_?eaQ?eD3o7D&bo z>WjHnMkg!dJCb2Ve|X5sSY=hU*GWf>*=%DXb`^ju5mp9y7$tOqm61*OdaucTq zLte}sh(!>CaAhq{6TOa&+WhbHU{pl4`7?N^G}noqwD$IRY{rj!&5a@zl$)3Bdhl~@ zURJtjSQsPcPJP-=5q#*YlY$T3@tz+2v=}ObLDYI%6w#0&ijZ|CG7khFp8s=#4>`Rj zB?EF?lXtKEJIekYX8#u1zdh~WbM#2ce`5dck~#5 z|CC(wcPiS6&@QeW&TvK7U7IiDM1Skf@BQkfYgc$Eb0*$5O^4=5urtW^JyF+VBIQI!I*)IIyj3d)p~9+M#UVT_MvlvN%;syNYBBLp)v%1sue#RLyr3V~j_PAw%xS zaHRPSuW+sK>LR(2i4e&}NFdWea?uR$UII5KB{KNdj$#YR%n(})<+ui$A*uXLp0i~D z-irN(Hh!(eX3UV&V^Um^f)~rxUyi)uUA|QE3Yo2r@(ST-2PM{3c`7~?&rwCs2AJR2 zpJ9w`VTEwA`(!#MWbV8)0sr+6`3XXz%Pu=7hh5gQsuT(j*x7w7u%{ZG8-`A-Gh-en z_fl`ahfgdbX&^d{;Y{%u{ec=(k0i0Qr!<6nV{=g6xLLENUYT_&=2XYZNNaf;$KsuOO$2LB?mDI`7P*w}DRvqL}`e;Z_ zf?UyZ)-UeBA9^Ja*JO78vB9|orNq7YcD6sRha>WxMD|OlPr!a#)n^2%gEifV|?c+OG>q$tf7Wu zm@7(ASI)k%=Hp9B<*cZMZdSlsq*l87uQ|ls6srbp0&XJZ06YY|;<9nIbXuU9!B6_o zEv*{b(@#b9-~?+sK}`7qs;jHDN7+Oi2SZ09L2idbYF$HWtE$A=Vk<;2FD{ufIDo#3e!8miWkwF=!e z8?(I?fH#^(k5k|fFtN}heZCWT+$8WQ`ETKIg~E+j6gZ6Lj)l5ZAXB#0T2sAjwy%; z@GOw@W5_x;46+}%Ylv%6aRA|68co_|z1nD!l$Q!TST8RZDFXX<@#8AUr=kNHNHW+$ z64py5l0bI0s**7|frtS}5>pht6?h0I@D2DO{Kh}R5BansIKCM_?7nu*mM+*x(vE%~ zJ}<;y8_*fM+#wk9z0$qNvqbvD-Hd1uoXQ>v-D@P- zSMjyBph~95attgI6fB1A`vr+Fiz0Tt+E<=Rpib$OBj5@D;j!)6*LclVwG+2iKX*%H z)HUhj*$+8~#UB%az<|ciWnB0Ejnm%OjzBT0H@If2!o5<_v)9GZ#M$$=vQ)z5@#{qK zJu(|r#k&$VxGtxvWQn1}oIaSMxv;WZfv0lxgZn8*n}QlqdmBGAu&B8S*ePr%Vi zh+8?OWSn(5fc>X%dCj zQYjbwiktQu)fb|{G#a&0Uc%$K7utg5Feu6SaeuKVqVMOp;ngam9<=6Uvx~-ti$~Sy z;k?So9mm4l_rmR{s8C>|R(ZnG^!XQ@U>iKs_UU*&Ps>n{XP-=PH!#Rp6&(dD+XRBYPH z(KVDth{3!+8!Ni9Tkv-rF5-%Hxi_mj$5zz5wqjpjTuD4)^8+IqFZP;yQ6Y;N<~x|i zL+M`GAesu5=0TrhqZ#))c2v1L`?GRHAqUBz+l2kvrE9M=OLKYb*?fiZ_bbulm$(}6 zIo4OAjpt|(4`&z>D|G~OyU*N9p`(OC=9~3=L*!_5B9JXOaF%Nw(Ucs_NXLEXACeztiy&I(W5-PShA2DVIyGFUy?`d6^M-3EmKE~ z5{oQz?udz#Lzg#_-2?56;NdX@}~ zs-zb5LiuXXzVy5!3l7iyhJ5dSTV5-*v1e*dbcq+$o^7R!%6*s$-EYgQmD^dD%~SkM zkb z$P|wDp>xw+-T3IN%)~*l&&0tpgY`MTFz^%LFcR+=70rrytk|PHKa`!4ci}9`wfPbq zUd@iUZkQ^Z#sfqgEY*o3>5~5@6FJD|ilX@c~`g)zGysU6eT`$l9uj7Q? z+4krRhH$`piBx^4g`;vIBPa(}A0t2fUI{8JPAswz)zHf1}~}ASNd*Xq$zO0*Z1u zVPdNKICDxz1nD}qr=ndI3P%N7>cFPv7ki-{MJ`VNhuZv+^u*`HS4zxqexN-sGPRn9YZ+Y) zA=3?Ki^zVb>UisWK>h>P7?J7_EonuGg&p;<;uJnf)%y%bJZYa088Osb@tK0prH1(O z+{&27Eu2)4pkis8TrK!EiR~K=z-*or=&Xc(Uet7qWbFEvo$||AxkYCS#9pO z<<(j`-PF>FtwU#9;Ys{DzC_Zc3QHAOHt=c{&b11^Kw+jp#F^}CEHY)c)H1UV%?EmU z9lNl_m@yX{z3N%$JmPK|)7cqM2@ciJGgSA#HYzsFdcbRz$90jPe2B*+-TArwz3%u@ zcW$0BO0PIteIsj39c5w1P4TKBRn5A>h#u+86ufOX#T(wNi@avB*PNI`S4yg|ZH?p7 zoN{^-t-R3f962)j{jrKYIW&yVE#ByjQPRNZ53G!jB*Ws3Ua~UwS{Vn^ zUo5aPJmXYVPf1TKY4{UX#uwHXF3GTXqr0q(zgQWsNL5$U)kNVaE2COhRsAKMG1$s@ z!=*BYT$SoocQQKgH<<8?Y#O+BRYLQ}I7}h_5aDGs2AAUJU9mnPm9br9fHE-Vkx$1Z*Ksf@EA}V zRb0hG8}w-#gsrgHEZB-OS3&6>IulI5Ry+<_w<-`%g3%+wNVK9PZ-htCOMyT!?u3NR zlI?d24yVnNkiZWh>c`o(VYXg@YopL6uVWKzJ_jtB7`ANoV8;jI9WPJ5)gAD7t;O&c zlge{+$MH8L)RS`?dT(bus6`(h11vjk!NSIrcQ+!_&~aR64EoeRB)Ri?ONy(nmmT-+ zvIIM>OZ#b4q$rVC6Z-=#vnac33)FrP8GZQ#0;*I@`t`Y)Yht1VX>G{WH(Q&rP#O0M z*^S?n&DgDtZE@AKb%{S@?Z#HNY{zfPZfs|Fj(aTfQ+=65d8}eWdfpVuV;AcdA7IfM zD_e-on?h^s>|7*1TO}xyb3LYjtks@XZXzfANO%s};`EJ8-8xdWwg7)#1VjZz1kceaj zb_KCozH<}CH+W>s3hLqj!bME#JPf*c%rjyRgYn`cUc!q8|CvHQ$EUYM3jWL!+d16l zdmxV5jKe+lz_F^L481BBSbtyH;FgQBLHRVUaXo3@$ zSwii6t@3GcuXwdkk$?v}0T;8Grzr2lkwO>?2a)JCwWmGQnsI_F8oAeC_)8EN({!~fkx4rt=v2SF+j zoG7~o8$$!z*v!$WYRxRKG&g(X2Jj1+2AABMINwL7Wo93C2D$R%Z)8L+8co%M<)a)V z4QziizhyLaqh)~(3glDVHWb9|%k#>lBU1Pz-BUA+3jZd#5hicJZ{?e$h=aRp>wW@_ zP8=_#u*-|}8kBq{`HYvgR@wbp}xWui%5d7Sfl)XBfL#D&u z-(dH`4&%D4lH87fXz_mb<3dEJP3TZC~CDYHuOS%Zrl5m!8!7js&d z-!)8Bvim*hJ~L65ktFxeDSVu$ZpaEj)S5BFwdaTMfY}nRo=5OhRkwZK{n~Q0qZ_K+ zO<7P^b2ec7TnqjJU>K$=k7QRrHP>IU#Tn+rVx!4b%BNYnvk|Ud@`tPMIP6Y$S*|cR zjV=gLg!AQh(T9B-#j_~H!D@oezGhX0qbgS(#E;Ywgdt7o4Q(c9m1NOS&mJx|Gx>DmwwyCuK}v^)51cFuMw!s=gwH zvNgybpgQZVj2V(~8C4|;AF(pFSQ$@A#^oyGHZp8{F^^;6Lw!T*s5V@Hee7sm9v>R< zW4zJ|Q!`{bt1Br#yUTKDHjz_O&xpG{czUoFd=a3iYw`6|PS}~?>7iO^9nZnjS8H`^ zdB83XTH22Ry4kpcXY;fLf8`~3CSMEwNm5l@&a!%}-e=xxnG(h?Rq|i6^4rX>RvAo2?cCdtyCkq7nO)*y}vVCH{jL>Ckh+_RYFqx?lZWES>1A z_PktySRIxNkV_WBowt}RUWarSGe*_pRg}T`Kz8rQWYyu_!S%(#`d2k~U^g0+ zp8DKoTzcwkdFt)B>-_q(kc3QA6PJQPast<(+M~wG45}KMpW4h=JHP5!*bRa@5w~%& zp$JzBYnsP``>#5tlxIRNclq&PAxs{&Pdv+5RDuT=<77Qaaq@;sUO9L`()CZs2N1>L zMBzyG3G8w268C;O{veU;WMidnt%zSxUO`H1Z%YW9#ggz3W;q13m05yQs8MR6{ye#f z@ip_}_}sGX3hQwF;ID!(OY*Eo#5Z8|g9s0Tr$M#X=mXcJ{6RyYzkU95gS{S@MR7*( zz7`T)Tv(!li;0@m>=q39(2cn?2oHud2!?E{G10rV~Q7sHFQvF0L{gjlTA??Iu9#gOXH9>E3akG2>|NCQOMtrBx}|b3g%aTr);|-IO#bOg42)n`hlW1z)#GkiM0}v z%@A^Pkxg#)Tu5#}I-V}dONXuerSCNzI7wOtIMM_lHa97yO{g)yo@sX+dl=hA?pUL*1;gDu% z!}sV8E%fl1VlymFyemY^Uf6;Y9cJ>~+Vo7Wxa@y9lfRG;teJfHx=i*jdA?N+3Onq1 ziS(=vvS;;jnbqzxtCp^`n%0hN<}PYrt}fAeE3gZeP>-@N3>1s{wvQ?!^O|8>L@+pGQ|6}N(Z+sR zX|}m5w#@jOnss5M%67X=!eK#FHgs%sFGwhjF(*hD#lA@(Za?OLA~JV zVr{`-2(;q5`t#s^lXRH`8v!?vW+UMC_+X2k0skcaIl;eODg4_-;r}iE#ePM5YB6xl zCuB|wnWR_?LR+A?G3jP-uIg8EVGO35nG2&dlix`9ujBf->HkOn)cSap*0{-bo0~G) zOr1{G~5?y?!Wv)yN0>JDyZA+2K}t&@fHsmDAjoa%!@4)MAPCMVX~ zt4OOA^IyTu*jLs>UZ`J_xt<36Pu5e+!Qd=cY+yzj3b4$boY~@T&nJNBXUy*&N&ug{6`BM*lW$@i) z_qE)3<`|_oMDdIp`2RWo@Ul~{IS6x$j&odpE9(hWYRp?%Gt|Qk zZ)IJs9L`)c>rj9sUCJgny()+0#ka_Z?lM9uJHN1{5;9;osqBjxqixB zC3YgSir5z-z1Gkfozde$gnF7fPZ=H)F9pG`rv%2!>y+5#yvmb5CWl^mdLq`_ewq=J zy}PYJ)LZ=*N#5nL&uNkr(zUt+JY&n|?*`s=Vqi0m!9J(^9_mqIPoMKhtN*Xy? zZ{6(dS~#bBxG|zR)W* z7z7~KD1pyAbWM45OVN{>Q8#B{g(qDmdVR&&z-LMdgHy9~iKL53T%G)A1%p6uD15`>p{x4BB& zw~^QegjUev+o}w0-Zo!d6z7YdI_i_C@N=pjnSkg3Z@nxHLKgP=BV(m@d^L!`^JzA_;kIpvV)g1b`((8;Qiq#4I67Ix%e{-N+S0|Ct z4Aw0L@cUtAi{m#2Qn-)pNmN(>gN!E9>ptkdQWvmCgLw)Ad8yCeABgw_7r}XI7;IeS zw5?Rmu4NF?zDSx3?&$NxAF@F&-O@{08&)r+j4+E@UM2s0c#yrTSaTA%SaZ@Z%}IyN zgUL#FA@+o7-W|W&7sjn1!(u~BBqsLL-+1`gYgx4yt@>Io+orFK&KbD*#r6Ll71k_w zW8g}f-FVG;%?A47Qr!sOEn6zkVyo`N@vTJwpTT;hvGY9sy;S^YLmmV@WcI`OO%N#C z?(Fl*h*R=pp>c^7=%$QcJfqluQ1^tT(M`hJkI&$LYvz6n6PG3RLUW225*7@3gpk}k z2Iw=t4%JJIZHUDA9k5SC?T2##kDUUU!fwGI){H9au7x%;IdJvp&$9l7H%;-+dgKlW z!9fVYM*nsGvJ3RVt?%tqfw&BU9!x(T@0X+(^2XV?SL(gu^I0Py0@?Wtkf<)lAOP=f zf)GTl7${nNeU+}w+v=@55)iLIdGXC1&WCzMga5mk@En!j9h)r?r!@yYkKZg55{P-x z2F3lAs2xjf+t!^i;Ob)QZS*@fO*OX@kO5$VWQ_chKWe)OuVq>?% zsCdsmK3T>;z;XtpW-W64bIf>h^1!XZxFhyDkE(`lK?}!=fpc9C+CmuHQ~huiBb;95 z?OA&2)O^_S6((}q9DXj(T{DLJzZ-Fooa4U&1n*6Q_B8|ejNTawrMIe5T}6qLd1Q!g zZAmv-H^pGR;v6#S+s zp!AD$8cxvBQYMGwnvCSg^{Y{HQUpY0YIXO^QAqSE4=dtT`}SU9O-rzm;K zsXvc!`|74sX^M3DsJBHtC)_g{D$35SvT|^;D1qgA8~w1u_vv;+d#`HN%-n*XwE~wK`di-tcubb8@r%1Kg*^ zkH`)T!>=~;0AC%s-Y=DQrA++3jMTd&RW3H;I#ALCO5>A2;@u*Ek?TjNhNM7TSYi!{ z5Fe@f2S`m&7?}WboonG^IWXbDwZoNczvj7ISlrul{NwRl{MD-trtb!Pv7d6$$&2*x zY>2E&I{AUq9yx(A(y0xSYFE8*T#gyNC$xbRdB!H1_JJeLP7u6>o;(S_sk zluh?g3&W?UFdPqlTobo>!w=;sEcs)0;O4UJD362IchVx=`Ih_$S}Si)X?&9*M%5^O zW1*)z@tuD0pNVPsRq0Yx&@(xn)E8RaV;N|v0B)lte3Vxp4i0uiOR*<)ftGp-E%9@k zM9X41_fC{~66VC)Gr6aOYbc@M#{mSEfg6Pu?pT zllNOtvg6#{DIX*eTFtgr_ssvrxm(=*@6TN)+7+fDHFy6ikQ7!6#EKp2Fn7ZLD|jJq zA@T!Sf%fvU&enm{9PCfil>esuZQoR0*4v%v`lk#RjZ1ZQj+E?Hm`*(g{!hU^)#OowyE zF1Obt0clf9lKn-t3%+1+c6lSmnpU_WS-Fuezg9KDHN%yw^ABl5^Py0*lxK^YgCL^Lya1RMn4`mMPBThxL11QBHlxj?TTlVUAERRW%IX$#Im)ay4B->Va_Hb?= zT;+gd1n-z&0T(SVOE`Q=!s)9$Hv=ZW@0Nne{)`s1x+)vbQ&4#wQCbqu{9q%^IZ3=z<>)^$?ejvLW})C4rN6SGp1os=Y)Fnr#AP=ZC z=Nc=Rc>Y|LWejRIB2Om>VS&Dvh7%gi!!i1rdhMTXXG1ntFlqcb{u~!l=yLi7VF~)P zhFc;{NTCj2Jj5?)P^XxDZqDC^hcc-k|9xC{S;W+C~9CR)39ItdO z&yKsgY{oku0xrT8H^skYKX{35KpUtJz->0@%BN6PmW!Gzn|=6t*Ou3NoXuU{5yyV` zMtp%rMbGvnex(Cm6!Yc2ql#a-)^sggRU$6mTs2MYh%k57ob9ZF#cE^EB9*lL;Nq${ z`soD+0@NB4T<*=6iqSg^;;W=it~5ma zhW``gi{@6k!=ygT7lJ4*SyL$0T7@P`Ptl@Ri05T0%aw|W{XL)E(%~~E9Q{;1ytA6Zp@kFKZyZ{mKTDf$Hyu7Viqn!XJs$o+`G4@#WQn>k4br&1WB zk!&Nlw$Ni9Z)-7#Fj2$Bi~OgJZBL3v znJ8Qd+5-vLYgRL>^n%sgq*gQbUCGrPWPInX<~8Y;Pu}*s=bs zaZTT^7P#kNa)F=4ZJ!pZk*dVblm#tr&ID76?FAj>of==}dqL?^S(| zA&HjGne{neJ=5W<)OwbEyqHck=BhwvF_~+-O+L~u_$ZFTrr;R3UPDn?et+Qi4X_N% zsS$ab3UBDYPL>`#1pA^|dc`cg?2`CR)cU0e7g7U|4y#@uq`>C;n=5Y8s2HJ{7|rCM z)QYhW{mxjaGZ7ej&5{yX0kB)L8?y|MF%wB?U+YU;Nys9gsU%A+D?mgSDS1$O|C;Cx zUyjaoU+sC>c~IXMw2wad`SXKOLfVQK7rLykynA-v*RK7+?=jgut+ySt%;c^^(}b8f zTlJMc{7b0+6MeqN*H-R!jND4xwFlePx0Qcfo?Ug{_*CvTBN`j%o)(=`Ktrv4AFF@Z z?TqRx-(0=(gMD)^wTmILsnnLou%o+3pSH$1<;R^w|DLi0rCm8-e7~ofR&`I+xDyQQ zZA@!Q7V|vT^02=0`ei%ke|YJ*RH<#1&V4l9U0;3gj~l)$rAl=x`LX_3!^4I%>T_(+ zS6)4?D1PvU{;6+vV0K6`E}QLQYkXKI$uK`wM4~yF@!0#+(dcuW5`AMw!eGXZ>n2*f zTt0wo+VX-vRpZS`R~#SDi5-UwF%Mn*MgssSQSh>tOdooiKp&ba2ii6(&1wl&b=amsab5g0{z!p9t`Er zdgs5aiNRS;e{q&WZJ4!sr)}Lf=b;=Ra*ez8fSRglO>eGKW0_9(&H*sX#YhG#ItzP24J3BaOD^ zKi2%PbEmeP-i|)XqNO)?Q^lk!x!MnUW$|4ES7JRB8ssJnbwqi6?K0yacF`I$bUie`naXO(5Qz| zVnDCGNx!5qCek1KJdi0cDMw`e$CBX#U;a+@q`lmBGYE6DfkJM-nP2TG4-j`1mD06xMaIrekT!L<(bQT6 zn@OHG_qYz(%ke)W z%@^Kv#pr*2;Lv2@4y0m2pUoI3b@xHb*si)0Rl938bJ%&jBp;4Af^}iAKHvR@0-2(HWVK6bpkY&UTdCum}y^fE7j9l!b?n906q^s%Fc0a<)G(h}Ui#Udp@*_S1ZW;LNmlhGh z(PDrT_&Pw_h%{1K3#<~~AP9A`OS~gz=giRJH)Om@v`vn*VR-!`(s_Y70*6~LQ@bUM zNm=3!n(=49>QK(Yf+*jnkxJx0>HV71YpKtCN9PoUd61dF)qp_O?{kOmAK^C9J3j1S z>(9@6V<-^OJnK2d_w+dqpIVdcCrp=Ky*Vkn)ar=DaO<{Ju$Hx!HSw#qOrsnv9qkPC9y{C_d9d%7K(|{-5=TO3G^a)UTGZ#lxY8s;wab*JW z&dk5UA>xEOIOyyWc#vS{ceeratk1u7yFpFawipvTi;}V3R9@KqLO{@B2OSjOVB~}j<*p8pO)BEZ^W)w zHTj>>x9@Sy2Xt5;nhRc;A77Yt#`xo2_d~8&1ve;J2hNKP2XhGqN-Jie>$aoBQ?(0d z5bq{b*p7f=g?o^Tt0T9WJAWqaww)q-X;ghUkEi)()bsXzYZZr*~eEQtQgYr!qFf_gPK!A?0uEX9YXMPaL_|HJh zk2XK%?AuC4_t3|rw&5`(!fPj;H#|P}XXkBcw&Q6D$6>R$f$ddzRn%*5f$4wo;>!$| z$n#f>Bp5tm*qG^rZQCB&mXio#<$K9(J|yD!B3pTrOw={elVr3GzHWqhpXApq#w*-P z?8ad)_yn8tM}k|Yy>4*@^n^f#v5-n36s(#JTlctLP~aeU=I5RFd$+%Rln;4H_1Osp zKz4dsM-0REgp3@{7ox=zc5THKwCM}koo{MIb?MerQcOOKli()#lph@;wO%?@Gz>2% z`PLi_kWxqx9H(76YfM4l&^CzLR$6nola#%!8!91KX9i$9 z+TQ}dCFeo572?#x0Ni5c+l-Pz%>w6c{Vp+~$Lg4uCbm|EZK)-Mh@5j8aEcuQy#kZ5 z^D%Nl+hj;Te3>88&q47Y_9ht5AptiwoN18PLKQ|B&dv@rmQiB&P?jfrV{ytOHWb~* zXcZ>U6<3H)}Oe>lfPM~1dNTU^_o3Ht=;&Naa@eIDmJZ7Ram2T|3CJ+ACk%jntba0YT!rlG)J!a@Agk z#~EFH%Q&*UHbpSs&9r_nenYDd{>Zu65-_fN3 z>*k1=EKq*&M}gwI`X5d``nvE($dsq{z#noG5~zS{FTx*2NSf*MfSy86jx={=RihZ! z77G0!lmv4OPqM|8SagG;4hQ20iV#e67IMQtd6gcUIetk1Y8p6Ht0$CzfMxIjM3UQ% zIindrE~~Nt1II$ph$#$1OF$(uSqIzKO@`8S5LbMONAc2B(C}*WR2ZOGYVqU?rrl3O zXOH4fyflrc@NeM({Ia-mAs^~ncA0QPTrNW%Yyp@{h9Ps9T)X_Tim5(0Nd1SEM^RM> zdUj1}9LS0ztD4ZQ3BR%;3EA>}!R;b;m`r)W4p$>lQt@GD5W{9E(P`FUu9}Gh_8k1?vGr6*Afr%Wt{isLRmpGnqYofZ*mO_DB{K5#k{3ve+_jJ@ceMgy^7C576fmLCF zC~*grxFb3&QgVP83 zi#m;H+ghFaQ)sg~d1D9Jn|jMvpy3AxN*kDCf=2SpBh+UY-~L!4x~l_W^CLe{br49j zg#76=V7-%OyCmgyQ%EcI@w_RKRXrbOrEv!bJtU+jKfWZON0b|_^SFT4>O6!(|Devz z@Vj~ax2M6uA~|M2{k4Bke{|;~`YCF^KY$%?xxTiY@rtT0sA;NeyIMSeH8Y{*nLgfhv5g>rw)p)*J&Wno9nia zE6N`?ktY@t37{dXg@&vZ8gd7&h;^g5)&S|)3QV@5CNyIgh5kWHHXmOy8M@GlT$pMi zo1o#}V50`$Ovkuy}!R0{B?72j_pttBNnl ztGY620w`l0_dQ~g>)3# z?cablfGGhlRexbyy&#`s`Z#QW@yo_$a|Xm&X}01(EPFc$ZcMO!KOF4;C8n#h&P(44 z#Fy9V!68Avd$$;l`ewWy(JFRSItnCy9yFLu8nnjcLPO67fb>A?1FRyH$EwX^p{c&v z@(5cLfPeF`L@?B7O>OL`k9R9rpyT6KE$l4vyt1ux`r5Wu9N?!CMs{ft{fG3&Yd*ok z8V6~*Nl+@0V66Ap;-^K;FxuYQ3(1KM?}e#_4S|z9UB>;*R`!BdjUeXmu52&J!CctT zN@azefI-aN3~ZN^q7vA2Xz3o|i3<6hywZ%m+au z;d#!dX9J#Z76E?qs%Wz|xF6EN8)yUfT9C=7TJnqb0q=NabRDkIwZ3YF-?R@H?N!E` zN#D6;dic!&+bRO{+77z*Zsv7?7r!iNonJl+op^Sv@8_?AU-u(wNR0F2zk=e}2iOUv zcy1hlxd`+gAkF0A6X5)bEe0n^u-yS3Jr&|-Y+(pd z0-+Omn(RfhO$OxL(1>Avwc)lBg17}~KF5jXVP*oCEst2w>^^WhyzD{vq!L$*KtAFn z5lIz4lOAC>&PK9Jp@EM{#A#vc16zH09RzWY_&}_MW4{j-CCTiMwGl6o`_>!@fIHrx zod`W^9E5YLaTs(>T_*_F%8w5T`Zj1o*)mWIGMC^AXj5x{>2RrUzNY6@#z>qRDM|pOmm+gP?-(F9Z-v z7SSM{a}-~|I?>#n7T?`W!O7M^QPnfsIkqC4w_QP_(Oa|?d)sTx>~@Zi*;{fCng%ls z66&9(V#Wwd=5nme@R)+e=s@A{5Qvq>Age_yU1D`c3i2ehZ7^oV4s2G$O(5Mc!<$1= zZZ9opA4EPSf`XkZCGbho)kX4LH9aIt=F&(PD-XQJvR3ZL_t_W^Hzrs zQX-8xtTUgI##dUxZ>E2_(qfGqB%VvGj(1vK9xw!Z|BdK!_iZY-|zY0G}B zVV!faVfoz=tZT`r6TA)=Is>a*WH4CB0L>2m01J}CTxbpEdawOU?Av42$a|tXaklmG z#}vBZQW0{PM=|u6xi1@fY|qrTo((-QlL@gkA}02!>!ei=fWufp_U`qe>w%er!mJim z(pOezAI}&^!Telk;9^ctL+aGsAg>=`v{=nQuwK0_CD9z#jxb>uVZv=dlG{v1^kiI| zE53P$qZoLO=rh9F@rg)!;w67eOK3FR@5%v3(*+gBc;$e@Zb3s1IQk(I>Nlz$~bj0O5^Geh?sQH>^WdTMGt(xA`b{I0N-0lo1WK;>UD5>fpzw z3kTWS*=hz8hMBt8I0CGjtLMSPP1ulND z7q-TVD5RQH#?f7I6gnpaveV@>W~m3M2(Ys~h8_wBd)u*%tso9MQ&a}#;wJR*1L#UC zi`C&o0Qn10*oU>1m)BjAN1QcBlIv!1@>)1uH}{08?1H5DLAQ%5K1O`()yWfT$$oC= zS*%)$f}DADi?fAf%ehAW4=A`-zT8LngVw?p`3jf8Aun%DuevKBEq1HiepfsB#a;5A z2S!v)2?$igZiV0HcCw4R6g_`Y1RYRR?y>|yOQ8dO=$qJTl*-(h%{N2i2L<5hJe=L0 zuom{UaOG;-f~CParZ!BT<-Hz-d(Yrw>oM3P!Dj%_9S2T3#4>U6WhMk9I`7pI*r|dZ zFIrZ<(p3RxC#1)S!3+w?xVW5@3CJ;7#etHEv?CRTXO1kt*2X-p z{2G)BZ)2r>%tsC;3c^**qXCyLuM)W@*{g zUvag_Ky2pE%5bdqj{Tum>^j_=$Ch3F8CT0h#C~H|fnz=%lB^pHc#JW2c3AOfT_?sl zMa3lus-9_-*(YNAcb7?J9n@pZ>~xf)4T@4lL0Ma;x3SP`*>zHN?Jb=m*CP{5m93dfVohh=}y}05W`iPpXq+4 zHn1Fd!9wzV&@#B}t7{7@blwFKe5{dr8Xa~}e)xCyu6bzvLAJ$qcg*9oYkp?4H$BF7 zTU%_m9lp4iw$YDa8~qsVu+h(fqu6Czk2iRm^)ucaZ}R3FVw7lu{R_4k zCpOg3u3Qa~qH6f77FS#&0sKAGGdQ=!I!Nr2j!&L zHkP08V|9RM7JX=#PzUXFz78&YhOS(2*IcPscNlkyuD*2ZxVbv4MIH87K50>hwa$*{ zRqLRE)l%_ma5so!4>!tT`P-m?7k%3GSb%!bp%kE5u@`_FZL5>SuWiJl-TXKb;s}V1p0ddL4jhc={o^v*=n4F1KIrr z8C=EJINHcpVgS-#TRBcD<^N@jT_u(^S6oz0iWTo*u5dm8dJ=o#Vf&z+3V2+$?J7Uo z2D|BLJ#nJO=|Dx#jS6hTi9bD$rx-eG2d8{gzQ*wFEZbY}3Yss6uidiC)o2ju3i`#S zA6(B|@iV@cV%rO68tL}9d(wLTB(7iz6Wqo$8_sP$3BmbQ=nMJ7H8gts0M?LDyy5Bd zFH*5SB#eHw(5n~gft%Xnxc-WWXLH4-J-}YmZtNI4PXJF3qw|hZWT>vw1&Uj_;==C{ z--&d<%EF&;f8IOoca#>B*#UT1(EsNB=6iaBGzWlByMg(;Pay_$NY223#Pl6~cNfKg zipc>ep6osd?ZqTG_-_4B!VCVv|j8WuKWyD<(D_8`Oo~6kWi1~$m$j1VNlFEB#$^Fo$sJJt>^y(A=NIb9dqidMi-Uffx;|kvES9i0DhDH1{T4!+BKKV1LKi_Lm>VL0*^I zh|AAmMB-cDDX?G(bi@*swH3+aws9G0w%iHwO~bNKBoPeYq~eYN2qr(i!@BwSK+153 z$Z;9*rHqe(pDea4i>;P2h8Yydc`rXcK`r1-04k~1plE^cbi1EeZo2}vbf$4Q(gL1E z4vEWaC?|L}8k8JA$j|tVr4RVXv;^$U)WVtyhs2~p4QD&fB1yB=IKOVnkIL=SefWPEXkat1R$x7eV0RklVS!3m@b-?27*|hVcgH8;rq)BTh68 zAH3Na<~_fTw1)(;!!!2CBDNt`nhhr~pEg?{0zupCGijM>Jl24R6i_wBghGXT6a5Bv z$g+z&$WML*G}ZR;UWn7|kHEHaiJzY|-fxicEm&l7;6=|;Tye@;G~`+wGK4dFa59kd z1;(GU^5MG*+h%9E&{QZbeDD%W0$t=@P1_qsyLDvV2ls*fM!YoJ4`~VY<|35$HY#r+ zIe0_4sJx&Ge0k3i29ldbzPxa6gYuq2V48iBr@Y0iyy*BEip!UG3r^2S^MP}@8lk*= z5m{gFan7OBF2uvnVN(^3b=c1OJ18|=#+4sw17U(6Lu|AcRi!$XbNqxGl17%F_}z{7 zP3uQ!7?KLfOo)$6{2@*x{Se5%WJZWDJ+ZqsbO&`4#trNsZKyjHK1bllgS97;_hS(V zUCvp~lGBV$5c>eNcwgmkN&>Y-=WOz2@oni7vh${pw(|bWC#U0v+adPuMif>=V z&LxrAzhuu`=*v{HsxSFaX#H0l1udX`-)f4E9kE*W8Gdtkf5zW>&mY3(#%y@)6d(EVo>zt^9Tbj8Q{+%GtG}wNE)Cls-L!UEwrok$%7z_+2dFJDgXHF-1W?w>i zNVG_vxewnUSy~TXp4pMU*8z-hI0-dZ;-$FqD=G$}+)Wxi-AqhE*#R*~u=z5J@f>~? zZJ_SMZ=pc_iHY!}2u5}#5N0M(z6KI&#zU;BmM*nAdqI9R2y&eyG&fV*kEa{xgCi3r z!4g+u!wB{UoJ*cLl;oMord&ZLIh2=YVhfFzNyfVpnzuSOVz4k#Rx*CIVMBR&<~36v zS6W`4xdG9zo;CLs(z@iCa}h3xGp|}vD)F43A&wNpnOAvn<^hCIPc;!|ZbTpxXDa9% zFVur?2|4m3Gq@PG!zvb6^hCVa15N20;VUs3AS<*>3stg@!s_u1#hWq-F2L8b^oTZt zMK6CN!Imdff-)g*WJWnJpa)nvzJx3P zqJsZ8-dTlr^MrS-mm6t2*1&~!!H|TsaT-(`WeHQlV#JkkKrcrU&RAl2)kH>%VOG== z*cG(~BYyT>&gp0?+>wF@&_FrFZFt{O+W zbK;8E(I$}JRoxEsw6_m9>4Ws4&ttp6DYYK0vtC^&t{jUf3j1(~8DP^nCBYZxxcq=w z;7&xS#@WkOabmCzA2huKcQ>Ikx;NiD<4u zL<6O3QM&yuh-h}S%=IAkPWdKZ=ligIrzmoK7~ho(BATHt8BMbF>ik)0>~yWBF%h8- znTRW5(Q|lUG8&Eb>Ko#xY3su|%eu~By&7Ze=rl_qpP_@Ki>FzyR?k%bQGG4L@fPA5 z)*5Y^m)jCS^P=M%dN{>)5JI4PAgBp8LNa}{5g#~h3Bm`&Pko5@IKa_I5wTWb1HBs; z$Yd;V@^u;B?XZI(1I{jQnac^Qnr@I=3BX8SL@hATXVnT9|@ux9pybcS{f7rOWd!XH8|&|%Ce z{?Bg1d4J@CuOe(AQqb9f@3WNWi$*x;+(HW!URZo6H&Dccvr-&X22?tK9E!Jg|3{F4 z90xCqwBxw2mbr-MGEWtd%glX~<-0}vL~j&dX0H&ch>bZa2ZZl5&L_z1LY*-^Wl=~z z4S1B7Xn@`SgK$1x3B_ATIikc?cIEAz5oZa`!lC#Qq8Z_spc%PI!j%z^40^{OM8Mu* z4#LC^3HXvdNSAOPJm40}l?WRZlUP@zyLs;f{6e(FFm{g*Z= z4yNDh7Kgoa7pFHB2Mky{l*tre9n`gY2Bdr_+VcXB0L~YOwLFassRMV&%Im>RCf7nP z4Q9Wls52-`0sHoLCgAVAKR{&8!Wu=4^|d0R7CEk&B#7DW(qFk9w0D)HL36GjgpJPP;-!`7+D zY#wS(1Ylz}=zP!?!Q5bhvm`KlfwER8(1u%tSlrVSM z{j2Y%d|XKF!YlqHND8NE4;cq-@J4oj3UqTQ$k7Yg**iCOZQd0iT9A=al^!QAKMaFr z|9M+zhVTzXcPPXu)v#%SXGT&E>Vm;O?+9tx(?-#9vNN9ME@6 zq@(I1sW#>7JK!84yMNR0{U~8J6548O>ird(9UCUi zxDDUzjimnKiZ@wO>TmHJwqd}IYUPvqQ_?6TMdb)zkg6Y21(@|^mkDdcbBctI<+|D< z04G$5D`@6Jnu0Bv1xWJ%(zG?lmtAJZYt9+kJWX4cW;Y6gG`0s%j71t8F?TIcT)7c} z;-#1e!SyHG{hq~XCUXLjxy+u*Esw#=+y!tu58~sOLS|Xz)f{FzS`~k1y^@e3PTo0e zUPzqLKNYMaJmAEOpV*2t&K`soa3VwdBrI#YpAF}bwM7tZCSk=cu3SX#FeI z8T=k3W$)9(Lr>8N5T{_dNt)@PEYM;QCTAJlVREK56Yff6-VU?Uh(elK${VvFE>d;!UC+w%KOJL%ZCgpHO{3ZKm@$fO;3!~5BV zhNc-tl#Q|#Yrg+^^|r76BYg@j}-#+I8=P$CaconW}dTz4M>GpejQQ6wF`|z|j_DW4d zN1yX>#p?8D!Z^M=kHb0$YaU1;kIQ{_<0xu&BCR}Pdr^0?!GaN6=z5S{mv?roeVp)g zIs;6Z?WcN@f3XcwNTIL@b_V0h430L*cb?&GjdH?a&4neZ%f1ZuMzrE4d!sR7WN`Ge z6Mh1O{D_l55SdHkeDrH_90tu>r$HE2fp;R&2)p0En0--aPbR#9+HogNf4r)|k;X7i z6L$PPw$>OhIOWpV6&#W6>j2RjqT*lE4;Lz>6_tIk?=IqILr3GSaL8oIM(76!?(oV^ z5f;*6gfy98@09n;l*I5B+S)tI+>qcHcp9Y`@dDc+h@9k*4|EV&0zd*KPV#ltOOi_fJgEe-P+({cmn4b?gl(71I@afqb(?lk)>A1IE*q}duR zr=5E5_r*Yj9kdVq8p%8)Bz_(ZdIfJOpZW0n8>J*skA~pJFu{zTw{onwYS&)2%Xb#d`P!5OZMJL_|e19^jzmWv+p_5^VM0%k#6J{9!Y-R1pZYcpysDM-5rq#Yy|D2fmp$Qd4!QLf&$Ur*V^;pooZvyYOlSMm zNO#pk2Qd|Ei`zk9dKb?~vH7i(*^7PBAX0*-i+kh=mrSG|fYSnCE_gZIq)oA%+jRsd z@vgj-YTH6NG)RMRju&!99LQs^EZz&Rz`O#BeLLfZl@`1A8;7J^Fx6)*rR( zD_66xULbhWZ8C?B9MiV_P#Hr+4j>}XvaL`H;wjB zVS`g~5&2?Qba<8Ddt@(Mz5#3b8b8`NMJM54X9znX;JJ_1Oo4Kr?GOaTVw0ST0*tv2 zMHyPvm(HlHA6{i{4_r70m-bLs#&O%pHf?*T+tm1BpEM1pLcqnzULYi?T{8!0cbV@e zr)UbFL)d5H^ZNva8DSrU19Jy08)^%FkEEg9tiKOK%X8YJ-f z0i6{BrxhUDBVDh#&|?@ItY=|AOt0cRuQuZqLhkj13;`$RLCu!y`EV>~i2tHR;cF-q zI~wdaQmw!CFSCF7wMa{_oV;c*m&Du#Vk;p&$DYO&E_5BFB#<4M!y=$+=W8hdIl~&6 z9L?YkYr`1iEw4%y$(A1y{$x-tDZ4CB9|j^!a!@>^OVjaCPXlimUdYqsV zAU+>@>DYqkIFSb@-loz5O^f4Fza|<&9%5;2(v8+85_Vw3?F?yCyP&rp6wf8OuFO6R z^7!@Qa)!d?*Sd)3zfSqd#X2Y{Ww*b4Crvg}+WUYl$rXp=UWD!U`mFXCDLZ%32X zBU(6+&3CK_dy;XC?YuS)CHrQ3=^9L%SomFh+W~ftGYrHbH4sDA7DquPNr$r}vfDo- z6nz-GdWw#s`X5<}=Atbyne7Z5c+_X7lf6%kZ3mjk99dai5&^ozzr!LO3S0F_6eD51 z1!hI?Lv)so>RgQU&Om6X*qHw#Zv?mvj27=!0p@@}40Pm7#IC9clc0|VufpsueyRW= z%b6cg(76tS2jEdWe;j^cVJ639ANzA<^{gcF-3l+O126(P>8e5KobpSZO>J$}*d3<@ zDs}@;NVz?(tVNfQ_0zv0T8hu{%IewQqyZ=SEFwRGpJbA-UEJr%s0W`>j5CyWKqZ6x zilYYkN>?F0aBMdwVLt!wUHMaa#q&u>of3ikXMM_jTXxL{ds*W7H2F%urV^6jHOd@W z0A(@h8ehDXMx4R%mQV&rhCUow&B07g>T@Q=c1>EwQ3T^&=Sac=OIN~x4)cz@l z)-Jo&h%(PgqU{7kge0&oP7y?Il62KDXbBe3EV?^kIM8fk8(_sgkRqZ0UZhCAipCTw zit1rheLa9GO6CxiI6#3ITDD<90=nNlT@CD*_cI>LFLe^n-HsF_;tVc_&0`mu)xL91 zqGGLK8DqRU3rRJ!kzR3N$LSQNi|`9-y8^$G&_=T1pd(WdC`(F+gcLM=u-6v61}7~6 z^|zaLuopekaB%qs(0pG{w(t9xF)eInnh zM%ygit*gSqPs{p={H^mb>( zzt5ZNe$V3fhG%^tJuThtfNniIJv7pMCl0E%go9-tz#ekG`QE`Jy>PWguJuo1h8)+`H7Em?Tfl!}oDSH<^CWEl`Ka zR&8sky=`y;a#CE~;0M>=w@Fu!#RpF1+$j}ZNu39lgqeH{>R{Vp+Ox)rcV4C*7z&{g zm>&dFkBbb$xlq#=K<~2k^d;;OgueP;a3++J3yu8}`x}3;JOh#PFO=tH=wdW0&(Y7D zlqc9zo;MeJ%2U;9^Q6FAN`oKYM1RmeI4BAY^nGg$6xgyrqnZ}z@%P;g)Byz&+UG{g z(`x(tL3v6bJ8afKYd>q!K+gBv<*~A^WcULSTXX!u-XY=FjWiH=sSc2fn!anTiH<|y z+pI{@O^Y35Kc%ISV!S5R`U#kuFhviFcS-$z7HfgeD@4A~T?KPD1@<={}xC>n#u=AFnt)U-i~+9 zE45vbMyyTM{J?t=c6OE)tb>2xwea@)o!l<{eYkk(T@&C6cuKGzZbLH2H*zp^eZfj| zTpj!q+x8ZJ2roi8MN#6VTWTD>n$64!kfUS4WmUu#+MTfvPC+S4tK+6w zp1hj2hnKyYbcN8n*U7Ir_CX37npe{T`#%5Jt9MDjawSJR_Ym<|ftZsa#u|V$Fgtl9 z*QVf`11nU>TB`$HK5T1{@z#&PdO_oe=6!NvJJ~x|duYYmZk*{3Y;w;puJPX#UwR=I zoGc`u4D-Asp7X2+W!8A1%!}1P8BcqYS}tuzxbbDn&Em^t9$$9;IlhFT2(9DG*{1kH zJoxp7ZUx@q?O&oV&h*xE^J ziZL&L&=g}LymPgOj#}i#n3ErofXm9-2VQD1xr2hKjFI9cwe}F3J!EH1LvXS{6bRp7DZxHYXnwSx+$84xhyc{a8XjB> zQ7d@_4hsoAhozi1W|w_{+Lx~nXZ|?pxSSYS4o>3&-tB`}30v+smY^C5cSJnvBR zG{+pieZ24m2fW_|zIZhbk1s77XLD<~;%b~GxZ-M^RfH?SKr981SmgNV27Qt?hxdc9hDa-h}sK#!&M^#-R=ajev(ze4<8h%$P0>v=3Y0k0Y906^Q!CG zF~J3d4))M7Fk_J}BRPi9{ySlswGFc5FW`f>ofNCN?h5-jAKbwHY9sUlwqR=vrar}c zoB?D~M0RbLa({@u`e{c28!(x%X4EKQ}$NGzFh zpWl;E5S3lrDf2mJj>lmSG7j_uJmCu{5}0qHJY`pwA(P^MWC-G$;SpbHkG?hGxTI*-c+ljE1=R0f%NC=Jd{Z(xdH&$Jb@oanke^c4!E1^`cn z{Uro?8VvRc)Ler_BL8{DZqT(0)gm?~JJgMSxKK0VV~Y?9s^y!?%DJA{EerHMz+PzY zo`}ra+YDPG=`wn}h4z*-Yi|kK`yMLOUPwm&a(k;$B=7d#gG_F&y~$2uIh8?Z@A0pr zY1uQix11&hduSgDqy}K^9fv^g_7>WUCQQ~|3xA>ZqQ_fkuU^gCs~6hqerm7I=)}L= zUjIdryxXf2GP$|-3PH-{R0g5FdcTIIVb9cF-D&EuhhBLVfz$x3z5Ed9-Ci`_Yc35T zA1kqI$r2EI_Yu{y?rUYskc9rMvYuxZ;?-N^<>!W^iC6DfJ{y5hC8N$Sd{qC>y#n&9(~~ z1>hN=Q@9_yLhMA7J&J@)itgLw(g4E$IzDq6n&n zZm7iE9``sW@8Vg|5oZwHOD~=UjY6}sG(uj#hiDHrgsZDD~Vf5z?x3WhN8-rSHOi>%uI+a?Nqfwh&&RkqqA)fmp*A*$X8r3Lu zj>Txw6sgnICbL>4)tc2tozko}jpD6&DB zQ=rUKn+!TbVP;OD>Zb)KxriHtlYbJ=`b_J2{c@df`tJ9DhUN8~?ad7tn<^i4oEDrU+7Tg~JbnW8c%BLZ{&cRg!e#d>M z0ta^%_eTIpS_gNx1z|-FZqW<}mjU>=%)y!GIJksz2Nw%??0E;b6mSUeGhpUBcm`|~ zpia2%|1aWx=-}P~GyryZ!DqN%xWvJ2S?1u50_H7saGx$m+3FqKG{Bh^4sJc3PXh+; zcW`kI2X`N!7SBiVZZz&w0p&X#+~dDGxGt9*Tr}Va?i1TLaFZWs;D!R0-QK`;2IK<_ zfHMeN4u}kC;PilCge}AKvw*{$8@NXh_Bz5SZ5&_`?i;%`a0lZWxKFz`a1#M-??C<< z9UCrMiMk|5Z7^%}x~Yt=FHEk* zY%!`$kruN?8yOSTKdL`pCO$m6kcyD0LK#pVK1^alRIMamZB$E&^VK?u%BVLO&{B_C z)F_uuZ|F;H3!PZ=fXArtz` zWX_3>8K}xp#>FQnbNZosfI#-;I6>D8nsVOr@Us$NuMeC6%)fl50xX+qdV%AHF zjT$pyz8)Q&ZOP3A{@o;YxxT5<3(c6THx??*G{)70Tq?CG$EaaV8Xh6hm?SDSdN~KR zR6QuMnADOKjme-@mbzMhl-h)W(7g3^lB`stQD}YK>5X|>eKts&ih5-p+0TA-MVxlroz)MIsea3$WXg)6Fu*+@Y|Ehs^%DMx8gk5cEUOENR* zD<%0#3_!3ad1^CAsY+j%nCQMm-T2o18)&OCUunt*9gB}j;7Kd{SSCXa^rA?#EAXw# zdDDi3rI-wDqMq#Dc}MIU5%#hkY`KXmt*aO;dEXMh7yI znXgtFgf9M@^T)7MN9&YDnmk|yDkwGPfcjuQ0S@Vl)W%$`zWCNZX)4v_AamDfGnX3F ziITpUEe)tBXkVemgqL{|p4rUGaz)gtb$RA|iOOQoY6xvz5pJDMwU`ugLE}OFGtGK* zwh@J4y)6=DDXH+1TwRs~)0_oJF3h4BS*ZIYdZW-$pn_(jg$<~i#bg(u6*vTpRHYWx zN#+ZM0vb^?iBMxnu2EkoDb|?tF*~_Kqflf};C!V4RL~^JMvaI9DEXbC#Bw^?E`D2sKHV!g2d^oB2fqCm{4 z&IYBiKnVT^G1OC3p=Dj1AYa&F?wLC)mFQw(qPvTTy>k&S@E}wfYH?!t`Qc8~g2p0x z&4nH49WXGtnmn-0tanWL7PCa9M>~MmvFP&IKvnS>$n(G`sS^{GDpe*L1HF#aJgpcy3W+1g7UI%@}8{Dlq0EQRo;(7PV$ig;6l# z=x@u=YruLkhT)$mSg}$|YaEt;qU5$)|HSoJS3W#?8i;5nnjYW0^>2X#G@A8#tqDyX z+b=4XH8mCu$efmd#7GIZymUo)09OfgFzE3p$XlX_y?=aW6p39TX&liDbyTUcP#YE9 zN+9LVGllelNuy;vZIomn{diY$Ap%O_79*+DMJZm7u2j6xX9UX7GK7&p$pDF3t1cwO z6~sS1@E9f~wYI%;_8n9PiahYw4Yju|_O1YeCSL<0}Bc7$87YN_p{ET#Y);_P#5Y=G&t3HrCQJouxxsjNo_98R;kGZnf=LxD;WXN zA2}zWKM!w%HZqnh6tt*X? z|MiuCp$4~=JTfg~Y?iHUl}wUFvv*1#3bfIMVY z19!^W04E_0+~>H)&urjU;6CebhIRN>J@T#s^na3v!?@12^YDFD1NYuS$YY*q-~yj* z;7R~uz&m(;0@ve!*?=wp*>eqC+M5kr-3tv|%)e1)KpdbiVDXC$+@#m|tL^m$?!lKE zxbRmX4|=JAli+?k-iP3-U(~=Y1gs=@tAX2uYmc`ZxPgGD0HSvqxCa0?y4F;>7F!Yx z@r^Vhlx+QNR6~G5(*`6&jId%3aPdCc(wpU2Jj)3TO!O;8mTQ%F18Zzo)Eiw8wv;Al zR3(x@l4NOyG#Mr{o*H3t%*#V%c^MQKq(ZeZ@1_^so?13pH1UfX$WT!0mPJ#m^3+lJ zYE53gSu%Jq5MG<>dW@9Bwu}$r6orKdR+)&cGMV{@Tkn`witJg3xmG|emP)P{tN}d& z3}K~2*q8@aDk}@@oa%>^nczFb5SlUl5&cCzG!HZj#WH~=E074Ghm{hVjMPe9u*=- z`2wQ+{}f`OUod^*1Cyr?!E8M6qXzDtn}9Y*LqO^2dJs_ZG4>b$uj0N~c&4js)~9P7 z7@I7BNCE)2gCMInWa2q%ugKbX4~2KI_SEPM7IT!wlu2VYJfbI7aB7{`GsA4JXGUl| z&oQ4ga3=u20D?bl;2r}g0mjd;m$I~hn~Ur7fR6#0pEqz?KqX+{7Y$qrU@G7Qpky)f z0EoV9;JO3)0Yu2Nl;gqL$;lDWv+Mp=uap-KV&={RT=~-VGM?M{@ZY0v+%4Qk<2vWc zU;qBsUU^Y|7x3KP*YnL=t;da|{|w)wcx#0#-Mi|1Bk6B7&Tf471mI(|?XBkZzb$=g zoB!E1S%W_5_G}+w-vYSu|4O*ugzMdHo!lLP zd|6!Y|Li)h(UTX&eHzd209@bvv-E$*dl~2l(?_0~OwJ=vc zfAr23r?qQq=_stV@Yd4*onhYJ^uGT)zwt+T(Kp-6(eIP~8ITBh_rHm63`3fUH<9jE z>Y^3C_oi^&(8~9(v=Zj}rvC^}J9ZQ96L6J#g-^u2#_QRY*85u8?7dBRroMU^_iqc& zX$mLz(IZYSew3553E+M23cJ}W<(-%59F-)3r6Ac;4ZzbboerrE#TqT`By} z(*9HL|EIs5m?)9Db!#Ao`P(!TEIN}iR~;#=Ya!aewgIndg&-_HdkQOE_sZ_p7rfX1 zBy?=>$?)(#{6{0A*xot6b!CiTt3_ySghzNHKsiUx#QqSXO_Zi7GNtJgGgH%(N2bWr z;Ul4^s3(qSZzhZHmne#giW0>}#RB??A|oS3XI8Eejgbx)DWOD@Ux@AZ9FLm9Ei2Yt zzrK35AM;PPs9R2<(x{jYTrL!BJQ@;%AcTPeRV3SMen@nkNGg2}G!(EkEJWkChAC?j zEkWcDnW!k2sRuwsK#fn(7Njx{+tQ>RAZi|;v_JSn&EN35(Ja5#%R;Z1Tnoi%kuRUx zBLKZleR@ashP+Efsvmmebutmebl1tDKwa7*9jlZ}ba$O}z5Dhi1%lpFd$*qakH6|l zJ+rsa*rc;oXn?$*l=}$#vER%0ln}wQ3v@sKS_3^T(svT^Nug+>mW&-UEHYlAhsF## zSdcOb#e;BP$Ha$9$^94}5|ukW-`igKH+@Z8$Rr5zs391z&xzg1e-hV;STKP7~r1F~IK>?c7kOL9H|-Q1tW zYY1lrf8#eoVi*9I6B3dWFDh;$U84-)>?e)>tBSX{A zM9RSYp0H30bczuhmD*A^93{=-w4MBX|T)qqk^HOn*(YBE1B6_w|0Ljb4k%4SU7l z2ZeqTeO7UjBX|n13Q+yTNiHnM$)y3N1Kt801q@L+xkA8afP;V#wUf&RECB2ROelbS z22cT51Na``1o&v3Tvxylz<9uCfMURlfd5oN2KraX z_!LkJI1IP~=)A(o^#x1@m;rXcyMQ%-eSmX-+g3Wc`v8Lg$E#7V8k7y!O91TAu|LxF zp+DD^DZP(Yn@3|zVlTgxSB00UOXNH^G)$|^8;f1@9DSZnGhMA34sBmUI;JV%eV$PX zPCk;%Ck)`R`t+F`6**NQPfksroIHAJY9FvjMkUz^M45AoX!Ev&bgMPyOkVZRl=YjF z8-2maT?Dkh2$=`2ujAVPl9PMXev0cq{}gxZ=~LXb=T31tT<73JH# zp~<4Lz|6%~0aBbQW`Nyb2gj7!9=>EG&)CCo6$= zia8e0F9YGD&Cn>->djE`R4MaRN~K1n?Gsg4&?hR}pe!=#am@x8VUB3X$<`bDMCIi4 ziOSE%mF`VB7L^iL{2I+FO>VAAW5%-@d8kWrkyoz9gt)n;J}?CWr~o>EK5x3lfa~;p zD3V~Qqeh-cmv734UL~%j)09Pcp4Jb5=V>O=X6+MIU?$BL)XtPTRw3;Zr7hLMP^nLp z38qCk1={I_NTWpg3gZf4#0Wt73sr?!x8h3m((ALQ(fh(aQ3fJ|2r~dO6u43t;u}y_ zW3~ZC&$ur&Dhn*QK41icfN-_Zl3hwhS-3Y*-{IT&CatCrx}JDnl!xacQ?UkDb1vu$ z@-~}b-kFC1fwC2$EsOGt@>SYmO##}YWO^wK7f6|=6b4SyF}i>l`KAJmL2oddhQpeQ zOa@4k8!{P_La#TtOr!oGD=IIdM{3QO{E7Uz?T&bg2c(od1RDa(GKq<4(g`;^B0NfZ z7!qhtVNhhyTi-mIh3Yj6aXuQL}>Bl zXfzBdbJV4fieM1pI1e=j5^qG%Cu(v|{!{}72VF}_5N=dMF$`B>kmZ>0jcFLDOz|4m z9J0*Apn`O%P?cve3gJBCfWZnpEGord)aa%u`{fz5#6a}XYP6*WC<+%sd5>%rFxbc) z00uhlFmP$`^WV{F3L)jfV1hJ5kL>kkJ**sQz{QpnYOzR0z3Iv;nUBH%CPGHh=?WqQ z13YM4PDf(B#XMaIhmxQMLOTr9DZ=}u{1x0qCoXWeyn)I`qr%G{kqdSD*i~Ff%Di`XpC@zyn@~O}S zv#A7TrVp1)wsr#AH4F8|-e#{{U-1N|@fLKWL7y~AEs^=5B<6+jpet^xuRNIS^?Iby zlW&t63hNthqBK@#vKS0{Bbsw4i~)?WfQBM`4y--h;h<*)Qf8ATq)*qIrMyT>sQ6gS zV8X2eBIz+|Ban(@zCwZwn3KR>q7(^-QLUN#pQV!OzggpwxRIM7L*QY6U zr9xzr@W^s9(ReAe6bjwMhYiyhP3APrGDA@$W%6^9p)R2S;%EH*(RG@lyNj@ zGD9e#)dcFn%0xVCiC6QxD2vc&-l)Nff9s6)^^At1_!ndy%-<1r5)Bs#T8j$m*SuvD zs2oTc*-PWDPoL<2qB!mXVD^ayh0~aM;yEE@cxLiQ9P2PVQ#LX!RUoN&4SPkh(4srO zoZ&+>g^`wsN2i$j2<3-k6s;PMg8}yr!B6;<(f=9};d%<2^-oj;QzwkYG=Gx~QVUxz zQZ^^EAZ#{4;Qo+s!R8QC=EZKClK4!R1)1|B|B31eCS9z_Ni3fzkz|(w?OnJ+@0oxR z?4X$<{1b)XcT<_NO7f71u+gbLLgqlMzE)`Ot2``mS$p%QJ$u;I^JYZ<&~2fNpq>nlv9d2 z7Yv%2<`T@HM3vK-xez_U5X_vP1FKV&T<;O&NbrGIdUFNuN0s86!0!#y#0kZ(}0M7zm1-uLR46p*Q9mpn!EEv!QAQPTl@t(%>bifoqE}#$KBfx2|yk5fd5&)&y4UhohglAVi z|68v+&<;NUjsd<9+GG{3uM787?~PvfqwxH^@ch14_(RueF9X8a+$;e{OY);^;$q-T z0)IEVs`AJguwH<4pbZ&e%iT@Xt(Hd$0eQ%$XXpT!ckRCoE@jQVn7+- zWx(fv&49yz%YcqMPjL|dDPSVtF@O#5CSW;WC%^&l`R)|g9S{qU1C)SLz%u}t#LSKa zGwQNhBTKYHKY`vI`D<`9Y5wXr{_gnKD|7Sk=FiQ`(fqyZnXY{fVZJ#H8UDGy22;-b zwfKKE|9>KWkL#4Vu37zGZT8%}EQ6cn!wK=f#&tg4{e=O{<`tkfY%c%T$=6DwEQ!BPx*Oq>AL9oI|^}4I{s?RB3u{rSifoyu5rD7D+o>& zS?dOtu9GH<7VfJYA6Jwts!h);toblmH29gUV-pT1Cq4C5$=#oZrevHsvgg;hDu?zTepFJr{c@-L;dg4rCok*z`tZ-+?9yk~w(o}DJ>u10=gw&> zduPhJa}ha%WhcAeG4RS%qfEK5Zhgsb@5)MRyIt7x#g8(@%@`4w*OiaM;7r-@8w9bf5I_e+OqAiOpE>aObpRlO9s7 ze|UV>YvAEOm1zpOoW%#ouA{p^>!A3gSx;?7qM?^y2Mu6Rb7J6B_D zllI%?A&xd9GeNv1r$*u=MaXZ&d}3{#beb zlczp;Xms$*@jrKsG>slP<>UIPm);wlvv^;&<-)XmW1VV#%#_GZj@>(5<#nYO6L*VVsvMttq%@lSoe_P2j+^|{Z4WL_j(lqJizn8P z9`S0;!H?{EC3$nVw)26QfWNPF`xeKRS?)WNxymj}~PRb(zg$sio{cuKF zSc+fLqk9fyMUM41Kl)9l<4<-OD?9Y)r~l4~8es37IeFEw(m4iMrqMaI z+gne~%Iv*3@yzkAi!;w<1{EAScrx?nrCU?Se}8w@ucO|m8u!kqtj~MTjru5kE=EUq z;`n=4XZgN3v7%_e`K)!n>+j#awwLnPt6QUNrYXvjnL}0&sC`DcXUhD($%z}4!EuW( z?y9}2oGaQfy<%!?_J2hcFCYI>oxNLhoa=G#f3hniXEI0swj=wU`i6n;_w&!$zUX-B zsM(1*HI<(hJU8Ev(=YEo!%7yvozs{!bi%m0{W)*sM_e4xw}Wcq+F#7c15;Ebi(^KG zq?W42)vd~%`0r0u4+K9@cX9PmRr37geU^{AsY6U-(s%7kSD)JSYln*AabY_wr{ePan!&n;ZYyw1yY2 zUdVkS#sB!s6@Bw|kGSvCr+-!E+3r3y>5Iqyo#zaD?_7`Dzsc)d95{a0JfHl%&u{4) z=p2yWKJnVXE$V`NSxRH}>-W5wKk56`S1a?r&;NYH$J6s_Zqt04{?SKu%aSycviI)o zcG9dlm-ub_Ly`|Pdr}tWSB!&HszWYSY{r42aj0^wurQ*>AD+~I?&K^6j;DdnK*M6GzbwMAM{?Vw0VF1V6oQ>X%csJ2%C@vSPur+KrbtCOP6ZX$LO5wBSD9Yufuv|4AIz zvtOZewa2M_9A&inn) zs1c9pW|v)k@#L%T=ng5b%7XxqwV+SpovHfg%LBd&%$}|v+$rp_ z)R~{@zv)u=?Z00=rk_2f*1Bq4cf7)e(N6l(cZnw+Qy5IjXw9r ze~gWh#@!c^-)y@k+i3gsdD~{)i^dOQuQ(qc@vX64<_wcP-PiPO(c~R5M;4|s8|NE{p?aU#y7Y;sVk(#?rH;>)+oyGk6OFJ9N zhJR?z;nw#1JovDA&>GY1gCj#N?LN&owEL|Qmb}7e+o|8RTB-w!(;K&cX*stgarMalrtTZV(g%lm-DoM7+ek zgaQ}2bgCFA3fO@G76vMIccNmTA1Ep)Dqs*w+567S?gFBI>Sz4ldslxlFxCYNF-uC38CxBV3R_Kcw7r8=FsLrw0gCR>BzHfe3!o4$BWT+k%D2>qmzINsKY zS4YY8il3nyl`2wY8n2zZMbn{wWW3p>MZ?!+Z;p3Ni0yk(?|ytl!Mwl^xk3r^J=LcT z?=w1qv%|=DUPfX9J9J=@f#L3i)G=x@-Df>bnB>)_Xk9IxcyGCh{)_7_i6v%pyH)ee zN*ujlSX!mkkwgch_q+M0G$t~8Cak?SYfw__9Ldq6^1YJYxnG|$w|91u(a^IOw)Z`k zbg`Lx$fN(;q&Kg!0}EUX(#DhjQ|H(k3 z{K_Git|PTNUps=SH|_jBUlZRBzZ&SX1?4P0Uq&T&L}6X)?dNpKP05!Q8^Z!BurcWn zN!%s>(lP{CTMuea5KR;15nCS5wGoNuGsZbXWn#1z{M3=7JsPyCA~Dq$l||k;u(TOr zuyzHi27zEt#?cppuNk;Yw9*rl7G&i(C3T5FI>1ayE}s7*&UbrmSZd5>s00DI9Hua+ z#)fI4>AEVcf3w>utsTUC$O~AM6xXty%8C}1{5nE3(f%tsU^-5Q02g6`khpo`u?$ojCM~zJLdh)uY*zuQzkTLkIYQNWmq*1|wequ{l-SNO zj}k;X{!|R=Ien>RMrh6Zt*=TP{RNlZ?h~vO8kew1%~JM7m4Wnj%kbGUjc@&CHU>XV z-~UEb$zZ&ZZPUel1`F!;=eAuCoIG&BDFN5bb3AQ!9b5IfOgi1UEO3*>p>>tU^R=on zXKWBIA3#h zTr_@ie&&{yXFNqLHl`FFOmtD+b|<;K<;H7yJs0*VX3=KXqas&!o-;oqnZ5b>N{8Do z1d0ZjzBX8OO=MbMp|d;O;&)p}`MR8FEmR2V9n~%4zWV8)F?%WgPuiCwXNuW?EG@~)kk8S_T1;S;j%vuO9`w)=bRp2Tfi^WI3Nd!EJV7mJcx!qe2p z?bf^~#+wdss!OiLYZfY<4;3jPy+FC2k zeUh(dmfvjkae&xbk2h{rDspZ<%UyjYFTX43@44VG-#xz<8n0cJ3Z86{uC?BH@w$!E zvGLyJ4>q$GiZQ07h2Fh2HDE{8BMAk03!!46bvsmM%dWHO&ey~W$dTc{CwancO5xL< zYxJ|^o{5RC7aMbBz}%+iQ|uN-K4EMZGCVdl&f(r6tI^wJW`^-v%Q6E_Unmv3$k$_> zE#HY%Ys96V6;H9QFfuTV?G^HAr-bln3-QtG15SI4A0H{OeD`bFYeCy@PM77aj2CH{ zDx9ezvFYVFi)-R~sebpfPYc|cEgU|^LqB;CgWc_7P4JWX8|4NY$F*t6O?%E8dYBg)5Kh4fJ!AD0m}m+%`tV&1oXj-6&Y>b-@IA4YgZ`qxq9lEq&dryyw|S zjvsjcV%tAjE3Zp!HAosBCNiYtZRGs9`!e@r3A}ncOibaBg+|tfUPB{QHuE=MJoZ5H z-KrCtoQ;p3o-JQGvFGw9BCTy&eWcDzT3x2q_^x!&ZG|_?3B5#vpW4PR7@}F379-_b z{iuf^V{G`vzOE;qUY{f?J!|^Se$&cd_23AsoO#z?u;q5}3{jqQ&ZSQtH|MqpOAm{! z4!a+9&HlT*)IF6x?6Brv9Vu# z?1wYv-VNgJuH6{%Q~hex-xdWIi+Kspc3HDBbARxrB=49gF%NIKlFfFHMl58E{U~<6 z^?_BAgn+_&X~Ntw|FV_gqTM%&gzc_`w6U)3_KK{DPM01qGrDcQ=7`=kb7m<>Ov+7+G+4;&J7h)Am+K6r zDxXL#^L}G4_0P=FJsMNhL>-=w*}m%n&m%#@9yjN&94I*E!ANU|jX~FH2K}>dOje0h z&)rwols#ayM2(dD+FRG(iluQ}yazdKRq<$6p}`V<*cc4EHL z>4?!oZ%TAO=5$5nyf9Jf6trN<(f%U2ZIbbJUWNlWR1k zA63V6SME0V>BONAbkY@?L~C9QTQlog?!m(PLY3UqGlF+2EB!cjyk7h4oT7BE-jLqm zP+c?lpW=tA>qlf~m2$;im5!Y~Hg>9G{k|)ABjZ$sYCWHo)}E+MEOal(nz85k!gV%$({U&d06Pq@wM$%H{Qov5T@QC_ni-ZCv-%&Q|-@m7Xke#%IrM&D5#T_rz zHkwTljtWl{UY#QD;pBO|QT9{%y@}&LSUmnDG|+Ca|Gp*5ESP=^d<}YBk$rYsu2yy1 z_Mp@nGsibKdP~fCAi+4Q=y6!*Fstk>H%xfb()oeILI$3Be%j>qnU{%jauucWbC1lp zc2v*byPM}S2}#LH`(FO~n?AJetKu!F5cXMd-usvt$1U&H^KEon!aG!gMM2Uj?&8XIyCg) zV&euW5&OOjfo=;%JbGLIW|ZGa(E+Btr;W%lW7k|9|1L**rQj2_{yeNVm%=yo%glb8 zohki%;Kr5D-rmYMxM8ZfU-<~Jqp~iKjx5<~`gTV1N@+1daG2lToO4H_FJ|6kob@@X zEi+eIRebW&b0z!&HNm_6PmARx9uZ29y>X8-LSc^bj3A+$MLx3TC#R`Z2do$|^2Qw* z+vq2@x>t3Nk3BG&P4pWhe%r?-JgYS8a{ikKuc?eDJ1uFRzOqd4DeWwr}Y5Y4J0khc}KC9{RSIz#P4Vr>k0S3EE5R$|)@| z<`2!*7+W>evb?w0M2Y=dFaC3Eb4K~}an~Q+5-b#+GvKb0#?;E})#ILabDLf*7urwM zIb(uDxp;-#^)0JjNX*-?b<_I94Ljpfc5h--DT!?Dv331qW=XR0^8M>q8LX9ezsZ=9 zo_cS&LP498*rF84*!*eNdIl!NI}E&V=Rwp8kyre@Px?lvXYH7>L3x?`1ceEuJTB|K z2K779uwNlgP)th9dez?)G!pv@zP4Occdp0l ztC!XK3M3EPC3R-Cz=<1%-hDa8^QK-_nlF0o@rWzjw>G`!FW;y9k4%JM;W}2_OK*Yl zg2C?n#=UirK9%a?+qi2);_-u9O9lPzE#{#1* zpXz%rk!kb#XOHTx-OGtAG%pc-LqYj-Idkwhz84V>)16I$=^G5G)d=8gHJU<}10Pe8s}FC;b!# zDK62yF&02lC~|gKJ|YyT*^D7RP;u!oycvUwO2O2)f7#dvt7`USIE_^ zD4^10V)fy-`~}iegUX`@5c8bEmN;X ztWUA);a_O>rADYiLJ~Z1K@#rE`oKHwte7TRo1nDa+L#7*73w5uRZ5;H$BRji7 ziC;f!gY1o$kLSy2Ro>lfKV!Ym$Y`&t(2?-cRy?Dw!~WQy&emLp1OO34b= z1*HzH1nc&*?4`BAwOUd)=f;`6A<``CxmI;<3}w-%yv55eTwQ(rRTkf?0geiSuH6m~ z-Z;iDRd#QW+SHv_qz33;Jov1{@v8VlAmzMTFM2n-gsC`y-%Pl$e4wuP48hYiE-QoW zxBI#59olo&u*uRvhs{NgtXFa}pEz#H(N9k$>^* z<8s@}FUR#?96$4Pf_kl4$z=%-F^>AwQGPd8U79yrdrNN-B_+vSPLqQj7nW}`b2g8X zuiY2_dPKV0#`2x%tdTrEl5>3gREW^~&vuRvbGf=QS!CnV;Qs8LzFVIxu#rxfsHu=< zRcCha#NH!mQ*(Fv6~2}4DQP z_fN8H>Hl=v`8pM8yNXG?o|B&HpW7%G)IFn4^q<|5yag!-&xOdPxZdb}LQv_zgq-;0 zgYyPxY8~90UnD(!l9;Vu!9mBnU;>sJpF8dh*?L{1Mg zFIzp2*-B>NGRNlLzaqBw#Gw;+2&olWSHwt7+RA07tESbhLCO+roWtUBNh1Xlf+sIwxxs!Q*ht>4n zs`4{#sE0}1(G?ka({s(LTMWr-n+FYwAKkizonK%l7UL+AywM~#)9iQ@XH!CKx<{2f z%VlZx2yK?n{Dbe$_Y~eQd2sW#7grV>u!~Szc5{lrIT6o|+k{2L2MI}!X{;5N$W^F( zRxfbhDy>{Jw8?E$rGwNo#gliE)^w|~9H?p;oN6YjJ6$K?V{)*Qfh-K8b+iQ!U31A^ zT4Zi_{K8>-)v>iw7x?ox$KKZMtzB}FGpGEp=#)M$wqNp4nc7&(S?4^TCBF7w(93N3QL#C1^}A1wpHq~%zi&@grN7YBGsk)gW^Iao zk{(+c%DyS1tbcjR=1m9Np50osy;06WT;W{aF?sn5%=!TXJQnOO7GmG(=En-yK#1?% zJ=exLNp|f097h+~XF8QCnYVl1EfN<)=m)7#1DX*1^Yk;zXnH)Ej9o0(IXw`PKD%BZCViG32uhvPBcf90 z^oX!T)9g{Uh`2=4@F9o^Of+pD!kEa^DLp1M$)FR-A0{?+q^Af@^idv?=+u#(Bs{g( z?=+J5L~je=VUPqUY5M#n*_a5`p8l{NCPdNC!@PzU6Qk(ok*-A&r0De9l1QQym44do zd(SXoib|hbkN$U+7dtFhUXj{Am6Tk#5!UkJz zd-|#6kT52Ki7vWSe@k>-if#}|2$MRH@Vs~V=t(>lBr!~3&-_K!HZM(bZAgNcNQGvb z$Ao;_OA|<`(132kCJzLJZY$K<7)Pr$@BX$4c~dvC4| z;v5ad1UErt{(-`VJoR?ZFJhvbXk+pAQmbiOA3TZ2gg2=JzQcMBYnv}B7qaQDdJaEFq zISIZ|$rY*}5078sj|p^gqih9+nT&`!xLS@R(k;4obN?mBu}}F(LY+jc>*&WOd7CP% zNMfDbye9r@=VmJNzevIaJK?a#Ox{-ZtKz{V(M~+Q;PrIw$uJ8|ig5SOc0=tg%b%ow ztii-Pq07r=nJqdl_u@kyCg6!Df2h9Ns`hkn5=q39x#lBiE^WGN`GOIckS8=MTJ#2k zKj)(sNz4;lv`DJ^vtnMe<3gCACzJC&YyED9;%IS_s3$bzoi2Yx@Yb?>A2DH1Y~Wj- zOtG_zi(N_Lp7ep7Q*m`(NvGUM0-xZ9GmWLe5jlmmshG$o>d;isFU{f1{i;e#=#v^C z`LgCF=WS741}63iipbaaUAPi!`m7!k{6tqg^?i5n#L|onlQGdx>XZE2H*Af>a0im` zr@-8sbCmed@4Pcf{1Y+Eow04CsmpvZ$$)25R|`v>4IyUcyDGPNfZKJhgBE9$MC;bO8s_|ybUOq4d*Z{rzhHPzx!9406Vrd3JTWiBlqTkU~~ilT#Z z{Ir_{xPT znCPfb88&amDW|7|G(~vy?4!ORVtvKQM-wpdQF4d z8ImX|!SAVmYTMh<4gMryQZC3t@lfB1^Z)T7iIc*-1*(DlxeazLXE1?MoL6Gs$s5kw z*X(J+L`qrT%p0*)LK*9wNkXO2+ui5Hyi3(H0!U(|cx;9Ky;t^c!#?n1f~8E~?Yye7 z*N>h{CW)3p#bTqH+|NGO_aOI)G} z@RTnSygq65ynlvpNusC7``a^OEbHbqX4PQAr=-cef$mGT?0Cr~iJ$T;gJt_B&V9+P zHN^x_;g4sJKH9szCR>Rlf=YbcH?%x=nWFwMk`O8xxg*lGKo}EAg<88m)RFcY5adY`O2u@0t~lwddCOd#B$moN zIDx^r&lQofHHC)krjQ!#-U=|n42C+&(tOgNP;n%j7F+tV8r^LAq5 zso?MewP|7svzDoo1XNMGGQ)@EfkQqVYQ#iT>C9@St2R6<)^JHes-RBpFk%AFrxrq;%r=XX1XU@gq5Cv4A6~tFHxd(76(Uw?Js98bq2i@pn6N6+|8$ZlXTbQO zNBUsms-(-SoV#`+_4`yP0&7VO?IA4zzXi=MUr(&WS5 zuaZdOt8htmRl@oFJ?i(*V*;$i?A)BY2gWKGyOBg#Id>~w8{x%!`IabQLacDeQr_~? z*xc^MBr#U}?7QjNSC?M0?nM%0WsjJSEnnxeCgU6j6J>>JGoIe)wSVT${rs3PEB?4% z{=99~VCfB+m^drrI8Ik4e1~V_V3I&9lsA-TebI`rP!36?6|>c!*7w7w^fC4%p;pF8 zF?+Vpy8ZpKhLObDJXO6~y>$9Ivq2LN8-iqEV;EFk{KR0A~3Q54_a|m9*d1?|TPZDtj`Iu)SuB^2cuO5X7 zxuWM-~wy;_~vnQ@{daaaDSoS5l8$CdkER$&6K$RxJ3y<#3wm46Qtc_j{fdblQJ z?#X)#T`{3oPJ3NJx2pY~syVkXu~+!h1<$kz8+J5JPsapbiQ|XV2Wj_P8L@sFCi=?7 zEM9$JZ9a4MroNc)E9`#Ak~Mo_Ta6P*{1p$`?EbMPx+QP@G)w@N<*jx9R2X8siA@rL zg}Ny{He<|Ml3=@C<@WRfr}BfQ%o>w5EfO#zZPEadS(fy)e zJ%{T?5{(6?W*NA~jtFt7&A^0XQ77GVL&P%ESXCOBcr2x49v!i2>c)?&j$i_^f|!l% zY@Um=D{@6K5m`if)xG>vaVp|PUYL+9nK!NEX5+Fw-or^^vH~l6V4BBTXQ{y?L0Kdv z>gB+fvot??QHevNa3lp7%PaN+dcy+``kKrWYSzJTCmuRZM^nj7nar1jSU?szBoFPe!7TR*S&Fy6H z{Gqc_FhN>OcuR{)!wk*nArw)Xf9}foe|DSoxl@h_(}GSfh%!6*1^k&eF>zWrT=L-8Mkd@&$kEcF_BvE@{0!XrPs$C+&Bpnszr}iZ=aZOR_duENvxJK zhnW z#B7l}+scw09`#pD(K$CTh#YC#Rq0YpnKL`3MuXh09hy-`%~y z_Xu$p6SpP$Td^y8l)c%KN)ou`((Q z&&#)6mLzt|7CC)%H+%Hx`Kxu8Ud(E`DwMe1blZHdRqXnUM*@Si%*CazT)ExQz(YKX z4>6x^dPAmh67i&EsqaXgmll_94E7f)Fc>+Bd(`Oqh#=Q@R=bXfd3L|9@AAB7ngDN& zk+`?2%mM#A#YopDLR)>aAJ^S^E66(9XPZEfkH@XJsEMl1Mq*||=ew7jY97{m`NF+T z{2o^Kr2t&-DJT8x1`DKOMJaIek1NYW^rY(6M{nyJYo=AM;FW zq%O^u_AOMpeJp&n*NCUHv;^O2D#lG5)+clxU*m#F`KF?85>=P!#_;zF>mI6YaMNC@ zwR~^lDYt7j={+tUPdmR>p*+~daeVVM_2_`r9+AV(iU_7{^bOa36z7^``O>NHK1twP zYisFf>1yd|>1!Ei8EP468Eb24YisLh>uT$1>uVcm8)_SA8|!H4XzS?c=<4X{=<68h z80r}580%{3YU}Fg>gww0>gyWl8tNM98tZB4Y3u3e>FVj}>FXKj8R{A78S885YwPRi z>+0+2>+2in8|oYB8yjdDXdCDl=o;u5=o=Uq7#bKE7#nICY8&bp>Kf`9>Khsu8X6iI z8XIXDX&dPn=^E)7=^Ggs85$WG85_eT8bk5MkhL+KW(-lZTn=w-XZXYZcHmwIuucB= zJ5Yaa%c$zlZZ7?Go;T=>3g*P(z4At+ngM#RLVGoWZc?ltjxr|#_RjlS`bBd=)3JZN zN#DMG-H<|oPPN|GjnVPL6~N&#ajq;%@fwiav7Ud>O~*v)i79=<*bn;DVDA8n6Nc2A zB3(3C#TseT6HE`#3cnz~aE?j4Qc%*6F>D4PZGFbDNh80}?Hcqze>~`=K?-5q*a4u$ z4+^m4M8uCmDt^F{t+N|gSOxw)Xn6x&37|qC7VMGZ8wSOIu2G?5*x}?!CJawda>a=S ztqY`Xp1|mEFqQzUePnC}CAM<4aI!L?DhoCighqvc&1FVZNEj-~(q$an3pX0}5`;_v z_2zW)5Xy)-$|)Q+AGF`7C)=N485th|dl)QSY*9T#cc>7v1Z7~b6NG^hp`!sfp$60; zd9_$O8JD^iRIT_X!6LUu9O&Yj!ezKRjbVV*@MyR|$Qc!k)#iW#A5ib>1dj&P>ruHf zEU~66JGV|JeC1N;lR8}vDwq=ndNx8q(OCd>HFP>_I=>D@`k>STHok!B_x4Iq0~NDu z&_Way!8Os;1eJtHQ}e|12zJt0-^x1fCNA?U>YC|FdHxz zFdvWwSOi!K$Oo(dYy;!~GU1vt0BwMJ%0>Pco%|@g2ha>a=}{QrE?^g+iVE)s_YmMB z6{geOhj1yN7;pn{0`L@20HD)Ug1?puzXJCt;4~Gc)BOMHZh-sT4A=@-McwlnaF`f0vOi`<-iBv zs%0Hf3edHxBapxND*C+~NuERLJDA)X^c6gWZ7B^Fpz8#G58#912YN>1+w-P2lDLKY zMSwD$sBY8&YA=g|1L(F6bz?`pnO;Zino&pa&8#EdfEx%J;X)aapv4k8S6XW|=;DM; zN}w|h&Vg-qu=Nado-&|YWq~HgzF$>^MB2$h+r(nw3&4h5XQ0KD0h&WW%g%q*k@STc zYf`-$sB$DPl>PwHmkkQ=L3!hs>It^utni^B=i zMArqQ0k{;U_U)apITSRXQ`=Et!z9|4i}W0W8Ts}x9Ghi=UVUUo4lB%3QSCS%E2M5e zPmLU8n*0V;kYC&awi5tjJLtQZXooP|#+R4LWrqfW4r0*B2^R~x$G{5HAE-^Le+5lp zkyGF@kRhpXE?g4ySZEtF=s!dHVTVKeLz*8MX3#x!Nx?+@Gtw4@Q^Iij-xGW*D||Mb z3=a^M`v-3ob#$P`UK6Rahueg^hHpwhF!aNq{*B>_`)Xf!c|aGXuQlqp$3*)@vV6(* zz{Ou0Y^;XVxCaW6!5Rhwr{OZlsS0ETeWNda?j|Nw6`PpYz)(39RG#A!R8)Q2TQ2%| zp)BF>ME@5uhU#BI6mc*ltb0)Myw$votKhEE}3hV3m4)?Vm}c?j0*x zhpgITHK5ag2|zG1+!4-&-O>SQh6l&nr#C8SzQXXu_O(Etr>`pPOUBkK;G)p}YIyIb z;7gzOm25a*Gxq~G5)YKJP5SAlc%yGLE$jm1I!JABRS!mXf)~LPT^{N+28{- zsG34k92IQq5!V!(^+#Ji-5lt`Be~AO@Ih3Bc^4xbTfhK2I05Kx;5IGM_y|p&)gTBr z3;+F~LkUv+gYA`z+9pimBIy>(q_sy7W4oI;X#XeN&^^(QK$0?9wy#K+qsK9A23a z)b|btbp$Z_HS6e&$+V~^_)VHAzxYv{#MqXBT2(Vo83LI<$58cB;IN!#_H+ zK-!_(%Ys%O#QuXfiF$O)d;&eMLs{W5Fx)z(}Ynv`ow*iT=9$axayF#kFO<%=N(0k6{D~PjX(O;#P^DO z&#&Go8YiG@f!+gIkNw)^M!+!VJ4qDjG#!tR8i1HEKx!E6|Fz*gUG$Gs@MmfNwQ_$v zCB9}bR{?DfWEU!`Nb|Awmk;-A$#lLF;x&<4~%pAQr4t+1)j zHxiA*a2VNGhOrn(e5es8I}U6q{JAem`&H4OFKF(6r8uhgp*U)&k0uEnV|p}K@BOY(VQ$CnrgW!hhFV)(ohLq3=KN>Uvp`SRmK26@7 zwniL1|FdQNfeS~?KobT}A%XEYhFu7yOCg3BGU;oFJ+5SFarPbYKpQiF#Jl$3?*F63OHQGNWQSf8^_l1wVADl;j7k z(!l~4ixI>I#p=j75qc--*9;cQU|4&|?RJm`ZDjfM-tUhQ^aZ%BAF((bPb*4hFz z(O^h3AP5M_d9t0rYFABMbn`0mXo7 z00EF}tRu7mc7Omt5@0D{C*UIBApo^uZ3a6OjF*Fa6h6VQWJU+kJBz};&{`v-NPUd3 z^x)go4#BTi6bQ6gqy+?RV?+EXSZqyl1q!MP1mGaOjSfTW03q5sM$v$AU?YLnrN{*n z*~pNZAHz1ng2jpi`4x09cvJ;X6b4{u$%o+w#(d-b!N4cj%VhZaqL(WOW^KOh_Rbk_ zpLn?el}E}($p%dNK|?yyTnGY6v;qOuLM4MwZg>=Z5PyNgqoTkV9$Le|$H)`tkOsZF z&cpKw>^q?PhyDY*$d7(q!#&C9X{5u$)1yn6>c85LQ~g_en2$j?pXEa3d?dZHC@1c3a=)ty7S3gAuyJcPJNa3^Kd6U*k+6GZ^zX8}Hde<-+B zUGSC)Yt64GiaVhK{7ryi3+f4vtj`ffg*Sq`GpC*yu)3Zo2lpeu?`A!56~Mavzky^4 zS*``R8PDs99WUyM27opo3cv&Kds$CxudgROKhzUT04%^%KnfrauoI90I0{(!v7WH~ zR8NQj1_HDJo&YvrBw$F72ErZ?2gnC3=+!`+>C-@r=-WV4h%^wqq78&HzzlFsyn(Qg zY9N>ZTl)qg%CUiPb!Z@lfvW_rqf-Ns4LHGRAfzH1h$rB72NyNvpZVnk)L|Uu#|6Rw`o3uB;C?ea&<|PU11o~jFs6XQpR zSuiFCJKSt8m<(F$`NP zy6++5k?rO`R%PT6mhA`Df6#aNms`d+DuuGH&Os)wf4z|JG(XB>J9;ZRe*c-z@Duji ze{{_HzvsG6jQdj9^o61EUmsF-HaYfXf&T+02bMo~Y6?iI2m?KM2mh8;>;GD*Ncsaq z=Ewle7Upd!FjtOF-Ji0XmB@J)wx zTSwFr;YxB~2S$Z)xKY^nEFD0nLH57?27jZQUGC=7i9*Z+_?itJI=o%Rg_N(Ol<-Q0fhlm9S^@1Ea}XIF z(~SURTpZ3Jm#rDfKFV~C9cl1QMTa8`ejrb2A4)UujIqRolz|b{=p>mpmX>WH^tZ?45}60J#&qR$Z^6g9uGYXIU^^z%*~=iOPTE z8IWdYF&hdodVu27$%L#jV+5Fz1-d#6E&M{cYG4naRR0IUtc z!h9tB11U6A*ciBPaxToJDz@Vt29YhKa3Jg3B0PQqJCfrZ=?FcRD`_GihV6nYx;^NI zE4w||aRRnN9?lMeE*)m^sGqfHpFF}arZ+W|=})->D3{Sf5aYq7EgOKMz(RsLwyQuh z@=?8`I)_0yyox~jg7I+sy9z^LAg=<=4!0vDk@lSu!;D5EI*9jW1hW02V57vZKci4i z5bim3$c-yZW&|*a;8vM_5h3t&@Vp;iKawY+`#>)GwR^~5dqjttep3IwppdYLsF=8f zq?ELbtem_8Ls4nqput0wRaA!#Q&ZQ_)Y8_`)zddHG%_|BZfZ7Sq`Ac?ODpTqV{B~g z>>V7PoL$Dcy19?@@Eq?o!F!_5B&M&Qe*lnMf`UUPPYDf!PG~BK_@iTDaPZLKBS()NKXLNZ=`&}~oxgDLQqkorSBtM*zj3qV*6n{v%kJDQzjyyZ zMdiasRga%Mt*)tk_WZ@my84F3SFf9zTUy)RynXln!^ck@6-3udd(Ds$$m#>CNBY;T zTQ^D+LdTGXACUY69YAv4&Oq(0GrE*dbhRo0`O~6gIFpBm8eJf(ut8D5U<;d~vm!YP z7!40nL-s;o)DPjm1~h^NLkcs$}tvgoWvTUdt&ftl$TSU^SN z9GagFdt_LUJ`%qFA&85O!q(v|8^6#%3vNJ2h<>j|A{1~0PzxB=yOHqi+erBFHxj!2 z8i^RnMScX+E@3*Jb}PSgoKE*GxA_;(|5m;~8s7)*@ttTRaaOF6@Bw54)WjPJYrrHx z2H-Marg|eW8W0RXe&l*m?oM!z0WJgX0HzOXB=!Je0LYKr2Fkq$uBlohu^LxViN%Q%>j47-xJ&uUGNVT?x)>IB zC? zcEKxRHQ*TFKHy&7Db`vohpcU9e zQ~)f4nutAshk*6rO~fuh13-rZ#{e?`aS)zIL53mCk!;Gf@O}p$PXc z4M6^3l#Bc{-fA@y)w<1uhITWNrqfJ30aWWX6BG5D32}pFLJ4qnatC5q%|s}>nNR~< z1wVak0r;DPn+g5MX5u>KB0s{;E@3*JcC|vtbaeP<-EO~l{?C@zHGMpkztyUlV2*Ak z60Dnv@!;=@)xOQdKF1EE*fbL?+h$@A;2ikrV~jD)L^g!$BASU72hv4;gg$US?f;sa z(Ix%Y()?T8`CmN$-}3&EV-`?;woeCccs3J-H00TfDdj#>_yrB(qnu)3jq>KCr zC%c5{c-kFBokxd%))oH6^MAIyuIbaE{MBw9@NjA-Or4vF58$pwppLzPx(tT!rtoHB zgDdGGKf zV%KV@7s^F`gqdB!bUf|yN0aI3@XxvrzLWpY=J&Jdz2N#M#WfRB3C)B~d@~^m{;p6= zY$kH2cVKoByo<@rgcjfi_~~Q)Al(WG2jw&q-KUW*@*}u*3DfbkEBT${bh>Z3H&Z_^ z?_25qRQwz$|K-9Clw>p$$L2Q^NdQ>@ee4Ou>t{6+maCcxG0H`Lgx8s*ONYCt8(od-;FwcpQ|!VonEAX25%x)=a1XE`gsu)*aefHiQ*cHWLQ3Nf-GM?7D>M zc-k$R^?7&BOu9MShH~VLG02Yrb>5J)bV; z(eWj}cs`xae|7Id`G>AF6JfwpUQ52Ek`sIyM-rz&Bb z@UWSf26zbYfG~nMpzu*M(XXnR=>HUs0}cZo0shy#3?w5&9Iz>{R)81|(NTd$46_l8 z(H6E2u56GF0|O9N71$uc$Fe;CkSN$c6UKIjRgAIGAyJ6d1{=YCgJ}92%Lj-|@|$=Z z=>8aBB^lNg{6G^CQo#gkW~5~FH*84%#tnQ4e`3bnUQGRi-reQ>pkAg!YfmDkZ-e5uFN2wqxs^~?4Unf$+@72fgo z%AG)c2wt!!*N5Tp&<*AXlz)(qhi4SUs8SuX$esdq4D5KkT+ zI`v4#!IuUvDPfigGdhA9#lh>p=<&F~wk)&)#pZ^AcC|3zutOwpX=pF~m|^`At)I6C z$u;!$AbFGt8vEL#$P_3FR%7v_Lu*%Pb(M?CfX_lyNC5Mz$Ea?FW-q`BKIj?2Jx#~u z+B*2fgW3*!W53?#hOxsy!GpSvhM|Twesd5(P!nntwg{lkJ;D!qJ8~cPpDGORp9u-* zR3JRUKTsIlD*T7d2IUj!ZO?`3*PrjnCwtqg44vLraK)?N89L>A+sA zkgy1-NDlBnqPf3igZejVo^Vf^KrD)YPaCuetiS+mIbcU{LqgG3QlL*DQa%t}I@q=7 z{Q^Pn-q`w}l66 zF!JpnPg8?6R6Z!N4CX|Kf+`xM>IL@CKsSZ42dV2=|5;(K~A5 z%TWO4sG-&Yr$t6}=8kwW5h0+FB%IBJ#}1qEzxO1#NI@CC%0FF;sMq~1 z-NnB@EWgkQ(Ei3o+YzbuXkr2k1(m*i@m;o)A5{Cgxm&opt5`TVsG2ZHKlS>XFd$|q zC}Fi?FjT;+#!zRdIC`pTI%!(C;m;Bf07=RO!)dg|AFMd^Rz)JMfzY!4Y~2ON`$vYb zG|8?B4QhVjN0Uy%VEY@q&F~s11N|%n`Xs7?l^KB{K;7wh6&Q%)2H$?PYYLPjqSg+| zUNLWy9FqYHC6I&q0Kd>!n6IJt9yF1m?TUU3tYc3Fwn*Xf;9Ufb2+*oosz7Fjy--M3 z1R^!!7Z)-G-cYRc;V z>|prneEDL+>qie9Ra7C1kZ^VA8iHU<0sRI3qM;rzI)Viye)BL{Uw$k^%Ym)<)GJD9 zoeMy^w4jF2y^KzwIDWJmGOBWL`z60GA%WL7Y@f3T;a-hX`Uf2F4(Zwre0(P=sCDu!2{(tQ>_B^(rI;0^&P2O~RWntMz2GSGTq zKo0Z3@9$R*L`{SNqa_ZP8-i4ak{P1yrtBy`>RJ8{MTOt|cA;`KajAc{_Hj9(XgmWt z7=Fj#{on8C=cO;5dT8oon3h9__2Un-y@#jHM=u zLLGx<4ruXzr6AZO!45(?D*kjG#zx{X51LC*V{AlVhffFY9)G+oP!v^q%L+YwAO{Zc z?fB`ONUr!V3JEpskVq3Q#>i5+cEOjMQC14{84EjoYF&_{G)!!Ka5r^zbbY zi-6I$CT#=Z50CplFB6T-@q0%PUMP_c^dKxY+M^$aMx-$GiVg~9a6>s!orbA+*g+3A zs8K34=73iW1`c>!hz2mQ&4Y~w|9^b$^x4g!?K>f$rxIR^FGpgOfC~oE3{wWR`v}hp zzfAh&<|J5FQ76aS$QZy^a>wI5JcZJLy*uP}u)JZY9_6Ef{-QxIWCBypFN^#7xmsOM z{9DbE`Ytd*y8>3z@yq+rzWELO?BT&Q?$7p|pOppyD2;vk-sn+BUI z@B|BKfYl}h=7pA26JRAC$q4^) zncq^b4%ZSe<+tve|M$m@hrNH{-rFT!8XB~O3au2uhYwrxY2S8E5DedNF@RAdYirK0|W0oDc}$3RqG5R&{xM^JJ_l%nGp z&2;F*g+l!-8c)C~UJ%$TqqICwXTv=8-{hOWn)(~kVijuo^;zvv(=^z-iYy7VS0-IU z=#J1bTu2ZMn~+{L7F!1zT4WSZJR+zS2ULrYCl;@_Z(@ZW2v5xM8Z-0^_$2NZl4(@S zOe!B3MWgMmOeB3~Qqt#mEc3>O;gGscC>Q?1(ja$ANCcDx0{!+9nRq`u&2^xTAz?qM z@0dP-zY9!Q7$S4B#5ZS&aN@{sX(t zVRC@J-=q!;#P5PCz`KOonG#T+SiL9kA3&-|t+{oIAtlRQ?vady)h77gDJ>46digA~ zb}<5IaR6n-xYI(~I$YqrMk~Z1X$yqAhn5&aP8zyMeW)NQx}gGCFyaDJ3=c>0FS&(z z6cPlpS)-r_g4HQlOpp9BhD_-k&US$z4dsw=Hh2+@{7c3_>mfZ`&y9eI{nu9RO={{Qa0_F_V2S_^b9~45d@DH&7fT$Vi z*M2%~Cm?gCio@|V$HtM=0z$@NN`)iLxkjD*mW2UK8MlR zZ|RCd$U%H4yy3guwGHT?n{@i2(|t3x`v;DoWmkTeqXc~HF}(=PzpVjyTE1eFfZH$Vpi zlm#Y9`a(=1HzaeiMNg%}hl`^gu`Ouq#mjfpLL_DqAw9LI2W(G6?#J)YS4L^cM7ksb zkb2wpgg9%c14NPdmyD?t-^-RthBI~IgroXJEz$vAMu*YpucfOcv<*%e^1FAuo$X&Q zTdYBVI^T;;^Y6&-(HQs~jf=3MNVw1xkwPP=vQ9dKXz48HH}DmOQje+qL8a!k-G1BYBG;1i&u} zkOn-v-b~co03P>E*!x7e$d7QQOPG$QT{e}D4*#s1@QdgFYUD<;_I>-DW}% zT;xYCL4`fQ?+4%jk^w8qnu*hZ1pwqnF7F-EeGdLK@NWm#9^8V8X2J+~^?L!x{}9|~ z00#Jb0H?k)Mo{5saQz;Cj`dXdF1RzEH4~2kI{`NVS0r0L1CLY-QQ`JEhL0n|W5HDc zw88PtpyNZD^Ka3`H@A<{3xdv>mc z@B&u`T!Sv)K={Ig7DA-rzu{_^b4$8}eQ`Zu%?asUGS2z?q`2%T5(-2m4HK#oYrzc84$ zgau+4R5C{aL2b$ySQHP2p*$Vy77!T{5yiA_*CE&WWbjj@X-lxdfCpcl#=JP(>thRH z`W*zq@sv(!7I*T0@7y0fzU3=<9)~!4Mk|pAxGx5RqJff8doZ3pP0I-*}5-tE@X)93zsF>YKB!X)Xut;nr zq5zHHzW`VXmDTZz|z$$+^4L4d`AR^nJ>D=`-G zrrmIeGlOIO4#IV;g|c&72|mD(O|67YKGel}^4P-SR-!Y`-XOzQ!94<)ef@JBr{XSv zyAPmr7wQS13or#(1DpVSfF1YY+y|{hOhqg49QHbNiZ4VVtd2fP{aIc!YY2q%Ckh3muHh|Va3u)1j*@e)u0{+rfqg!7m- z!osGF@St4e$LJcS<0*H}caFE`)8#xmKJpjOr}O!*ZakDf$F7a=1Ox%%06t?$-0I@e z@yMl*(S8*EulOB#{7l)M@8fTm-MQZA>sSkQhp?`TOUHLUM*C6P|BBy{$Iq1A`9A)3 z*>s(DzJ?_(ZNxD^EkG3N(H!6bSPa+-I0=w;Z6hoJhX9uW1YnF?8?gd_KBZV-!$7=b z5FTSWE*ID>466_>*sG04bWzew3G5PsEiUbbiGhv4MiSUg_8~*#f5VPBYzzdgQ~YML zGQXT1qGo7vIoQGxy^He)OznKRAj}4eAK3EaBAFs%$PgfDvCs-JNQ1siORZ)onlZFc zQYuKM{^c5Krw7ot$AgsDCPCX(0ib=%-T)tf319?ZA|Mfv3{V;AVj2t5Je83qsumOc68iLE zFnAPFQ?277A_F2r107(SgEca|VoPfJwt{W7Q7#-Vt=t?WwY1j-@!@Q#-FX@sW(*Z} zTrk+ch6U8$U{f9B{OmaOFSd7sm=(4nLc#D-w9^2PuIf%JS|iOyDvmTY8)>Teqg2mM zR$WO#T!;2+yuO2)XTX$BsW5>C3rS5(oFiaM2hxt+Rj)Qka$#iwDjj~%tkr`-6zy$- zYTv{Mni5*sV5p2#k2aa;uS&Y3RB0ZBqNa(tw{K#Kma)YICetqg-!pKUq5W~fv6(Kk z2LYLE1e-&!bq4mzLYCz27GTXIEBELg$n9auBbAW`^Z&!%TfkM(#Q*-M3lOoeJt_() z-GU+|iXx(bt%o=VMAAcxfns-ecXxMpcXziw)*;;cnGHAsK99dA?tT6L_a1#S`<STo%~Ko+eT&DHa7oj|FX@IjG8xXPUl)Y+ApqP0*xgiNl{p7S=y1gojJ+t`r$&h z))#Ts+|`^}`9pi6WV*uHW{r}pAji9hgS6j>hRiY_IIT?EF!P2DONW>a8_@)>ijB6Y z*RWwdOKa=Da%F8@&vL+kzj8HTKs`(M9(9}j!kymBOfECL!RAHTfr+kQDBWk)RbjOR zhJZ0|#@yVpdu9l=sY{ME!fK9m>qN%;5jOIMb`tUDO&Z3_;0I zue;s9HDROFJ&1w{x?Djt<5s2LS6w=hFr#zbB6^Tn4Yd0dtU*I2Ww!=sm_%lK+px|e zdz3MSR^KDNxe=xBh>3nGvMH&S-X9VI)*WFM(Z4juwageOUgS|aIGBNGZ-Wnb$z2!v zW%g5M7G-#P=on*_C>bnWog5wP?QCtVV?O!#KDBDx$kM{RVFR=J_3FAQ>(s7QlbW(* z>WBri*WSH1tnZ6c*B@NCb7uGU%^O#2I`Qc6tR3qHWbU7PXw}|D3#T0%H*)ocoy&J6 zuRpM7&Y1DpLvtpNnxwryU3cT%o5IJpo_!m><>Sk*pP!HZ@<;yblSe*Wo3ZWe)`2yy zT)uSm$CcGae&|NY*7o#1**A=di4xmAryfP}uV4cbscA$=Ju7`HGeC;3a*JAp_%OMo~$Z zP}hL<(bzPvtWf-J1wn6x68&yUEHC;gcK#(li{tNK@~}9D|0NIUcknOyMcz_Egcg%8 z{zVV5wI)XE|GB>i9J7q<-+IqQ9{wvYxyZMF4pZI>^hL`NN5Wml&vYWh`H?lSvc5e!`I-yy9F~({P*)bx4;Wp z12ElA%`U-kR|b%Ezo?O6&JRlR1;K|CPzzkDJfKx#R4)`w)A5j7$9Z0-;DOp;d*!Wzlvo^f3|n zLa|hCV8j!MBr=6zxtz#V->HwlarJj94Ro)Iy||Uww*sac*l^)Hwes?JYUri!R5_SA zA{}*x`c75n=_o6Z47mVi8@`U}0m3177wD+fU=Ij}d_kzAYQSs+K9Zn;@9q@yEpc?K8vnEJ4M_B9OJXi;!A+N5lqjbQ?Oh4Q|LS~6cT|bjSxV$CC}Ebo&#z>v^p_`AjW&+b*E`tTHz2eNdPq>~&N<2OZ@Iy5Jf=gmE%h2KwXr@3@aI%n&fDtB$%Hq@(J#(^1Y~Q;3eLAB=l} zAz%^Yl=euU;0l-o`CA7asmPy_Ok zbleMk0v@S4$}JQAfN8)He&ojJs7v56s1NyaFFa4Ij&cIGam``aRp_Im8i4#19hC_V zgUjH|G#w=zjkpAA@Nqoe%NQNC5NrkyAuk>admtQ#as#qC=mT=V7+k+)qK*8$1Jp;78~%yf3g75PugB$Fl;_2$X%ers4#| zCrATraQz9~ry|VyVA~3$lX(aicm$R~-aH@gdI6ppOoJ?3i01>5U>M|>MaVDU5J-o- zWii6PL`PKu(U3(;5eGm6IzsNX41R*6z#sC7 z!>kWf$B_mOA|AmM&RsmHN11M0&@N9c&}hE zm;rhE4WujZ3G}*)^l=ku1NLE{Gi3E`)#w?E^y}*fBFhF++L))UelB*|qv0uPsW`?&i1l@Pu9XmUe(s%lI z-%9alSn(FXDYlW=PF4f`&uY>qRr*`2QO9U(dTC-~dZiLIcyz}rD_Se zajk{|1G<;;KM8U~dMsJ*fM6F5+0p&-B@~^iR0;MDZm}@1CN>uPq$6J2Mx@03^A;CY zEd1ZAJ5+B;$3Krr{ne>@+uZAGzJ}sJ&qm5do__zG9&xObLSkYR#+0m87Hjf={)T^{ zwf>7IrkBy{DO*I4SVfCWu!u@lcclW$#h7(57>J~+zsP0u=95^_h&^ke#(^tExD#Zd zVOjRvy^5Oo#rd?Cldx4CvTOjg3i5 zN+UXpiUn5j22mqf^eYNe8CnmS^^{~|O-B9Ue;Q^amEw>h*m_BcEUkxv4O&NtGE0-n zzNHj;9Vh}vE8Qqw%;fG4)f+`?K}q?Yfsy~xg)Zq=!CkQYF%8PxnktLsh*<2?%xo;q zP5@y-qo-n(C;`I~Dy8G^b`kybeC(U}&m#0E75k;1ye>(u`YK)j>wvIt46n6xV3?t6 zqWqZs1Y&GG&EAE5iz$pYmC~1SiGaNbQ+4eB>!&Ev^jzk1a2njntfBurD6}#FTUG}) zf)h%V0~Bl2Okor}DoLx}nkmeBt@SI#A^pEr-dz7MLIM-`>1PDZ-zrZ!anY7}xYtd~O*$avGfxi?qA{ zsZRI5P>@b)+#w+$EgaDtBz19Opf2u@5dgGrq9alv(8WLks^uxL4kl~F)y$gUpVKWm z#5oJHNSx$fduEbik#%TB5@SQFxN<1A?}dgAxxg`md@4y^AYK#;xKK|Zu8Y6K^fbhx z75~9Z6D`2+zkQ28X-G%V{{4l=q{+#x(=EBKcS9OQ9WA7&OMtlh=g%6QMsEUPP0A+h zC*x@2Xh(0kfR?c)BEgnD4fP0^zXzqi*jOi$nf{9W5*vl8Z;UcEgD5P6QX={kQRhfB z#K&O%#{VnLk`gp%XA{+wwl+}_+L$CLIgf$LWo;H6%XBTzCWkY-eX5ZTsuyY-&al^n;gKS17f`PLZ+`qTU3JsrYy(yDL`c&wZndX3YKbWL0*! z%iL9iOgtvFn^vGHQ|zJE9SzlsWLk`8u@z}&VWv5;EGj1bNepV~$`RQGf}6zr8*{S% z`7?4^hxDxJXPs2ik)dK{zd2u$<9`$~z;qf&b3Q9Hm}&@wKMngn(O zoA^9xG}sQFfsh2qAR6v|g)Fi7oDP0-?hfMEi=5Lt&z&RYJlJ0V21y75INdjo8a6nO zDwmx{d4REC7iiEgj~W1$fN!9F|2!%HXu)k@G$4;Y>bXQby*cX4bm zFpr7_YcukwRv-h%MzB8y^DZ#X0y%k9JzK3SOyaNpF?Sz* z^RLe9yZzsBOu};$X>`Yk|2e;N-S4>ht9x^PaOPjR=gzPAi)YgJudHLvjx&kB`p4XT z^v%CIukZGM$1w@dfH8U0OoW{y0CFbeP9^MDKqe4(6Iu5oS-Y~X;oNBS{2~4l`zf#^ zCb@_Hc_Nd05dV?^abHr-9+gKe0Ml`v;{oK_aBF}(#@Wq=OpZB|v*%1=f0=bduI1eR z%Dw)1KisDx{QfpFkE)4#8$&(^vlh(mFlPmz4bx*5nCgGifYie-&;xIJaBabN$FU_Lw`D z$I5@^cg=B(-;Mv|{=`4dj~}eNI`CWn8c+BW&iX~%55+M#zZ@nBTOiyMlMCA+)-C7n z6UdVB#pgNulBPM_5If>G2MG)3FEP0=mUUmwU4Y)bI6Kaa`;&8=8-0_6V=S)O0<%wv zun>3a%J7d1dr5yddt&OJbU?XeZh4~b`1y{jm)-;%vM@7ucqr@HP^2jJ;$Q`^SZ!Hqi%(RYBMnDFsajKTRSQ9eAtN+MuLV@AQb+c;bHu zrq3tSip?_VUInx=GND2)meF09mO{%J5k)e0f3)b*67VqHm*Cwk{-4okX&!Zc(eGVT z2>(~Y{{WbMz#LrnU!g#_8ty{g0tKMa?mX%SOedJ@z&>ydoMp{-I2VEAK42usVa*}1 zuY_YW&=febX5BS;)O}ECZ639XHOVnS0G=K|`ExLj$_69A5gH-?{eR zxaQ^G2=njU_wV|f7|F!NC76YvM^rvF4$J_Hz!b#QYSvs2^9Z;Jq;UI|H80{_1gP_= zTD|kBNY*6Bgz=Co;rvCoEsV{lUa=-QCYa*H~Ao7}x?w z;0ioIbC3a6&PV=*c@pMXa1Xo(yajk3P!HIE<{%hE04>M`Q@~QN4IBqIz!UHVNERY2 zzydS@twA>s5Bh^~U_RIY4uVVI0eA-rfMQWTRTVS@PQV8QgQZ{{*aseiH{dh)4hjHo zG2SPT0Ygw8R035&O`rs3zyeqSJKzL7fDZ@&!Jrf92{a%cq=3F)5Euc*gK1zcSOQjq zO<*TD0FHxm;40{I2x$+T1<%2=!-)GMNV9+(uY!3Fj69J~)jo;vpJI-OKqkkNU>3sO z7smmB9Jhzr8Ki;kAd)?fg_#U|&mwH#1|Y{f+2f(&0_rHBfc|k`Spnq>*r(u6e{+!YpKBpeQ`~aeG z99@o~AIu3L%J?}IRQ@@&sKRrq7tB=95yy#@7>2-{0dgxprz*BDpcJ76)V|09sv~QX zV}c#zE*%P}ZXtN5ke9P2IVKE(T)TS#@3C&b!u+3%&-_zm zJ+Vo)7^>8g=~=4Cv}laH{Kqq1|E~8XW@eMMdkAa*JprtQN~V8)i&QNX$)u8LIJgIf z(-XwZ_YQ+zCz8Iuv}R5d+Hor-xE5jc#3x*xKYYRU5{St+)phr||1iJUJT(q#19 z(3>A9Nnn3@J^N;VchckEeRIW=?$b3R*C zvR9I>>7QPDL*z!K5%m%D#0N6Nh#rz=c4v;DlOq&{5xr_;y4>Fla#0xpML@qBVl_5Z zE-Lo^?9oVoGx2O}FI_}rq*jy83Fs-~4)J<1UzwGn(wNN`SdnZ@!5-2v#dP?QL(GEZ ze1PUJ&P`HOJf=Z#p8e#r7FzN3&J|ydBNaQ1i1jA*=RmOii$oocihGI-E?7(mi$o@r z#UcrszQhKh$f`J0MOJjk^rhm^WhBw*q%HP3#_s14NMqOqT%(S_mMxg(r}m50wm`|7 zrAEF&q{JmB#bOsxEbK-GvPEiPa-7n<0$avaX3bDKCkCkf(eD|G&Q$ba`V(zip(qm7 z?b1^HSpPa|w2>%r6Z|ykD4T*phk}2)kOo>7SN%pT?annfP6m#0JK{h7ikWz-*D4W$h!)Xxn4M9h6VhsJA zvZzO5p&s^wR4PiAShNDbGCd?8(pa+j4WlZNXiUKb*hFY;L84TYd5Idk(2(+ho;XEj zRbeu1R(w)~8YY=zrBN%$yqyH>lR|=@NYA;Vqd0|pT-n&BOJ{F7eKB3w*tHd&q6~L; zXPmgZN2O`WzU@$t#%?KBv#OHI`#WogtU zBZRq%Et!f}_tF!7NZE+bL!UIxb7g>^yD}0x5RtBYX#HW;=auvm8knMN<0JZJLCX`i z$twNb;daX*<#LCxkWf`%fRD<@+qX?<2XEgNv`vwemdMUpMkXt|P92*>!8v((JefS-*e+=BI&_Xre1GQG=Oc+Bp5u6g@}uls!1Y z8VJ@Fg%q+I*=-b02oE@kIEmoKOE^!}*qT04n-qtnL6i+4ZINM}hyk7y-sOc9D{ddS}~Nm`WPYR0NvN&=D(YJALIIT~6+tVI$w@1c(@%ShoUrDBti zp4lyYn9n4VL@4tm38agn5OxF**$zdCI*pXnF)-mTal=|O$8sLxQ7lF&Nn3yvmRU)N zJCvufT6Pszv9o}r5aNn+gmRE|Qu6La^=dk9ii5zUH2pAO^CV1TN6KX4xTHt)cLYyf z+CH@xtZho#(+_?NL(7v?Bjl6 z9qJ*>z&*YV%Fw_N#ryqxnNopsLyB6I8qE7(m9r{-l1io)+H>-r%c`PvKs+-wq2k@J zp@F&=dUg`a4l;cOw;LF~Q9}cC?>9N|RL^44Dbp>rK{UxBgC>XWc5yc5gq2TIzY;i`5 z?(PxsnB<*;#tbIiTUc5#Q|ys>Y!u8pEDjU4Dnus1#Cy`hAlZw_^rf$eg0f=d7_xX4 zwO{gmEX#43ucEjJVyd~Q=+JkuVvF{Y@72b}7XOR#1+%aqDOvYs-b|IH1zlt5MCvI%q~L=G-hN!QBp{{uxX2PNXvNVTP(f)26~+E|3rzK-_z2pi zlS4=qgS|C5(~7QNux+6LQoUf0{g4Mbkve2o)FjwXo*bjMBJW5#9 z)!b2A`MLY4=rb5i795khIH^adutosId74)9OZQ2{J*E!Xl3Za+R)X51K2=foNiEY-$dj^QU#!k@3PA?=A*{Bha0>dT5l>c1=-&gbFR>zi*G5myJg(cUjgJz zvOxTo(L*~`ao*C!FXu5^+9R&;wJz!VpLofBSc>Xch@sv|MQv1fQX$f6n8v5FIE-a{ z*V0v}J4cb;OIqiBDl0ct28FcnRRy=`pn|DHvozMlsm!9Pw4Y2LhXtY|%H18^9>D>@ zEv(pjzSfd-OctF|wdl~H)CZy{88S7(qN;WT>YRvp`gM~sBZXA`J7fgn@Rw0fyCaLM zG?^-G29Xf`rGpF|%4t|GOS%9o@U~JlmZal_tt{byw97H|Ej<=%@oDYoq#ed~CH-zE zDyOZ0^a#+4@kyehYh+CGmac7=syP-#2J^;A3q2xU6{jH!l791jz%hA&X>{KYV!us` zE_kUyp&h*gOU3=4e@N&KTl7|A0TFIrGSYwJ+P`;|Em1d*E~vB=tu1bftd1@oTbszV z*m$*dtlHL>d`1$@Q_+4xTYzmx|7=;@eoy)N1k=s=vmJ`2pDkjEhM1ysNc<}Hg;qk3 zDsS;6j1AYEr+ZwBykpMwg2n+x(LAc-#anOF9;;Nz?5jp;sKSy|y7ZvCCClTllEsTP z!&x(jH5ahv0hsuaOUTcJF?d`*Cuh%@6-%7w)~ThCd8y`FQ&`9u0g$&U*!r$3Uj=ltXB zx$txTa{h4f$vrP;a`DTZFZo>D^_>6Qb8`1BDRb9z{&D_u&&7qCbI1A1g_ny@&Ym;5 z_~fqROwNDqdhR~ldG0y6c;WoxOzt^2nbX_J+3$EkQ4g@!?NDr0Hw`QWTfi}J9Xtjf zaQ+R-+ zu`N$k&=|M?Zx95!fS!OnJAvr-Byc*aaL8lyINtXq$2{JHgFM~=Sl#!gCF;EwF=2mz z{5?S3_aY|mK@wx~!VeIUcR=M85**S&Zk#N25)s%Tt4E`KbP*ga)iq-e|K21 zcqH`yjQTNrGk-bY$`0VsL#~$;Sn&QAm>CpOZh&(asCUfS{Zli%3_nw0x4l^*bsF^b zDUFfm&vyQBH?)LZS=SLe;`WJmA?4SikW#cPq)b60)~wx%k%`@}@boXF2t!$jKaFvn zIJA(e0_?;79)7sijJ-aLHKYFr{w0PKQW3PvD!;L8-`(BU%F@EKX~RZdHotX~bUWN2JUSuO-Mt0rHwZ^lyGZo`Hnu}gNG!$x z=}urW$PuAr9Q$)!>fy<0iCN?$lWpDK?sr>Nzw3^)zO?S{WRnh68nnV&C^HbPMcvwH zhtc|z?deUntY`%d^kIq;``%!44>I@3k-=w;642CtY6Zu)0q&@D|%mPX+VNyf*}kd5l4QTK0d?g>?L-FmpYXOq4e ze8t@Blm2(~#(F4~jmhX%L^K(`C7ln-di9jii55sE(Gl?}nrvmZQrX{KX_sjeAD^D^ zdv6MDD7>m{x;^-FQ1o9Pv!O|N2%a*Kgcto@38~&{XqeYve>xI-7}bTU4Sf8I+_d0^ zn7Mi%S8wF%gPh6fNq>lG&ddi}0}C&W*LpBO*Rj+lJ>1o%m%GFkCv6Gn73h@2r;iNz9$ zti(@V;wLTfBlpq&k>|xL{3%Ra9MIvwAFPZhI^RQENR3V_q*j6U>4j9!ltSu#Mj^E; zvyl1%v{{AJF}U&XTSyJYIm6UK>O%iQYCOz}0}3evT$c{>7HBxIklF?Ua|)?_pv@p$ zGai1!-y>i%5CIYnGKfjK$Jo(UW+%?l{X+lM97gn0(8G0lubn8L>Z?l1#GFdJcvl;H zR&Ncqj7Zf$6{NO!QXG$$gGcZJ2Y?bR0O8;PAWh5(AQ)T#c3=ZY1|I-v+Kd3LzzJXh zR)AjM1*i&UfX?6sa05F)Cio6WQXc~Rz!6{umH;()0!S5m3J3*PfD_mPQo(0Hii9yB z5S#&4U=4@|Z$M2j2as(g?|`OY59kL90LglTfe$zY>VZWd5pf`90s)JdeE4T&R!7k7jTFc!GUk0Qdn&b{Yh{!9h?LECdnYAs}4^ z6G3}$5!i!`pbz*6NSDA!5CBdBORy5ef|r1FvCITrz)jEu>;zdr2S~Xx6tnlxwFmM$(gRLM9d;z4)84KEiv%ngx1qt9Ss0HSN9^fu$2KIvfpb(HEHy8MV z!=OG`45GkeK)NO-gAi~TID*X}1^fZXCulTi15Sg+U^R#XuK{WD%?91TZQucRgKUrw z$YveGK}&EPn1kgY20RC(sW=^U0@r~n*bXwlH$a-4<3T%c9@v8QAPKw&b-;X}0{204 zupbNr6qEIHa$tIa13(EDfN<~tlm`<)Ft`Bhzy^>EJ^&dQ0a}3*zyhoQy}%1l70dvg z!42RBc7ROq9f-gX;0KNXGq41x!4pskOaY2+ja2um;3~H=rh% z1GW!oXGF47P$a@C6uwv7jwD z3#`FfkO1C-T3{~d0q%lkU@zzo3V{&h0$*?#)CY?}6nG3Og2^BRTn3I{Ge`k{00S@@ zv;n6;f!Cl0m<_st+rR_t2H7AVNWpN>5*!ESU^$2Z&w(kJ4myGBz!hu<8Q>c* z2IE0Ha30u#^&knn2X(-FpaS z2{?dFKnp$r1sDZdgHxapSOt26SD-qW1-gP;z#Z%YeL)_OfMLKN90Lu(G7t@(fhu4c z=m@R>7qAVagRh_*7zcvDIbZ|Ufkf~Q)CTiFPjC--f_-2B_yPD}5by>EL0zyAM1Y6D z1WW|&!9`#XHiACjBanlUAOM^MmS81_1usE0FcWkEH$fAy6J!A$5QCwh1vm;CfTchK zo`T9?DhLBtfiu_&(!dvB1jd54;4H8PYe52d3u=M6pa-}Mnt{EbKPUu3kPCdlVNf3| z22tQKs0b#55O5hdg3TZW`~eKWXwU|n293dL5C>j^8elf)25tinup4B9d>{qGK}&EP zn1kgY20RC*U^?got^-%F9b|xSz!;1N?ZA0p3)X`q@E+6w^MMN72hG8LFc45omH$8v zOfPT%D8T{{4jzE=U;+pR7l0ku0FuE6AOj;nD{ul>fEAz@cmb+{8K5(`0o=e2kO{s6 z5f}pez!6{umH;()0xE$iAQW5yPGAd21)qT-7y|;q8DIt0fOzl*)C6-tcW?(Z1$#h0 zPyhsAFz^9~Ks~SsM1n`40+<9kfJ?vuYyw*F2`IoQ&>EZqjle3<8@vM5!7R`f+yd@k z7w8M}fCLN!{@@sB2$q3p@C;M|(?CaX4Y+`9ART-K<-j-)1kM2)unr`Gcc3s&2QlC|Fa^^=CvY9Og6$v!d;`W{JZJ~b16!~j zB!Ty!4ww&A;67*$_Je_d`t1$_bZlU%8(EKwr4i`uL$gVQrke!K7a5v>3N(X^&=fI2 zbIBAVaLM212mK{>uL zPyg2^N1CJ0M+%KrJ-80+-(6uD7?FjTp!=h_=_wPQj8~%H7k%OJ8ZuXvnUswwwrN^+qBTA3t&Dpoq#}@|?aB0U zoUp_s5sjAK+nVlJQd*#A%TllR9a}MwC91?aJR&t5s=ctkI>uee&KJZ|{|)eoz{fxG zpGW;*ew?W&@!OA-ssB5MF|VHXg;bqNh14T)Atm844W2rNXq<`B7`1nBbaHlab!!q4 z8Ku^s51UNq%EFijh77QPytoT49P2nzl}atyd8W_`?65LfF2RJ}5-SAoWQZGj zVLIX%Rb%M&lq?|I{e$nkzjdESd)MX|4A^DL7JS3e=y4qH9{zHzRwQtSWk6fxZN0)_b z)?sg7dcXxKQE5Sx)MK3nJ2kavd=TSGYzKI$Q)H#CS`+0E9iK|fSg7451s-}j`7)tQ zQeIx(sC>~7rP$@zjdPphw%TpC+ZnIBUhlmG0hI$R z13cS@w2y6{(|$&m4P8!lc^pv~Q8m)3cX027-lKc3(w@}5)GD$YXSdBx&YhgQJ@-zo zV2s6>c4IQ8%%5^%%BMLs#mqmkK+G42B?7S!2A>>AWjGSbc{t?DX=}MuLQaTeG66X! z5Q+FA`m{iRlA2s7;q!#d)k2<_FJ=7T!*7{XM*Ad{2;@S!i1tn>VQh3HZmQ*C>iDf)oEQdon7(yxTCgMG!7Kwz255zel4S{1`1fMUI$jBR)3h;&`hrDhDziABjdT!8j3{7zHwsfRE=8k?+3 zLUlsOrgB7xM2K)ArDF&{OcJ96gIRpM2}C9RUNLmVmm(b_Ts%5WV^j+%K}^QB*erpO zF`kShZ5eKYL`Nb6R|_N(sQ_<`$%DvxA`y~1k{2?EkVFZ&9wTd{V#B<6Qky~IC;Kwf zd0UK#AwJ+Glj;?ltuQhMhbRR|vXjaLQdFbh1ztCti$!c^!=M}-N|Dp?#4@BxF`^53 z7wHD~kRm?lIN~F#;fbY4Qgl*A+#x3+J0cC?{h~x*k_pl}#`tiI|47>8r6Y-}UtY6`;ZHh0 z^z|CEHM7?G%6`G`A6%Ol~b1Wtep$g9dA1j9&(QH9zV z4YKF+4!t(uO>sth>0r{QVfEn(177df4DIHfVEqocpZoFa^xm(2>z4R-`tnjHqddIuwk8-L39KaT~g)& zzn{&FZo@C{)6TznW4LYQ3de%)#U&@UK5u+u>ea+Pn;LG2KDO4(rE;yVmwlR+3#FnC zq=cO@eXrAeve*;$?f9LXJ8u&|pL>5t^({nPb{wPf;(*EvCfAcaN@B8X)lkBlM05w0 zj%~FKrud{PJ(YH4o{LRPOZnBws()r^3n&l^>K=goc!P7lgnD(^trn z2~|p3qy+*+ZcHzROu;Hpi!!$AV**}u8K%hNG7==ctC;A&-=cam;rZ&%4(6Xhp9hlj zv02AWe$vEgN2o^L{_E<35vuC$!wOVBmzcbuNsxDtJT7 zxwFFTExNbA>|gMimbacdkqTT_8eh6N8Z7l9D zd4*QA{CWER>1WRmTTr9WiI$(PX=FM>;q>0QuqiE%+vMCRKgMlSaG@V9do(|G>Hd`y zL*fbpX?fS#%hk>O?j9Xl7)s02PBz$mZhqY41%=&ddC1bp{$}xOZtp5o)AH9_Dx=QP zs~2A_jHl&>9}nM~{Qc1%?+a6Dc}EVlYQ@^ETNOY0(emil{o=){$l(os458%^yMs>Q z)Si>ge~h8!u!g%Pju{#>t?Q2|w7hqKWwKd@?tbczIkY@}$I~72_ugMN{>Ktpp3*;c z#Cg@q?<;?-q2=?lSB#&W?6>pCk1ezuSJ`;~_YbmB_kZl6~N&gy;~q2)CL zvo9Qb)O=I^MQJQ_DTQoj2W8|n%zU!If_JJZZ;RRDE|mdl;u<$l^ayfBJ-Ld&nK zn@m#6p6(eyy`kkZBZ8CUXZDPlNqweeD^0aWozYO)Ocl^FdFLpF=A5I73m8&VzMu@5 zQ@qGEM_*^I71AXaCP2uie9vssd{AwAx&j86D@#vipPP=(QZw3pa`#u+=Ntx%522?w zU~)yy%hgNVE?rHar$b=yyxuI+hUV?&kD#YFU=TU~$QAoVQEwOV{OIdftUWQtO>=L< zUV54Y2BI~qtB;c%&%HrUtH1<>T77(UwR#-+L{F2zWR2%FmRZHNon*vU)7QTmn_OM} zj(^LXk8V}`T4%hUHFI&oA|F1wVeuOp*MCcPru~52WbsIK`KZcf@^_X_zXo&NPHT)^Gym`U&yzW~XO+C(^L(7j<3uf+}?|<(he+ex& z7}Mmo)1lc*3;1hjx%>PXi?y?keXSzcLd)m&y$lW6e`mYBU=J-n@~-#E^pAoOfr2Bn zyfm}><=N+yXQBmXX!(9f-RwWQR+%wKaD|rL?dnXwvvt9v*@8Q?JZbV>Qy9zsJ}o@+Q~VgBs$&%=b3nDd`KB5x`!)+7sS((=&r%lr0hsc%M%HZ~>g&psKAl}veyHn4@gvT0MLi@hcN{M;Ws zeOrH}->okBVqoE%hNum(u;hB?eq(Csuf8WGLPZ{&)PvN3)PG3bhtzvWorkXPkh%`) zIe!{A%o@VdcSPX3+4aC@GSb}6y!2^Qb)Yi~on}zsgSC-PHg-1Fje{bBpa7tZkM2+3 zPVCZ$>)2KCbd?ExRrsW9u#Oh9PnkV<$!t{g2y#R*4-=q6snZvehuWZQ< zKzA&IWx510$S; z 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 /dev/null; then + pnpm_comp_bin="$(which pnpm-shell-completion)" +else + pnpm_comp_bin="$(dirname $0)/pnpm-shell-completion" +fi + +_pnpm() { + typeset -A opt_args + + _arguments \ + '(--filter -F)'{--filter,-F}'=:flag:->filter' \ + ':command:->scripts' \ + '*:: :->command_args' + + local target_pkg=${opt_args[--filter]:-$opt_args[-F]} + + case $state in + filter) + if [[ -f ./pnpm-workspace.yaml ]]; then + _values 'filter packages' $(FEATURE=filter $pnpm_comp_bin) + fi + ;; + scripts) + _values 'scripts' $(FEATURE=scripts TARGET_PKG=$target_pkg ZSH=true $pnpm_comp_bin) \ + add remove install update publish + ;; + command_args) + local cmd=$(FEATURE=pnpm_cmd $pnpm_comp_bin $words) + case $cmd in + add) + _arguments \ + '(--global -g)'{--global,-g}'[Install as a global package]' \ + '(--save-dev -D)'{--save-dev,-D}'[Save package to your `devDependencies`]' \ + '--save-peer[Save package to your `peerDependencies` and `devDependencies`]' + ;; + install|i) + _arguments \ + '(--dev -D)'{--dev,-D}'[Only `devDependencies` are installed regardless of the `NODE_ENV`]' \ + '--fix-lockfile[Fix broken lockfile entries automatically]' \ + '--force[Force reinstall dependencies]' \ + "--ignore-scripts[Don't run lifecycle scripts]" \ + '--lockfile-only[Dependencies are not downloaded. Only `pnpm-lock.yaml` is updated]' \ + '--no-optional[`optionalDependencies` are not installed]' \ + '--offline[Trigger an error if any required dependencies are not available in local store]' \ + '--prefer-offline[Skip staleness checks for cached data, but request missing data from the server]' \ + '(--prod -P)'{--prod,-P}"[Packages in \`devDependencies\` won't be installed]" + ;; + remove|rm|why) + if [[ -f ./package.json ]]; then + _values 'deps' $(FEATURE=deps TARGET_PKG=$target_pkg $pnpm_comp_bin) + fi + ;; + update|upgrade|up) + _arguments \ + '(--dev -D)'{--dev,-D}'[Update packages only in "devDependencies"]' \ + '(--global -g)'{--global,-g}'[Update globally installed packages]' \ + '(--interactive -i)'{--interactive,-i}'[Show outdated dependencies and select which ones to update]' \ + '(--latest -L)'{--latest,-L}'[Ignore version ranges in package.json]' \ + "--no-optional[Don't update packages in \`optionalDependencies\`]" \ + '(--prod -P)'{--prod,-P}'[Update packages only in "dependencies" and "optionalDependencies"]' \ + '(--recursive -r)'{--recursive,-r}'[Update in every package found in subdirectories or every workspace package]' + if [[ -f ./package.json ]]; then + _values 'deps' $(FEATURE=deps TARGET_PKG=$target_pkg $pnpm_comp_bin) + fi + ;; + publish) + _arguments \ + '--access=[Tells the registry whether this package should be published as public or restricted]: :(public restricted)' \ + '--dry-run[Does everything a publish would do except actually publishing to the registry]' \ + '--force[Packages are proceeded to be published even if their current version is already in the registry]' \ + '--ignore-scripts[Ignores any publish related lifecycle scripts (prepublishOnly, postpublish, and the like)]' \ + "--no-git-checks[Don't check if current branch is your publish branch, clean, and up to date]" \ + '--otp[Specify a one-time password]' \ + '--publish-branch[Sets branch name to publish]' \ + '(--recursive -r)'{--recursive,-r}'[Publish all packages from the workspace]' \ + '--tag=[Registers the published package with the given tag]' + ;; + run) + if [[ -f ./package.json ]]; then + _values 'scripts' $(FEATURE=scripts TARGET_PKG=$target_pkg ZSH=true $pnpm_comp_bin) + fi + ;; + *) + _files + esac + esac +} + +compdef _pnpm pnpm diff --git a/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh b/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh new file mode 100644 index 0000000..16c2256 --- /dev/null +++ b/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh @@ -0,0 +1 @@ +source ${0:A:h}/zsh-autosuggestions.zsh diff --git a/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh b/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh new file mode 100644 index 0000000..b19cac7 --- /dev/null +++ b/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh @@ -0,0 +1,864 @@ +# Fish-like fast/unobtrusive autosuggestions for zsh. +# https://github.com/zsh-users/zsh-autosuggestions +# v0.7.0 +# Copyright (c) 2013 Thiago de Arruda +# Copyright (c) 2016-2021 Eric Freese +# +# Permission is hereby granted, free of charge, to any person +# obtaining a copy of this software and associated documentation +# files (the "Software"), to deal in the Software without +# restriction, including without limitation the rights to use, +# copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following +# conditions: +# +# The above copyright notice and this permission notice shall be +# included in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. + +#--------------------------------------------------------------------# +# Global Configuration Variables # +#--------------------------------------------------------------------# + +# Color to use when highlighting suggestion +# Uses format of `region_highlight` +# More info: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets +(( ! ${+ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE} )) && +typeset -g ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8' + +# Prefix to use when saving original versions of bound widgets +(( ! ${+ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX} )) && +typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig- + +# Strategies to use to fetch a suggestion +# Will try each strategy in order until a suggestion is returned +(( ! ${+ZSH_AUTOSUGGEST_STRATEGY} )) && { + typeset -ga ZSH_AUTOSUGGEST_STRATEGY + ZSH_AUTOSUGGEST_STRATEGY=(history) +} + +# Widgets that clear the suggestion +(( ! ${+ZSH_AUTOSUGGEST_CLEAR_WIDGETS} )) && { + typeset -ga ZSH_AUTOSUGGEST_CLEAR_WIDGETS + ZSH_AUTOSUGGEST_CLEAR_WIDGETS=( + history-search-forward + history-search-backward + history-beginning-search-forward + history-beginning-search-backward + history-substring-search-up + history-substring-search-down + up-line-or-beginning-search + down-line-or-beginning-search + up-line-or-history + down-line-or-history + accept-line + copy-earlier-word + ) +} + +# Widgets that accept the entire suggestion +(( ! ${+ZSH_AUTOSUGGEST_ACCEPT_WIDGETS} )) && { + typeset -ga ZSH_AUTOSUGGEST_ACCEPT_WIDGETS + ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=( + forward-char + end-of-line + vi-forward-char + vi-end-of-line + vi-add-eol + ) +} + +# Widgets that accept the entire suggestion and execute it +(( ! ${+ZSH_AUTOSUGGEST_EXECUTE_WIDGETS} )) && { + typeset -ga ZSH_AUTOSUGGEST_EXECUTE_WIDGETS + ZSH_AUTOSUGGEST_EXECUTE_WIDGETS=( + ) +} + +# Widgets that accept the suggestion as far as the cursor moves +(( ! ${+ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS} )) && { + typeset -ga ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS + ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS=( + forward-word + emacs-forward-word + vi-forward-word + vi-forward-word-end + vi-forward-blank-word + vi-forward-blank-word-end + vi-find-next-char + vi-find-next-char-skip + ) +} + +# Widgets that should be ignored (globbing supported but must be escaped) +(( ! ${+ZSH_AUTOSUGGEST_IGNORE_WIDGETS} )) && { + typeset -ga ZSH_AUTOSUGGEST_IGNORE_WIDGETS + ZSH_AUTOSUGGEST_IGNORE_WIDGETS=( + orig-\* + beep + run-help + set-local-history + which-command + yank + yank-pop + zle-\* + ) +} + +# Pty name for capturing completions for completion suggestion strategy +(( ! ${+ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME} )) && +typeset -g ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME=zsh_autosuggest_completion_pty + +#--------------------------------------------------------------------# +# Utility Functions # +#--------------------------------------------------------------------# + +_zsh_autosuggest_escape_command() { + setopt localoptions EXTENDED_GLOB + + # Escape special chars in the string (requires EXTENDED_GLOB) + echo -E "${1//(#m)[\"\'\\()\[\]|*?~]/\\$MATCH}" +} + +#--------------------------------------------------------------------# +# Widget Helpers # +#--------------------------------------------------------------------# + +_zsh_autosuggest_incr_bind_count() { + typeset -gi bind_count=$((_ZSH_AUTOSUGGEST_BIND_COUNTS[$1]+1)) + _ZSH_AUTOSUGGEST_BIND_COUNTS[$1]=$bind_count +} + +# Bind a single widget to an autosuggest widget, saving a reference to the original widget +_zsh_autosuggest_bind_widget() { + typeset -gA _ZSH_AUTOSUGGEST_BIND_COUNTS + + local widget=$1 + local autosuggest_action=$2 + local prefix=$ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX + + local -i bind_count + + # Save a reference to the original widget + case $widgets[$widget] in + # Already bound + user:_zsh_autosuggest_(bound|orig)_*) + bind_count=$((_ZSH_AUTOSUGGEST_BIND_COUNTS[$widget])) + ;; + + # User-defined widget + user:*) + _zsh_autosuggest_incr_bind_count $widget + zle -N $prefix$bind_count-$widget ${widgets[$widget]#*:} + ;; + + # Built-in widget + builtin) + _zsh_autosuggest_incr_bind_count $widget + eval "_zsh_autosuggest_orig_${(q)widget}() { zle .${(q)widget} }" + zle -N $prefix$bind_count-$widget _zsh_autosuggest_orig_$widget + ;; + + # Completion widget + completion:*) + _zsh_autosuggest_incr_bind_count $widget + eval "zle -C $prefix$bind_count-${(q)widget} ${${(s.:.)widgets[$widget]}[2,3]}" + ;; + esac + + # Pass the original widget's name explicitly into the autosuggest + # function. Use this passed in widget name to call the original + # widget instead of relying on the $WIDGET variable being set + # correctly. $WIDGET cannot be trusted because other plugins call + # zle without the `-w` flag (e.g. `zle self-insert` instead of + # `zle self-insert -w`). + eval "_zsh_autosuggest_bound_${bind_count}_${(q)widget}() { + _zsh_autosuggest_widget_$autosuggest_action $prefix$bind_count-${(q)widget} \$@ + }" + + # Create the bound widget + zle -N -- $widget _zsh_autosuggest_bound_${bind_count}_$widget +} + +# Map all configured widgets to the right autosuggest widgets +_zsh_autosuggest_bind_widgets() { + emulate -L zsh + + local widget + local ignore_widgets + + ignore_widgets=( + .\* + _\* + ${_ZSH_AUTOSUGGEST_BUILTIN_ACTIONS/#/autosuggest-} + $ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX\* + $ZSH_AUTOSUGGEST_IGNORE_WIDGETS + ) + + # Find every widget we might want to bind and bind it appropriately + for widget in ${${(f)"$(builtin zle -la)"}:#${(j:|:)~ignore_widgets}}; do + if [[ -n ${ZSH_AUTOSUGGEST_CLEAR_WIDGETS[(r)$widget]} ]]; then + _zsh_autosuggest_bind_widget $widget clear + elif [[ -n ${ZSH_AUTOSUGGEST_ACCEPT_WIDGETS[(r)$widget]} ]]; then + _zsh_autosuggest_bind_widget $widget accept + elif [[ -n ${ZSH_AUTOSUGGEST_EXECUTE_WIDGETS[(r)$widget]} ]]; then + _zsh_autosuggest_bind_widget $widget execute + elif [[ -n ${ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS[(r)$widget]} ]]; then + _zsh_autosuggest_bind_widget $widget partial_accept + else + # Assume any unspecified widget might modify the buffer + _zsh_autosuggest_bind_widget $widget modify + fi + done +} + +# Given the name of an original widget and args, invoke it, if it exists +_zsh_autosuggest_invoke_original_widget() { + # Do nothing unless called with at least one arg + (( $# )) || return 0 + + local original_widget_name="$1" + + shift + + if (( ${+widgets[$original_widget_name]} )); then + zle $original_widget_name -- $@ + fi +} + +#--------------------------------------------------------------------# +# Highlighting # +#--------------------------------------------------------------------# + +# If there was a highlight, remove it +_zsh_autosuggest_highlight_reset() { + typeset -g _ZSH_AUTOSUGGEST_LAST_HIGHLIGHT + + if [[ -n "$_ZSH_AUTOSUGGEST_LAST_HIGHLIGHT" ]]; then + region_highlight=("${(@)region_highlight:#$_ZSH_AUTOSUGGEST_LAST_HIGHLIGHT}") + unset _ZSH_AUTOSUGGEST_LAST_HIGHLIGHT + fi +} + +# If there's a suggestion, highlight it +_zsh_autosuggest_highlight_apply() { + typeset -g _ZSH_AUTOSUGGEST_LAST_HIGHLIGHT + + if (( $#POSTDISPLAY )); then + typeset -g _ZSH_AUTOSUGGEST_LAST_HIGHLIGHT="$#BUFFER $(($#BUFFER + $#POSTDISPLAY)) $ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE" + region_highlight+=("$_ZSH_AUTOSUGGEST_LAST_HIGHLIGHT") + else + unset _ZSH_AUTOSUGGEST_LAST_HIGHLIGHT + fi +} + +#--------------------------------------------------------------------# +# Autosuggest Widget Implementations # +#--------------------------------------------------------------------# + +# Disable suggestions +_zsh_autosuggest_disable() { + typeset -g _ZSH_AUTOSUGGEST_DISABLED + _zsh_autosuggest_clear +} + +# Enable suggestions +_zsh_autosuggest_enable() { + unset _ZSH_AUTOSUGGEST_DISABLED + + if (( $#BUFFER )); then + _zsh_autosuggest_fetch + fi +} + +# Toggle suggestions (enable/disable) +_zsh_autosuggest_toggle() { + if (( ${+_ZSH_AUTOSUGGEST_DISABLED} )); then + _zsh_autosuggest_enable + else + _zsh_autosuggest_disable + fi +} + +# Clear the suggestion +_zsh_autosuggest_clear() { + # Remove the suggestion + unset POSTDISPLAY + + _zsh_autosuggest_invoke_original_widget $@ +} + +# Modify the buffer and get a new suggestion +_zsh_autosuggest_modify() { + local -i retval + + # Only available in zsh >= 5.4 + local -i KEYS_QUEUED_COUNT + + # Save the contents of the buffer/postdisplay + local orig_buffer="$BUFFER" + local orig_postdisplay="$POSTDISPLAY" + + # Clear suggestion while waiting for next one + unset POSTDISPLAY + + # Original widget may modify the buffer + _zsh_autosuggest_invoke_original_widget $@ + retval=$? + + emulate -L zsh + + # Don't fetch a new suggestion if there's more input to be read immediately + if (( $PENDING > 0 || $KEYS_QUEUED_COUNT > 0 )); then + POSTDISPLAY="$orig_postdisplay" + return $retval + fi + + # Optimize if manually typing in the suggestion or if buffer hasn't changed + if [[ "$BUFFER" = "$orig_buffer"* && "$orig_postdisplay" = "${BUFFER:$#orig_buffer}"* ]]; then + POSTDISPLAY="${orig_postdisplay:$(($#BUFFER - $#orig_buffer))}" + return $retval + fi + + # Bail out if suggestions are disabled + if (( ${+_ZSH_AUTOSUGGEST_DISABLED} )); then + return $? + fi + + # Get a new suggestion if the buffer is not empty after modification + if (( $#BUFFER > 0 )); then + if [[ -z "$ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE" ]] || (( $#BUFFER <= $ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE )); then + _zsh_autosuggest_fetch + fi + fi + + return $retval +} + +# Fetch a new suggestion based on what's currently in the buffer +_zsh_autosuggest_fetch() { + if (( ${+ZSH_AUTOSUGGEST_USE_ASYNC} )); then + _zsh_autosuggest_async_request "$BUFFER" + else + local suggestion + _zsh_autosuggest_fetch_suggestion "$BUFFER" + _zsh_autosuggest_suggest "$suggestion" + fi +} + +# Offer a suggestion +_zsh_autosuggest_suggest() { + emulate -L zsh + + local suggestion="$1" + + if [[ -n "$suggestion" ]] && (( $#BUFFER )); then + POSTDISPLAY="${suggestion#$BUFFER}" + else + unset POSTDISPLAY + fi +} + +# Accept the entire suggestion +_zsh_autosuggest_accept() { + local -i retval max_cursor_pos=$#BUFFER + + # When vicmd keymap is active, the cursor can't move all the way + # to the end of the buffer + if [[ "$KEYMAP" = "vicmd" ]]; then + max_cursor_pos=$((max_cursor_pos - 1)) + fi + + # If we're not in a valid state to accept a suggestion, just run the + # original widget and bail out + if (( $CURSOR != $max_cursor_pos || !$#POSTDISPLAY )); then + _zsh_autosuggest_invoke_original_widget $@ + return + fi + + # Only accept if the cursor is at the end of the buffer + # Add the suggestion to the buffer + BUFFER="$BUFFER$POSTDISPLAY" + + # Remove the suggestion + unset POSTDISPLAY + + # Run the original widget before manually moving the cursor so that the + # cursor movement doesn't make the widget do something unexpected + _zsh_autosuggest_invoke_original_widget $@ + retval=$? + + # Move the cursor to the end of the buffer + if [[ "$KEYMAP" = "vicmd" ]]; then + CURSOR=$(($#BUFFER - 1)) + else + CURSOR=$#BUFFER + fi + + return $retval +} + +# Accept the entire suggestion and execute it +_zsh_autosuggest_execute() { + # Add the suggestion to the buffer + BUFFER="$BUFFER$POSTDISPLAY" + + # Remove the suggestion + unset POSTDISPLAY + + # Call the original `accept-line` to handle syntax highlighting or + # other potential custom behavior + _zsh_autosuggest_invoke_original_widget "accept-line" +} + +# Partially accept the suggestion +_zsh_autosuggest_partial_accept() { + local -i retval cursor_loc + + # Save the contents of the buffer so we can restore later if needed + local original_buffer="$BUFFER" + + # Temporarily accept the suggestion. + BUFFER="$BUFFER$POSTDISPLAY" + + # Original widget moves the cursor + _zsh_autosuggest_invoke_original_widget $@ + retval=$? + + # Normalize cursor location across vi/emacs modes + cursor_loc=$CURSOR + if [[ "$KEYMAP" = "vicmd" ]]; then + cursor_loc=$((cursor_loc + 1)) + fi + + # If we've moved past the end of the original buffer + if (( $cursor_loc > $#original_buffer )); then + # Set POSTDISPLAY to text right of the cursor + POSTDISPLAY="${BUFFER[$(($cursor_loc + 1)),$#BUFFER]}" + + # Clip the buffer at the cursor + BUFFER="${BUFFER[1,$cursor_loc]}" + else + # Restore the original buffer + BUFFER="$original_buffer" + fi + + return $retval +} + +() { + typeset -ga _ZSH_AUTOSUGGEST_BUILTIN_ACTIONS + + _ZSH_AUTOSUGGEST_BUILTIN_ACTIONS=( + clear + fetch + suggest + accept + execute + enable + disable + toggle + ) + + local action + for action in $_ZSH_AUTOSUGGEST_BUILTIN_ACTIONS modify partial_accept; do + eval "_zsh_autosuggest_widget_$action() { + local -i retval + + _zsh_autosuggest_highlight_reset + + _zsh_autosuggest_$action \$@ + retval=\$? + + _zsh_autosuggest_highlight_apply + + zle -R + + return \$retval + }" + done + + for action in $_ZSH_AUTOSUGGEST_BUILTIN_ACTIONS; do + zle -N autosuggest-$action _zsh_autosuggest_widget_$action + done +} + +#--------------------------------------------------------------------# +# Completion Suggestion Strategy # +#--------------------------------------------------------------------# +# Fetches a suggestion from the completion engine +# + +_zsh_autosuggest_capture_postcompletion() { + # Always insert the first completion into the buffer + compstate[insert]=1 + + # Don't list completions + unset 'compstate[list]' +} + +_zsh_autosuggest_capture_completion_widget() { + # Add a post-completion hook to be called after all completions have been + # gathered. The hook can modify compstate to affect what is done with the + # gathered completions. + local -a +h comppostfuncs + comppostfuncs=(_zsh_autosuggest_capture_postcompletion) + + # Only capture completions at the end of the buffer + CURSOR=$#BUFFER + + # Run the original widget wrapping `.complete-word` so we don't + # recursively try to fetch suggestions, since our pty is forked + # after autosuggestions is initialized. + zle -- ${(k)widgets[(r)completion:.complete-word:_main_complete]} + + if is-at-least 5.0.3; then + # Don't do any cr/lf transformations. We need to do this immediately before + # output because if we do it in setup, onlcr will be re-enabled when we enter + # vared in the async code path. There is a bug in zpty module in older versions + # where the tty is not properly attached to the pty slave, resulting in stty + # getting stopped with a SIGTTOU. See zsh-workers thread 31660 and upstream + # commit f75904a38 + stty -onlcr -ocrnl -F /dev/tty + fi + + # The completion has been added, print the buffer as the suggestion + echo -nE - $'\0'$BUFFER$'\0' +} + +zle -N autosuggest-capture-completion _zsh_autosuggest_capture_completion_widget + +_zsh_autosuggest_capture_setup() { + # There is a bug in zpty module in older zsh versions by which a + # zpty that exits will kill all zpty processes that were forked + # before it. Here we set up a zsh exit hook to SIGKILL the zpty + # process immediately, before it has a chance to kill any other + # zpty processes. + if ! is-at-least 5.4; then + zshexit() { + # The zsh builtin `kill` fails sometimes in older versions + # https://unix.stackexchange.com/a/477647/156673 + kill -KILL $$ 2>&- || command kill -KILL $$ + + # Block for long enough for the signal to come through + sleep 1 + } + fi + + # Try to avoid any suggestions that wouldn't match the prefix + zstyle ':completion:*' matcher-list '' + zstyle ':completion:*' path-completion false + zstyle ':completion:*' max-errors 0 not-numeric + + bindkey '^I' autosuggest-capture-completion +} + +_zsh_autosuggest_capture_completion_sync() { + _zsh_autosuggest_capture_setup + + zle autosuggest-capture-completion +} + +_zsh_autosuggest_capture_completion_async() { + _zsh_autosuggest_capture_setup + + zmodload zsh/parameter 2>/dev/null || return # For `$functions` + + # Make vared completion work as if for a normal command line + # https://stackoverflow.com/a/7057118/154703 + autoload +X _complete + functions[_original_complete]=$functions[_complete] + function _complete() { + unset 'compstate[vared]' + _original_complete "$@" + } + + # Open zle with buffer set so we can capture completions for it + vared 1 +} + +_zsh_autosuggest_strategy_completion() { + # Reset options to defaults and enable LOCAL_OPTIONS + emulate -L zsh + + # Enable extended glob for completion ignore pattern + setopt EXTENDED_GLOB + + typeset -g suggestion + local line REPLY + + # Exit if we don't have completions + whence compdef >/dev/null || return + + # Exit if we don't have zpty + zmodload zsh/zpty 2>/dev/null || return + + # Exit if our search string matches the ignore pattern + [[ -n "$ZSH_AUTOSUGGEST_COMPLETION_IGNORE" ]] && [[ "$1" == $~ZSH_AUTOSUGGEST_COMPLETION_IGNORE ]] && return + + # Zle will be inactive if we are in async mode + if zle; then + zpty $ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME _zsh_autosuggest_capture_completion_sync + else + zpty $ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME _zsh_autosuggest_capture_completion_async "\$1" + zpty -w $ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME $'\t' + fi + + { + # The completion result is surrounded by null bytes, so read the + # content between the first two null bytes. + zpty -r $ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME line '*'$'\0''*'$'\0' + + # Extract the suggestion from between the null bytes. On older + # versions of zsh (older than 5.3), we sometimes get extra bytes after + # the second null byte, so trim those off the end. + # See http://www.zsh.org/mla/workers/2015/msg03290.html + suggestion="${${(@0)line}[2]}" + } always { + # Destroy the pty + zpty -d $ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME + } +} + +#--------------------------------------------------------------------# +# History Suggestion Strategy # +#--------------------------------------------------------------------# +# Suggests the most recent history item that matches the given +# prefix. +# + +_zsh_autosuggest_strategy_history() { + # Reset options to defaults and enable LOCAL_OPTIONS + emulate -L zsh + + # Enable globbing flags so that we can use (#m) and (x~y) glob operator + setopt EXTENDED_GLOB + + # Escape backslashes and all of the glob operators so we can use + # this string as a pattern to search the $history associative array. + # - (#m) globbing flag enables setting references for match data + # TODO: Use (b) flag when we can drop support for zsh older than v5.0.8 + local prefix="${1//(#m)[\\*?[\]<>()|^~#]/\\$MATCH}" + + # Get the history items that match the prefix, excluding those that match + # the ignore pattern + local pattern="$prefix*" + if [[ -n $ZSH_AUTOSUGGEST_HISTORY_IGNORE ]]; then + pattern="($pattern)~($ZSH_AUTOSUGGEST_HISTORY_IGNORE)" + fi + + # Give the first history item matching the pattern as the suggestion + # - (r) subscript flag makes the pattern match on values + typeset -g suggestion="${history[(r)$pattern]}" +} + +#--------------------------------------------------------------------# +# Match Previous Command Suggestion Strategy # +#--------------------------------------------------------------------# +# Suggests the most recent history item that matches the given +# prefix and whose preceding history item also matches the most +# recently executed command. +# +# For example, suppose your history has the following entries: +# - pwd +# - ls foo +# - ls bar +# - pwd +# +# Given the history list above, when you type 'ls', the suggestion +# will be 'ls foo' rather than 'ls bar' because your most recently +# executed command (pwd) was previously followed by 'ls foo'. +# +# Note that this strategy won't work as expected with ZSH options that don't +# preserve the history order such as `HIST_IGNORE_ALL_DUPS` or +# `HIST_EXPIRE_DUPS_FIRST`. + +_zsh_autosuggest_strategy_match_prev_cmd() { + # Reset options to defaults and enable LOCAL_OPTIONS + emulate -L zsh + + # Enable globbing flags so that we can use (#m) and (x~y) glob operator + setopt EXTENDED_GLOB + + # TODO: Use (b) flag when we can drop support for zsh older than v5.0.8 + local prefix="${1//(#m)[\\*?[\]<>()|^~#]/\\$MATCH}" + + # Get the history items that match the prefix, excluding those that match + # the ignore pattern + local pattern="$prefix*" + if [[ -n $ZSH_AUTOSUGGEST_HISTORY_IGNORE ]]; then + pattern="($pattern)~($ZSH_AUTOSUGGEST_HISTORY_IGNORE)" + fi + + # Get all history event numbers that correspond to history + # entries that match the pattern + local history_match_keys + history_match_keys=(${(k)history[(R)$~pattern]}) + + # By default we use the first history number (most recent history entry) + local histkey="${history_match_keys[1]}" + + # Get the previously executed command + local prev_cmd="$(_zsh_autosuggest_escape_command "${history[$((HISTCMD-1))]}")" + + # Iterate up to the first 200 history event numbers that match $prefix + for key in "${(@)history_match_keys[1,200]}"; do + # Stop if we ran out of history + [[ $key -gt 1 ]] || break + + # See if the history entry preceding the suggestion matches the + # previous command, and use it if it does + if [[ "${history[$((key - 1))]}" == "$prev_cmd" ]]; then + histkey="$key" + break + fi + done + + # Give back the matched history entry + typeset -g suggestion="$history[$histkey]" +} + +#--------------------------------------------------------------------# +# Fetch Suggestion # +#--------------------------------------------------------------------# +# Loops through all specified strategies and returns a suggestion +# from the first strategy to provide one. +# + +_zsh_autosuggest_fetch_suggestion() { + typeset -g suggestion + local -a strategies + local strategy + + # Ensure we are working with an array + strategies=(${=ZSH_AUTOSUGGEST_STRATEGY}) + + for strategy in $strategies; do + # Try to get a suggestion from this strategy + _zsh_autosuggest_strategy_$strategy "$1" + + # Ensure the suggestion matches the prefix + [[ "$suggestion" != "$1"* ]] && unset suggestion + + # Break once we've found a valid suggestion + [[ -n "$suggestion" ]] && break + done +} + +#--------------------------------------------------------------------# +# Async # +#--------------------------------------------------------------------# + +_zsh_autosuggest_async_request() { + zmodload zsh/system 2>/dev/null # For `$sysparams` + + typeset -g _ZSH_AUTOSUGGEST_ASYNC_FD _ZSH_AUTOSUGGEST_CHILD_PID + + # If we've got a pending request, cancel it + if [[ -n "$_ZSH_AUTOSUGGEST_ASYNC_FD" ]] && { true <&$_ZSH_AUTOSUGGEST_ASYNC_FD } 2>/dev/null; then + # Close the file descriptor and remove the handler + exec {_ZSH_AUTOSUGGEST_ASYNC_FD}<&- + zle -F $_ZSH_AUTOSUGGEST_ASYNC_FD + + # We won't know the pid unless the user has zsh/system module installed + if [[ -n "$_ZSH_AUTOSUGGEST_CHILD_PID" ]]; then + # Zsh will make a new process group for the child process only if job + # control is enabled (MONITOR option) + if [[ -o MONITOR ]]; then + # Send the signal to the process group to kill any processes that may + # have been forked by the suggestion strategy + kill -TERM -$_ZSH_AUTOSUGGEST_CHILD_PID 2>/dev/null + else + # Kill just the child process since it wasn't placed in a new process + # group. If the suggestion strategy forked any child processes they may + # be orphaned and left behind. + kill -TERM $_ZSH_AUTOSUGGEST_CHILD_PID 2>/dev/null + fi + fi + fi + + # Fork a process to fetch a suggestion and open a pipe to read from it + exec {_ZSH_AUTOSUGGEST_ASYNC_FD}< <( + # Tell parent process our pid + echo $sysparams[pid] + + # Fetch and print the suggestion + local suggestion + _zsh_autosuggest_fetch_suggestion "$1" + echo -nE "$suggestion" + ) + + # There's a weird bug here where ^C stops working unless we force a fork + # See https://github.com/zsh-users/zsh-autosuggestions/issues/364 + autoload -Uz is-at-least + is-at-least 5.8 || command true + + # Read the pid from the child process + read _ZSH_AUTOSUGGEST_CHILD_PID <&$_ZSH_AUTOSUGGEST_ASYNC_FD + + # When the fd is readable, call the response handler + zle -F "$_ZSH_AUTOSUGGEST_ASYNC_FD" _zsh_autosuggest_async_response +} + +# Called when new data is ready to be read from the pipe +# First arg will be fd ready for reading +# Second arg will be passed in case of error +_zsh_autosuggest_async_response() { + emulate -L zsh + + local suggestion + + if [[ -z "$2" || "$2" == "hup" ]]; then + # Read everything from the fd and give it as a suggestion + IFS='' read -rd '' -u $1 suggestion + zle autosuggest-suggest -- "$suggestion" + + # Close the fd + exec {1}<&- + fi + + # Always remove the handler + zle -F "$1" +} + +#--------------------------------------------------------------------# +# Start # +#--------------------------------------------------------------------# + +# Start the autosuggestion widgets +_zsh_autosuggest_start() { + # By default we re-bind widgets on every precmd to ensure we wrap other + # wrappers. Specifically, highlighting breaks if our widgets are wrapped by + # zsh-syntax-highlighting widgets. This also allows modifications to the + # widget list variables to take effect on the next precmd. However this has + # a decent performance hit, so users can set ZSH_AUTOSUGGEST_MANUAL_REBIND + # to disable the automatic re-binding. + if (( ${+ZSH_AUTOSUGGEST_MANUAL_REBIND} )); then + add-zsh-hook -d precmd _zsh_autosuggest_start + fi + + _zsh_autosuggest_bind_widgets +} + +# Mark for auto-loading the functions that we use +autoload -Uz add-zsh-hook is-at-least + +# Automatically enable asynchronous mode in newer versions of zsh. Disable for +# older versions because there is a bug when using async mode where ^C does not +# work immediately after fetching a suggestion. +# See https://github.com/zsh-users/zsh-autosuggestions/issues/364 +if is-at-least 5.0.8; then + typeset -g ZSH_AUTOSUGGEST_USE_ASYNC= +fi + +# Start the autosuggestion widgets on the next precmd +add-zsh-hook precmd _zsh_autosuggest_start diff --git a/.oh-my-zsh/custom/themes/example.zsh-theme b/.oh-my-zsh/custom/themes/example.zsh-theme new file mode 100644 index 0000000..5551207 --- /dev/null +++ b/.oh-my-zsh/custom/themes/example.zsh-theme @@ -0,0 +1,6 @@ +# Put your custom themes in this folder. +# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes +# +# Example: + +PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% " diff --git a/.oh-my-zsh/lib/async_prompt.zsh b/.oh-my-zsh/lib/async_prompt.zsh new file mode 100644 index 0000000..db48446 --- /dev/null +++ b/.oh-my-zsh/lib/async_prompt.zsh @@ -0,0 +1,144 @@ +# The async code is taken from +# https://github.com/zsh-users/zsh-autosuggestions/blob/master/src/async.zsh +# https://github.com/woefe/git-prompt.zsh/blob/master/git-prompt.zsh + +zmodload zsh/system +autoload -Uz is-at-least + +# For now, async prompt function handlers are set up like so: +# First, define the async function handler and register the handler +# with _omz_register_handler: +# +# function _git_prompt_status_async { +# # Do some expensive operation that outputs to stdout +# } +# _omz_register_handler _git_prompt_status_async +# +# Then add a stub prompt function in `$PROMPT` or similar prompt variables, +# which will show the output of "$_OMZ_ASYNC_OUTPUT[handler_name]": +# +# function git_prompt_status { +# echo -n $_OMZ_ASYNC_OUTPUT[_git_prompt_status_async] +# } +# +# RPROMPT='$(git_prompt_status)' +# +# This API is subject to change and optimization. Rely on it at your own risk. + +function _omz_register_handler { + setopt localoptions noksharrays + typeset -ga _omz_async_functions + # we want to do nothing if there's no $1 function or we already set it up + if [[ -z "$1" ]] || (( ! ${+functions[$1]} )) \ + || (( ${_omz_async_functions[(Ie)$1]} )); then + return + fi + _omz_async_functions+=("$1") + # let's add the hook to async_request if it's not there yet + if (( ! ${precmd_functions[(Ie)_omz_async_request]} )) \ + && (( ${+functions[_omz_async_request]})); then + autoload -Uz add-zsh-hook + add-zsh-hook precmd _omz_async_request + fi +} + +# Set up async handlers and callbacks +function _omz_async_request { + local -i ret=$? + typeset -gA _OMZ_ASYNC_FDS _OMZ_ASYNC_PIDS _OMZ_ASYNC_OUTPUT + + # executor runs a subshell for all async requests based on key + local handler + for handler in ${_omz_async_functions}; do + (( ${+functions[$handler]} )) || continue + + local fd=${_OMZ_ASYNC_FDS[$handler]:--1} + local pid=${_OMZ_ASYNC_PIDS[$handler]:--1} + + # If we've got a pending request, cancel it + if (( fd != -1 && pid != -1 )) && { true <&$fd } 2>/dev/null; then + # Close the file descriptor and remove the handler + exec {fd}<&- + zle -F $fd + + # Zsh will make a new process group for the child process only if job + # control is enabled (MONITOR option) + if [[ -o MONITOR ]]; then + # Send the signal to the process group to kill any processes that may + # have been forked by the async function handler + kill -TERM -$pid 2>/dev/null + else + # Kill just the child process since it wasn't placed in a new process + # group. If the async function handler forked any child processes they may + # be orphaned and left behind. + kill -TERM $pid 2>/dev/null + fi + fi + + # Define global variables to store the file descriptor, PID and output + _OMZ_ASYNC_FDS[$handler]=-1 + _OMZ_ASYNC_PIDS[$handler]=-1 + + # Fork a process to fetch the git status and open a pipe to read from it + exec {fd}< <( + # Tell parent process our PID + builtin echo ${sysparams[pid]} + # Set exit code for the handler if used + () { return $ret } + # Run the async function handler + $handler + ) + + # Save FD for handler + _OMZ_ASYNC_FDS[$handler]=$fd + + # There's a weird bug here where ^C stops working unless we force a fork + # See https://github.com/zsh-users/zsh-autosuggestions/issues/364 + # and https://github.com/zsh-users/zsh-autosuggestions/pull/612 + is-at-least 5.8 || command true + + # Save the PID from the handler child process + read -u $fd "_OMZ_ASYNC_PIDS[$handler]" + + # When the fd is readable, call the response handler + zle -F "$fd" _omz_async_callback + done +} + +# Called when new data is ready to be read from the pipe +function _omz_async_callback() { + emulate -L zsh + + local fd=$1 # First arg will be fd ready for reading + local err=$2 # Second arg will be passed in case of error + + if [[ -z "$err" || "$err" == "hup" ]]; then + # Get handler name from fd + local handler="${(k)_OMZ_ASYNC_FDS[(r)$fd]}" + + # Store old output which is supposed to be already printed + local old_output="${_OMZ_ASYNC_OUTPUT[$handler]}" + + # Read output from fd + IFS= read -r -u $fd -d '' "_OMZ_ASYNC_OUTPUT[$handler]" + + # Repaint prompt if output has changed + if [[ "$old_output" != "${_OMZ_ASYNC_OUTPUT[$handler]}" ]]; then + zle .reset-prompt + zle -R + fi + + # Close the fd + exec {fd}<&- + fi + + # Always remove the handler + zle -F "$fd" + + # Unset global FD variable to prevent closing user created FDs in the precmd hook + _OMZ_ASYNC_FDS[$handler]=-1 + _OMZ_ASYNC_PIDS[$handler]=-1 +} + +autoload -Uz add-zsh-hook +add-zsh-hook precmd _omz_async_request diff --git a/.oh-my-zsh/lib/bzr.zsh b/.oh-my-zsh/lib/bzr.zsh new file mode 100644 index 0000000..005a165 --- /dev/null +++ b/.oh-my-zsh/lib/bzr.zsh @@ -0,0 +1,10 @@ +## Bazaar integration +## Just works with the GIT integration just add $(bzr_prompt_info) to the PROMPT +function bzr_prompt_info() { + BZR_CB=`bzr nick 2> /dev/null | grep -v "ERROR" | cut -d ":" -f2 | awk -F / '{print "bzr::"$1}'` + if [ -n "$BZR_CB" ]; then + BZR_DIRTY="" + [[ -n `bzr status` ]] && BZR_DIRTY=" %{$fg[red]%} * %{$fg[green]%}" + echo "$ZSH_THEME_SCM_PROMPT_PREFIX$BZR_CB$BZR_DIRTY$ZSH_THEME_GIT_PROMPT_SUFFIX" + fi +} \ No newline at end of file diff --git a/.oh-my-zsh/lib/cli.zsh b/.oh-my-zsh/lib/cli.zsh new file mode 100644 index 0000000..383b0cf --- /dev/null +++ b/.oh-my-zsh/lib/cli.zsh @@ -0,0 +1,839 @@ +#!/usr/bin/env zsh + +function omz { + [[ $# -gt 0 ]] || { + _omz::help + return 1 + } + + local command="$1" + shift + + # Subcommand functions start with _ so that they don't + # appear as completion entries when looking for `omz` + (( ${+functions[_omz::$command]} )) || { + _omz::help + return 1 + } + + _omz::$command "$@" +} + +function _omz { + local -a cmds subcmds + cmds=( + 'changelog:Print the changelog' + 'help:Usage information' + 'plugin:Manage plugins' + 'pr:Manage Oh My Zsh Pull Requests' + 'reload:Reload the current zsh session' + 'theme:Manage themes' + 'update:Update Oh My Zsh' + 'version:Show the version' + ) + + if (( CURRENT == 2 )); then + _describe 'command' cmds + elif (( CURRENT == 3 )); then + case "$words[2]" in + changelog) local -a refs + refs=("${(@f)$(builtin cd -q "$ZSH"; command git for-each-ref --format="%(refname:short):%(subject)" refs/heads refs/tags)}") + _describe 'command' refs ;; + plugin) subcmds=( + 'disable:Disable plugin(s)' + 'enable:Enable plugin(s)' + 'info:Get plugin information' + 'list:List plugins' + 'load:Load plugin(s)' + ) + _describe 'command' subcmds ;; + pr) subcmds=('clean:Delete all Pull Request branches' 'test:Test a Pull Request') + _describe 'command' subcmds ;; + theme) subcmds=('list:List themes' 'set:Set a theme in your .zshrc file' 'use:Load a theme') + _describe 'command' subcmds ;; + esac + elif (( CURRENT == 4 )); then + case "${words[2]}::${words[3]}" in + plugin::(disable|enable|load)) + local -aU valid_plugins + + if [[ "${words[3]}" = disable ]]; then + # if command is "disable", only offer already enabled plugins + valid_plugins=($plugins) + else + valid_plugins=("$ZSH"/plugins/*/{_*,*.plugin.zsh}(-.N:h:t) "$ZSH_CUSTOM"/plugins/*/{_*,*.plugin.zsh}(-.N:h:t)) + # if command is "enable", remove already enabled plugins + [[ "${words[3]}" = enable ]] && valid_plugins=(${valid_plugins:|plugins}) + fi + + _describe 'plugin' valid_plugins ;; + plugin::info) + local -aU plugins + plugins=("$ZSH"/plugins/*/{_*,*.plugin.zsh}(-.N:h:t) "$ZSH_CUSTOM"/plugins/*/{_*,*.plugin.zsh}(-.N:h:t)) + _describe 'plugin' plugins ;; + theme::(set|use)) + local -aU themes + themes=("$ZSH"/themes/*.zsh-theme(-.N:t:r) "$ZSH_CUSTOM"/**/*.zsh-theme(-.N:r:gs:"$ZSH_CUSTOM"/themes/:::gs:"$ZSH_CUSTOM"/:::)) + _describe 'theme' themes ;; + esac + elif (( CURRENT > 4 )); then + case "${words[2]}::${words[3]}" in + plugin::(enable|disable|load)) + local -aU valid_plugins + + if [[ "${words[3]}" = disable ]]; then + # if command is "disable", only offer already enabled plugins + valid_plugins=($plugins) + else + valid_plugins=("$ZSH"/plugins/*/{_*,*.plugin.zsh}(-.N:h:t) "$ZSH_CUSTOM"/plugins/*/{_*,*.plugin.zsh}(-.N:h:t)) + # if command is "enable", remove already enabled plugins + [[ "${words[3]}" = enable ]] && valid_plugins=(${valid_plugins:|plugins}) + fi + + # Remove plugins already passed as arguments + # NOTE: $(( CURRENT - 1 )) is the last plugin argument completely passed, i.e. that which + # has a space after them. This is to avoid removing plugins partially passed, which makes + # the completion not add a space after the completed plugin. + local -a args + args=(${words[4,$(( CURRENT - 1))]}) + valid_plugins=(${valid_plugins:|args}) + + _describe 'plugin' valid_plugins ;; + esac + fi + + return 0 +} + +# If run from a script, do not set the completion function +if (( ${+functions[compdef]} )); then + compdef _omz omz +fi + +## Utility functions + +function _omz::confirm { + # If question supplied, ask it before reading the answer + # NOTE: uses the logname of the caller function + if [[ -n "$1" ]]; then + _omz::log prompt "$1" "${${functrace[1]#_}%:*}" + fi + + # Read one character + read -r -k 1 + + # If no newline entered, add a newline + if [[ "$REPLY" != $'\n' ]]; then + echo + fi +} + +function _omz::log { + # if promptsubst is set, a message with `` or $() + # will be run even if quoted due to `print -P` + setopt localoptions nopromptsubst + + # $1 = info|warn|error|debug + # $2 = text + # $3 = (optional) name of the logger + + local logtype=$1 + local logname=${3:-${${functrace[1]#_}%:*}} + + # Don't print anything if debug is not active + if [[ $logtype = debug && -z $_OMZ_DEBUG ]]; then + return + fi + + # Choose coloring based on log type + case "$logtype" in + prompt) print -Pn "%S%F{blue}$logname%f%s: $2" ;; + debug) print -P "%F{white}$logname%f: $2" ;; + info) print -P "%F{green}$logname%f: $2" ;; + warn) print -P "%S%F{yellow}$logname%f%s: $2" ;; + error) print -P "%S%F{red}$logname%f%s: $2" ;; + esac >&2 +} + +## User-facing commands + +function _omz::help { + cat >&2 < [options] + +Available commands: + + help Print this help message + changelog Print the changelog + plugin Manage plugins + pr Manage Oh My Zsh Pull Requests + reload Reload the current zsh session + theme Manage themes + update Update Oh My Zsh + version Show the version + +EOF +} + +function _omz::changelog { + local version=${1:-HEAD} format=${3:-"--text"} + + if ( + builtin cd -q "$ZSH" + ! command git show-ref --verify refs/heads/$version && \ + ! command git show-ref --verify refs/tags/$version && \ + ! command git rev-parse --verify "${version}^{commit}" + ) &>/dev/null; then + cat >&2 < must be a valid branch, tag or commit. +EOF + return 1 + fi + + "$ZSH/tools/changelog.sh" "$version" "${2:-}" "$format" +} + +function _omz::plugin { + (( $# > 0 && $+functions[$0::$1] )) || { + cat >&2 < [options] + +Available commands: + + disable Disable plugin(s) + enable Enable plugin(s) + info Get information of a plugin + list List all available Oh My Zsh plugins + load Load plugin(s) + +EOF + return 1 + } + + local command="$1" + shift + + $0::$command "$@" +} + +function _omz::plugin::disable { + if [[ -z "$1" ]]; then + echo >&2 "Usage: ${(j: :)${(s.::.)0#_}} [...]" + return 1 + fi + + # Check that plugin is in $plugins + local -a dis_plugins + for plugin in "$@"; do + if [[ ${plugins[(Ie)$plugin]} -eq 0 ]]; then + _omz::log warn "plugin '$plugin' is not enabled." + continue + fi + dis_plugins+=("$plugin") + done + + # Exit if there are no enabled plugins to disable + if [[ ${#dis_plugins} -eq 0 ]]; then + return 1 + fi + + # Remove plugins substitution awk script + local awk_subst_plugins="\ + gsub(/[ \t]+(${(j:|:)dis_plugins})[ \t]+/, \" \") # with spaces before or after + gsub(/[ \t]+(${(j:|:)dis_plugins})$/, \"\") # with spaces before and EOL + gsub(/^(${(j:|:)dis_plugins})[ \t]+/, \"\") # with BOL and spaces after + + gsub(/\((${(j:|:)dis_plugins})[ \t]+/, \"(\") # with parenthesis before and spaces after + gsub(/[ \t]+(${(j:|:)dis_plugins})\)/, \")\") # with spaces before or parenthesis after + gsub(/\((${(j:|:)dis_plugins})\)/, \"()\") # with only parentheses + + gsub(/^(${(j:|:)dis_plugins})\)/, \")\") # with BOL and closing parenthesis + gsub(/\((${(j:|:)dis_plugins})$/, \"(\") # with opening parenthesis and EOL +" + + # Disable plugins awk script + local awk_script=" +# if plugins=() is in oneline form, substitute disabled plugins and go to next line +/^[ \t]*plugins=\([^#]+\).*\$/ { + $awk_subst_plugins + print \$0 + next +} + +# if plugins=() is in multiline form, enable multi flag and disable plugins if they're there +/^[ \t]*plugins=\(/ { + multi=1 + $awk_subst_plugins + print \$0 + next +} + +# if multi flag is enabled and we find a valid closing parenthesis, remove plugins and disable multi flag +multi == 1 && /^[^#]*\)/ { + multi=0 + $awk_subst_plugins + print \$0 + next +} + +multi == 1 && length(\$0) > 0 { + $awk_subst_plugins + if (length(\$0) > 0) print \$0 + next +} + +{ print \$0 } +" + + local zdot="${ZDOTDIR:-$HOME}" + local zshrc="${${:-"${zdot}/.zshrc"}:A}" + awk "$awk_script" "$zshrc" > "$zdot/.zshrc.new" \ + && command cp -f "$zshrc" "$zdot/.zshrc.bck" \ + && command mv -f "$zdot/.zshrc.new" "$zshrc" + + # Exit if the new .zshrc file wasn't created correctly + [[ $? -eq 0 ]] || { + local ret=$? + _omz::log error "error disabling plugins." + return $ret + } + + # Exit if the new .zshrc file has syntax errors + if ! command zsh -n "$zdot/.zshrc"; then + _omz::log error "broken syntax in '"${zdot/#$HOME/\~}/.zshrc"'. Rolling back changes..." + command mv -f "$zdot/.zshrc.bck" "$zshrc" + return 1 + fi + + # Restart the zsh session if there were no errors + _omz::log info "plugins disabled: ${(j:, :)dis_plugins}." + + # Only reload zsh if run in an interactive session + [[ ! -o interactive ]] || _omz::reload +} + +function _omz::plugin::enable { + if [[ -z "$1" ]]; then + echo >&2 "Usage: ${(j: :)${(s.::.)0#_}} [...]" + return 1 + fi + + # Check that plugin is not in $plugins + local -a add_plugins + for plugin in "$@"; do + if [[ ${plugins[(Ie)$plugin]} -ne 0 ]]; then + _omz::log warn "plugin '$plugin' is already enabled." + continue + fi + add_plugins+=("$plugin") + done + + # Exit if there are no plugins to enable + if [[ ${#add_plugins} -eq 0 ]]; then + return 1 + fi + + # Enable plugins awk script + local awk_script=" +# if plugins=() is in oneline form, substitute ) with new plugins and go to the next line +/^[ \t]*plugins=\([^#]+\).*\$/ { + sub(/\)/, \" $add_plugins&\") + print \$0 + next +} + +# if plugins=() is in multiline form, enable multi flag +/^[ \t]*plugins=\(/ { + multi=1 +} + +# if multi flag is enabled and we find a valid closing parenthesis, +# add new plugins and disable multi flag +multi == 1 && /^[^#]*\)/ { + multi=0 + sub(/\)/, \" $add_plugins&\") + print \$0 + next +} + +{ print \$0 } +" + + local zdot="${ZDOTDIR:-$HOME}" + local zshrc="${${:-"${zdot}/.zshrc"}:A}" + awk "$awk_script" "$zshrc" > "$zdot/.zshrc.new" \ + && command cp -f "$zshrc" "$zdot/.zshrc.bck" \ + && command mv -f "$zdot/.zshrc.new" "$zshrc" + + # Exit if the new .zshrc file wasn't created correctly + [[ $? -eq 0 ]] || { + local ret=$? + _omz::log error "error enabling plugins." + return $ret + } + + # Exit if the new .zshrc file has syntax errors + if ! command zsh -n "$zdot/.zshrc"; then + _omz::log error "broken syntax in '"${zdot/#$HOME/\~}/.zshrc"'. Rolling back changes..." + command mv -f "$zdot/.zshrc.bck" "$zshrc" + return 1 + fi + + # Restart the zsh session if there were no errors + _omz::log info "plugins enabled: ${(j:, :)add_plugins}." + + # Only reload zsh if run in an interactive session + [[ ! -o interactive ]] || _omz::reload +} + +function _omz::plugin::info { + if [[ -z "$1" ]]; then + echo >&2 "Usage: ${(j: :)${(s.::.)0#_}} " + return 1 + fi + + local readme + for readme in "$ZSH_CUSTOM/plugins/$1/README.md" "$ZSH/plugins/$1/README.md"; do + if [[ -f "$readme" ]]; then + (( ${+commands[less]} )) && less "$readme" || cat "$readme" + return 0 + fi + done + + if [[ -d "$ZSH_CUSTOM/plugins/$1" || -d "$ZSH/plugins/$1" ]]; then + _omz::log error "the '$1' plugin doesn't have a README file" + else + _omz::log error "'$1' plugin not found" + fi + + return 1 +} + +function _omz::plugin::list { + local -a custom_plugins builtin_plugins + custom_plugins=("$ZSH_CUSTOM"/plugins/*(-/N:t)) + builtin_plugins=("$ZSH"/plugins/*(-/N:t)) + + # If the command is being piped, print all found line by line + if [[ ! -t 1 ]]; then + print -l ${(q-)custom_plugins} ${(q-)builtin_plugins} + return + fi + + if (( ${#custom_plugins} )); then + print -P "%U%BCustom plugins%b%u:" + print -lac ${(q-)custom_plugins} + fi + + if (( ${#builtin_plugins} )); then + (( ${#custom_plugins} )) && echo # add a line of separation + + print -P "%U%BBuilt-in plugins%b%u:" + print -lac ${(q-)builtin_plugins} + fi +} + +function _omz::plugin::load { + if [[ -z "$1" ]]; then + echo >&2 "Usage: ${(j: :)${(s.::.)0#_}} [...]" + return 1 + fi + + local plugin base has_completion=0 + for plugin in "$@"; do + if [[ -d "$ZSH_CUSTOM/plugins/$plugin" ]]; then + base="$ZSH_CUSTOM/plugins/$plugin" + elif [[ -d "$ZSH/plugins/$plugin" ]]; then + base="$ZSH/plugins/$plugin" + else + _omz::log warn "plugin '$plugin' not found" + continue + fi + + # Check if its a valid plugin + if [[ ! -f "$base/_$plugin" && ! -f "$base/$plugin.plugin.zsh" ]]; then + _omz::log warn "'$plugin' is not a valid plugin" + continue + # It is a valid plugin, add its directory to $fpath unless it is already there + elif (( ! ${fpath[(Ie)$base]} )); then + fpath=("$base" $fpath) + fi + + # Check if it has completion to reload compinit + local -a comp_files + comp_files=($base/_*(N)) + has_completion=$(( $#comp_files > 0 )) + + # Load the plugin + if [[ -f "$base/$plugin.plugin.zsh" ]]; then + source "$base/$plugin.plugin.zsh" + fi + done + + # If we have completion, we need to reload the completion + # We pass -D to avoid generating a new dump file, which would overwrite our + # current one for the next session (and we don't want that because we're not + # actually enabling the plugins for the next session). + # Note that we still have to pass -d "$_comp_dumpfile", so that compinit + # doesn't use the default zcompdump location (${ZDOTDIR:-$HOME}/.zcompdump). + if (( has_completion )); then + compinit -D -d "$_comp_dumpfile" + fi +} + +function _omz::pr { + (( $# > 0 && $+functions[$0::$1] )) || { + cat >&2 < [options] + +Available commands: + + clean Delete all PR branches (ohmyzsh/pull-*) + test Fetch PR #NUMBER and rebase against master + +EOF + return 1 + } + + local command="$1" + shift + + $0::$command "$@" +} + +function _omz::pr::clean { + ( + set -e + builtin cd -q "$ZSH" + + # Check if there are PR branches + local fmt branches + fmt="%(color:bold blue)%(align:18,right)%(refname:short)%(end)%(color:reset) %(color:dim bold red)%(objectname:short)%(color:reset) %(color:yellow)%(contents:subject)" + branches="$(command git for-each-ref --sort=-committerdate --color --format="$fmt" "refs/heads/ohmyzsh/pull-*")" + + # Exit if there are no PR branches + if [[ -z "$branches" ]]; then + _omz::log info "there are no Pull Request branches to remove." + return + fi + + # Print found PR branches + echo "$branches\n" + # Confirm before removing the branches + _omz::confirm "do you want remove these Pull Request branches? [Y/n] " + # Only proceed if the answer is a valid yes option + [[ "$REPLY" != [yY$'\n'] ]] && return + + _omz::log info "removing all Oh My Zsh Pull Request branches..." + command git branch --list 'ohmyzsh/pull-*' | while read branch; do + command git branch -D "$branch" + done + ) +} + +function _omz::pr::test { + # Allow $1 to be a URL to the pull request + if [[ "$1" = https://* ]]; then + 1="${1:t}" + fi + + # Check the input + if ! [[ -n "$1" && "$1" =~ ^[[:digit:]]+$ ]]; then + echo >&2 "Usage: ${(j: :)${(s.::.)0#_}} " + return 1 + fi + + # Save current git HEAD + local branch + branch=$(builtin cd -q "$ZSH"; git symbolic-ref --short HEAD) || { + _omz::log error "error when getting the current git branch. Aborting..." + return 1 + } + + + # Fetch PR onto ohmyzsh/pull- branch and rebase against master + # If any of these operations fail, undo the changes made + ( + set -e + builtin cd -q "$ZSH" + + # Get the ohmyzsh git remote + command git remote -v | while read remote url _; do + case "$url" in + https://github.com/ohmyzsh/ohmyzsh(|.git)) found=1; break ;; + git@github.com:ohmyzsh/ohmyzsh(|.git)) found=1; break ;; + esac + done + + (( $found )) || { + _omz::log error "could not found the ohmyzsh git remote. Aborting..." + return 1 + } + + # Fetch pull request head + _omz::log info "fetching PR #$1 to ohmyzsh/pull-$1..." + command git fetch -f "$remote" refs/pull/$1/head:ohmyzsh/pull-$1 || { + _omz::log error "error when trying to fetch PR #$1." + return 1 + } + + # Rebase pull request branch against the current master + _omz::log info "rebasing PR #$1..." + local ret gpgsign + { + # Back up commit.gpgsign setting: use --local to get the current repository + # setting, not the global one. If --local is not a known option, it will + # exit with a 129 status code. + gpgsign=$(command git config --local commit.gpgsign 2>/dev/null) || ret=$? + [[ $ret -ne 129 ]] || gpgsign=$(command git config commit.gpgsign 2>/dev/null) + command git config commit.gpgsign false + + command git rebase master ohmyzsh/pull-$1 || { + command git rebase --abort &>/dev/null + _omz::log warn "could not rebase PR #$1 on top of master." + _omz::log warn "you might not see the latest stable changes." + _omz::log info "run \`zsh\` to test the changes." + return 1 + } + } always { + case "$gpgsign" in + "") command git config --unset commit.gpgsign ;; + *) command git config commit.gpgsign "$gpgsign" ;; + esac + } + + _omz::log info "fetch of PR #${1} successful." + ) + + # If there was an error, abort running zsh to test the PR + [[ $? -eq 0 ]] || return 1 + + # Run zsh to test the changes + _omz::log info "running \`zsh\` to test the changes. Run \`exit\` to go back." + command zsh -l + + # After testing, go back to the previous HEAD if the user wants + _omz::confirm "do you want to go back to the previous branch? [Y/n] " + # Only proceed if the answer is a valid yes option + [[ "$REPLY" != [yY$'\n'] ]] && return + + ( + set -e + builtin cd -q "$ZSH" + + command git checkout "$branch" -- || { + _omz::log error "could not go back to the previous branch ('$branch')." + return 1 + } + ) +} + +function _omz::reload { + # Delete current completion cache + command rm -f $_comp_dumpfile $ZSH_COMPDUMP + + # Old zsh versions don't have ZSH_ARGZERO + local zsh="${ZSH_ARGZERO:-${functrace[-1]%:*}}" + # Check whether to run a login shell + [[ "$zsh" = -* || -o login ]] && exec -l "${zsh#-}" || exec "$zsh" +} + +function _omz::theme { + (( $# > 0 && $+functions[$0::$1] )) || { + cat >&2 < [options] + +Available commands: + + list List all available Oh My Zsh themes + set Set a theme in your .zshrc file + use Load a theme + +EOF + return 1 + } + + local command="$1" + shift + + $0::$command "$@" +} + +function _omz::theme::list { + local -a custom_themes builtin_themes + custom_themes=("$ZSH_CUSTOM"/**/*.zsh-theme(-.N:r:gs:"$ZSH_CUSTOM"/themes/:::gs:"$ZSH_CUSTOM"/:::)) + builtin_themes=("$ZSH"/themes/*.zsh-theme(-.N:t:r)) + + # If the command is being piped, print all found line by line + if [[ ! -t 1 ]]; then + print -l ${(q-)custom_themes} ${(q-)builtin_themes} + return + fi + + # Print theme in use + if [[ -n "$ZSH_THEME" ]]; then + print -Pn "%U%BCurrent theme%b%u: " + [[ $ZSH_THEME = random ]] && echo "$RANDOM_THEME (via random)" || echo "$ZSH_THEME" + echo + fi + + # Print custom themes if there are any + if (( ${#custom_themes} )); then + print -P "%U%BCustom themes%b%u:" + print -lac ${(q-)custom_themes} + echo + fi + + # Print built-in themes + print -P "%U%BBuilt-in themes%b%u:" + print -lac ${(q-)builtin_themes} +} + +function _omz::theme::set { + if [[ -z "$1" ]]; then + echo >&2 "Usage: ${(j: :)${(s.::.)0#_}} " + return 1 + fi + + # Check that theme exists + if [[ ! -f "$ZSH_CUSTOM/$1.zsh-theme" ]] \ + && [[ ! -f "$ZSH_CUSTOM/themes/$1.zsh-theme" ]] \ + && [[ ! -f "$ZSH/themes/$1.zsh-theme" ]]; then + _omz::log error "%B$1%b theme not found" + return 1 + fi + + # Enable theme in .zshrc + local awk_script=' +!set && /^[ \t]*ZSH_THEME=[^#]+.*$/ { + set=1 + sub(/^[ \t]*ZSH_THEME=[^#]+.*$/, "ZSH_THEME=\"'$1'\" # set by `omz`") + print $0 + next +} + +{ print $0 } + +END { + # If no ZSH_THEME= line was found, return an error + if (!set) exit 1 +} +' + + local zdot="${ZDOTDIR:-$HOME}" + local zshrc="${${:-"${zdot}/.zshrc"}:A}" + awk "$awk_script" "$zshrc" > "$zdot/.zshrc.new" \ + || { + # Prepend ZSH_THEME= line to .zshrc if it doesn't exist + cat < "$zdot/.zshrc.new" \ + && command cp -f "$zshrc" "$zdot/.zshrc.bck" \ + && command mv -f "$zdot/.zshrc.new" "$zshrc" + + # Exit if the new .zshrc file wasn't created correctly + [[ $? -eq 0 ]] || { + local ret=$? + _omz::log error "error setting theme." + return $ret + } + + # Exit if the new .zshrc file has syntax errors + if ! command zsh -n "$zdot/.zshrc"; then + _omz::log error "broken syntax in '"${zdot/#$HOME/\~}/.zshrc"'. Rolling back changes..." + command mv -f "$zdot/.zshrc.bck" "$zshrc" + return 1 + fi + + # Restart the zsh session if there were no errors + _omz::log info "'$1' theme set correctly." + + # Only reload zsh if run in an interactive session + [[ ! -o interactive ]] || _omz::reload +} + +function _omz::theme::use { + if [[ -z "$1" ]]; then + echo >&2 "Usage: ${(j: :)${(s.::.)0#_}} " + return 1 + fi + + # Respect compatibility with old lookup order + if [[ -f "$ZSH_CUSTOM/$1.zsh-theme" ]]; then + source "$ZSH_CUSTOM/$1.zsh-theme" + elif [[ -f "$ZSH_CUSTOM/themes/$1.zsh-theme" ]]; then + source "$ZSH_CUSTOM/themes/$1.zsh-theme" + elif [[ -f "$ZSH/themes/$1.zsh-theme" ]]; then + source "$ZSH/themes/$1.zsh-theme" + else + _omz::log error "%B$1%b theme not found" + return 1 + fi + + # Update theme settings + ZSH_THEME="$1" + [[ $1 = random ]] || unset RANDOM_THEME +} + +function _omz::update { + # Check if git command is available + (( $+commands[git] )) || { + _omz::log error "git is not installed. Aborting..." + return 1 + } + + local last_commit=$(builtin cd -q "$ZSH"; git rev-parse HEAD 2>/dev/null) + [[ $? -eq 0 ]] || { + _omz::log error "\`$ZSH\` is not a git directory. Aborting..." + return 1 + } + + # Run update script + zstyle -s ':omz:update' verbose verbose_mode || verbose_mode=default + if [[ "$1" != --unattended ]]; then + ZSH="$ZSH" command zsh -f "$ZSH/tools/upgrade.sh" -i -v $verbose_mode || return $? + else + ZSH="$ZSH" command zsh -f "$ZSH/tools/upgrade.sh" -v $verbose_mode || return $? + fi + + # Update last updated file + zmodload zsh/datetime + echo "LAST_EPOCH=$(( EPOCHSECONDS / 60 / 60 / 24 ))" >! "${ZSH_CACHE_DIR}/.zsh-update" + # Remove update lock if it exists + command rm -rf "$ZSH/log/update.lock" + + # Restart the zsh session if there were changes + if [[ "$1" != --unattended && "$(builtin cd -q "$ZSH"; git rev-parse HEAD)" != "$last_commit" ]]; then + # Old zsh versions don't have ZSH_ARGZERO + local zsh="${ZSH_ARGZERO:-${functrace[-1]%:*}}" + # Check whether to run a login shell + [[ "$zsh" = -* || -o login ]] && exec -l "${zsh#-}" || exec "$zsh" + fi +} + +function _omz::version { + ( + builtin cd -q "$ZSH" + + # Get the version name: + # 1) try tag-like version + # 2) try branch name + # 3) try name-rev (tag~ or branch~) + local version + version=$(command git describe --tags HEAD 2>/dev/null) \ + || version=$(command git symbolic-ref --quiet --short HEAD 2>/dev/null) \ + || version=$(command git name-rev --no-undefined --name-only --exclude="remotes/*" HEAD 2>/dev/null) \ + || version="" + + # Get short hash for the current HEAD + local commit=$(command git rev-parse --short HEAD 2>/dev/null) + + # Show version and commit hash + printf "%s (%s)\n" "$version" "$commit" + ) +} diff --git a/.oh-my-zsh/lib/clipboard.zsh b/.oh-my-zsh/lib/clipboard.zsh new file mode 100644 index 0000000..5d149f0 --- /dev/null +++ b/.oh-my-zsh/lib/clipboard.zsh @@ -0,0 +1,107 @@ +# System clipboard integration +# +# This file has support for doing system clipboard copy and paste operations +# from the command line in a generic cross-platform fashion. +# +# This is uses essentially the same heuristic as neovim, with the additional +# special support for Cygwin. +# See: https://github.com/neovim/neovim/blob/e682d799fa3cf2e80a02d00c6ea874599d58f0e7/runtime/autoload/provider/clipboard.vim#L55-L121 +# +# - pbcopy, pbpaste (macOS) +# - cygwin (Windows running Cygwin) +# - wl-copy, wl-paste (if $WAYLAND_DISPLAY is set) +# - xsel (if $DISPLAY is set) +# - xclip (if $DISPLAY is set) +# - lemonade (for SSH) https://github.com/pocke/lemonade +# - doitclient (for SSH) http://www.chiark.greenend.org.uk/~sgtatham/doit/ +# - win32yank (Windows) +# - tmux (if $TMUX is set) +# +# Defines two functions, clipcopy and clippaste, based on the detected platform. +## +# +# clipcopy - Copy data to clipboard +# +# Usage: +# +# | clipcopy - copies stdin to clipboard +# +# clipcopy - copies a file's contents to clipboard +# +## +# +# clippaste - "Paste" data from clipboard to stdout +# +# Usage: +# +# clippaste - writes clipboard's contents to stdout +# +# clippaste | - pastes contents and pipes it to another process +# +# clippaste > - paste contents to a file +# +# Examples: +# +# # Pipe to another process +# clippaste | grep foo +# +# # Paste to a file +# clippaste > file.txt +# +function detect-clipboard() { + emulate -L zsh + + if [[ "${OSTYPE}" == darwin* ]] && (( ${+commands[pbcopy]} )) && (( ${+commands[pbpaste]} )); then + function clipcopy() { cat "${1:-/dev/stdin}" | pbcopy; } + function clippaste() { pbpaste; } + elif [[ "${OSTYPE}" == (cygwin|msys)* ]]; then + function clipcopy() { cat "${1:-/dev/stdin}" > /dev/clipboard; } + function clippaste() { cat /dev/clipboard; } + elif (( $+commands[clip.exe] )) && (( $+commands[powershell.exe] )); then + function clipcopy() { cat "${1:-/dev/stdin}" | clip.exe; } + function clippaste() { powershell.exe -noprofile -command Get-Clipboard; } + elif [ -n "${WAYLAND_DISPLAY:-}" ] && (( ${+commands[wl-copy]} )) && (( ${+commands[wl-paste]} )); then + function clipcopy() { cat "${1:-/dev/stdin}" | wl-copy &>/dev/null &|; } + function clippaste() { wl-paste --no-newline; } + elif [ -n "${DISPLAY:-}" ] && (( ${+commands[xsel]} )); then + function clipcopy() { cat "${1:-/dev/stdin}" | xsel --clipboard --input; } + function clippaste() { xsel --clipboard --output; } + elif [ -n "${DISPLAY:-}" ] && (( ${+commands[xclip]} )); then + function clipcopy() { cat "${1:-/dev/stdin}" | xclip -selection clipboard -in &>/dev/null &|; } + function clippaste() { xclip -out -selection clipboard; } + elif (( ${+commands[lemonade]} )); then + function clipcopy() { cat "${1:-/dev/stdin}" | lemonade copy; } + function clippaste() { lemonade paste; } + elif (( ${+commands[doitclient]} )); then + function clipcopy() { cat "${1:-/dev/stdin}" | doitclient wclip; } + function clippaste() { doitclient wclip -r; } + elif (( ${+commands[win32yank]} )); then + function clipcopy() { cat "${1:-/dev/stdin}" | win32yank -i; } + function clippaste() { win32yank -o; } + elif [[ $OSTYPE == linux-android* ]] && (( $+commands[termux-clipboard-set] )); then + function clipcopy() { cat "${1:-/dev/stdin}" | termux-clipboard-set; } + function clippaste() { termux-clipboard-get; } + elif [ -n "${TMUX:-}" ] && (( ${+commands[tmux]} )); then + function clipcopy() { tmux load-buffer "${1:--}"; } + function clippaste() { tmux save-buffer -; } + else + function _retry_clipboard_detection_or_fail() { + local clipcmd="${1}"; shift + if detect-clipboard; then + "${clipcmd}" "$@" + else + print "${clipcmd}: Platform $OSTYPE not supported or xclip/xsel not installed" >&2 + return 1 + fi + } + function clipcopy() { _retry_clipboard_detection_or_fail clipcopy "$@"; } + function clippaste() { _retry_clipboard_detection_or_fail clippaste "$@"; } + return 1 + fi +} + +function clipcopy clippaste { + unfunction clipcopy clippaste + detect-clipboard || true # let one retry + "$0" "$@" +} diff --git a/.oh-my-zsh/lib/compfix.zsh b/.oh-my-zsh/lib/compfix.zsh new file mode 100644 index 0000000..2fe9d9e --- /dev/null +++ b/.oh-my-zsh/lib/compfix.zsh @@ -0,0 +1,44 @@ +# Handle completions insecurities (i.e., completion-dependent directories with +# insecure ownership or permissions) by: +# +# * Human-readably notifying the user of these insecurities. +function handle_completion_insecurities() { + # List of the absolute paths of all unique insecure directories, split on + # newline from compaudit()'s output resembling: + # + # There are insecure directories: + # /usr/share/zsh/site-functions + # /usr/share/zsh/5.0.6/functions + # /usr/share/zsh + # /usr/share/zsh/5.0.6 + # + # Since the ignorable first line is printed to stderr and thus not captured, + # stderr is squelched to prevent this output from leaking to the user. + local -aU insecure_dirs + insecure_dirs=( ${(f@):-"$(compaudit 2>/dev/null)"} ) + + # If no such directories exist, get us out of here. + [[ -z "${insecure_dirs}" ]] && return + + # List ownership and permissions of all insecure directories. + print "[oh-my-zsh] Insecure completion-dependent directories detected:" + ls -ld "${(@)insecure_dirs}" + + cat < +# +# Usage: +# +# omz_diagnostic_dump [-v] [-V] [file] +# +# NOTE: This is a work in progress. Its interface and behavior are going to change, +# and probably in non-back-compatible ways. +# +# Outputs a bunch of information about the state and configuration of +# oh-my-zsh, zsh, and the user's system. This is intended to provide a +# bunch of context for diagnosing your own or a third party's problems, and to +# be suitable for posting to public bug reports. +# +# The output is human-readable and its format may change over time. It is not +# suitable for parsing. All the output is in one single file so it can be posted +# as a gist or bug comment on GitHub. GitHub doesn't support attaching tarballs +# or other files to bugs; otherwise, this would probably have an option to produce +# tarballs that contain copies of the config and customization files instead of +# catting them all in to one file. +# +# This is intended to be widely portable, and run anywhere that oh-my-zsh does. +# Feel free to report any portability issues as bugs. +# +# This is written in a defensive style so it still works (and can detect) cases when +# basic functionality like echo and which have been redefined. In particular, almost +# everything is invoked with "builtin" or "command", to work in the face of user +# redefinitions. +# +# OPTIONS +# +# [file] Specifies the output file. If not given, a file in the current directory +# is selected automatically. +# +# -v Increase the verbosity of the dump output. May be specified multiple times. +# Verbosity levels: +# 0 - Basic info, shell state, omz configuration, git state +# 1 - (default) Adds key binding info and configuration file contents +# 2 - Adds zcompdump file contents +# +# -V Reduce the verbosity of the dump output. May be specified multiple times. +# +# TODO: +# * Multi-file capture +# * Add automatic gist uploading +# * Consider whether to move default output file location to TMPDIR. More robust +# but less user friendly. +# + +autoload -Uz is-at-least + +function omz_diagnostic_dump() { + emulate -L zsh + + builtin echo "Generating diagnostic dump; please be patient..." + + local thisfcn=omz_diagnostic_dump + local -A opts + local opt_verbose opt_noverbose opt_outfile + local timestamp=$(date +%Y%m%d-%H%M%S) + local outfile=omz_diagdump_$timestamp.txt + builtin zparseopts -A opts -D -- "v+=opt_verbose" "V+=opt_noverbose" + local verbose n_verbose=${#opt_verbose} n_noverbose=${#opt_noverbose} + (( verbose = 1 + n_verbose - n_noverbose )) + + if [[ ${#*} > 0 ]]; then + opt_outfile=$1 + fi + if [[ ${#*} > 1 ]]; then + builtin echo "$thisfcn: error: too many arguments" >&2 + return 1 + fi + if [[ -n "$opt_outfile" ]]; then + outfile="$opt_outfile" + fi + + # Always write directly to a file so terminal escape sequences are + # captured cleanly + _omz_diag_dump_one_big_text &> "$outfile" + if [[ $? != 0 ]]; then + builtin echo "$thisfcn: error while creating diagnostic dump; see $outfile for details" + fi + + builtin echo + builtin echo Diagnostic dump file created at: "$outfile" + builtin echo + builtin echo To share this with OMZ developers, post it as a gist on GitHub + builtin echo at "https://gist.github.com" and share the link to the gist. + builtin echo + builtin echo "WARNING: This dump file contains all your zsh and omz configuration files," + builtin echo "so don't share it publicly if there's sensitive information in them." + builtin echo + +} + +function _omz_diag_dump_one_big_text() { + local program programs progfile md5 + + builtin echo oh-my-zsh diagnostic dump + builtin echo + builtin echo $outfile + builtin echo + + # Basic system and zsh information + command date + command uname -a + builtin echo OSTYPE=$OSTYPE + builtin echo ZSH_VERSION=$ZSH_VERSION + builtin echo User: $USERNAME + builtin echo umask: $(umask) + builtin echo + _omz_diag_dump_os_specific_version + builtin echo + + # Installed programs + programs=(sh zsh ksh bash sed cat grep ls find git posh) + local progfile="" extra_str="" sha_str="" + for program in $programs; do + extra_str="" sha_str="" + progfile=$(builtin which $program) + if [[ $? == 0 ]]; then + if [[ -e $progfile ]]; then + if builtin whence shasum &>/dev/null; then + sha_str=($(command shasum $progfile)) + sha_str=$sha_str[1] + extra_str+=" SHA $sha_str" + fi + if [[ -h "$progfile" ]]; then + extra_str+=" ( -> ${progfile:A} )" + fi + fi + builtin printf '%-9s %-20s %s\n' "$program is" "$progfile" "$extra_str" + else + builtin echo "$program: not found" + fi + done + builtin echo + builtin echo Command Versions: + builtin echo "zsh: $(zsh --version)" + builtin echo "this zsh session: $ZSH_VERSION" + builtin echo "bash: $(bash --version | command grep bash)" + builtin echo "git: $(git --version)" + builtin echo "grep: $(grep --version)" + builtin echo + + # Core command definitions + _omz_diag_dump_check_core_commands || return 1 + builtin echo + + # ZSH Process state + builtin echo Process state: + builtin echo pwd: $PWD + if builtin whence pstree &>/dev/null; then + builtin echo Process tree for this shell: + pstree -p $$ + else + ps -fT + fi + builtin set | command grep -a '^\(ZSH\|plugins\|TERM\|LC_\|LANG\|precmd\|chpwd\|preexec\|FPATH\|TTY\|DISPLAY\|PATH\)\|OMZ' + builtin echo + #TODO: Should this include `env` instead of or in addition to `export`? + builtin echo Exported: + builtin echo $(builtin export | command sed 's/=.*//') + builtin echo + builtin echo Locale: + command locale + builtin echo + + # Zsh installation and configuration + builtin echo Zsh configuration: + builtin echo setopt: $(builtin setopt) + builtin echo + builtin echo zstyle: + builtin zstyle + builtin echo + builtin echo 'compaudit output:' + compaudit + builtin echo + builtin echo '$fpath directories:' + command ls -lad $fpath + builtin echo + + # Oh-my-zsh installation + builtin echo oh-my-zsh installation: + command ls -ld ~/.z* + command ls -ld ~/.oh* + builtin echo + builtin echo oh-my-zsh git state: + (builtin cd $ZSH && builtin echo "HEAD: $(git rev-parse HEAD)" && git remote -v && git status | command grep "[^[:space:]]") + if [[ $verbose -ge 1 ]]; then + (builtin cd $ZSH && git reflog --date=default | command grep pull) + fi + builtin echo + if [[ -e $ZSH_CUSTOM ]]; then + local custom_dir=$ZSH_CUSTOM + if [[ -h $custom_dir ]]; then + custom_dir=$(builtin cd $custom_dir && pwd -P) + fi + builtin echo "oh-my-zsh custom dir:" + builtin echo " $ZSH_CUSTOM ($custom_dir)" + (builtin cd ${custom_dir:h} && command find ${custom_dir:t} -name .git -prune -o -print) + builtin echo + fi + + # Key binding and terminal info + if [[ $verbose -ge 1 ]]; then + builtin echo "bindkey:" + builtin bindkey + builtin echo + builtin echo "infocmp:" + command infocmp -L + builtin echo + fi + + # Configuration file info + local zdotdir=${ZDOTDIR:-$HOME} + builtin echo "Zsh configuration files:" + local cfgfile cfgfiles + # Some files for bash that zsh does not use are intentionally included + # to help with diagnosing behavior differences between bash and zsh + cfgfiles=( /etc/zshenv /etc/zprofile /etc/zshrc /etc/zlogin /etc/zlogout + $zdotdir/.zshenv $zdotdir/.zprofile $zdotdir/.zshrc $zdotdir/.zlogin $zdotdir/.zlogout + ~/.zsh.pre-oh-my-zsh + /etc/bashrc /etc/profile ~/.bashrc ~/.profile ~/.bash_profile ~/.bash_logout ) + command ls -lad $cfgfiles 2>&1 + builtin echo + if [[ $verbose -ge 1 ]]; then + for cfgfile in $cfgfiles; do + _omz_diag_dump_echo_file_w_header $cfgfile + done + fi + builtin echo + builtin echo "Zsh compdump files:" + local dumpfile dumpfiles + command ls -lad $zdotdir/.zcompdump* + dumpfiles=( $zdotdir/.zcompdump*(N) ) + if [[ $verbose -ge 2 ]]; then + for dumpfile in $dumpfiles; do + _omz_diag_dump_echo_file_w_header $dumpfile + done + fi + +} + +function _omz_diag_dump_check_core_commands() { + builtin echo "Core command check:" + local redefined name builtins externals reserved_words + redefined=() + # All the zsh non-module builtin commands + # These are taken from the zsh reference manual for 5.0.2 + # Commands from modules should not be included. + # (For back-compatibility, if any of these are newish, they should be removed, + # or at least made conditional on the version of the current running zsh.) + # "history" is also excluded because OMZ is known to redefine that + reserved_words=( do done esac then elif else fi for case if while function + repeat time until select coproc nocorrect foreach end '!' '[[' '{' '}' + ) + builtins=( alias autoload bg bindkey break builtin bye cd chdir command + comparguments compcall compctl compdescribe compfiles compgroups compquote comptags + comptry compvalues continue dirs disable disown echo echotc echoti emulate + enable eval exec exit false fc fg functions getln getopts hash + jobs kill let limit log logout noglob popd print printf + pushd pushln pwd r read rehash return sched set setopt shift + source suspend test times trap true ttyctl type ulimit umask unalias + unfunction unhash unlimit unset unsetopt vared wait whence where which zcompile + zle zmodload zparseopts zregexparse zstyle ) + if is-at-least 5.1; then + reserved_word+=( declare export integer float local readonly typeset ) + else + builtins+=( declare export integer float local readonly typeset ) + fi + builtins_fatal=( builtin command local ) + externals=( zsh ) + for name in $reserved_words; do + if [[ $(builtin whence -w $name) != "$name: reserved" ]]; then + builtin echo "reserved word '$name' has been redefined" + builtin which $name + redefined+=$name + fi + done + for name in $builtins; do + if [[ $(builtin whence -w $name) != "$name: builtin" ]]; then + builtin echo "builtin '$name' has been redefined" + builtin which $name + redefined+=$name + fi + done + for name in $externals; do + if [[ $(builtin whence -w $name) != "$name: command" ]]; then + builtin echo "command '$name' has been redefined" + builtin which $name + redefined+=$name + fi + done + + if [[ -n "$redefined" ]]; then + builtin echo "SOME CORE COMMANDS HAVE BEEN REDEFINED: $redefined" + else + builtin echo "All core commands are defined normally" + fi + +} + +function _omz_diag_dump_echo_file_w_header() { + local file=$1 + if [[ ( -f $file || -h $file ) ]]; then + builtin echo "========== $file ==========" + if [[ -h $file ]]; then + builtin echo "========== ( => ${file:A} ) ==========" + fi + command cat $file + builtin echo "========== end $file ==========" + builtin echo + elif [[ -d $file ]]; then + builtin echo "File '$file' is a directory" + elif [[ ! -e $file ]]; then + builtin echo "File '$file' does not exist" + else + command ls -lad "$file" + fi +} + +function _omz_diag_dump_os_specific_version() { + local osname osver version_file version_files + case "$OSTYPE" in + darwin*) + osname=$(command sw_vers -productName) + osver=$(command sw_vers -productVersion) + builtin echo "OS Version: $osname $osver build $(sw_vers -buildVersion)" + ;; + cygwin) + command systeminfo | command head -n 4 | command tail -n 2 + ;; + esac + + if builtin which lsb_release >/dev/null; then + builtin echo "OS Release: $(command lsb_release -s -d)" + fi + + version_files=( /etc/*-release(N) /etc/*-version(N) /etc/*_version(N) ) + for version_file in $version_files; do + builtin echo "$version_file:" + command cat "$version_file" + builtin echo + done +} + diff --git a/.oh-my-zsh/lib/directories.zsh b/.oh-my-zsh/lib/directories.zsh new file mode 100644 index 0000000..8927a56 --- /dev/null +++ b/.oh-my-zsh/lib/directories.zsh @@ -0,0 +1,40 @@ +# Changing/making/removing directory +setopt auto_cd +setopt auto_pushd +setopt pushd_ignore_dups +setopt pushdminus + + +alias -g ...='../..' +alias -g ....='../../..' +alias -g .....='../../../..' +alias -g ......='../../../../..' + +alias -- -='cd -' +alias 1='cd -1' +alias 2='cd -2' +alias 3='cd -3' +alias 4='cd -4' +alias 5='cd -5' +alias 6='cd -6' +alias 7='cd -7' +alias 8='cd -8' +alias 9='cd -9' + +alias md='mkdir -p' +alias rd=rmdir + +function d () { + if [[ -n $1 ]]; then + dirs "$@" + else + dirs -v | head -n 10 + fi +} +compdef _dirs d + +# List directory contents +alias lsa='ls -lah' +alias l='ls -lah' +alias ll='ls -lh' +alias la='ls -lAh' diff --git a/.oh-my-zsh/lib/functions.zsh b/.oh-my-zsh/lib/functions.zsh new file mode 100644 index 0000000..f5c671f --- /dev/null +++ b/.oh-my-zsh/lib/functions.zsh @@ -0,0 +1,267 @@ +function zsh_stats() { + fc -l 1 \ + | awk '{ CMD[$2]++; count++; } END { for (a in CMD) print CMD[a] " " CMD[a]*100/count "% " a }' \ + | grep -v "./" | sort -nr | head -n 20 | column -c3 -s " " -t | nl +} + +function uninstall_oh_my_zsh() { + command env ZSH="$ZSH" sh "$ZSH/tools/uninstall.sh" +} + +function upgrade_oh_my_zsh() { + echo >&2 "${fg[yellow]}Note: \`$0\` is deprecated. Use \`omz update\` instead.$reset_color" + omz update +} + +function open_command() { + local open_cmd + + # define the open command + case "$OSTYPE" in + darwin*) open_cmd='open' ;; + cygwin*) open_cmd='cygstart' ;; + linux*) [[ "$(uname -r)" != *icrosoft* ]] && open_cmd='nohup xdg-open' || { + open_cmd='cmd.exe /c start ""' + [[ -e "$1" ]] && { 1="$(wslpath -w "${1:a}")" || return 1 } + } ;; + msys*) open_cmd='start ""' ;; + *) echo "Platform $OSTYPE not supported" + return 1 + ;; + esac + + # If a URL is passed, $BROWSER might be set to a local browser within SSH. + # See https://github.com/ohmyzsh/ohmyzsh/issues/11098 + if [[ -n "$BROWSER" && "$1" = (http|https)://* ]]; then + "$BROWSER" "$@" + return + fi + + ${=open_cmd} "$@" &>/dev/null +} + +# take functions + +# mkcd is equivalent to takedir +function mkcd takedir() { + mkdir -p $@ && cd ${@:$#} +} + +function takeurl() { + local data thedir + data="$(mktemp)" + curl -L "$1" > "$data" + tar xf "$data" + thedir="$(tar tf "$data" | head -n 1)" + rm "$data" + cd "$thedir" +} + +function takegit() { + git clone "$1" + cd "$(basename ${1%%.git})" +} + +function take() { + if [[ $1 =~ ^(https?|ftp).*\.(tar\.(gz|bz2|xz)|tgz)$ ]]; then + takeurl "$1" + elif [[ $1 =~ ^([A-Za-z0-9]\+@|https?|git|ssh|ftps?|rsync).*\.git/?$ ]]; then + takegit "$1" + else + takedir "$@" + fi +} + +# +# Get the value of an alias. +# +# Arguments: +# 1. alias - The alias to get its value from +# STDOUT: +# The value of alias $1 (if it has one). +# Return value: +# 0 if the alias was found, +# 1 if it does not exist +# +function alias_value() { + (( $+aliases[$1] )) && echo $aliases[$1] +} + +# +# Try to get the value of an alias, +# otherwise return the input. +# +# Arguments: +# 1. alias - The alias to get its value from +# STDOUT: +# The value of alias $1, or $1 if there is no alias $1. +# Return value: +# Always 0 +# +function try_alias_value() { + alias_value "$1" || echo "$1" +} + +# +# Set variable "$1" to default value "$2" if "$1" is not yet defined. +# +# Arguments: +# 1. name - The variable to set +# 2. val - The default value +# Return value: +# 0 if the variable exists, 3 if it was set +# +function default() { + (( $+parameters[$1] )) && return 0 + typeset -g "$1"="$2" && return 3 +} + +# +# Set environment variable "$1" to default value "$2" if "$1" is not yet defined. +# +# Arguments: +# 1. name - The env variable to set +# 2. val - The default value +# Return value: +# 0 if the env variable exists, 3 if it was set +# +function env_default() { + [[ ${parameters[$1]} = *-export* ]] && return 0 + export "$1=$2" && return 3 +} + + +# Required for $langinfo +zmodload zsh/langinfo + +# URL-encode a string +# +# Encodes a string using RFC 2396 URL-encoding (%-escaped). +# See: https://www.ietf.org/rfc/rfc2396.txt +# +# By default, reserved characters and unreserved "mark" characters are +# not escaped by this function. This allows the common usage of passing +# an entire URL in, and encoding just special characters in it, with +# the expectation that reserved and mark characters are used appropriately. +# The -r and -m options turn on escaping of the reserved and mark characters, +# respectively, which allows arbitrary strings to be fully escaped for +# embedding inside URLs, where reserved characters might be misinterpreted. +# +# Prints the encoded string on stdout. +# Returns nonzero if encoding failed. +# +# Usage: +# omz_urlencode [-r] [-m] [-P] [ ...] +# +# -r causes reserved characters (;/?:@&=+$,) to be escaped +# +# -m causes "mark" characters (_.!~*''()-) to be escaped +# +# -P causes spaces to be encoded as '%20' instead of '+' +function omz_urlencode() { + emulate -L zsh + local -a opts + zparseopts -D -E -a opts r m P + + local in_str="$@" + local url_str="" + local spaces_as_plus + if [[ -z $opts[(r)-P] ]]; then spaces_as_plus=1; fi + local str="$in_str" + + # URLs must use UTF-8 encoding; convert str to UTF-8 if required + local encoding=$langinfo[CODESET] + local safe_encodings + safe_encodings=(UTF-8 utf8 US-ASCII) + if [[ -z ${safe_encodings[(r)$encoding]} ]]; then + str=$(echo -E "$str" | iconv -f $encoding -t UTF-8) + if [[ $? != 0 ]]; then + echo "Error converting string from $encoding to UTF-8" >&2 + return 1 + fi + fi + + # Use LC_CTYPE=C to process text byte-by-byte + # Note that this doesn't work in Termux, as it only has UTF-8 locale. + # Characters will be processed as UTF-8, which is fine for URLs. + local i byte ord LC_ALL=C + export LC_ALL + local reserved=';/?:@&=+$,' + local mark='_.!~*''()-' + local dont_escape="[A-Za-z0-9" + if [[ -z $opts[(r)-r] ]]; then + dont_escape+=$reserved + fi + # $mark must be last because of the "-" + if [[ -z $opts[(r)-m] ]]; then + dont_escape+=$mark + fi + dont_escape+="]" + + # Implemented to use a single printf call and avoid subshells in the loop, + # for performance (primarily on Windows). + local url_str="" + for (( i = 1; i <= ${#str}; ++i )); do + byte="$str[i]" + if [[ "$byte" =~ "$dont_escape" ]]; then + url_str+="$byte" + else + if [[ "$byte" == " " && -n $spaces_as_plus ]]; then + url_str+="+" + elif [[ "$PREFIX" = *com.termux* ]]; then + # Termux does not have non-UTF8 locales, so just send the UTF-8 character directly + url_str+="$byte" + else + ord=$(( [##16] #byte )) + url_str+="%$ord" + fi + fi + done + echo -E "$url_str" +} + +# URL-decode a string +# +# Decodes a RFC 2396 URL-encoded (%-escaped) string. +# This decodes the '+' and '%' escapes in the input string, and leaves +# other characters unchanged. Does not enforce that the input is a +# valid URL-encoded string. This is a convenience to allow callers to +# pass in a full URL or similar strings and decode them for human +# presentation. +# +# Outputs the encoded string on stdout. +# Returns nonzero if encoding failed. +# +# Usage: +# omz_urldecode - prints decoded string followed by a newline +function omz_urldecode { + emulate -L zsh + local encoded_url=$1 + + # Work bytewise, since URLs escape UTF-8 octets + local caller_encoding=$langinfo[CODESET] + local LC_ALL=C + export LC_ALL + + # Change + back to ' ' + local tmp=${encoded_url:gs/+/ /} + # Protect other escapes to pass through the printf unchanged + tmp=${tmp:gs/\\/\\\\/} + # Handle %-escapes by turning them into `\xXX` printf escapes + tmp=${tmp:gs/%/\\x/} + local decoded="$(printf -- "$tmp")" + + # Now we have a UTF-8 encoded string in the variable. We need to re-encode + # it if caller is in a non-UTF-8 locale. + local -a safe_encodings + safe_encodings=(UTF-8 utf8 US-ASCII) + if [[ -z ${safe_encodings[(r)$caller_encoding]} ]]; then + decoded=$(echo -E "$decoded" | iconv -f UTF-8 -t $caller_encoding) + if [[ $? != 0 ]]; then + echo "Error converting string from UTF-8 to $caller_encoding" >&2 + return 1 + fi + fi + + echo -E "$decoded" +} diff --git a/.oh-my-zsh/lib/git.zsh b/.oh-my-zsh/lib/git.zsh new file mode 100644 index 0000000..db6c917 --- /dev/null +++ b/.oh-my-zsh/lib/git.zsh @@ -0,0 +1,339 @@ +autoload -Uz is-at-least + +# The git prompt's git commands are read-only and should not interfere with +# other processes. This environment variable is equivalent to running with `git +# --no-optional-locks`, but falls back gracefully for older versions of git. +# See git(1) for and git-status(1) for a description of that flag. +# +# We wrap in a local function instead of exporting the variable directly in +# order to avoid interfering with manually-run git commands by the user. +function __git_prompt_git() { + GIT_OPTIONAL_LOCKS=0 command git "$@" +} + +function _omz_git_prompt_info() { + # If we are on a folder not tracked by git, get out. + # Otherwise, check for hide-info at global and local repository level + if ! __git_prompt_git rev-parse --git-dir &> /dev/null \ + || [[ "$(__git_prompt_git config --get oh-my-zsh.hide-info 2>/dev/null)" == 1 ]]; then + return 0 + fi + + # Get either: + # - the current branch name + # - the tag name if we are on a tag + # - the short SHA of the current commit + local ref + ref=$(__git_prompt_git symbolic-ref --short HEAD 2> /dev/null) \ + || ref=$(__git_prompt_git describe --tags --exact-match HEAD 2> /dev/null) \ + || ref=$(__git_prompt_git rev-parse --short HEAD 2> /dev/null) \ + || return 0 + + # Use global ZSH_THEME_GIT_SHOW_UPSTREAM=1 for including upstream remote info + local upstream + if (( ${+ZSH_THEME_GIT_SHOW_UPSTREAM} )); then + upstream=$(__git_prompt_git rev-parse --abbrev-ref --symbolic-full-name "@{upstream}" 2>/dev/null) \ + && upstream=" -> ${upstream}" + fi + + echo "${ZSH_THEME_GIT_PROMPT_PREFIX}${ref:gs/%/%%}${upstream:gs/%/%%}$(parse_git_dirty)${ZSH_THEME_GIT_PROMPT_SUFFIX}" +} + +# Use async version if setting is enabled, or unset but zsh version is at least 5.0.6. +# This avoids async prompt issues caused by previous zsh versions: +# - https://github.com/ohmyzsh/ohmyzsh/issues/12331 +# - https://github.com/ohmyzsh/ohmyzsh/issues/12360 +# TODO(2024-06-12): @mcornella remove workaround when CentOS 7 reaches EOL +if zstyle -t ':omz:alpha:lib:git' async-prompt \ + || { is-at-least 5.0.6 && zstyle -T ':omz:alpha:lib:git' async-prompt }; then + function git_prompt_info() { + if [[ -n "${_OMZ_ASYNC_OUTPUT[_omz_git_prompt_info]}" ]]; then + echo -n "${_OMZ_ASYNC_OUTPUT[_omz_git_prompt_info]}" + fi + } + + function git_prompt_status() { + if [[ -n "${_OMZ_ASYNC_OUTPUT[_omz_git_prompt_status]}" ]]; then + echo -n "${_OMZ_ASYNC_OUTPUT[_omz_git_prompt_status]}" + fi + } + + # Conditionally register the async handler, only if it's needed in $PROMPT + # or any of the other prompt variables + function _defer_async_git_register() { + # Check if git_prompt_info is used in a prompt variable + case "${PS1}:${PS2}:${PS3}:${PS4}:${RPROMPT}:${RPS1}:${RPS2}:${RPS3}:${RPS4}" in + *(\$\(git_prompt_info\)|\`git_prompt_info\`)*) + _omz_register_handler _omz_git_prompt_info + ;; + esac + + case "${PS1}:${PS2}:${PS3}:${PS4}:${RPROMPT}:${RPS1}:${RPS2}:${RPS3}:${RPS4}" in + *(\$\(git_prompt_status\)|\`git_prompt_status\`)*) + _omz_register_handler _omz_git_prompt_status + ;; + esac + + add-zsh-hook -d precmd _defer_async_git_register + unset -f _defer_async_git_register + } + + # Register the async handler first. This needs to be done before + # the async request prompt is run + precmd_functions=(_defer_async_git_register $precmd_functions) +else + function git_prompt_info() { + _omz_git_prompt_info + } + function git_prompt_status() { + _omz_git_prompt_status + } +fi + +# Checks if working tree is dirty +function parse_git_dirty() { + local STATUS + local -a FLAGS + FLAGS=('--porcelain') + if [[ "$(__git_prompt_git config --get oh-my-zsh.hide-dirty)" != "1" ]]; then + if [[ "${DISABLE_UNTRACKED_FILES_DIRTY:-}" == "true" ]]; then + FLAGS+='--untracked-files=no' + fi + case "${GIT_STATUS_IGNORE_SUBMODULES:-}" in + git) + # let git decide (this respects per-repo config in .gitmodules) + ;; + *) + # if unset: ignore dirty submodules + # other values are passed to --ignore-submodules + FLAGS+="--ignore-submodules=${GIT_STATUS_IGNORE_SUBMODULES:-dirty}" + ;; + esac + STATUS=$(__git_prompt_git status ${FLAGS} 2> /dev/null | tail -n 1) + fi + if [[ -n $STATUS ]]; then + echo "$ZSH_THEME_GIT_PROMPT_DIRTY" + else + echo "$ZSH_THEME_GIT_PROMPT_CLEAN" + fi +} + +# Gets the difference between the local and remote branches +function git_remote_status() { + local remote ahead behind git_remote_status git_remote_status_detailed + remote=${$(__git_prompt_git rev-parse --verify ${hook_com[branch]}@{upstream} --symbolic-full-name 2>/dev/null)/refs\/remotes\/} + if [[ -n ${remote} ]]; then + ahead=$(__git_prompt_git rev-list ${hook_com[branch]}@{upstream}..HEAD 2>/dev/null | wc -l) + behind=$(__git_prompt_git rev-list HEAD..${hook_com[branch]}@{upstream} 2>/dev/null | wc -l) + + if [[ $ahead -eq 0 ]] && [[ $behind -eq 0 ]]; then + git_remote_status="$ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE" + elif [[ $ahead -gt 0 ]] && [[ $behind -eq 0 ]]; then + git_remote_status="$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE" + git_remote_status_detailed="$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE_COLOR$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE$((ahead))%{$reset_color%}" + elif [[ $behind -gt 0 ]] && [[ $ahead -eq 0 ]]; then + git_remote_status="$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE" + git_remote_status_detailed="$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE_COLOR$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE$((behind))%{$reset_color%}" + elif [[ $ahead -gt 0 ]] && [[ $behind -gt 0 ]]; then + git_remote_status="$ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE" + git_remote_status_detailed="$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE_COLOR$ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE$((ahead))%{$reset_color%}$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE_COLOR$ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE$((behind))%{$reset_color%}" + fi + + if [[ -n $ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_DETAILED ]]; then + git_remote_status="$ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_PREFIX${remote:gs/%/%%}$git_remote_status_detailed$ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_SUFFIX" + fi + + echo $git_remote_status + fi +} + +# Outputs the name of the current branch +# Usage example: git pull origin $(git_current_branch) +# Using '--quiet' with 'symbolic-ref' will not cause a fatal error (128) if +# it's not a symbolic ref, but in a Git repo. +function git_current_branch() { + local ref + ref=$(__git_prompt_git symbolic-ref --quiet HEAD 2> /dev/null) + local ret=$? + if [[ $ret != 0 ]]; then + [[ $ret == 128 ]] && return # no git repo. + ref=$(__git_prompt_git rev-parse --short HEAD 2> /dev/null) || return + fi + echo ${ref#refs/heads/} +} + + +# Gets the number of commits ahead from remote +function git_commits_ahead() { + if __git_prompt_git rev-parse --git-dir &>/dev/null; then + local commits="$(__git_prompt_git rev-list --count @{upstream}..HEAD 2>/dev/null)" + if [[ -n "$commits" && "$commits" != 0 ]]; then + echo "$ZSH_THEME_GIT_COMMITS_AHEAD_PREFIX$commits$ZSH_THEME_GIT_COMMITS_AHEAD_SUFFIX" + fi + fi +} + +# Gets the number of commits behind remote +function git_commits_behind() { + if __git_prompt_git rev-parse --git-dir &>/dev/null; then + local commits="$(__git_prompt_git rev-list --count HEAD..@{upstream} 2>/dev/null)" + if [[ -n "$commits" && "$commits" != 0 ]]; then + echo "$ZSH_THEME_GIT_COMMITS_BEHIND_PREFIX$commits$ZSH_THEME_GIT_COMMITS_BEHIND_SUFFIX" + fi + fi +} + +# Outputs if current branch is ahead of remote +function git_prompt_ahead() { + if [[ -n "$(__git_prompt_git rev-list origin/$(git_current_branch)..HEAD 2> /dev/null)" ]]; then + echo "$ZSH_THEME_GIT_PROMPT_AHEAD" + fi +} + +# Outputs if current branch is behind remote +function git_prompt_behind() { + if [[ -n "$(__git_prompt_git rev-list HEAD..origin/$(git_current_branch) 2> /dev/null)" ]]; then + echo "$ZSH_THEME_GIT_PROMPT_BEHIND" + fi +} + +# Outputs if current branch exists on remote or not +function git_prompt_remote() { + if [[ -n "$(__git_prompt_git show-ref origin/$(git_current_branch) 2> /dev/null)" ]]; then + echo "$ZSH_THEME_GIT_PROMPT_REMOTE_EXISTS" + else + echo "$ZSH_THEME_GIT_PROMPT_REMOTE_MISSING" + fi +} + +# Formats prompt string for current git commit short SHA +function git_prompt_short_sha() { + local SHA + SHA=$(__git_prompt_git rev-parse --short HEAD 2> /dev/null) && echo "$ZSH_THEME_GIT_PROMPT_SHA_BEFORE$SHA$ZSH_THEME_GIT_PROMPT_SHA_AFTER" +} + +# Formats prompt string for current git commit long SHA +function git_prompt_long_sha() { + local SHA + SHA=$(__git_prompt_git rev-parse HEAD 2> /dev/null) && echo "$ZSH_THEME_GIT_PROMPT_SHA_BEFORE$SHA$ZSH_THEME_GIT_PROMPT_SHA_AFTER" +} + +function _omz_git_prompt_status() { + [[ "$(__git_prompt_git config --get oh-my-zsh.hide-status 2>/dev/null)" = 1 ]] && return + + # Maps a git status prefix to an internal constant + # This cannot use the prompt constants, as they may be empty + local -A prefix_constant_map + prefix_constant_map=( + '\?\? ' 'UNTRACKED' + 'A ' 'ADDED' + 'M ' 'ADDED' + 'MM ' 'MODIFIED' + ' M ' 'MODIFIED' + 'AM ' 'MODIFIED' + ' T ' 'MODIFIED' + 'R ' 'RENAMED' + ' D ' 'DELETED' + 'D ' 'DELETED' + 'UU ' 'UNMERGED' + 'ahead' 'AHEAD' + 'behind' 'BEHIND' + 'diverged' 'DIVERGED' + 'stashed' 'STASHED' + ) + + # Maps the internal constant to the prompt theme + local -A constant_prompt_map + constant_prompt_map=( + 'UNTRACKED' "$ZSH_THEME_GIT_PROMPT_UNTRACKED" + 'ADDED' "$ZSH_THEME_GIT_PROMPT_ADDED" + 'MODIFIED' "$ZSH_THEME_GIT_PROMPT_MODIFIED" + 'RENAMED' "$ZSH_THEME_GIT_PROMPT_RENAMED" + 'DELETED' "$ZSH_THEME_GIT_PROMPT_DELETED" + 'UNMERGED' "$ZSH_THEME_GIT_PROMPT_UNMERGED" + 'AHEAD' "$ZSH_THEME_GIT_PROMPT_AHEAD" + 'BEHIND' "$ZSH_THEME_GIT_PROMPT_BEHIND" + 'DIVERGED' "$ZSH_THEME_GIT_PROMPT_DIVERGED" + 'STASHED' "$ZSH_THEME_GIT_PROMPT_STASHED" + ) + + # The order that the prompt displays should be added to the prompt + local status_constants + status_constants=( + UNTRACKED ADDED MODIFIED RENAMED DELETED + STASHED UNMERGED AHEAD BEHIND DIVERGED + ) + + local status_text + status_text="$(__git_prompt_git status --porcelain -b 2> /dev/null)" + + # Don't continue on a catastrophic failure + if [[ $? -eq 128 ]]; then + return 1 + fi + + # A lookup table of each git status encountered + local -A statuses_seen + + if __git_prompt_git rev-parse --verify refs/stash &>/dev/null; then + statuses_seen[STASHED]=1 + fi + + local status_lines + status_lines=("${(@f)${status_text}}") + + # If the tracking line exists, get and parse it + if [[ "$status_lines[1]" =~ "^## [^ ]+ \[(.*)\]" ]]; then + local branch_statuses + branch_statuses=("${(@s/,/)match}") + for branch_status in $branch_statuses; do + if [[ ! $branch_status =~ "(behind|diverged|ahead) ([0-9]+)?" ]]; then + continue + fi + local last_parsed_status=$prefix_constant_map[$match[1]] + statuses_seen[$last_parsed_status]=$match[2] + done + fi + + # For each status prefix, do a regex comparison + for status_prefix in ${(k)prefix_constant_map}; do + local status_constant="${prefix_constant_map[$status_prefix]}" + local status_regex=$'(^|\n)'"$status_prefix" + + if [[ "$status_text" =~ $status_regex ]]; then + statuses_seen[$status_constant]=1 + fi + done + + # Display the seen statuses in the order specified + local status_prompt + for status_constant in $status_constants; do + if (( ${+statuses_seen[$status_constant]} )); then + local next_display=$constant_prompt_map[$status_constant] + status_prompt="$next_display$status_prompt" + fi + done + + echo $status_prompt +} + +# Outputs the name of the current user +# Usage example: $(git_current_user_name) +function git_current_user_name() { + __git_prompt_git config user.name 2>/dev/null +} + +# Outputs the email of the current user +# Usage example: $(git_current_user_email) +function git_current_user_email() { + __git_prompt_git config user.email 2>/dev/null +} + +# Output the name of the root directory of the git repository +# Usage example: $(git_repo_name) +function git_repo_name() { + local repo_path + if repo_path="$(__git_prompt_git rev-parse --show-toplevel 2>/dev/null)" && [[ -n "$repo_path" ]]; then + echo ${repo_path:t} + fi +} diff --git a/.oh-my-zsh/lib/grep.zsh b/.oh-my-zsh/lib/grep.zsh new file mode 100644 index 0000000..54e0f69 --- /dev/null +++ b/.oh-my-zsh/lib/grep.zsh @@ -0,0 +1,41 @@ +__GREP_CACHE_FILE="$ZSH_CACHE_DIR"/grep-alias + +# See if there's a cache file modified in the last day +__GREP_ALIAS_CACHES=("$__GREP_CACHE_FILE"(Nm-1)) +if [[ -n "$__GREP_ALIAS_CACHES" ]]; then + source "$__GREP_CACHE_FILE" +else + grep-flags-available() { + command grep "$@" "" &>/dev/null <<< "" + } + + # Ignore these folders (if the necessary grep flags are available) + EXC_FOLDERS="{.bzr,CVS,.git,.hg,.svn,.idea,.tox}" + + # Check for --exclude-dir, otherwise check for --exclude. If --exclude + # isn't available, --color won't be either (they were released at the same + # time (v2.5): https://git.savannah.gnu.org/cgit/grep.git/tree/NEWS?id=1236f007 + if grep-flags-available --color=auto --exclude-dir=.cvs; then + GREP_OPTIONS="--color=auto --exclude-dir=$EXC_FOLDERS" + elif grep-flags-available --color=auto --exclude=.cvs; then + GREP_OPTIONS="--color=auto --exclude=$EXC_FOLDERS" + fi + + if [[ -n "$GREP_OPTIONS" ]]; then + # export grep, egrep and fgrep settings + alias grep="grep $GREP_OPTIONS" + alias egrep="grep -E $GREP_OPTIONS" + alias fgrep="grep -F $GREP_OPTIONS" + + # write to cache file if cache directory is writable + if [[ -w "$ZSH_CACHE_DIR" ]]; then + alias -L grep egrep fgrep >| "$__GREP_CACHE_FILE" + fi + fi + + # Clean up + unset GREP_OPTIONS EXC_FOLDERS + unfunction grep-flags-available +fi + +unset __GREP_CACHE_FILE __GREP_ALIAS_CACHES diff --git a/.oh-my-zsh/lib/history.zsh b/.oh-my-zsh/lib/history.zsh new file mode 100644 index 0000000..35da57d --- /dev/null +++ b/.oh-my-zsh/lib/history.zsh @@ -0,0 +1,48 @@ +## History wrapper +function omz_history { + # parse arguments and remove from $@ + local clear list stamp REPLY + zparseopts -E -D c=clear l=list f=stamp E=stamp i=stamp t:=stamp + + if [[ -n "$clear" ]]; then + # if -c provided, clobber the history file + + # confirm action before deleting history + print -nu2 "This action will irreversibly delete your command history. Are you sure? [y/N] " + builtin read -E + [[ "$REPLY" = [yY] ]] || return 0 + + print -nu2 >| "$HISTFILE" + fc -p "$HISTFILE" + + print -u2 History file deleted. + elif [[ $# -eq 0 ]]; then + # if no arguments provided, show full history starting from 1 + builtin fc $stamp -l 1 + else + # otherwise, run `fc -l` with a custom format + builtin fc $stamp -l "$@" + fi +} + +# Timestamp format +case ${HIST_STAMPS-} in + "mm/dd/yyyy") alias history='omz_history -f' ;; + "dd.mm.yyyy") alias history='omz_history -E' ;; + "yyyy-mm-dd") alias history='omz_history -i' ;; + "") alias history='omz_history' ;; + *) alias history="omz_history -t '$HIST_STAMPS'" ;; +esac + +## History file configuration +[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history" +[ "$HISTSIZE" -lt 50000 ] && HISTSIZE=50000 +[ "$SAVEHIST" -lt 10000 ] && SAVEHIST=10000 + +## History command configuration +setopt extended_history # record timestamp of command in HISTFILE +setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE +setopt hist_ignore_dups # ignore duplicated commands history list +setopt hist_ignore_space # ignore commands that start with space +setopt hist_verify # show command with history expansion to user before running it +setopt share_history # share command history data diff --git a/.oh-my-zsh/lib/key-bindings.zsh b/.oh-my-zsh/lib/key-bindings.zsh new file mode 100644 index 0000000..a5650dd --- /dev/null +++ b/.oh-my-zsh/lib/key-bindings.zsh @@ -0,0 +1,145 @@ +# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html +# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Builtins +# http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Standard-Widgets + +# Make sure that the terminal is in application mode when zle is active, since +# only then values from $terminfo are valid +if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then + function zle-line-init() { + echoti smkx + } + function zle-line-finish() { + echoti rmkx + } + zle -N zle-line-init + zle -N zle-line-finish +fi + +# Use emacs key bindings +bindkey -e + +# [PageUp] - Up a line of history +if [[ -n "${terminfo[kpp]}" ]]; then + bindkey -M emacs "${terminfo[kpp]}" up-line-or-history + bindkey -M viins "${terminfo[kpp]}" up-line-or-history + bindkey -M vicmd "${terminfo[kpp]}" up-line-or-history +fi +# [PageDown] - Down a line of history +if [[ -n "${terminfo[knp]}" ]]; then + bindkey -M emacs "${terminfo[knp]}" down-line-or-history + bindkey -M viins "${terminfo[knp]}" down-line-or-history + bindkey -M vicmd "${terminfo[knp]}" down-line-or-history +fi + +# Start typing + [Up-Arrow] - fuzzy find history forward +autoload -U up-line-or-beginning-search +zle -N up-line-or-beginning-search + +bindkey -M emacs "^[[A" up-line-or-beginning-search +bindkey -M viins "^[[A" up-line-or-beginning-search +bindkey -M vicmd "^[[A" up-line-or-beginning-search +if [[ -n "${terminfo[kcuu1]}" ]]; then + bindkey -M emacs "${terminfo[kcuu1]}" up-line-or-beginning-search + bindkey -M viins "${terminfo[kcuu1]}" up-line-or-beginning-search + bindkey -M vicmd "${terminfo[kcuu1]}" up-line-or-beginning-search +fi + +# Start typing + [Down-Arrow] - fuzzy find history backward +autoload -U down-line-or-beginning-search +zle -N down-line-or-beginning-search + +bindkey -M emacs "^[[B" down-line-or-beginning-search +bindkey -M viins "^[[B" down-line-or-beginning-search +bindkey -M vicmd "^[[B" down-line-or-beginning-search +if [[ -n "${terminfo[kcud1]}" ]]; then + bindkey -M emacs "${terminfo[kcud1]}" down-line-or-beginning-search + bindkey -M viins "${terminfo[kcud1]}" down-line-or-beginning-search + bindkey -M vicmd "${terminfo[kcud1]}" down-line-or-beginning-search +fi + +# [Home] - Go to beginning of line +if [[ -n "${terminfo[khome]}" ]]; then + bindkey -M emacs "${terminfo[khome]}" beginning-of-line + bindkey -M viins "${terminfo[khome]}" beginning-of-line + bindkey -M vicmd "${terminfo[khome]}" beginning-of-line +fi +# [End] - Go to end of line +if [[ -n "${terminfo[kend]}" ]]; then + bindkey -M emacs "${terminfo[kend]}" end-of-line + bindkey -M viins "${terminfo[kend]}" end-of-line + bindkey -M vicmd "${terminfo[kend]}" end-of-line +fi + +# [Shift-Tab] - move through the completion menu backwards +if [[ -n "${terminfo[kcbt]}" ]]; then + bindkey -M emacs "${terminfo[kcbt]}" reverse-menu-complete + bindkey -M viins "${terminfo[kcbt]}" reverse-menu-complete + bindkey -M vicmd "${terminfo[kcbt]}" reverse-menu-complete +fi + +# [Backspace] - delete backward +bindkey -M emacs '^?' backward-delete-char +bindkey -M viins '^?' backward-delete-char +bindkey -M vicmd '^?' backward-delete-char +# [Delete] - delete forward +if [[ -n "${terminfo[kdch1]}" ]]; then + bindkey -M emacs "${terminfo[kdch1]}" delete-char + bindkey -M viins "${terminfo[kdch1]}" delete-char + bindkey -M vicmd "${terminfo[kdch1]}" delete-char +else + bindkey -M emacs "^[[3~" delete-char + bindkey -M viins "^[[3~" delete-char + bindkey -M vicmd "^[[3~" delete-char + + bindkey -M emacs "^[3;5~" delete-char + bindkey -M viins "^[3;5~" delete-char + bindkey -M vicmd "^[3;5~" delete-char +fi + +# [Ctrl-Delete] - delete whole forward-word +bindkey -M emacs '^[[3;5~' kill-word +bindkey -M viins '^[[3;5~' kill-word +bindkey -M vicmd '^[[3;5~' kill-word + +# [Ctrl-RightArrow] - move forward one word +bindkey -M emacs '^[[1;5C' forward-word +bindkey -M viins '^[[1;5C' forward-word +bindkey -M vicmd '^[[1;5C' forward-word +# [Ctrl-LeftArrow] - move backward one word +bindkey -M emacs '^[[1;5D' backward-word +bindkey -M viins '^[[1;5D' backward-word +bindkey -M vicmd '^[[1;5D' backward-word + + +bindkey '\ew' kill-region # [Esc-w] - Kill from the cursor to the mark +bindkey -s '\el' 'ls\n' # [Esc-l] - run command: ls +bindkey '^r' history-incremental-search-backward # [Ctrl-r] - Search backward incrementally for a specified string. The string may begin with ^ to anchor the search to the beginning of the line. +bindkey ' ' magic-space # [Space] - don't do history expansion + + +# Edit the current command line in $EDITOR +autoload -U edit-command-line +zle -N edit-command-line +bindkey '\C-x\C-e' edit-command-line + +# file rename magick +bindkey "^[m" copy-prev-shell-word + +# consider emacs keybindings: + +#bindkey -e ## emacs key bindings +# +#bindkey '^[[A' up-line-or-search +#bindkey '^[[B' down-line-or-search +#bindkey '^[^[[C' emacs-forward-word +#bindkey '^[^[[D' emacs-backward-word +# +#bindkey -s '^X^Z' '%-^M' +#bindkey '^[e' expand-cmd-path +#bindkey '^[^I' reverse-menu-complete +#bindkey '^X^N' accept-and-infer-next-history +#bindkey '^W' kill-region +#bindkey '^I' complete-word +## Fix weird sequence that rxvt produces +#bindkey -s '^[[Z' '\t' +# diff --git a/.oh-my-zsh/lib/misc.zsh b/.oh-my-zsh/lib/misc.zsh new file mode 100644 index 0000000..ff20177 --- /dev/null +++ b/.oh-my-zsh/lib/misc.zsh @@ -0,0 +1,38 @@ +autoload -Uz is-at-least + +# *-magic is known buggy in some versions; disable if so +if [[ $DISABLE_MAGIC_FUNCTIONS != true ]]; then + for d in $fpath; do + if [[ -e "$d/url-quote-magic" ]]; then + if is-at-least 5.1; then + autoload -Uz bracketed-paste-magic + zle -N bracketed-paste bracketed-paste-magic + fi + autoload -Uz url-quote-magic + zle -N self-insert url-quote-magic + break + fi + done +fi + +setopt multios # enable redirect to multiple streams: echo >file1 >file2 +setopt long_list_jobs # show long list format job notifications +setopt interactivecomments # recognize comments + +# define pager dependant on what is available (less or more) +if (( ${+commands[less]} )); then + env_default 'PAGER' 'less' + env_default 'LESS' '-R' +elif (( ${+commands[more]} )); then + env_default 'PAGER' 'more' +fi + +## super user alias +alias _='sudo ' + +## more intelligent acking for ubuntu users and no alias for users without ack +if (( $+commands[ack-grep] )); then + alias afind='ack-grep -il' +elif (( $+commands[ack] )); then + alias afind='ack -il' +fi diff --git a/.oh-my-zsh/lib/nvm.zsh b/.oh-my-zsh/lib/nvm.zsh new file mode 100644 index 0000000..a8989f9 --- /dev/null +++ b/.oh-my-zsh/lib/nvm.zsh @@ -0,0 +1,6 @@ +# get the nvm-controlled node.js version +function nvm_prompt_info() { + which nvm &>/dev/null || return + local nvm_prompt=${$(nvm current)#v} + echo "${ZSH_THEME_NVM_PROMPT_PREFIX}${nvm_prompt:gs/%/%%}${ZSH_THEME_NVM_PROMPT_SUFFIX}" +} diff --git a/.oh-my-zsh/lib/prompt_info_functions.zsh b/.oh-my-zsh/lib/prompt_info_functions.zsh new file mode 100644 index 0000000..722ae58 --- /dev/null +++ b/.oh-my-zsh/lib/prompt_info_functions.zsh @@ -0,0 +1,45 @@ +# *_prompt_info functions for usage in your prompt +# +# Plugin creators, please add your *_prompt_info function to the list +# of dummy implementations to help theme creators not receiving errors +# without the need of implementing conditional clauses. +# +# See also lib/bzr.zsh, lib/git.zsh and lib/nvm.zsh for +# git_prompt_info, bzr_prompt_info and nvm_prompt_info + +# Dummy implementations that return false to prevent command_not_found +# errors with themes, that implement these functions +# Real implementations will be used when the respective plugins are loaded +function chruby_prompt_info \ + rbenv_prompt_info \ + hg_prompt_info \ + pyenv_prompt_info \ + svn_prompt_info \ + vi_mode_prompt_info \ + virtualenv_prompt_info \ + jenv_prompt_info \ + azure_prompt_info \ + tf_prompt_info \ + conda_prompt_info \ +{ + return 1 +} + +# oh-my-zsh supports an rvm prompt by default +# get the name of the rvm ruby version +function rvm_prompt_info() { + [ -f $HOME/.rvm/bin/rvm-prompt ] || return 1 + local rvm_prompt + rvm_prompt=$($HOME/.rvm/bin/rvm-prompt ${=ZSH_THEME_RVM_PROMPT_OPTIONS} 2>/dev/null) + [[ -z "${rvm_prompt}" ]] && return 1 + echo "${ZSH_THEME_RUBY_PROMPT_PREFIX}${rvm_prompt:gs/%/%%}${ZSH_THEME_RUBY_PROMPT_SUFFIX}" +} + +ZSH_THEME_RVM_PROMPT_OPTIONS="i v g" + + +# use this to enable users to see their ruby version, no matter which +# version management system they use +function ruby_prompt_info() { + echo "$(rvm_prompt_info || rbenv_prompt_info || chruby_prompt_info)" +} diff --git a/.oh-my-zsh/lib/spectrum.zsh b/.oh-my-zsh/lib/spectrum.zsh new file mode 100644 index 0000000..31e3779 --- /dev/null +++ b/.oh-my-zsh/lib/spectrum.zsh @@ -0,0 +1,38 @@ +# A script to make using 256 colors in zsh less painful. +# P.C. Shyamshankar +# Copied from https://github.com/sykora/etc/blob/master/zsh/functions/spectrum/ + +typeset -AHg FX FG BG + +FX=( + reset "%{%}" + bold "%{%}" no-bold "%{%}" + dim "%{%}" no-dim "%{%}" + italic "%{%}" no-italic "%{%}" + underline "%{%}" no-underline "%{%}" + blink "%{%}" no-blink "%{%}" + reverse "%{%}" no-reverse "%{%}" +) + +for color in {000..255}; do + FG[$color]="%{[38;5;${color}m%}" + BG[$color]="%{[48;5;${color}m%}" +done + +# Show all 256 colors with color number +function spectrum_ls() { + setopt localoptions nopromptsubst + local ZSH_SPECTRUM_TEXT=${ZSH_SPECTRUM_TEXT:-Arma virumque cano Troiae qui primus ab oris} + for code in {000..255}; do + print -P -- "$code: ${FG[$code]}${ZSH_SPECTRUM_TEXT}%{$reset_color%}" + done +} + +# Show all 256 colors where the background is set to specific color +function spectrum_bls() { + setopt localoptions nopromptsubst + local ZSH_SPECTRUM_TEXT=${ZSH_SPECTRUM_TEXT:-Arma virumque cano Troiae qui primus ab oris} + for code in {000..255}; do + print -P -- "$code: ${BG[$code]}${ZSH_SPECTRUM_TEXT}%{$reset_color%}" + done +} diff --git a/.oh-my-zsh/lib/termsupport.zsh b/.oh-my-zsh/lib/termsupport.zsh new file mode 100644 index 0000000..087bae9 --- /dev/null +++ b/.oh-my-zsh/lib/termsupport.zsh @@ -0,0 +1,163 @@ +# Set terminal window and tab/icon title +# +# usage: title short_tab_title [long_window_title] +# +# See: http://www.faqs.org/docs/Linux-mini/Xterm-Title.html#ss3.1 +# Fully supports screen, iterm, and probably most modern xterm and rxvt +# (In screen, only short_tab_title is used) +# Limited support for Apple Terminal (Terminal can't set window and tab separately) +function title { + setopt localoptions nopromptsubst + + # Don't set the title if inside emacs, unless using vterm + [[ -n "${INSIDE_EMACS:-}" && "$INSIDE_EMACS" != vterm ]] && return + + # if $2 is unset use $1 as default + # if it is set and empty, leave it as is + : ${2=$1} + + case "$TERM" in + cygwin|xterm*|putty*|rxvt*|konsole*|ansi|mlterm*|alacritty*|st*|foot*|contour*) + print -Pn "\e]2;${2:q}\a" # set window name + print -Pn "\e]1;${1:q}\a" # set tab name + ;; + screen*|tmux*) + print -Pn "\ek${1:q}\e\\" # set screen hardstatus + ;; + *) + if [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then + print -Pn "\e]2;${2:q}\a" # set window name + print -Pn "\e]1;${1:q}\a" # set tab name + else + # Try to use terminfo to set the title if the feature is available + if (( ${+terminfo[fsl]} && ${+terminfo[tsl]} )); then + print -Pn "${terminfo[tsl]}$1${terminfo[fsl]}" + fi + fi + ;; + esac +} + +ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD +ZSH_THEME_TERM_TITLE_IDLE="%n@%m:%~" +# Avoid duplication of directory in terminals with independent dir display +if [[ "$TERM_PROGRAM" == Apple_Terminal ]]; then + ZSH_THEME_TERM_TITLE_IDLE="%n@%m" +fi + +# Runs before showing the prompt +function omz_termsupport_precmd { + [[ "${DISABLE_AUTO_TITLE:-}" != true ]] || return + title "$ZSH_THEME_TERM_TAB_TITLE_IDLE" "$ZSH_THEME_TERM_TITLE_IDLE" +} + +# Runs before executing the command +function omz_termsupport_preexec { + [[ "${DISABLE_AUTO_TITLE:-}" != true ]] || return + + emulate -L zsh + setopt extended_glob + + # split command into array of arguments + local -a cmdargs + cmdargs=("${(z)2}") + # if running fg, extract the command from the job description + if [[ "${cmdargs[1]}" = fg ]]; then + # get the job id from the first argument passed to the fg command + local job_id jobspec="${cmdargs[2]#%}" + # logic based on jobs arguments: + # http://zsh.sourceforge.net/Doc/Release/Jobs-_0026-Signals.html#Jobs + # https://www.zsh.org/mla/users/2007/msg00704.html + case "$jobspec" in + <->) # %number argument: + # use the same passed as an argument + job_id=${jobspec} ;; + ""|%|+) # empty, %% or %+ argument: + # use the current job, which appears with a + in $jobstates: + # suspended:+:5071=suspended (tty output) + job_id=${(k)jobstates[(r)*:+:*]} ;; + -) # %- argument: + # use the previous job, which appears with a - in $jobstates: + # suspended:-:6493=suspended (signal) + job_id=${(k)jobstates[(r)*:-:*]} ;; + [?]*) # %?string argument: + # use $jobtexts to match for a job whose command *contains* + job_id=${(k)jobtexts[(r)*${(Q)jobspec}*]} ;; + *) # %string argument: + # use $jobtexts to match for a job whose command *starts with* + job_id=${(k)jobtexts[(r)${(Q)jobspec}*]} ;; + esac + + # override preexec function arguments with job command + if [[ -n "${jobtexts[$job_id]}" ]]; then + 1="${jobtexts[$job_id]}" + 2="${jobtexts[$job_id]}" + fi + fi + + # cmd name only, or if this is sudo or ssh, the next cmd + local CMD="${1[(wr)^(*=*|sudo|ssh|mosh|rake|-*)]:gs/%/%%}" + local LINE="${2:gs/%/%%}" + + title "$CMD" "%100>...>${LINE}%<<" +} + +autoload -Uz add-zsh-hook + +if [[ -z "$INSIDE_EMACS" || "$INSIDE_EMACS" = vterm ]]; then + add-zsh-hook precmd omz_termsupport_precmd + add-zsh-hook preexec omz_termsupport_preexec +fi + +# Keep terminal emulator's current working directory correct, +# even if the current working directory path contains symbolic links +# +# References: +# - Apple's Terminal.app: https://superuser.com/a/315029 +# - iTerm2: https://iterm2.com/documentation-escape-codes.html (iTerm2 Extension / CurrentDir+RemoteHost) +# - Konsole: https://bugs.kde.org/show_bug.cgi?id=327720#c1 +# - libvte (gnome-terminal, mate-terminal, …): https://bugzilla.gnome.org/show_bug.cgi?id=675987#c14 +# Apparently it had a bug before ~2012 were it would display the unknown OSC 7 code +# +# As of May 2021 mlterm, PuTTY, rxvt, screen, termux & xterm simply ignore the unknown OSC. + +# Don't define the function if we're inside Emacs or in an SSH session (#11696) +if [[ -n "$INSIDE_EMACS" || -n "$SSH_CLIENT" || -n "$SSH_TTY" ]]; then + return +fi + +# Don't define the function if we're in an unsupported terminal +case "$TERM" in + # all of these either process OSC 7 correctly or ignore entirely + xterm*|putty*|rxvt*|konsole*|mlterm*|alacritty*|screen*|tmux*) ;; + contour*|foot*) ;; + *) + # Terminal.app and iTerm2 process OSC 7 correctly + case "$TERM_PROGRAM" in + Apple_Terminal|iTerm.app) ;; + *) return ;; + esac ;; +esac + +# Emits the control sequence to notify many terminal emulators +# of the cwd +# +# Identifies the directory using a file: URI scheme, including +# the host name to disambiguate local vs. remote paths. +function omz_termsupport_cwd { + # Percent-encode the host and path names. + local URL_HOST URL_PATH + URL_HOST="$(omz_urlencode -P $HOST)" || return 1 + URL_PATH="$(omz_urlencode -P $PWD)" || return 1 + + # Konsole errors if the HOST is provided + [[ -z "$KONSOLE_PROFILE_NAME" && -z "$KONSOLE_DBUS_SESSION" ]] || URL_HOST="" + + # common control sequence (OSC 7) to set current host and path + printf "\e]7;file://%s%s\e\\" "${URL_HOST}" "${URL_PATH}" +} + +# Use a precmd hook instead of a chpwd hook to avoid contaminating output +# i.e. when a script or function changes directory without `cd -q`, chpwd +# will be called the output may be swallowed by the script or function. +add-zsh-hook precmd omz_termsupport_cwd diff --git a/.oh-my-zsh/lib/tests/cli.test.zsh b/.oh-my-zsh/lib/tests/cli.test.zsh new file mode 100644 index 0000000..9ee5cd2 --- /dev/null +++ b/.oh-my-zsh/lib/tests/cli.test.zsh @@ -0,0 +1,169 @@ +#!/usr/bin/zsh -df + +run_awk() { + local -a dis_plugins=(${=1}) + local input_text="$2" + + (( ! DEBUG )) || set -xv + + local awk_subst_plugins="\ + gsub(/[ \t]+(${(j:|:)dis_plugins})[ \t]+/, \" \") # with spaces before or after + gsub(/[ \t]+(${(j:|:)dis_plugins})$/, \"\") # with spaces before and EOL + gsub(/^(${(j:|:)dis_plugins})[ \t]+/, \"\") # with BOL and spaces after + + gsub(/\((${(j:|:)dis_plugins})[ \t]+/, \"(\") # with parenthesis before and spaces after + gsub(/[ \t]+(${(j:|:)dis_plugins})\)/, \")\") # with spaces before or parenthesis after + gsub(/\((${(j:|:)dis_plugins})\)/, \"()\") # with only parentheses + + gsub(/^(${(j:|:)dis_plugins})\)/, \")\") # with BOL and closing parenthesis + gsub(/\((${(j:|:)dis_plugins})$/, \"(\") # with opening parenthesis and EOL + " + # Disable plugins awk script + local awk_script=" + # if plugins=() is in oneline form, substitute disabled plugins and go to next line + /^[ \t]*plugins=\([^#]+\).*\$/ { + $awk_subst_plugins + print \$0 + next + } + + # if plugins=() is in multiline form, enable multi flag and disable plugins if they're there + /^[ \t]*plugins=\(/ { + multi=1 + $awk_subst_plugins + print \$0 + next + } + + # if multi flag is enabled and we find a valid closing parenthesis, remove plugins and disable multi flag + multi == 1 && /^[^#]*\)/ { + multi=0 + $awk_subst_plugins + print \$0 + next + } + + multi == 1 && length(\$0) > 0 { + $awk_subst_plugins + if (length(\$0) > 0) print \$0 + next + } + + { print \$0 } + " + + command awk "$awk_script" <<< "$input_text" + + (( ! DEBUG )) || set +xv +} + +# runs awk against stdin, checks if the resulting file is not empty and then checks if the file has valid zsh syntax +run_awk_and_test() { + local description="$1" + local plugins_to_disable="$2" + local input_text="$3" + local expected_output="$4" + + local tmpfile==(:) + + { + print -u2 "Test: $description" + DEBUG=0 run_awk "$plugins_to_disable" "$input_text" >| $tmpfile + + if [[ ! -s "$tmpfile" ]]; then + print -u2 "\e[31mError\e[0m: output file empty" + return 1 + fi + + if ! zsh -n $tmpfile; then + print -u2 "\e[31mError\e[0m: zsh syntax error" + diff -u $tmpfile <(echo "$expected_output") + return 1 + fi + + if ! diff -u --color=always $tmpfile <(echo "$expected_output"); then + if (( DEBUG )); then + print -u2 "" + DEBUG=1 run_awk "$plugins_to_disable" "$input_text" + print -u2 "" + fi + print -u2 "\e[31mError\e[0m: output file does not match expected output" + return 1 + fi + + print -u2 "\e[32mSuccess\e[0m" + } always { + print -u2 "" + command rm -f "$tmpfile" + } +} + +# These tests are for the `omz plugin disable` command +run_awk_and_test \ + "it should delete a single plugin in oneline format" \ + "git" \ + "plugins=(git)" \ + "plugins=()" + +run_awk_and_test \ + "it should delete a single plugin in multiline format" \ + "github" \ +"plugins=( + github +)" \ +"plugins=( +)" + +run_awk_and_test \ + "it should delete multiple plugins in oneline format" \ + "github git z" \ + "plugins=(github git z)" \ + "plugins=()" + +run_awk_and_test \ + "it should delete multiple plugins in multiline format" \ + "github git z" \ +"plugins=( + github + git + z +)" \ +"plugins=( +)" + +run_awk_and_test \ + "it should delete a single plugin among multiple in oneline format" \ + "git" \ + "plugins=(github git z)" \ + "plugins=(github z)" + +run_awk_and_test \ + "it should delete a single plugin among multiple in multiline format" \ + "git" \ +"plugins=( + github + git + z +)" \ +"plugins=( + github + z +)" + +run_awk_and_test \ + "it should delete multiple plugins in mixed format" \ + "git z" \ +"plugins=(github +git z)" \ +"plugins=(github +)" + +run_awk_and_test \ + "it should delete multiple plugins in mixed format 2" \ + "github z" \ +"plugins=(github + git +z)" \ +"plugins=( + git +)" diff --git a/.oh-my-zsh/lib/theme-and-appearance.zsh b/.oh-my-zsh/lib/theme-and-appearance.zsh new file mode 100644 index 0000000..585e969 --- /dev/null +++ b/.oh-my-zsh/lib/theme-and-appearance.zsh @@ -0,0 +1,81 @@ +# Sets color variable such as $fg, $bg, $color and $reset_color +autoload -U colors && colors + +# Expand variables and commands in PROMPT variables +setopt prompt_subst + +# Prompt function theming defaults +ZSH_THEME_GIT_PROMPT_PREFIX="git:(" # Beginning of the git prompt, before the branch name +ZSH_THEME_GIT_PROMPT_SUFFIX=")" # End of the git prompt +ZSH_THEME_GIT_PROMPT_DIRTY="*" # Text to display if the branch is dirty +ZSH_THEME_GIT_PROMPT_CLEAN="" # Text to display if the branch is clean +ZSH_THEME_RUBY_PROMPT_PREFIX="(" +ZSH_THEME_RUBY_PROMPT_SUFFIX=")" + + +# Use diff --color if available +if command diff --color /dev/null{,} &>/dev/null; then + function diff { + command diff --color "$@" + } +fi + +# Don't set ls coloring if disabled +[[ "$DISABLE_LS_COLORS" != true ]] || return 0 + +# Default coloring for BSD-based ls +export LSCOLORS="Gxfxcxdxbxegedabagacad" + +# Default coloring for GNU-based ls +if [[ -z "$LS_COLORS" ]]; then + # Define LS_COLORS via dircolors if available. Otherwise, set a default + # equivalent to LSCOLORS (generated via https://geoff.greer.fm/lscolors) + if (( $+commands[dircolors] )); then + [[ -f "$HOME/.dircolors" ]] \ + && source <(dircolors -b "$HOME/.dircolors") \ + || source <(dircolors -b) + else + export LS_COLORS="di=1;36:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43" + fi +fi + +function test-ls-args { + local cmd="$1" # ls, gls, colorls, ... + local args="${@[2,-1]}" # arguments except the first one + command "$cmd" "$args" /dev/null &>/dev/null +} + +# Find the option for using colors in ls, depending on the version +case "$OSTYPE" in + netbsd*) + # On NetBSD, test if `gls` (GNU ls) is installed (this one supports colors); + # otherwise, leave ls as is, because NetBSD's ls doesn't support -G + test-ls-args gls --color && alias ls='gls --color=tty' + ;; + openbsd*) + # On OpenBSD, `gls` (ls from GNU coreutils) and `colorls` (ls from base, + # with color and multibyte support) are available from ports. + # `colorls` will be installed on purpose and can't be pulled in by installing + # coreutils (which might be installed for ), so prefer it to `gls`. + test-ls-args gls --color && alias ls='gls --color=tty' + test-ls-args colorls -G && alias ls='colorls -G' + ;; + (darwin|freebsd)*) + # This alias works by default just using $LSCOLORS + test-ls-args ls -G && alias ls='ls -G' + # Only use GNU ls if installed and there are user defaults for $LS_COLORS, + # as the default coloring scheme is not very pretty + zstyle -t ':omz:lib:theme-and-appearance' gnu-ls \ + && test-ls-args gls --color \ + && alias ls='gls --color=tty' + ;; + *) + if test-ls-args ls --color; then + alias ls='ls --color=tty' + elif test-ls-args ls -G; then + alias ls='ls -G' + fi + ;; +esac + +unfunction test-ls-args diff --git a/.oh-my-zsh/lib/vcs_info.zsh b/.oh-my-zsh/lib/vcs_info.zsh new file mode 100644 index 0000000..be6d32e --- /dev/null +++ b/.oh-my-zsh/lib/vcs_info.zsh @@ -0,0 +1,53 @@ +# Don't skip this file until a Zsh release does the necessary quoting. +# This is because even though 5.8.1 undid recursive prompt_subst inside +# prompt sequences, % characters in relevant fields will still be rendered +# incorrectly in vcs_info, on all Zsh releases up to writing this. +# +# There is no release yet that does this right, since it requires changing +# how what vcs_info hooks expect to receive. Even so, I'd rather be correct +# and break custom vcs_info hooks than have a broken prompt. + +# Quote necessary $hook_com[] items just before they are used +# in the line "VCS_INFO_hook 'post-backend'" of the VCS_INFO_formats +# function, where is: +# +# base: the full path of the repository's root directory. +# base-name: the name of the repository's root directory. +# branch: the name of the currently checked out branch. +# misc: a string that may contain anything the vcs_info backend wants. +# revision: an identifier of the currently checked out revision. +# subdir: the path of the current directory relative to the +# repository's root directory. +# +# This patch %-quotes these fields previous to their use in vcs_info hooks and +# the zformat call and, eventually, when they get expanded in the prompt. +# It's important to quote these here, and not later after hooks have modified the +# fields, because then we could be quoting % characters from valid prompt sequences, +# like %F{color}, %B, etc. +# +# 32 │ hook_com[subdir]="$(VCS_INFO_reposub ${hook_com[base]})" +# 33 │ hook_com[subdir_orig]="${hook_com[subdir]}" +# 34 │ +# 35 + │ for tmp in base base-name branch misc revision subdir; do +# 36 + │ hook_com[$tmp]="${hook_com[$tmp]//\%/%%}" +# 37 + │ done +# 38 + │ +# 39 │ VCS_INFO_hook 'post-backend' +# +# This is especially important so that no command substitution is performed +# due to malicious input as a consequence of CVE-2021-45444, which affects +# zsh versions from 5.0.3 to 5.8. +# +autoload -Uz +X regexp-replace VCS_INFO_formats 2>/dev/null || return 0 + +# We use $tmp here because it's already a local variable in VCS_INFO_formats +typeset PATCH='for tmp (base base-name branch misc revision subdir) hook_com[$tmp]="${hook_com[$tmp]//\%/%%}"' +# Unique string to avoid reapplying the patch if this code gets called twice +typeset PATCH_ID=vcs_info-patch-9b9840f2-91e5-4471-af84-9e9a0dc68c1b +# Only patch the VCS_INFO_formats function if not already patched +if [[ "$functions[VCS_INFO_formats]" != *$PATCH_ID* ]]; then + regexp-replace 'functions[VCS_INFO_formats]' \ + "VCS_INFO_hook 'post-backend'" \ + ': ${PATCH_ID}; ${PATCH}; ${MATCH}' +fi +unset PATCH PATCH_ID diff --git a/.oh-my-zsh/log/.gitkeep b/.oh-my-zsh/log/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.oh-my-zsh/oh-my-zsh.sh b/.oh-my-zsh/oh-my-zsh.sh new file mode 100644 index 0000000..b103284 --- /dev/null +++ b/.oh-my-zsh/oh-my-zsh.sh @@ -0,0 +1,234 @@ +# ANSI formatting function (\033[m) +# 0: reset, 1: bold, 4: underline, 22: no bold, 24: no underline, 31: red, 33: yellow +omz_f() { + [ $# -gt 0 ] || return + IFS=";" printf "\033[%sm" $* +} +# If stdout is not a terminal ignore all formatting +[ -t 1 ] || omz_f() { :; } + +# Protect against non-zsh execution of Oh My Zsh (use POSIX syntax here) +[ -n "$ZSH_VERSION" ] || { + omz_ptree() { + # Get process tree of the current process + pid=$$; pids="$pid" + while [ ${pid-0} -ne 1 ] && ppid=$(ps -e -o pid,ppid | awk "\$1 == $pid { print \$2 }"); do + pids="$pids $pid"; pid=$ppid + done + + # Show process tree + case "$(uname)" in + Linux) ps -o ppid,pid,command -f -p $pids 2>/dev/null ;; + Darwin|*) ps -o ppid,pid,command -p $pids 2>/dev/null ;; + esac + + # If ps command failed, try Busybox ps + [ $? -eq 0 ] || ps -o ppid,pid,comm | awk "NR == 1 || index(\"$pids\", \$2) != 0" + } + + { + shell=$(ps -o pid,comm | awk "\$1 == $$ { print \$2 }") + printf "$(omz_f 1 31)Error:$(omz_f 22) Oh My Zsh can't be loaded from: $(omz_f 1)${shell}$(omz_f 22). " + printf "You need to run $(omz_f 1)zsh$(omz_f 22) instead.$(omz_f 0)\n" + printf "$(omz_f 33)Here's the process tree:$(omz_f 22)\n\n" + omz_ptree + printf "$(omz_f 0)\n" + } >&2 + + return 1 +} + +# Check if in emulation mode, if so early return +# https://github.com/ohmyzsh/ohmyzsh/issues/11686 +[[ "$(emulate)" = zsh ]] || { + printf "$(omz_f 1 31)Error:$(omz_f 22) Oh My Zsh can't be loaded in \`$(emulate)\` emulation mode.$(omz_f 0)\n" >&2 + return 1 +} + +unset -f omz_f + +# If ZSH is not defined, use the current script's directory. +[[ -n "$ZSH" ]] || export ZSH="${${(%):-%x}:a:h}" + +# Set ZSH_CUSTOM to the path where your custom config files +# and plugins exists, or else we will use the default custom/ +[[ -n "$ZSH_CUSTOM" ]] || ZSH_CUSTOM="$ZSH/custom" + +# Set ZSH_CACHE_DIR to the path where cache files should be created +# or else we will use the default cache/ +[[ -n "$ZSH_CACHE_DIR" ]] || ZSH_CACHE_DIR="$ZSH/cache" + +# Make sure $ZSH_CACHE_DIR is writable, otherwise use a directory in $HOME +if [[ ! -w "$ZSH_CACHE_DIR" ]]; then + ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/oh-my-zsh" +fi + +# Create cache and completions dir and add to $fpath +mkdir -p "$ZSH_CACHE_DIR/completions" +(( ${fpath[(Ie)$ZSH_CACHE_DIR/completions]} )) || fpath=("$ZSH_CACHE_DIR/completions" $fpath) + +# Check for updates on initial load... +source "$ZSH/tools/check_for_upgrade.sh" + +# Initializes Oh My Zsh + +# add a function path +fpath=($ZSH/{functions,completions} $ZSH_CUSTOM/{functions,completions} $fpath) + +# Load all stock functions (from $fpath files) called below. +autoload -U compaudit compinit zrecompile + +is_plugin() { + local base_dir=$1 + local name=$2 + builtin test -f $base_dir/plugins/$name/$name.plugin.zsh \ + || builtin test -f $base_dir/plugins/$name/_$name +} + +# Add all defined plugins to fpath. This must be done +# before running compinit. +for plugin ($plugins); do + if is_plugin "$ZSH_CUSTOM" "$plugin"; then + fpath=("$ZSH_CUSTOM/plugins/$plugin" $fpath) + elif is_plugin "$ZSH" "$plugin"; then + fpath=("$ZSH/plugins/$plugin" $fpath) + else + echo "[oh-my-zsh] plugin '$plugin' not found" + fi +done + +# Figure out the SHORT hostname +if [[ "$OSTYPE" = darwin* ]]; then + # macOS's $HOST changes with dhcp, etc. Use ComputerName if possible. + SHORT_HOST=$(scutil --get ComputerName 2>/dev/null) || SHORT_HOST="${HOST/.*/}" +else + SHORT_HOST="${HOST/.*/}" +fi + +# Save the location of the current completion dump file. +if [[ -z "$ZSH_COMPDUMP" ]]; then + ZSH_COMPDUMP="${ZDOTDIR:-$HOME}/.zcompdump-${SHORT_HOST}-${ZSH_VERSION}" +fi + +# Construct zcompdump OMZ metadata +zcompdump_revision="#omz revision: $(builtin cd -q "$ZSH"; git rev-parse HEAD 2>/dev/null)" +zcompdump_fpath="#omz fpath: $fpath" + +# Delete the zcompdump file if OMZ zcompdump metadata changed +if ! command grep -q -Fx "$zcompdump_revision" "$ZSH_COMPDUMP" 2>/dev/null \ + || ! command grep -q -Fx "$zcompdump_fpath" "$ZSH_COMPDUMP" 2>/dev/null; then + command rm -f "$ZSH_COMPDUMP" + zcompdump_refresh=1 +fi + +if [[ "$ZSH_DISABLE_COMPFIX" != true ]]; then + source "$ZSH/lib/compfix.zsh" + # Load only from secure directories + compinit -i -d "$ZSH_COMPDUMP" + # If completion insecurities exist, warn the user + handle_completion_insecurities &| +else + # If the user wants it, load from all found directories + compinit -u -d "$ZSH_COMPDUMP" +fi + +# Append zcompdump metadata if missing +if (( $zcompdump_refresh )) \ + || ! command grep -q -Fx "$zcompdump_revision" "$ZSH_COMPDUMP" 2>/dev/null; then + # Use `tee` in case the $ZSH_COMPDUMP filename is invalid, to silence the error + # See https://github.com/ohmyzsh/ohmyzsh/commit/dd1a7269#commitcomment-39003489 + tee -a "$ZSH_COMPDUMP" &>/dev/null </dev/null; then + zrecompile -q -p "$ZSH_COMPDUMP" + command rm -rf "$ZSH_COMPDUMP.zwc.old" "${ZSH_COMPDUMP}.lock" +fi + +_omz_source() { + local context filepath="$1" + + # Construct zstyle context based on path + case "$filepath" in + lib/*) context="lib:${filepath:t:r}" ;; # :t = lib_name.zsh, :r = lib_name + plugins/*) context="plugins:${filepath:h:t}" ;; # :h = plugins/plugin_name, :t = plugin_name + esac + + local disable_aliases=0 + zstyle -T ":omz:${context}" aliases || disable_aliases=1 + + # Back up alias names prior to sourcing + local -A aliases_pre galiases_pre + if (( disable_aliases )); then + aliases_pre=("${(@kv)aliases}") + galiases_pre=("${(@kv)galiases}") + fi + + # Source file from $ZSH_CUSTOM if it exists, otherwise from $ZSH + if [[ -f "$ZSH_CUSTOM/$filepath" ]]; then + source "$ZSH_CUSTOM/$filepath" + elif [[ -f "$ZSH/$filepath" ]]; then + source "$ZSH/$filepath" + fi + + # Unset all aliases that don't appear in the backed up list of aliases + if (( disable_aliases )); then + if (( #aliases_pre )); then + aliases=("${(@kv)aliases_pre}") + else + (( #aliases )) && unalias "${(@k)aliases}" + fi + if (( #galiases_pre )); then + galiases=("${(@kv)galiases_pre}") + else + (( #galiases )) && unalias "${(@k)galiases}" + fi + fi +} + +# Load all of the lib files in ~/oh-my-zsh/lib that end in .zsh +# TIP: Add files you don't want in git to .gitignore +for lib_file ("$ZSH"/lib/*.zsh); do + _omz_source "lib/${lib_file:t}" +done +unset lib_file + +# Load all of the plugins that were defined in ~/.zshrc +for plugin ($plugins); do + _omz_source "plugins/$plugin/$plugin.plugin.zsh" +done +unset plugin + +# Load all of your custom configurations from custom/ +for config_file ("$ZSH_CUSTOM"/*.zsh(N)); do + source "$config_file" +done +unset config_file + +# Load the theme +is_theme() { + local base_dir=$1 + local name=$2 + builtin test -f $base_dir/$name.zsh-theme +} + +if [[ -n "$ZSH_THEME" ]]; then + if is_theme "$ZSH_CUSTOM" "$ZSH_THEME"; then + source "$ZSH_CUSTOM/$ZSH_THEME.zsh-theme" + elif is_theme "$ZSH_CUSTOM/themes" "$ZSH_THEME"; then + source "$ZSH_CUSTOM/themes/$ZSH_THEME.zsh-theme" + elif is_theme "$ZSH/themes" "$ZSH_THEME"; then + source "$ZSH/themes/$ZSH_THEME.zsh-theme" + else + echo "[oh-my-zsh] theme '$ZSH_THEME' not found" + fi +fi + +# set completion colors to be the same as `ls`, after theme has been loaded +[[ -z "$LS_COLORS" ]] || zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" diff --git a/.oh-my-zsh/plugins/1password/1password.plugin.zsh b/.oh-my-zsh/plugins/1password/1password.plugin.zsh new file mode 100644 index 0000000..941523c --- /dev/null +++ b/.oh-my-zsh/plugins/1password/1password.plugin.zsh @@ -0,0 +1,9 @@ +# Do nothing if op is not installed +(( ${+commands[op]} )) || return + +# Load op completion +eval "$(op completion zsh)" +compdef _op op + +# Load opswd function +autoload -Uz opswd diff --git a/.oh-my-zsh/plugins/1password/README.md b/.oh-my-zsh/plugins/1password/README.md new file mode 100644 index 0000000..ace6da8 --- /dev/null +++ b/.oh-my-zsh/plugins/1password/README.md @@ -0,0 +1,40 @@ +# 1Password + +This plugin adds 1Password functionality to oh-my-zsh. + +To use, add `1password` to the list of plugins in your `.zshrc` file: + +```zsh +plugins=(... 1password) +``` + +Then, you can use the command `opswd` to copy passwords for services into your +clipboard. + +## `opswd` + +The `opswd` command is a wrapper around the `op` command. It takes a service +name as an argument and copies the username, then the password for that service +to the clipboard, after confirmation on the user part. + +If the service also contains a TOTP, it is copied to the clipboard after confirmation +on the user part. Finally, after 20 seconds, the clipboard is cleared. + +For example, `opswd github.com` will put your GitHub username into your clipboard. Then, +it will ask for confirmation to continue, and copy the password to your clipboard. Finally, +if a TOTP is available, it will be copied to the clipboard after your confirmation. + +This function has completion support, so you can use tab completion to select which +service you want to get. + +> NOTE: you need to be signed in for `opswd` to work. If you are using biometric unlock, +> 1Password CLI will automatically prompt you to sign in. See: +> +> - [Get started with 1Password CLI 2: Sign in](https://developer.1password.com/docs/cli/get-started#sign-in) +> - [Sign in to your 1Password account manually](https://developer.1password.com/docs/cli/sign-in-manually) + +## Requirements + +- [1Password CLI 2](https://developer.1password.com/docs/cli/get-started#install) + + > NOTE: if you're using 1Password CLI 1, [see how to upgrade to CLI 2](https://developer.1password.com/docs/cli/upgrade). diff --git a/.oh-my-zsh/plugins/1password/_opswd b/.oh-my-zsh/plugins/1password/_opswd new file mode 100644 index 0000000..dbc094f --- /dev/null +++ b/.oh-my-zsh/plugins/1password/_opswd @@ -0,0 +1,19 @@ +#compdef opswd + +function _opswd() { + local -a services + services=("${(@f)$(op item list --categories Login --cache 2>/dev/null | awk 'NR != 1 { print $2 }')}") + [[ -z "$services" ]] || compadd -a -- services +} + +# TODO: 2022-03-26: Remove support for op CLI 1 +autoload -Uz is-at-least +is-at-least 2.0.0 $(op --version) || { + function _opswd() { + local -a services + services=("${(@f)$(op list items --categories Login 2>/dev/null | op get item - --fields title 2>/dev/null)}") + [[ -z "$services" ]] || compadd -a -- services + } +} + +_opswd "$@" diff --git a/.oh-my-zsh/plugins/1password/opswd b/.oh-my-zsh/plugins/1password/opswd new file mode 100644 index 0000000..0f667d2 --- /dev/null +++ b/.oh-my-zsh/plugins/1password/opswd @@ -0,0 +1,90 @@ +#autoload + +# opswd puts the password of the named service into the clipboard. If there's a +# one time password, it will be copied into the clipboard after 10 seconds. The +# clipboard is cleared after another 20 seconds. +function opswd() { + if [[ $# -lt 1 ]]; then + echo "Usage: opswd " + return 1 + fi + + local service=$1 + + # If not logged in, print error and return + op user list > /dev/null || return + + local username + # Copy the username to the clipboard + if ! username=$(op item get "$service" --fields username 2>/dev/null); then + echo "error: could not obtain username for $service" + return 1 + fi + + echo -n "$username" | clipcopy + echo "✔ username for service $service copied to the clipboard. Press Enter to continue" + read + + local password + # Copy the password to the clipboard + if ! password=$(op item get "$service" --fields password 2>/dev/null); then + echo "error: could not obtain password for $service" + return 1 + fi + + echo -n "$password" | clipcopy + echo "✔ password for $service copied to clipboard. Press Enter to continue" + read + + # If there's a one time password, copy it to the clipboard + local totp + if totp=$(op item get --otp "$service" 2>/dev/null) && [[ -n "$totp" ]]; then + echo -n "$totp" | clipcopy + echo "✔ TOTP for $service copied to clipboard" + fi + + (sleep 20 && clipcopy /dev/null) &! +} + +# TODO: 2022-03-26: Remove support for op CLI 1 +autoload -Uz is-at-least +is-at-least 2.0.0 $(op --version) || { + print -ru2 ${(%):-"%F{yellow}opswd: usage with op version $(op --version) is deprecated. Upgrade to CLI 2 and reload zsh. +For instructions, see https://developer.1password.com/docs/cli/upgrade.%f"} + + # opswd puts the password of the named service into the clipboard. If there's a + # one time password, it will be copied into the clipboard after 10 seconds. The + # clipboard is cleared after another 20 seconds. + function opswd() { + if [[ $# -lt 1 ]]; then + echo "Usage: opswd " + return 1 + fi + + local service=$1 + + # If not logged in, print error and return + op list users > /dev/null || return + + local password + # Copy the password to the clipboard + if ! password=$(op get item "$service" --fields password 2>/dev/null); then + echo "error: could not obtain password for $service" + return 1 + fi + + echo -n "$password" | clipcopy + echo "✔ password for $service copied to clipboard" + + # If there's a one time password, copy it to the clipboard after 5 seconds + local totp + if totp=$(op get totp "$service" 2>/dev/null) && [[ -n "$totp" ]]; then + sleep 10 && echo -n "$totp" | clipcopy + echo "✔ TOTP for $service copied to clipboard" + fi + + (sleep 20 && clipcopy /dev/null) &! + } +} + +opswd "$@" diff --git a/.oh-my-zsh/plugins/adb/README.md b/.oh-my-zsh/plugins/adb/README.md new file mode 100644 index 0000000..83dcc72 --- /dev/null +++ b/.oh-my-zsh/plugins/adb/README.md @@ -0,0 +1,8 @@ +# adb autocomplete plugin + +* Adds autocomplete options for all adb commands. +* Add autocomplete for `adb -s` + +## Requirements + +In order to make this work, you will need to have the Android adb tools set up in your path. diff --git a/.oh-my-zsh/plugins/adb/_adb b/.oh-my-zsh/plugins/adb/_adb new file mode 100644 index 0000000..78c4577 --- /dev/null +++ b/.oh-my-zsh/plugins/adb/_adb @@ -0,0 +1,67 @@ +#compdef adb +#autoload + +# in order to make this work, you will need to have the android adb tools + +# adb zsh completion, based on homebrew completion + +local -a _1st_arguments +_1st_arguments=( +'bugreport:return all information from the device that should be included in a bug report.' +'connect:connect to a device via TCP/IP Port 5555 is default.' +'devices:list all connected devices' +'disconnect:disconnect from a TCP/IP device. Port 5555 is default.' +'emu:run emulator console command' +'forward:forward socket connections' +'get-devpath:print the device path' +'get-serialno:print the serial number of the device' +'get-state:print the current state of the device: offline | bootloader | device' +'help:show the help message' +'install:push this package file to the device and install it' +'jdwp:list PIDs of processes hosting a JDWP transport' +'keygen:generate adb public/private key' +'kill-server:kill the server if it is running' +'logcat:view device log' +'pull:copy file/dir from device' +'push:copy file/dir to device' +'reboot:reboots the device, optionally into the bootloader or recovery program' +'reboot-bootloader:reboots the device into the bootloader' +'remount:remounts the partitions on the device read-write' +'root:restarts the adbd daemon with root permissions' +'sideload:push a ZIP to device and install it' +'shell:run remote shell interactively' +'sync:copy host->device only if changed (-l means list but dont copy)' +'start-server:ensure that there is a server running' +'tcpip:restart host adb in tcpip mode' +'uninstall:remove this app package from the device' +'usb:restart the adbd daemon listing on USB' +'version:show version num' +'wait-for-device:block until device is online' +) + +local expl +local -a pkgs installed_pkgs + +_arguments \ + '-s[devices]:specify device:->specify_device' \ + '*:: :->subcmds' && return 0 + +case "$state" in + specify_device) + _values -C 'devices' ${$(adb devices -l|awk 'NR>1&& $1 \ + {sub(/ +/," ",$0); \ + gsub(":","\\:",$1); \ + for(i=1;i<=NF;i++) { + if($i ~ /model:/) { split($i,m,":") } \ + else if($i ~ /product:/) { split($i,p,":") } } \ + printf "%s[%s(%s)] ",$1, p[2], m[2]}'):-""} + return + ;; +esac + +if (( CURRENT == 1 )); then + _describe -t commands "adb subcommand" _1st_arguments + return +fi + +_files diff --git a/.oh-my-zsh/plugins/ag/README.md b/.oh-my-zsh/plugins/ag/README.md new file mode 100644 index 0000000..1983aaa --- /dev/null +++ b/.oh-my-zsh/plugins/ag/README.md @@ -0,0 +1,13 @@ +# The Silver Searcher + +This plugin provides completion support for [`ag`](https://github.com/ggreer/the_silver_searcher). + +To use it, add ag to the plugins array in your zshrc file. + +```zsh +plugins=(... ag) +``` + +## INSTALLATION NOTES + +Besides oh-my-zsh, `ag` needs to be installed by following these steps: https://github.com/ggreer/the_silver_searcher#installing. diff --git a/.oh-my-zsh/plugins/ag/_ag b/.oh-my-zsh/plugins/ag/_ag new file mode 100644 index 0000000..25b0c27 --- /dev/null +++ b/.oh-my-zsh/plugins/ag/_ag @@ -0,0 +1,66 @@ +#compdef ag +#autoload + +typeset -A opt_args + +# Took the liberty of not listing every option… specially aliases and -D +_ag () { + local -a _1st_arguments + _1st_arguments=( + '--ackmate:Print results in AckMate-parseable format' + {'-A','--after'}':[LINES] Print lines after match (Default: 2)' + {'-B','--before'}':[LINES] Print lines before match (Default: 2)' + '--break:Print newlines between matches in different files' + '--nobreak:Do not print newlines between matches in different files' + {'-c','--count'}':Only print the number of matches in each file' + '--color:Print color codes in results (Default: On)' + '--nocolor:Do not print color codes in results' + '--color-line-number:Color codes for line numbers (Default: 1;33)' + '--color-match:Color codes for result match numbers (Default: 30;43)' + '--color-path:Color codes for path names (Default: 1;32)' + '--column:Print column numbers in results' + {'-H','--heading'}':Print file names (On unless searching a single file)' + '--noheading:Do not print file names (On unless searching a single file)' + '--line-numbers:Print line numbers even for streams' + {'-C','--context'}':[LINES] Print lines before and after matches (Default: 2)' + '-g:[PATTERN] Print filenames matching PATTERN' + {'-l','--files-with-matches'}':Only print filenames that contain matches' + {'-L','--files-without-matches'}':Only print filenames that do not contain matches' + '--no-numbers:Do not print line numbers' + {'-o','--only-matching'}':Prints only the matching part of the lines' + '--print-long-lines:Print matches on very long lines (Default: 2k characters)' + '--passthrough:When searching a stream, print all lines even if they do not match' + '--silent:Suppress all log messages, including errors' + '--stats:Print stats (files scanned, time taken, etc.)' + '--vimgrep:Print results like vim :vimgrep /pattern/g would' + {'-0','--null'}':Separate filenames with null (for "xargs -0")' + + {'-a','--all-types'}':Search all files (does not include hidden files / .gitignore)' + '--depth:[NUM] Search up to NUM directories deep (Default: 25)' + {'-f','--follow'}':Follow symlinks' + {'-G','--file-search-regex'}':[PATTERN] Limit search to filenames matching PATTERN' + '--hidden:Search hidden files (obeys .*ignore files)' + {'-i','--ignore-case'}':Match case insensitively' + '--ignore:[PATTERN] Ignore files/directories matching PATTERN' + {'-m','--max-count'}':[NUM] Skip the rest of a file after NUM matches (Default: 10k)' + {'-p','--path-to-agignore'}':[PATH] Use .agignore file at PATH' + {'-Q','--literal'}':Do not parse PATTERN as a regular expression' + {'-s','--case-sensitive'}':Match case' + {'-S','--smart-case'}':Insensitive match unless PATTERN has uppercase (Default: On)' + '--search-binary:Search binary files for matches' + {'-t','--all-text'}':Search all text files (Hidden files not included)' + {'-u','--unrestricted'}':Search all files (ignore .agignore and _all_)' + {'-U','--skip-vcs-ignores'}':Ignore VCS files (stil obey .agignore)' + {'-v','--invert-match'}':Invert match' + {'-w','--word-regexp'}':Only match whole words' + {'-z','--search-zip'}':Search contents of compressed (e.g., gzip) files' + + '--list-file-types:list of supported file types' + ) + + if [[ $words[-1] =~ "^-" ]]; then + _describe -t commands "ag options" _1st_arguments && ret=0 + else + _files && ret=0 + fi +} diff --git a/.oh-my-zsh/plugins/alias-finder/.zunit.yml b/.oh-my-zsh/plugins/alias-finder/.zunit.yml new file mode 100644 index 0000000..ae65f8e --- /dev/null +++ b/.oh-my-zsh/plugins/alias-finder/.zunit.yml @@ -0,0 +1,9 @@ +tap: false +directories: + tests: tests + output: tests/_output + support: tests/_support +time_limit: 0 +fail_fast: false +allow_risky: false +verbose: true diff --git a/.oh-my-zsh/plugins/alias-finder/README.md b/.oh-my-zsh/plugins/alias-finder/README.md new file mode 100644 index 0000000..a9bbd08 --- /dev/null +++ b/.oh-my-zsh/plugins/alias-finder/README.md @@ -0,0 +1,68 @@ +# alias-finder plugin + +This plugin searches the defined aliases and outputs any that match the command inputted. This makes learning new aliases easier. + +## Setup + +To use it, add `alias-finder` to the `plugins` array of your zshrc file: +``` +plugins=(... alias-finder) +``` + +To enable it for every single command, set zstyle in your `~/.zshrc`. + +```zsh +# ~/.zshrc + +zstyle ':omz:plugins:alias-finder' autoload yes # disabled by default +zstyle ':omz:plugins:alias-finder' longer yes # disabled by default +zstyle ':omz:plugins:alias-finder' exact yes # disabled by default +zstyle ':omz:plugins:alias-finder' cheaper yes # disabled by default +``` + +As you can see, options are also available with zstyle. + +## Usage + +When you execute a command alias finder will look at your defined aliases and suggest shorter aliases you could have used, for example: + +Running the un-aliased `git status` command: +```sh +╭─tim@fox ~/repo/gitopolis ‹main› +╰─$ git status + +gst='git status' # <=== shorter suggestion from alias-finder + +On branch main +Your branch is up-to-date with 'origin/main'. +nothing to commit, working tree clean +``` + +Running a shorter `git st` alias from `.gitconfig` that it suggested : +```sh +╭─tim@fox ~/repo/gitopolis ‹main› +╰─$ git st +gs='git st' # <=== shorter suggestion from alias-finder +## main...origin/main +``` + +Running the shortest `gs` shell alias that it found: +```sh +╭─tim@fox ~/repo/gitopolis ‹main› +╰─$ gs + # <=== no suggestions alias-finder because this is the shortest +## main...origin/main +``` + +![image](https://github.com/ohmyzsh/ohmyzsh/assets/19378/39642750-fb10-4f1a-b7f9-f36789eeb01b) + + +### Options + +> In order to clarify, let's say `alias a=abc` has source 'abc' and destination 'a'. + +- Use `--longer` or `-l` to include aliases where the source is longer than the input (in other words, the source could contain the whole input). +- Use `--exact` or `-e` to avoid aliases where the source is shorter than the input (in other words, the source must be the same with the input). +- Use `--cheaper` or `-c` to avoid aliases where the destination is longer than the input (in other words, the destination must be the shorter than the input). + + diff --git a/.oh-my-zsh/plugins/alias-finder/alias-finder.plugin.zsh b/.oh-my-zsh/plugins/alias-finder/alias-finder.plugin.zsh new file mode 100644 index 0000000..5fdfbc8 --- /dev/null +++ b/.oh-my-zsh/plugins/alias-finder/alias-finder.plugin.zsh @@ -0,0 +1,62 @@ +alias-finder() { + local cmd=" " exact="" longer="" cheaper="" wordEnd="'{0,1}$" finder="" filter="" + + # build command and options + for c in "$@"; do + case $c in + # TODO: Remove backward compatibility (other than zstyle form) + # set options if exist + -e|--exact) exact=true;; + -l|--longer) longer=true;; + -c|--cheaper) cheaper=true;; + # concatenate cmd + *) cmd="$cmd$c " ;; + esac + done + + zstyle -t ':omz:plugins:alias-finder' longer && longer=true + zstyle -t ':omz:plugins:alias-finder' exact && exact=true + zstyle -t ':omz:plugins:alias-finder' cheaper && cheaper=true + + # format cmd for grep + ## - replace newlines with spaces + ## - trim both ends + ## - replace multiple spaces with one space + ## - add escaping character to special characters + cmd=$(echo -n "$cmd" | tr '\n' ' ' | xargs | tr -s '[:space:]' | sed 's/[].\|$(){}?+*^[]/\\&/g') + + if [[ $longer == true ]]; then + wordEnd="" # remove wordEnd to find longer aliases + fi + + # find with alias and grep, removing last word each time until no more words + while [[ $cmd != "" ]]; do + finder="'{0,1}$cmd$wordEnd" + + # make filter to find only shorter results than current cmd + if [[ $cheaper == true ]]; then + cmdLen=$(echo -n "$cmd" | wc -c) + filter="^'{0,1}.{0,$((cmdLen - 1))}=" + fi + + alias | grep -E "$filter" | grep -E "=$finder" + + if [[ $exact == true ]]; then + break # because exact case is only one + elif [[ $longer = true ]]; then + break # because above grep command already found every longer aliases during first cycle + fi + + cmd=$(sed -E 's/ {0,}[^ ]*$//' <<< "$cmd") # remove last word + done +} + +preexec_alias-finder() { + # TODO: Remove backward compatibility (other than zstyle form) + zstyle -t ':omz:plugins:alias-finder' autoload && alias-finder $1 || if [[ $ZSH_ALIAS_FINDER_AUTOMATIC = true ]]; then + alias-finder $1 + fi +} + +autoload -U add-zsh-hook +add-zsh-hook preexec preexec_alias-finder diff --git a/.oh-my-zsh/plugins/alias-finder/tests/_output/.gitkeep b/.oh-my-zsh/plugins/alias-finder/tests/_output/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.oh-my-zsh/plugins/alias-finder/tests/_support/.gitkeep b/.oh-my-zsh/plugins/alias-finder/tests/_support/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.oh-my-zsh/plugins/alias-finder/tests/_support/bootstrap b/.oh-my-zsh/plugins/alias-finder/tests/_support/bootstrap new file mode 100644 index 0000000..0107661 --- /dev/null +++ b/.oh-my-zsh/plugins/alias-finder/tests/_support/bootstrap @@ -0,0 +1,2 @@ +#!/usr/bin/env zsh +# Write your bootstrap code here diff --git a/.oh-my-zsh/plugins/alias-finder/tests/test_run.sh b/.oh-my-zsh/plugins/alias-finder/tests/test_run.sh new file mode 100644 index 0000000..6b7abeb --- /dev/null +++ b/.oh-my-zsh/plugins/alias-finder/tests/test_run.sh @@ -0,0 +1,107 @@ +#!/usr/bin/env zunit + +@setup { + load ../alias-finder.plugin.zsh + + set_git_aliases() { + unalias -a # all + alias g="git" + alias gc="git commit" + alias gcv="git commit -v" + alias gcvs="git commit -v -S" + } +} + +@test 'find aliases that contain input' { + set_git_aliases + + run alias-finder "git" + + assert "${#lines[@]}" equals 1 + assert "${lines[1]}" same_as "g=git" +} + +@test 'find aliases that contain input with whitespaces at ends' { + set_git_aliases + + run alias-finder " git " + + assert "${#lines[@]}" equals 1 + assert "${lines[1]}" same_as "g=git" +} + +@test 'find aliases that contain multiple words' { + set_git_aliases + + run alias-finder "git commit -v" + + assert "${#lines[@]}" equals 3 + assert "${lines[1]}" same_as "gcv='git commit -v'" + assert "${lines[2]}" same_as "gc='git commit'" + assert "${lines[3]}" same_as "g=git" +} + +@test 'find alias that is the same with input when --exact option is set' { + set_git_aliases + + run alias-finder -e "git" + + assert "${#lines[@]}" equals 1 + assert "${lines[1]}" same_as "g=git" +} + +@test 'find alias that is the same with multiple words input when --exact option is set' { + set_git_aliases + + run alias-finder -e "git commit -v" + + assert "${#lines[@]}" equals 1 + assert "${lines[1]}" same_as "gcv='git commit -v'" +} + +@test 'find alias that is the same with or longer than input when --longer option is set' { + set_git_aliases + + run alias-finder -l "git" + + assert "${#lines[@]}" equals 4 + assert "${lines[1]}" same_as "g=git" + assert "${lines[2]}" same_as "gc='git commit'" + assert "${lines[3]}" same_as "gcv='git commit -v'" + assert "${lines[4]}" same_as "gcvs='git commit -v -S'" +} + +@test 'find alias that is the same with or longer than multiple words input when --longer option is set' { + set_git_aliases + + run alias-finder -l "git commit -v" + + assert "${#lines[@]}" equals 2 + assert "${lines[1]}" same_as "gcv='git commit -v'" + assert "${lines[2]}" same_as "gcvs='git commit -v -S'" +} + +@test 'find aliases including expensive (longer) than input' { + set_git_aliases + alias expensiveCommands="git commit" + + run alias-finder "git commit -v" + + assert "${#lines[@]}" equals 4 + assert "${lines[1]}" same_as "gcv='git commit -v'" + assert "${lines[2]}" same_as "expensiveCommands='git commit'" + assert "${lines[3]}" same_as "gc='git commit'" + assert "${lines[4]}" same_as "g=git" +} + +@test 'find aliases excluding expensive (longer) than input when --cheap option is set' { + set_git_aliases + alias expensiveCommands="git commit" + + run alias-finder -c "git commit -v" + + assert "${#lines[@]}" equals 3 + assert "${lines[1]}" same_as "gcv='git commit -v'" + assert "${lines[2]}" same_as "gc='git commit'" + assert "${lines[3]}" same_as "g=git" +} diff --git a/.oh-my-zsh/plugins/aliases/.gitignore b/.oh-my-zsh/plugins/aliases/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.oh-my-zsh/plugins/aliases/.gitignore @@ -0,0 +1 @@ +__pycache__ diff --git a/.oh-my-zsh/plugins/aliases/README.md b/.oh-my-zsh/plugins/aliases/README.md new file mode 100644 index 0000000..14f9c5c --- /dev/null +++ b/.oh-my-zsh/plugins/aliases/README.md @@ -0,0 +1,28 @@ +# Aliases cheatsheet + +**Maintainer:** [@hqingyi](https://github.com/hqingyi) + +With lots of 3rd-party amazing aliases installed, this plugin helps list the shortcuts +that are currently available based on the plugins you have enabled. + +To use it, add `aliases` to the plugins array in your zshrc file: + +```zsh +plugins=(aliases) +``` + +Requirements: Python needs to be installed. + +## Usage + +- `als`: show all aliases by group + +- `als -h/--help`: print help message + +- `als `: filter and highlight aliases by `` + +- `als -g /--group `: show only aliases for group ``. Multiple uses of the flag show all groups + +- `als --groups`: show only group names + + ![screenshot](https://github.com/ohmyzsh/ohmyzsh/assets/66907184/5bfa00ea-5fc3-4e97-8b22-2f74f6b948c7) diff --git a/.oh-my-zsh/plugins/aliases/__pycache__/termcolor.cpython-311.pyc b/.oh-my-zsh/plugins/aliases/__pycache__/termcolor.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68ce4e415766db393d01fb67fa327db0bc2e6367 GIT binary patch literal 5173 zcmb^!O>Z05@h$mCic3<|hh|S!}%-f|*x@4L| zR@~XynR)Z|X6CKF4~0YmS8V;Z{P%W3{*5n{E94+AyF7$^OBh)uOkl3GkZ~=$1jOBG z_p+N&=2>$sQ|4XvxQOh9+Xr{k8ezWg1n14qnwbBwi;%y;ZC{TCc!S${`!QaP zOuR_muobAX6=b2G$yVSEE6r6_!mQHTb=4!xBP)`_Z>#p+PQ>}~eWlXx91VK&5u8*oP0Xamk^Hr9Z1 zhMjG|Img~@z&i=gL&HQ~vnI-0`lGK;Xu zhTJI@Wmg(M_glgr$T1n<~_HZ(c6I4fPrrE`k3no}}KRZV5r5S4P9 z>c*xjrLvMLE16U_nI3+Q`eTCCyrHDBYGQRWyP~FY**VL%f*NFIc~>|q=6;S7Qh~-M z3eJL9lSS|3(#)bPsob-O<=@OQSxKj|vgNr0k9&$A#4Mj8-+SzbWUYLiWnvz8yQEjgXeJ>XJz(wnj+0xgqVle21)6IZs9S-#}K zdP<%hR-kH?wt~InSj+@EKM>yj_$7EkYWg0#D**S)%K&QoUOhY#q4P*VD7Xsl z+7Z1fq)37OS@^wxpR3SsF73llaOB$k^hV3gs#0=gMcz>JQc_vl%)p?_OSx5vPhzPu zq=$Lc%*9-mhckE@V;&7(y@%!1CUE0Gjf7_@}78jKHWF7}elDf4a zPe^@vi!RM9+|b&Vb3p zE5SZA99wuOX>C(DbZY~{j?>x~>@m#v$>J;tBInqZ%3PLew;TUu)Oxvlhf}>W&G~_3 zYl*oPbXh_B3fCxculZmG5$B7gIxnyUBT>*Zg_{ZTEzYDK!iUy`7I_^ZZe^}|v$e=! zBz&GD_i(>s?zy?SSi9v*Bv@`Gk+8%Be2}S|ikwI&IAN4N0LY%aejV7pTQdubv-5NC z1(sS-Et*c{Rm-iVHY|^l%&y5w4A%@I7(nng0zPlC?XhdK$qec~i;R8%e&+yd-pV=bARVebEtUZhl1oydVL8 z7%+eMg*((Nz9Im&#e**52^W>^Ik4B<_R|a~yJKHRzlj>b9y8eUe+@`PY%U)8DUSaX zy&^g;ird};2{N$lIq*h>mIG1?E(>1a;sL1zZG;Ak+P~bLhP!j0`nP9vv9IJWxt{pT z{l?(9IXG^J;|85D>4Z)v9Eom&_L#Isr#<^r-2Sk5VfUy(C6h`zm2ArSU5`P#P1>!~ zZkuv(cfg=0O?pzNCvD0HyYCzHlu1wN^i(4~mv(0j+HcZ+o%T19snrZ26hUu?Njr4f z@yrgX%b-z{Ms*ssm0a5UT&E)j9Wm($AdWwK*K|5$&>@o!0m6xTAhLH?r>6~i+N7re zaj0E;ztrg&gPt+z89*9q)dSH|P^ae%dd{Th0QoV|$lkl`!;$v-%bn!_9McB9VDh8e;hfq_Jq?r}>2$`RGbWt@#NiB=z58ur zI{!hBd(OTf0A3-0&nC~=XIMXaV5sz9zim|KKNK57u`v`IL$NU)`kUKY95!gDNx@a9 zT&`xY)K~7@4;?SwcmYZxxITjGBaWHD(m?tBr>Up64LWPmS-tW*_*5YDgzoO-gX+I# C)E`9v literal 0 HcmV?d00001 diff --git a/.oh-my-zsh/plugins/aliases/__pycache__/termcolor.cpython-312.pyc b/.oh-my-zsh/plugins/aliases/__pycache__/termcolor.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d200f860983c100ab319029c474841f67f3ad82 GIT binary patch literal 4292 zcmb_f-A`Lb7N2X6ZG8R3M@T}za7jaq6Y~+8rh$;8d^MpV&;m(SqRKL!i*e!)_WC-B z?-GefT`iTW6;)R%EA4|-Ra#exw3c=s@;~g05g?JfFO63FkT+7YFMZl`#@ApQR?5R( z$#Z9Z=ggUN&dmAE^*>xLk-+0$yeI#yfslXUp!B$m&fZ%yA>R{5<_Hs*DJH~Cb0z`% z=9qcT%qX)&Ommc3=PV{7Tj6JeUrmHC+Yf>al^(iL%JVtE9@B zqs*F^4kR3T@XuL7xKofZDoF@MF_!_Kku&jS^6Jgkd#AHsTA?;-30>pO(K&n_OqK46y) zVIQ)~hp>Lu#0H*Uc?PEzA0xxn5e!yEa1~}8=LW8+8QpRf+7pj$s2_Gp6nKyv$#e34v7AS*pV6}1c-W^9 zOE-FVfM?7ZvwvFa8k(FLmqwDYq#`XOm3T;1qlpN1rDR%NN~=;dA*r$wk0wH~?$>D5 zFX-+iC7Mu!3+Y5yjV2S5x-Ew9jsWjJOek&W z$}lrMq07Qk_cB%Y?JWyUpu0>KOh_?L$g+vcG0Xf}HdV>ZPaBubqvXq4(6)f3nte@6 zrRF#F6zr<}vOpaTE(fqrW{BS$`U^PCk4RLL;V?W_yG2ogXXs%l8Vk+GilD^LKx%-C zPz+fNNIZ)HshGupgjozoMiv7SW-%b~EFNuhF&bHn!A~u-Tio=3RN8djD=h$EagBpb z=knr803N*lYpH}6vb@03fBs{MHY5%lh2yj{h5FJ0L5JTyp8WD^=4#k&Z@c_C4gCkQD zQ`0lS(eas~;fb+P&DMOcgT*^ieyeUurgUpWR^`M)-CESs#hc?dZce~&c19P6W@o3z zhwsde&FGftv6-=1m_%{cbqn`_mrk)~!L+4x+d^Corc_0ze2m8t_g|8J?eAGk#^s(! zGRYRxab$>|?&M-uJkzD67JHUr=}0t@>Iuc7p_H8JL7w4;yO%Nw9(vx~g-+^s(5#TR z5~&e?pLv=o)cH1TodsL(PJQdDZO2htaJ1|+oci-Z_RgQ;x!HoZZ=<1ab@XRPL&4F8 zg8R9X8?Al$(So;sqoE%qe9B4hFGO$+tkInltv{a2&2F4Vo%a5X6aC-PT{DPwt;Fv7 zqvdPYD&28-R&MQqBc!6jv8EjG+q(!&d4;RS1%(y6EG(Or%_aI>5Taz6{wVxG5J*Pw zo3xKVMM5oBP*stQt5PT&mY39&6jCDTIM7&1N-jv8XQdJack^>H={M;XF5sE-Ta@$Q zlM=wD3!83ebnAmhU@4WdzyNniQZAqjhrD?Rom2}nkZ>olh~Ip;c5%HiTa)Y9bo6e} z!TjA#I;ix4f?g8@W{oC-L9J;dttjBz{$(MlnI(BZ>PYEyc5M2#RzEAJRB1kxiiS%} zp@}zu#fu{a`AD-*%gh*`!m$GsXHDdr?1YEa^Y;Ryl&zd*_ zRAT^b2sl1R_BRj-k;$(A>!a23h|3sEb4?|X5KAF@U{$}scSdu92+G6o2l$$3?xOa7 z{B;O=04#Eyp<0h98b;lz~cb=O$X=32&If9 zHP0}xV|g$(oFniPrnyIfG|R%l644s(ly3aurC_XuSB_RcjHFr_7}k{5FkPfsRvw-c zB_~Eoyen01H~y{B+PQoCtX*Pje&G}s_L~)SS;6%cZc*Z1bK(URXMQ2}diR@S#8vlg~I=Fs( zi%QtLvToU;t=PM|?%SfLv3G6#@)kW)sds&Se2bo~#7Z;ltDxWb3RiB~qFz+Gp8aB* z_Hbj_o7=PtdId*w_Wm}#z`HHk-)__QD>MrZZ_c?*Kd1tmvzPLpY}4!D|7zz~Q{}6` z9l5@cyPJara271EekXS+*IBe&aGcKG$luCe-KIla+Lk?;_vM?m=@mYdvS;&6dB-*# zrGQtvw' if char in part])==0) + except StopIteration: + cmd = right + return (left, right, cmd) + +def cheatsheet(lines): + exps = [ parse(line) for line in lines ] + exps.sort(key=lambda exp:exp[2]) + cheatsheet = {'_default': []} + for key, group in itertools.groupby(exps, lambda exp:exp[2]): + group_list = [ item for item in group ] + if len(group_list)==1: + target_aliases = cheatsheet['_default'] + else: + if key not in cheatsheet: + cheatsheet[key] = [] + target_aliases = cheatsheet[key] + target_aliases.extend(group_list) + return cheatsheet + +def pretty_print_group(key, aliases, highlight=None, only_groupname=False): + if len(aliases) == 0: + return + group_hl_formatter = lambda g, hl: termcolor.colored(hl, 'yellow').join([termcolor.colored(part, 'red') for part in ('[%s]' % g).split(hl)]) + alias_hl_formatter = lambda alias, hl: termcolor.colored(hl, 'yellow').join([termcolor.colored(part, 'green') for part in ('\t%s = %s' % alias[0:2]).split(hl)]) + group_formatter = lambda g: termcolor.colored('[%s]' % g, 'red') + alias_formatter = lambda alias: termcolor.colored('\t%s = %s' % alias[0:2], 'green') + if highlight and len(highlight)>0: + print (group_hl_formatter(key, highlight)) + if not only_groupname: + print ('\n'.join([alias_hl_formatter(alias, highlight) for alias in aliases])) + else: + print (group_formatter(key)) + if not only_groupname: + print ('\n'.join([alias_formatter(alias) for alias in aliases])) + print ('') + +def pretty_print(cheatsheet, wfilter, group_list=None, groups_only=False): + sorted_key = sorted(cheatsheet.keys()) + for key in sorted_key: + if group_list and key not in group_list: + continue + aliases = cheatsheet.get(key) + if not wfilter: + pretty_print_group(key, aliases, wfilter, groups_only) + else: + pretty_print_group(key, [ alias for alias in aliases if alias[0].find(wfilter)>-1 or alias[1].find(wfilter)>-1], wfilter) + +if __name__ == '__main__': + parser = argparse.ArgumentParser(description="Pretty print aliases.", prog="als") + parser.add_argument('filter', nargs="*", metavar="", help="search aliases matching keywords") + parser.add_argument('-g', '--group', dest="group_list", action='append', help="only print aliases in given groups") + parser.add_argument('--groups', dest='groups_only', action='store_true', help="only print alias groups") + args = parser.parse_args() + + lines = sys.stdin.readlines() + group_list = args.group_list or None + wfilter = " ".join(args.filter) or None + pretty_print(cheatsheet(lines), wfilter, group_list, args.groups_only) diff --git a/.oh-my-zsh/plugins/aliases/termcolor.py b/.oh-my-zsh/plugins/aliases/termcolor.py new file mode 100644 index 0000000..bb725e9 --- /dev/null +++ b/.oh-my-zsh/plugins/aliases/termcolor.py @@ -0,0 +1,168 @@ +# coding: utf-8 +# Copyright (c) 2008-2011 Volvox Development Team +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. +# +# Author: Konstantin Lepa + +"""ANSI Color formatting for output in terminal.""" + +from __future__ import print_function +import os + + +__ALL__ = [ 'colored', 'cprint' ] + +VERSION = (1, 1, 0) + +ATTRIBUTES = dict( + list(zip([ + 'bold', + 'dark', + '', + 'underline', + 'blink', + '', + 'reverse', + 'concealed' + ], + list(range(1, 9)) + )) + ) +del ATTRIBUTES[''] + + +HIGHLIGHTS = dict( + list(zip([ + 'on_grey', + 'on_red', + 'on_green', + 'on_yellow', + 'on_blue', + 'on_magenta', + 'on_cyan', + 'on_white' + ], + list(range(40, 48)) + )) + ) + + +COLORS = dict( + list(zip([ + 'grey', + 'red', + 'green', + 'yellow', + 'blue', + 'magenta', + 'cyan', + 'white', + ], + list(range(30, 38)) + )) + ) + + +RESET = '\033[0m' + + +def colored(text, color=None, on_color=None, attrs=None): + """Colorize text. + + Available text colors: + red, green, yellow, blue, magenta, cyan, white. + + Available text highlights: + on_red, on_green, on_yellow, on_blue, on_magenta, on_cyan, on_white. + + Available attributes: + bold, dark, underline, blink, reverse, concealed. + + Example: + colored('Hello, World!', 'red', 'on_grey', ['blue', 'blink']) + colored('Hello, World!', 'green') + """ + if os.getenv('ANSI_COLORS_DISABLED') is None: + fmt_str = '\033[%dm%s' + if color is not None: + text = fmt_str % (COLORS[color], text) + + if on_color is not None: + text = fmt_str % (HIGHLIGHTS[on_color], text) + + if attrs is not None: + for attr in attrs: + text = fmt_str % (ATTRIBUTES[attr], text) + + text += RESET + return text + + +def cprint(text, color=None, on_color=None, attrs=None, **kwargs): + """Print colorize text. + + It accepts arguments of print function. + """ + + print((colored(text, color, on_color, attrs)), **kwargs) + + +if __name__ == '__main__': + print('Current terminal type: %s' % os.getenv('TERM')) + print('Test basic colors:') + cprint('Grey color', 'grey') + cprint('Red color', 'red') + cprint('Green color', 'green') + cprint('Yellow color', 'yellow') + cprint('Blue color', 'blue') + cprint('Magenta color', 'magenta') + cprint('Cyan color', 'cyan') + cprint('White color', 'white') + print(('-' * 78)) + + print('Test highlights:') + cprint('On grey color', on_color='on_grey') + cprint('On red color', on_color='on_red') + cprint('On green color', on_color='on_green') + cprint('On yellow color', on_color='on_yellow') + cprint('On blue color', on_color='on_blue') + cprint('On magenta color', on_color='on_magenta') + cprint('On cyan color', on_color='on_cyan') + cprint('On white color', color='grey', on_color='on_white') + print('-' * 78) + + print('Test attributes:') + cprint('Bold grey color', 'grey', attrs=['bold']) + cprint('Dark red color', 'red', attrs=['dark']) + cprint('Underline green color', 'green', attrs=['underline']) + cprint('Blink yellow color', 'yellow', attrs=['blink']) + cprint('Reversed blue color', 'blue', attrs=['reverse']) + cprint('Concealed Magenta color', 'magenta', attrs=['concealed']) + cprint('Bold underline reverse cyan color', 'cyan', + attrs=['bold', 'underline', 'reverse']) + cprint('Dark blink concealed white color', 'white', + attrs=['dark', 'blink', 'concealed']) + print(('-' * 78)) + + print('Test mixing:') + cprint('Underline red on grey color', 'red', 'on_grey', + ['underline']) + cprint('Reversed green on red color', 'green', 'on_red', ['reverse']) + diff --git a/.oh-my-zsh/plugins/ansible/README.md b/.oh-my-zsh/plugins/ansible/README.md new file mode 100644 index 0000000..dd0e1ce --- /dev/null +++ b/.oh-my-zsh/plugins/ansible/README.md @@ -0,0 +1,33 @@ +# ansible plugin + +## Introduction + +The `ansible plugin` adds several aliases for useful [ansible](https://docs.ansible.com/ansible/latest/index.html) commands and [aliases](#aliases). + +To use it, add `ansible` to the plugins array of your zshrc file: + +``` +plugins=(... ansible) +``` + +## Aliases + +| Command | Description | +|:-------------------------------------------|:--------------------------------------------------------------------| +| `ansible-version` / `aver` | Show the version on ansible installed in this host | +| `ansible-role-init ` / `arinit` | Creates the Ansible Role as per Ansible Galaxy standard | +| `a` | command `ansible` | +| `aconf` | command `ansible-config` | +| `acon` | command `ansible-console` | +| `ainv` | command `ansible-inventory` | +| `aplaybook` | command `ansible-playbook` | +| `adoc` | command `ansible-doc` | +| `agal` | command `ansible-galaxy` | +| `apull` | command `ansible-pull` | +| `aval` | command `ansible-vault` | + +## Maintainer + +### [Deepankumar](https://github.com/deepan10) + +[https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin](https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin) diff --git a/.oh-my-zsh/plugins/ansible/ansible.plugin.zsh b/.oh-my-zsh/plugins/ansible/ansible.plugin.zsh new file mode 100644 index 0000000..75393b7 --- /dev/null +++ b/.oh-my-zsh/plugins/ansible/ansible.plugin.zsh @@ -0,0 +1,28 @@ +# Functions +function ansible-version(){ + ansible --version +} + +function ansible-role-init(){ + if ! [ -z $1 ] ; then + echo "Ansible Role : $1 Creating...." + ansible-galaxy init $1 + tree $1 + else + echo "Usage : ansible-role-init " + echo "Example : ansible-role-init role1" + fi +} + +# Alias +alias a='ansible ' +alias aconf='ansible-config ' +alias acon='ansible-console ' +alias aver='ansible-version' +alias arinit='ansible-role-init' +alias aplaybook='ansible-playbook ' +alias ainv='ansible-inventory ' +alias adoc='ansible-doc ' +alias agal='ansible-galaxy ' +alias apull='ansible-pull ' +alias aval='ansible-vault' diff --git a/.oh-my-zsh/plugins/ant/README.md b/.oh-my-zsh/plugins/ant/README.md new file mode 100644 index 0000000..5712372 --- /dev/null +++ b/.oh-my-zsh/plugins/ant/README.md @@ -0,0 +1,12 @@ +# Ant + +This plugin provides completion for [Ant](https://ant.apache.org/). + +To use it, add `ant` to the plugins array in your zshrc file: + +```zsh +plugins=(... ant) +``` + +It caches ant targets in a file named `.ant_targets`, you might want to add that to +your `.gitignore` file. diff --git a/.oh-my-zsh/plugins/ant/_ant b/.oh-my-zsh/plugins/ant/_ant new file mode 100644 index 0000000..24a8e36 --- /dev/null +++ b/.oh-my-zsh/plugins/ant/_ant @@ -0,0 +1,22 @@ +#compdef ant + +_ant_does_target_list_need_generating () { + [[ ! -f .ant_targets ]] && return 0 + [[ build.xml -nt .ant_targets ]] && return 0 + return 1 +} + +_ant () { + if [[ ! -f build.xml ]]; then + return + fi + + if ! _ant_does_target_list_need_generating; then + return + fi + + ant -p | awk -F " " 'NR > 5 { print lastTarget } { lastTarget = $1 }' >| .ant_targets + compadd -- "$(cat .ant_targets)" +} + +_ant "$@" diff --git a/.oh-my-zsh/plugins/ant/ant.plugin.zsh b/.oh-my-zsh/plugins/ant/ant.plugin.zsh new file mode 100644 index 0000000..5f63825 --- /dev/null +++ b/.oh-my-zsh/plugins/ant/ant.plugin.zsh @@ -0,0 +1,2 @@ +# Default to colored output +export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger' diff --git a/.oh-my-zsh/plugins/apache2-macports/README.md b/.oh-my-zsh/plugins/apache2-macports/README.md new file mode 100644 index 0000000..dbf2e89 --- /dev/null +++ b/.oh-my-zsh/plugins/apache2-macports/README.md @@ -0,0 +1,21 @@ +# apache2-macports plugin + +Enables aliases to control a local Apache2 installed via [MacPorts](https://www.macports.org/). + +To use it, add `apache2-macports` to the plugins array in your zshrc file: + +```zsh +plugins=(... apache2-macports) +``` + +## Aliases + +| Alias | Function | Description | +|----------------|-----------------------------------------|-----------------------| +| apache2restart | `sudo /path/to/apache2.wrapper restart` | Restart apache daemon | +| apache2start | `sudo /path/to/apache2.wrapper start` | Start apache daemon | +| apache2stop | `sudo /path/to/apache2.wrapper stop` | Stop apache daemon | + +## Contributors + +- Alexander Rinass (alex@rinass.net) diff --git a/.oh-my-zsh/plugins/apache2-macports/apache2-macports.plugin.zsh b/.oh-my-zsh/plugins/apache2-macports/apache2-macports.plugin.zsh new file mode 100644 index 0000000..1caa4cf --- /dev/null +++ b/.oh-my-zsh/plugins/apache2-macports/apache2-macports.plugin.zsh @@ -0,0 +1,6 @@ +# commands to control local apache2 server installation +# paths are for osx installation via macports + +alias apache2start='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start' +alias apache2stop='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper stop' +alias apache2restart='sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart' diff --git a/.oh-my-zsh/plugins/arcanist/README.md b/.oh-my-zsh/plugins/arcanist/README.md new file mode 100644 index 0000000..07e7669 --- /dev/null +++ b/.oh-my-zsh/plugins/arcanist/README.md @@ -0,0 +1,43 @@ +## arcanist + +This plugin adds many useful aliases for [arcanist](https://github.com/phacility/arcanist). + +To use it, add `arcanist` to the plugins array of your zshrc file: + +```zsh +plugins=(... arcanist) +``` + +## Aliases + +| Alias | Command | +| ------- | ---------------------------------- | +| ara | `arc amend` | +| arb | `arc branch` | +| arbl | `arc bland` | +| arco | `arc cover` | +| arci | `arc commit` | +| ard | `arc diff` | +| ardc | `arc diff --create` | +| ardp | `arc diff --preview` | +| ardnu | `arc diff --nounit` | +| ardnupc | `arc diff --nounit --plan-changes` | +| ardpc | `arc diff --plan-changes` | +| are | `arc export` | +| arh | `arc help` | +| arho | `arc hotfix` | +| arl | `arc land` | +| arli | `arc lint` | +| arls | `arc list` | +| arpa | `arc patch` | + +## Functions + +The following functions make copy pasting revision ids from the URL bar of your browser +easier, as they allow for copy pasting the whole URL. For example: `ardu` accepts +both `https://arcanist-url.com/` as well as ``. + +| Function | Command | +| ------------------------- | --------------------------------- | +| ardu [URL or revision_id] | `arc diff --update` [revision_id] | +| arpa [URL or revision_id] | `arc patch` [revision_id] | diff --git a/.oh-my-zsh/plugins/arcanist/arcanist.plugin.zsh b/.oh-my-zsh/plugins/arcanist/arcanist.plugin.zsh new file mode 100644 index 0000000..380eede --- /dev/null +++ b/.oh-my-zsh/plugins/arcanist/arcanist.plugin.zsh @@ -0,0 +1,39 @@ +# +# Aliases +# (sorted alphabetically) +# + +alias ara='arc amend' +alias arb='arc branch' +alias arbl='arc bland' +alias arco='arc cover' +alias arci='arc commit' + +alias ard='arc diff' +alias ardc='arc diff --create' +alias ardnu='arc diff --nounit' +alias ardnupc='arc diff --nounit --plan-changes' +alias ardpc='arc diff --plan-changes' +alias ardp='arc diff --preview' # creates a new diff in the phab interface + +alias are='arc export' +alias arh='arc help' +alias arho='arc hotfix' +alias arl='arc land' +alias arli='arc lint' +alias arls='arc list' + +# +# Functions +# (sorted alphabetically) +# + +ardu() { + # Both `ardu https://arcanist-url.com/`, and `ardu ` work. + arc diff --update "${1:t}" +} + +arpa() { + # Both `arpa https://arcanist-url.com/`, and `arpa ` work. + arc patch "${1:t}" +} diff --git a/.oh-my-zsh/plugins/archlinux/README.md b/.oh-my-zsh/plugins/archlinux/README.md new file mode 100644 index 0000000..5e015db --- /dev/null +++ b/.oh-my-zsh/plugins/archlinux/README.md @@ -0,0 +1,184 @@ +# Arch Linux plugin + +This plugin adds some aliases and functions to work with Arch Linux. + +To use it, add `archlinux` to the plugins array in your zshrc file: + +```zsh +plugins=(... archlinux) +``` + +## Features + +### Pacman + +| Alias | Command | Description | +|--------------|----------------------------------------|------------------------------------------------------------------| +| pacin | `sudo pacman -S` | Install packages from the repositories | +| pacins | `sudo pacman -U` | Install a package from a local file | +| pacinsd | `sudo pacman -S --asdeps` | Install packages as dependencies of another package | +| paclean | `sudo pacman -Sc` | Clean out old and unused caches and packages | +| pacloc | `pacman -Qi` | Display information about a package in the local database | +| paclocs | `pacman -Qs` | Search for packages in the local database | +| paclr | `sudo pacman -Scc` | Remove all files from the cache | +| paclsorphans | `sudo pacman -Qdt` | List all orphaned packages | +| pacmir | `sudo pacman -Syy` | Force refresh of all package lists after updating mirrorlist | +| pacre | `sudo pacman -R` | Remove packages, keeping its settings and dependencies | +| pacrem | `sudo pacman -Rns` | Remove packages, including its settings and dependencies | +| pacrep | `pacman -Si` | Display information about a package in the repositories | +| pacreps | `pacman -Ss` | Search for packages in the repositories | +| pacrmorphans | `sudo pacman -Rs $(pacman -Qtdq)` | Delete all orphaned packages | +| pacupd | `sudo pacman -Sy` | Update and refresh local package, ABS and AUR databases | +| pacupg | `sudo pacman -Syu` | Sync with repositories before upgrading packages | +| pacfileupg | `sudo pacman -Fy` | Download fresh package databases from the server | +| pacfiles | `pacman -F` | Search package file names for matching strings | +| pacls | `pacman -Ql` | List files in a package | +| pacown | `pacman -Qo` | Show which package owns a file | +| upgrade[¹](#f1) | `sudo pacman -Syu` | Sync with repositories before upgrading packages | + +| Function | Description | +|----------------|-----------------------------------------------------------| +| pacdisowned | List all disowned files in your system | +| paclist | List all explicitly installed packages with a description | +| pacmanallkeys | Get all keys for developers and trusted users | +| pacmansignkeys | Locally trust all keys passed as parameters | +| pacweb | Open the website of an ArchLinux package | + +Note: paclist used to print packages with a description which are (1) explicitly installed +and (2) available for upgrade. Due to flawed scripting, it also printed all packages if no +upgrades were available. Use `pacman -Que` instead. + +### AUR helpers + +#### Aura + +| Alias | Command | Description | +|---------|-------------------------------------------------|-------------------------------------------------------------------------| +| auclean | `sudo aura -Sc` | Clean out old and unused caches and packages | +| auclr | `sudo aura -Scc` | Remove all files from the cache | +| auin | `sudo aura -S` | Install packages from the repositories | +| aurin | `sudo aura -A` | Install packages from the repositories | +| auins | `sudo aura -U` | Install a package from a local file | +| auinsd | `sudo aura -S --asdeps` | Install packages as dependencies of another package (repositories only) | +| aurinsd | `sudo aura -A --asdeps` | Install packages as dependencies of another package (AUR only) | +| auloc | `aura -Qi` | Display information about a package in the local database | +| aulocs | `aura -Qs` | Search for packages in the local database | +| auls | `aura -Qql` | List all files owned by a given package | +| aulst | `aura -Qe` | List installed packages including from AUR (tagged as "local") | +| aumir | `sudo aura -Syy` | Force refresh of all package lists after updating mirrorlist | +| aurph | `sudo aura -Oj` | Remove orphans using aura | +| auown | `aura -Qqo` | Search for packages that own the specified file(s) | +| aure | `sudo aura -R` | Remove packages, keeping its settings and dependencies | +| aurem | `sudo aura -Rns` | Remove packages, including its settings and unneeded dependencies | +| aurep | `aura -Si` | Display information about a package in the repositories | +| aurrep | `aura -Ai` | Display information about a package from AUR | +| aureps | `aura -As --both` | Search for packages in the repositories and AUR | +| auras | `aura -As --both` | Same as above | +| auupd | `sudo aura -Sy` | Update and refresh local package, ABS and AUR databases | +| auupg | `sudo sh -c "aura -Syu && aura -Au"` | Sync with repositories before upgrading all packages (from AUR too) | +| ausu | `sudo sh -c "aura -Syu --no-confirm && aura -Au --no-confirm"` | Same as `auupg`, but without confirmation | +| upgrade[¹](#f1) | `sudo aura -Syu` | Sync with repositories before upgrading packages | + +| Function | Description | +|-----------------|---------------------------------------------------------------------| +| auownloc _file_ | Display information about a package that owns the specified file(s) | +| auownls _file_ | List all files owned by a package that owns the specified file(s) | + +#### Pacaur + +| Alias | Command | Description | +|---------|-----------------------------------|---------------------------------------------------------------------| +| pacclean| `pacaur -Sc` | Clean out old and unused caches and packages | +| pacclr | `pacaur -Scc` | Remove all files from the cache | +| pain | `pacaur -S` | Install packages from the repositories | +| pains | `pacaur -U` | Install a package from a local file | +| painsd | `pacaur -S --asdeps` | Install packages as dependencies of another package | +| paloc | `pacaur -Qi` | Display information about a package in the local database | +| palocs | `pacaur -Qs` | Search for packages in the local database | +| palst | `pacaur -Qe` | List installed packages including from AUR (tagged as "local") | +| pamir | `pacaur -Syy` | Force refresh of all package lists after updating mirrorlist | +| paorph | `pacaur -Qtd` | Remove orphans using pacaur | +| pare | `pacaur -R` | Remove packages, keeping its settings and dependencies | +| parem | `pacaur -Rns` | Remove packages, including its settings and unneeded dependencies | +| parep | `pacaur -Si` | Display information about a package in the repositories | +| pareps | `pacaur -Ss` | Search for packages in the repositories | +| paupd | `pacaur -Sy` | Update and refresh local package, ABS and AUR databases | +| paupg | `pacaur -Syua` | Sync with repositories before upgrading all packages (from AUR too) | +| pasu | `pacaur -Syua --no-confirm` | Same as `paupg`, but without confirmation | +| upgrade[¹](#f1) | `pacaur -Syu` | Sync with repositories before upgrading packages | + +#### Trizen + +| Alias | Command | Description | +|---------|-----------------------------------|---------------------------------------------------------------------| +| trconf | `trizen -C` | Fix all configuration files with vimdiff | +| trclean | `trizen -Sc` | Clean out old and unused caches and packages | +| trclr | `trizen -Scc` | Remove all files from the cache | +| trin | `trizen -S` | Install packages from the repositories | +| trins | `trizen -U` | Install a package from a local file | +| trinsd | `trizen -S --asdeps` | Install packages as dependencies of another package | +| trloc | `trizen -Qi` | Display information about a package in the local database | +| trlocs | `trizen -Qs` | Search for packages in the local database | +| trlst | `trizen -Qe` | List installed packages including from AUR (tagged as "local") | +| trmir | `trizen -Syy` | Force refresh of all package lists after updating mirrorlist | +| trorph | `trizen -Qtd` | Remove orphans using yaourt | +| trre | `trizen -R` | Remove packages, keeping its settings and dependencies | +| trrem | `trizen -Rns` | Remove packages, including its settings and unneeded dependencies | +| trrep | `trizen -Si` | Display information about a package in the repositories | +| trreps | `trizen -Ss` | Search for packages in the repositories | +| trupd | `trizen -Sy` | Update and refresh local package, ABS and AUR databases | +| trupg | `trizen -Syua` | Sync with repositories before upgrading all packages (from AUR too) | +| trsu | `trizen -Syua --no-confirm` | Same as `trupg`, but without confirmation | +| upgrade[¹](#f1) | `trizen -Syu` | Sync with repositories before upgrading packages | + +#### Yay + +| Alias | Command | Description | +|---------|--------------------------------|-------------------------------------------------------------------| +| yaconf | `yay -Pg` | Print current configuration | +| yaclean | `yay -Sc` | Clean out old and unused caches and packages | +| yaclr | `yay -Scc` | Remove all files from the cache | +| yain | `yay -S` | Install packages from the repositories | +| yains | `yay -U` | Install a package from a local file | +| yainsd | `yay -S --asdeps` | Install packages as dependencies of another package | +| yaloc | `yay -Qi` | Display information about a package in the local database | +| yalocs | `yay -Qs` | Search for packages in the local database | +| yalst | `yay -Qe` | List installed packages including from AUR (tagged as "local") | +| yamir | `yay -Syy` | Force refresh of all package lists after updating mirrorlist | +| yaorph | `yay -Qtd` | Remove orphans using yay | +| yare | `yay -R` | Remove packages, keeping its settings and dependencies | +| yarem | `yay -Rns` | Remove packages, including its settings and unneeded dependencies | +| yarep | `yay -Si` | Display information about a package in the repositories | +| yareps | `yay -Ss` | Search for packages in the repositories | +| yaupd | `yay -Sy` | Update and refresh local package, ABS and AUR databases | +| yaupg | `yay -Syu` | Sync with repositories before upgrading packages | +| yasu | `yay -Syu --no-confirm` | Same as `yaupg`, but without confirmation | +| upgrade[¹](#f1) | `yay -Syu` | Sync with repositories before upgrading packages | + +--- + +¹ +The `upgrade` alias is set for all package managers. Its value will depend on +whether the package manager is installed, checked in the following order: + +1. `yay` +2. `trizen` +3. `pacaur` +4. `aura` +5. `pacman` + +## Contributors + +- Benjamin Boudreau - dreurmail@gmail.com +- Celso Miranda - contacto@celsomiranda.net +- ratijas (ivan tkachenko) - me@ratijas.tk +- Juraj Fiala - doctorjellyface@riseup.net +- KhasMek - Boushh@gmail.com +- Majora320 (Moses Miller) - Majora320@gmail.com +- Martin Putniorz - mputniorz@gmail.com +- MatthR3D - matthr3d@gmail.com +- ornicar - thibault.duplessis@gmail.com +- Ybalrid (Arthur Brainville) - ybalrid@ybalrid.info +- Jeff M. Hubbard - jeffmhubbard@gmail.com +- K. Harishankar(harishnkr) - hari2menon1234@gmail.com +- WH-2099 - wh2099@outlook.com \ No newline at end of file diff --git a/.oh-my-zsh/plugins/archlinux/archlinux.plugin.zsh b/.oh-my-zsh/plugins/archlinux/archlinux.plugin.zsh new file mode 100644 index 0000000..e20a311 --- /dev/null +++ b/.oh-my-zsh/plugins/archlinux/archlinux.plugin.zsh @@ -0,0 +1,203 @@ +####################################### +# Pacman # +####################################### + +# Pacman - https://wiki.archlinux.org/index.php/Pacman_Tips +alias pacupg='sudo pacman -Syu' +alias pacin='sudo pacman -S' +alias paclean='sudo pacman -Sc' +alias pacins='sudo pacman -U' +alias paclr='sudo pacman -Scc' +alias pacre='sudo pacman -R' +alias pacrem='sudo pacman -Rns' +alias pacrep='pacman -Si' +alias pacreps='pacman -Ss' +alias pacloc='pacman -Qi' +alias paclocs='pacman -Qs' +alias pacinsd='sudo pacman -S --asdeps' +alias pacmir='sudo pacman -Syy' +alias paclsorphans='sudo pacman -Qdt' +alias pacrmorphans='sudo pacman -Rs $(pacman -Qtdq)' +alias pacfileupg='sudo pacman -Fy' +alias pacfiles='pacman -F' +alias pacls='pacman -Ql' +alias pacown='pacman -Qo' +alias pacupd="sudo pacman -Sy" + +function paclist() { + pacman -Qqe | xargs -I{} -P0 --no-run-if-empty pacman -Qs --color=auto "^{}\$" +} + +function pacdisowned() { + local tmp_dir db fs + tmp_dir=$(mktemp --directory) + db=$tmp_dir/db + fs=$tmp_dir/fs + + trap "rm -rf $tmp_dir" EXIT + + pacman -Qlq | sort -u > "$db" + + find /etc /usr ! -name lost+found \ + \( -type d -printf '%p/\n' -o -print \) | sort > "$fs" + + comm -23 "$fs" "$db" + + rm -rf $tmp_dir +} + +alias pacmanallkeys='sudo pacman-key --refresh-keys' + +function pacmansignkeys() { + local key + for key in $@; do + sudo pacman-key --recv-keys $key + sudo pacman-key --lsign-key $key + printf 'trust\n3\n' | sudo gpg --homedir /etc/pacman.d/gnupg \ + --no-permission-warning --command-fd 0 --edit-key $key + done +} + +if (( $+commands[xdg-open] )); then + function pacweb() { + if [[ $# = 0 || "$1" =~ '--help|-h' ]]; then + local underline_color="\e[${color[underline]}m" + echo "$0 - open the website of an ArchLinux package" + echo + echo "Usage:" + echo " $bold_color$0$reset_color ${underline_color}target${reset_color}" + return 1 + fi + + local pkg="$1" + local infos="$(LANG=C pacman -Si "$pkg")" + if [[ -z "$infos" ]]; then + return + fi + local repo="$(grep -m 1 '^Repo' <<< "$infos" | grep -oP '[^ ]+$')" + local arch="$(grep -m 1 '^Arch' <<< "$infos" | grep -oP '[^ ]+$')" + xdg-open "https://www.archlinux.org/packages/$repo/$arch/$pkg/" &>/dev/null + } +fi + +####################################### +# AUR helpers # +####################################### + +if (( $+commands[aura] )); then + alias auin='sudo aura -S' + alias aurin='sudo aura -A' + alias auclean='sudo aura -Sc' + alias auclr='sudo aura -Scc' + alias auins='sudo aura -U' + alias auinsd='sudo aura -S --asdeps' + alias aurinsd='sudo aura -A --asdeps' + alias auloc='aura -Qi' + alias aulocs='aura -Qs' + alias aulst='aura -Qe' + alias aumir='sudo aura -Syy' + alias aurph='sudo aura -Oj' + alias aure='sudo aura -R' + alias aurem='sudo aura -Rns' + alias aurep='aura -Si' + alias aurrep='aura -Ai' + alias aureps='aura -As --both' + alias auras='aura -As --both' + alias auupd="sudo aura -Sy" + alias auupg='sudo sh -c "aura -Syu && aura -Au"' + alias ausu='sudo sh -c "aura -Syu --no-confirm && aura -Au --no-confirm"' + + # extra bonus specially for aura + alias auown="aura -Qqo" + alias auls="aura -Qql" + function auownloc() { aura -Qi $(aura -Qqo $@); } + function auownls () { aura -Qql $(aura -Qqo $@); } +fi + +if (( $+commands[pacaur] )); then + alias pacclean='pacaur -Sc' + alias pacclr='pacaur -Scc' + alias paupg='pacaur -Syu' + alias pasu='pacaur -Syu --noconfirm' + alias pain='pacaur -S' + alias pains='pacaur -U' + alias pare='pacaur -R' + alias parem='pacaur -Rns' + alias parep='pacaur -Si' + alias pareps='pacaur -Ss' + alias paloc='pacaur -Qi' + alias palocs='pacaur -Qs' + alias palst='pacaur -Qe' + alias paorph='pacaur -Qtd' + alias painsd='pacaur -S --asdeps' + alias pamir='pacaur -Syy' + alias paupd="pacaur -Sy" +fi + +if (( $+commands[trizen] )); then + alias trconf='trizen -C' + alias trupg='trizen -Syua' + alias trsu='trizen -Syua --noconfirm' + alias trin='trizen -S' + alias trclean='trizen -Sc' + alias trclr='trizen -Scc' + alias trins='trizen -U' + alias trre='trizen -R' + alias trrem='trizen -Rns' + alias trrep='trizen -Si' + alias trreps='trizen -Ss' + alias trloc='trizen -Qi' + alias trlocs='trizen -Qs' + alias trlst='trizen -Qe' + alias trorph='trizen -Qtd' + alias trinsd='trizen -S --asdeps' + alias trmir='trizen -Syy' + alias trupd="trizen -Sy" +fi + +if (( $+commands[yay] )); then + alias yaconf='yay -Pg' + alias yaclean='yay -Sc' + alias yaclr='yay -Scc' + alias yaupg='yay -Syu' + alias yasu='yay -Syu --noconfirm' + alias yain='yay -S' + alias yains='yay -U' + alias yare='yay -R' + alias yarem='yay -Rns' + alias yarep='yay -Si' + alias yareps='yay -Ss' + alias yaloc='yay -Qi' + alias yalocs='yay -Qs' + alias yalst='yay -Qe' + alias yaorph='yay -Qtd' + alias yainsd='yay -S --asdeps' + alias yamir='yay -Syy' + alias yaupd="yay -Sy" +fi + +# Check Arch Linux PGP Keyring before System Upgrade to prevent failure. +function upgrade() { + echo ":: Checking Arch Linux PGP Keyring..." + local installedver="$(LANG= sudo pacman -Qi archlinux-keyring | grep -Po '(?<=Version : ).*')" + local currentver="$(LANG= sudo pacman -Si archlinux-keyring | grep -Po '(?<=Version : ).*')" + if [ $installedver != $currentver ]; then + echo " Arch Linux PGP Keyring is out of date." + echo " Updating before full system upgrade." + sudo pacman -Sy --needed --noconfirm archlinux-keyring + else + echo " Arch Linux PGP Keyring is up to date." + echo " Proceeding with full system upgrade." + fi + if (( $+commands[yay] )); then + yay -Syu + elif (( $+commands[trizen] )); then + trizen -Syu + elif (( $+commands[pacaur] )); then + pacaur -Syu + elif (( $+commands[aura] )); then + sudo aura -Syu + else + sudo pacman -Syu + fi +} diff --git a/.oh-my-zsh/plugins/argocd/README.md b/.oh-my-zsh/plugins/argocd/README.md new file mode 100644 index 0000000..0f900ff --- /dev/null +++ b/.oh-my-zsh/plugins/argocd/README.md @@ -0,0 +1,20 @@ +# Argo CD plugin + +This plugin adds completion for the [Argo CD](https://argoproj.github.io/cd/) CLI. + +To use it, add `argocd` to the plugins array in your zshrc file: + +```zsh +plugins=(... argocd) +``` + +This plugin does not add any aliases. + +## Cache + +This plugin caches the completion script and is automatically updated asynchronously when the plugin is +loaded, which is usually when you start up a new terminal emulator. + +The cache is stored at: + +- `$ZSH_CACHE/completions/_argocd` completions script diff --git a/.oh-my-zsh/plugins/argocd/argocd.plugin.zsh b/.oh-my-zsh/plugins/argocd/argocd.plugin.zsh new file mode 100644 index 0000000..8de7b02 --- /dev/null +++ b/.oh-my-zsh/plugins/argocd/argocd.plugin.zsh @@ -0,0 +1,14 @@ +# Autocompletion for argocd. +if (( ! $+commands[argocd] )); then + return +fi + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `argocd`. Otherwise, compinit will have already done that. +if [[ ! -f "$ZSH_CACHE_DIR/completions/_argocd" ]]; then + typeset -g -A _comps + autoload -Uz _argocd + _comps[argocd]=_argocd +fi + +argocd completion zsh >| "$ZSH_CACHE_DIR/completions/_argocd" &| diff --git a/.oh-my-zsh/plugins/asdf/README.md b/.oh-my-zsh/plugins/asdf/README.md new file mode 100644 index 0000000..f047860 --- /dev/null +++ b/.oh-my-zsh/plugins/asdf/README.md @@ -0,0 +1,30 @@ +## asdf + +**Maintainer:** [@RobLoach](https://github.com/RobLoach) + +Adds integration with [asdf](https://github.com/asdf-vm/asdf), the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more. + +### Installation + +1. [Download asdf](https://asdf-vm.com/guide/getting-started.html#_2-download-asdf) by running the following: + + ``` + git clone https://github.com/asdf-vm/asdf.git ~/.asdf + ``` + +2. [Enable asdf](https://asdf-vm.com/guide/getting-started.html#_3-install-asdf) by adding it to your `plugins` definition in `~/.zshrc`. + + ``` + plugins=(asdf) + ``` + +### Usage + +See the [asdf documentation](https://asdf-vm.com/guide/getting-started.html#_4-install-a-plugin) for information on how to use asdf: + +``` +asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git +asdf install nodejs latest +asdf global nodejs latest +asdf local nodejs latest +``` diff --git a/.oh-my-zsh/plugins/asdf/asdf.plugin.zsh b/.oh-my-zsh/plugins/asdf/asdf.plugin.zsh new file mode 100644 index 0000000..7635d20 --- /dev/null +++ b/.oh-my-zsh/plugins/asdf/asdf.plugin.zsh @@ -0,0 +1,30 @@ +# Find where asdf should be installed +ASDF_DIR="${ASDF_DIR:-$HOME/.asdf}" +ASDF_COMPLETIONS="$ASDF_DIR/completions" + +if [[ ! -f "$ASDF_DIR/asdf.sh" || ! -f "$ASDF_COMPLETIONS/_asdf" ]]; then + # If not found, check for archlinux/AUR package (/opt/asdf-vm/) + if [[ -f "/opt/asdf-vm/asdf.sh" ]]; then + ASDF_DIR="/opt/asdf-vm" + ASDF_COMPLETIONS="$ASDF_DIR" + # If not found, check for Homebrew package + elif (( $+commands[brew] )); then + _ASDF_PREFIX="$(brew --prefix asdf)" + ASDF_DIR="${_ASDF_PREFIX}/libexec" + ASDF_COMPLETIONS="${_ASDF_PREFIX}/share/zsh/site-functions" + unset _ASDF_PREFIX + else + return + fi +fi + +# Load command +if [[ -f "$ASDF_DIR/asdf.sh" ]]; then + source "$ASDF_DIR/asdf.sh" + # Load completions + if [[ -f "$ASDF_COMPLETIONS/_asdf" ]]; then + fpath+=("$ASDF_COMPLETIONS") + autoload -Uz _asdf + compdef _asdf asdf # compdef is already loaded before loading plugins + fi +fi diff --git a/.oh-my-zsh/plugins/autoenv/README.md b/.oh-my-zsh/plugins/autoenv/README.md new file mode 100644 index 0000000..5dfb5fb --- /dev/null +++ b/.oh-my-zsh/plugins/autoenv/README.md @@ -0,0 +1,20 @@ +# Autoenv plugin + +This plugin loads the [Autoenv](https://github.com/inishchith/autoenv). + +To use it, add `autoenv` to the plugins array in your zshrc file: + +```zsh +plugins=(... autoenv) +``` + +## Functions + +* `use_env()`: creates and/or activates a virtualenv. For use in `.env` files. + See the source code for details. + +## Requirements + +In order to make this work, you will need to have the autoenv installed. + +More info on the usage and install at [the project's homepage](https://github.com/inishchith/autoenv). diff --git a/.oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh b/.oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh new file mode 100644 index 0000000..2f84f0a --- /dev/null +++ b/.oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh @@ -0,0 +1,80 @@ +# Initialization: activate autoenv or report its absence +() { +local d autoenv_dir install_locations +if ! type autoenv_init >/dev/null; then + # Check if activate.sh is in $PATH + if (( $+commands[activate.sh] )); then + autoenv_dir="${commands[activate.sh]:h}" + fi + + # Locate autoenv installation + if [[ -z $autoenv_dir ]]; then + install_locations=( + ~/.autoenv + ~/.local/bin + /usr/local/opt/autoenv + /opt/homebrew/opt/autoenv + /usr/local/bin + /usr/share/autoenv-git + ~/Library/Python/bin + .venv/bin + venv/bin + env/bin + .env/bin + ) + for d ( $install_locations ); do + if [[ -e $d/activate || -e $d/activate.sh ]]; then + autoenv_dir=$d + break + fi + done + fi + + # Look for Homebrew path as a last resort + if [[ -z "$autoenv_dir" ]] && (( $+commands[brew] )); then + d=$(brew --prefix)/opt/autoenv + if [[ -e $d/activate || -e $d/activate.sh ]]; then + autoenv_dir=$d + fi + fi + + # Complain if autoenv is not installed + if [[ -z $autoenv_dir ]]; then + cat <&2 +-------- AUTOENV --------- +Could not locate autoenv installation. +Please check if autoenv is correctly installed. +In the meantime the autoenv plugin is DISABLED. +-------------------------- +END + return 1 + fi + # Load autoenv + if [[ -e $autoenv_dir/activate ]]; then + source $autoenv_dir/activate + else + source $autoenv_dir/activate.sh + fi +fi +} +[[ $? != 0 ]] && return $? + +# The use_env call below is a reusable command to activate/create a new Python +# virtualenv, requiring only a single declarative line of code in your .env files. +# It only performs an action if the requested virtualenv is not the current one. + +use_env() { + local venv + venv="$1" + if [[ "${VIRTUAL_ENV:t}" != "$venv" ]]; then + if workon | grep -q "$venv"; then + workon "$venv" + else + echo -n "Create virtualenv $venv now? (Yn) " + read answer + if [[ "$answer" == "Y" ]]; then + mkvirtualenv "$venv" + fi + fi + fi +} diff --git a/.oh-my-zsh/plugins/autojump/README.md b/.oh-my-zsh/plugins/autojump/README.md new file mode 100644 index 0000000..750ff56 --- /dev/null +++ b/.oh-my-zsh/plugins/autojump/README.md @@ -0,0 +1,11 @@ +# Autojump plugin + +This plugin loads the [autojump navigation tool](https://github.com/wting/autojump). + +To use it, add `autojump` to the plugins array in your zshrc file: + +```zsh +plugins=(... autojump) +``` + +**Note:** you have to [install autojump](https://github.com/wting/autojump#installation) first. diff --git a/.oh-my-zsh/plugins/autojump/autojump.plugin.zsh b/.oh-my-zsh/plugins/autojump/autojump.plugin.zsh new file mode 100644 index 0000000..e385a2d --- /dev/null +++ b/.oh-my-zsh/plugins/autojump/autojump.plugin.zsh @@ -0,0 +1,40 @@ +declare -a autojump_paths +autojump_paths=( + $HOME/.autojump/etc/profile.d/autojump.zsh # manual installation + $HOME/.autojump/share/autojump/autojump.zsh # manual installation + $HOME/.nix-profile/etc/profile.d/autojump.sh # NixOS installation + /run/current-system/sw/share/autojump/autojump.zsh # NixOS installation + /etc/profiles/per-user/$USER/share/autojump/autojump.zsh # Home Manager, NixOS with user-scoped packages + /usr/share/autojump/autojump.zsh # Debian and Ubuntu package + /etc/profile.d/autojump.zsh # manual installation + /etc/profile.d/autojump.sh # Gentoo installation + /usr/local/share/autojump/autojump.zsh # FreeBSD installation + /usr/pkg/share/autojump/autojump.zsh # NetBSD installation + /opt/local/etc/profile.d/autojump.sh # macOS with MacPorts + /usr/local/etc/profile.d/autojump.sh # macOS with Homebrew (default) + /opt/homebrew/etc/profile.d/autojump.sh # macOS with Homebrew (default on M1 macs) + /opt/pkg/share/autojump/autojump.zsh # macOS with pkgsrc + /etc/profiles/per-user/$USER/etc/profile.d/autojump.sh # macOS Nix, Home Manager and flakes + /nix/var/nix/gcroots/current-system/sw/share/zsh/site-functions/autojump.zsh # macOS Nix, nix-darwin +) + +for file in $autojump_paths; do + if [[ -f "$file" ]]; then + source "$file" + found=1 + break + fi +done + +# if no path found, try Homebrew +if (( ! found && $+commands[brew] )); then + file=$(brew --prefix)/etc/profile.d/autojump.sh + if [[ -f "$file" ]]; then + source "$file" + found=1 + fi +fi + +(( ! found )) && echo '[oh-my-zsh] autojump not found. Please install it first.' + +unset autojump_paths file found diff --git a/.oh-my-zsh/plugins/autopep8/README.md b/.oh-my-zsh/plugins/autopep8/README.md new file mode 100644 index 0000000..02bbb9a --- /dev/null +++ b/.oh-my-zsh/plugins/autopep8/README.md @@ -0,0 +1,8 @@ +# autopep8 plugin + +This plugin adds completion for [autopep8](https://pypi.org/project/autopep8/), a tool that automatically formats Python code to conform to the [PEP 8](http://www.python.org/dev/peps/pep-0008/) style guide. + +To use it, add autopep8 to the plugins array of your zshrc file: +``` +plugins=(... autopep8) +``` diff --git a/.oh-my-zsh/plugins/autopep8/_autopep8 b/.oh-my-zsh/plugins/autopep8/_autopep8 new file mode 100644 index 0000000..c14d06d --- /dev/null +++ b/.oh-my-zsh/plugins/autopep8/_autopep8 @@ -0,0 +1,32 @@ +#compdef autopep8 +# +# this is zsh completion function file. +# generated by genzshcomp(ver: 0.5.1) +# + +typeset -A opt_args +local context state line + +_arguments -s -S \ + "--help[show this help message and exit]:" \ + "-h[show this help message and exit]:" \ + "--version[show program's version number and exit]:" \ + "--verbose[print verbose messages; multiple -v result in more verbose messages]" \ + "-v[print verbose messages; multiple -v result in more verbose messages]" \ + "--diff[print the diff for the fixed source]" \ + "-d[print the diff for the fixed source]" \ + "--in-place[make changes to files in place]" \ + "-i[make changes to files in place]" \ + "--recursive[run recursively; must be used with --in-place or --diff]" \ + "-r[run recursively; must be used with --in-place or --diff]" \ + "--jobs[number of parallel jobs; match CPU count if value is less than 1]::n number of parallel jobs; match CPU count if value is:_files" \ + "-j[number of parallel jobs; match CPU count if value is less than 1]::n number of parallel jobs; match CPU count if value is:_files" \ + "--pep8-passes[maximum number of additional pep8 passes (default: 100)]::n:_files" \ + "-p[maximum number of additional pep8 passes (default: 100)]::n:_files" \ + "-a[-a result in more aggressive changes]::result:_files" \ + "--exclude[exclude files/directories that match these comma- separated globs]::globs:_files" \ + "--list-fixes[list codes for fixes; used by --ignore and --select]" \ + "--ignore[do not fix these errors/warnings (default E226,E24)]::errors:_files" \ + "--select[fix only these errors/warnings (e.g. E4,W)]::errors:_files" \ + "--max-line-length[set maximum allowed line length (default: 79)]::n:_files" \ + "*::args:_files" diff --git a/.oh-my-zsh/plugins/aws/README.md b/.oh-my-zsh/plugins/aws/README.md new file mode 100644 index 0000000..0d0773f --- /dev/null +++ b/.oh-my-zsh/plugins/aws/README.md @@ -0,0 +1,98 @@ +# aws + +This plugin provides completion support for [awscli v2](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/index.html) +and a few utilities to manage AWS profiles/regions and display them in the prompt. +[awscli v1](https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration.html) is no longer supported. + +To use it, add `aws` to the plugins array in your zshrc file. + +```zsh +plugins=(... aws) +``` + +## Plugin commands + +* `asp []`: sets `$AWS_PROFILE` and `$AWS_DEFAULT_PROFILE` (legacy) to ``. + It also sets `$AWS_EB_PROFILE` to `` for the Elastic Beanstalk CLI. It sets `$AWS_PROFILE_REGION` for display in `aws_prompt_info`. + Run `asp` without arguments to clear the profile. +* `asp [] login`: If AWS SSO has been configured in your aws profile, it will run the `aws sso login` command following profile selection. +* `asp [] login []`: In addition to `asp [] login`, if SSO session has been configured in your aws profile, it will run the `aws sso login --sso-session ` command following profile selection. +* `asp [] logout`: If AWS SSO has been configured in your aws profile, it will run the `aws sso logout` command following profile selection. + +* `asr []`: sets `$AWS_REGION` and `$AWS_DEFAULT_REGION` (legacy) to ``. + Run `asr` without arguments to clear the profile. + +* `acp [] []`: in addition to `asp` functionality, it actually changes + the profile by assuming the role specified in the `` configuration. It supports + MFA and sets `$AWS_ACCESS_KEY_ID`, `$AWS_SECRET_ACCESS_KEY` and `$AWS_SESSION_TOKEN`, if + obtained. It requires the roles to be configured as per the + [official guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html). + Run `acp` without arguments to clear the profile. + +* `agp`: gets the current value of `$AWS_PROFILE`. + +* `agr`: gets the current value of `$AWS_REGION`. + +* `aws_change_access_key`: changes the AWS access key of a profile. + +* `aws_profiles`: lists the available profiles in the `$AWS_CONFIG_FILE` (default: `~/.aws/config`). + Used to provide completion for the `asp` function. + +* `aws_regions`: lists the available regions. + Used to provide completion for the `asr` function. + +## Plugin options + +* Set `SHOW_AWS_PROMPT=false` in your zshrc file if you want to prevent the plugin from modifying your RPROMPT. + Some themes might overwrite the value of RPROMPT instead of appending to it, so they'll need to be fixed to + see the AWS profile/region prompt. + +* Set `AWS_PROFILE_STATE_ENABLED=true` in your zshrc file if you want the aws profile to persist between shell sessions. + This option might slow down your shell startup time. + By default the state file path is `/tmp/.aws_current_profile`. This means that the state won't survive a reboot or otherwise GC. + You can control the state file path using the `AWS_STATE_FILE` environment variable. + +## Theme + +The plugin creates an `aws_prompt_info` function that you can use in your theme, which displays +the current `$AWS_PROFILE` and `$AWS_REGION`. It uses four variables to control how that is shown: + +* ZSH_THEME_AWS_PROFILE_PREFIX: sets the prefix of the AWS_PROFILE. Defaults to ``. + +* ZSH_THEME_AWS_REGION_PREFIX: sets the prefix of the AWS_REGION. Defaults to ``. + +* ZSH_THEME_AWS_DIVIDER: sets the divider between ZSH_THEME_AWS_PROFILE_SUFFIX and ZSH_THEME_AWS_REGION_PREFIX. Defaults to ` ` (single space). + +## Configuration + +[Configuration and credential file settings](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) by AWS + +### Scenario: IAM roles with a source profile and MFA authentication + +Source profile credentials in `~/.aws/credentials`: + +```ini +[source-profile-name] +aws_access_key_id = ... +aws_secret_access_key = ... +``` + +Role configuration in `~/.aws/config`: + +```ini +[profile source-profile-name] +mfa_serial = arn:aws:iam::111111111111:mfa/myuser +region = us-east-1 +output = json + +[profile profile-with-role] +role_arn = arn:aws:iam::9999999999999:role/myrole +mfa_serial = arn:aws:iam::111111111111:mfa/myuser +source_profile = source-profile-name +region = us-east-1 +output = json +``` diff --git a/.oh-my-zsh/plugins/aws/aws.plugin.zsh b/.oh-my-zsh/plugins/aws/aws.plugin.zsh new file mode 100644 index 0000000..0c43031 --- /dev/null +++ b/.oh-my-zsh/plugins/aws/aws.plugin.zsh @@ -0,0 +1,338 @@ +function agp() { + echo $AWS_PROFILE +} + +function agr() { + echo $AWS_REGION +} + +# Update state file if enabled +function _aws_update_state() { + if [[ "$AWS_PROFILE_STATE_ENABLED" == true ]]; then + test -d $(dirname ${AWS_STATE_FILE}) || exit 1 + echo "${AWS_PROFILE} ${AWS_REGION}" > "${AWS_STATE_FILE}" + fi +} + +function _aws_clear_state() { + if [[ "$AWS_PROFILE_STATE_ENABLED" == true ]]; then + test -d $(dirname ${AWS_STATE_FILE}) || exit 1 + echo -n > "${AWS_STATE_FILE}" + fi +} + +# AWS profile selection +function asp() { + if [[ -z "$1" ]]; then + unset AWS_DEFAULT_PROFILE AWS_PROFILE AWS_EB_PROFILE AWS_PROFILE_REGION + _aws_clear_state + echo AWS profile cleared. + return + fi + + local -a available_profiles + available_profiles=($(aws_profiles)) + if [[ -z "${available_profiles[(r)$1]}" ]]; then + echo "${fg[red]}Profile '$1' not found in '${AWS_CONFIG_FILE:-$HOME/.aws/config}'" >&2 + echo "Available profiles: ${(j:, :)available_profiles:-no profiles found}${reset_color}" >&2 + return 1 + fi + + export AWS_DEFAULT_PROFILE=$1 + export AWS_PROFILE=$1 + export AWS_EB_PROFILE=$1 + + export AWS_PROFILE_REGION=$(aws configure get region) + + _aws_update_state + + if [[ "$2" == "login" ]]; then + if [[ -n "$3" ]]; then + aws sso login --sso-session $3 + else + aws sso login + fi + elif [[ "$2" == "logout" ]]; then + aws sso logout + fi +} + +# AWS region selection +function asr() { + if [[ -z "$1" ]]; then + unset AWS_DEFAULT_REGION AWS_REGION + _aws_update_state + echo AWS region cleared. + return + fi + + local -a available_regions + available_regions=($(aws_regions)) + if [[ -z "${available_regions[(r)$1]}" ]]; then + echo "${fg[red]}Available regions: \n$(aws_regions)" + return 1 + fi + + export AWS_REGION=$1 + export AWS_DEFAULT_REGION=$1 + _aws_update_state +} + +# AWS profile switch +function acp() { + if [[ -z "$1" ]]; then + unset AWS_DEFAULT_PROFILE AWS_PROFILE AWS_EB_PROFILE + unset AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN + echo AWS profile cleared. + return + fi + + local -a available_profiles + available_profiles=($(aws_profiles)) + if [[ -z "${available_profiles[(r)$1]}" ]]; then + echo "${fg[red]}Profile '$1' not found in '${AWS_CONFIG_FILE:-$HOME/.aws/config}'" >&2 + echo "Available profiles: ${(j:, :)available_profiles:-no profiles found}${reset_color}" >&2 + return 1 + fi + + local profile="$1" + local mfa_token="$2" + + # Get fallback credentials for if the aws command fails or no command is run + local aws_access_key_id="$(aws configure get aws_access_key_id --profile $profile)" + local aws_secret_access_key="$(aws configure get aws_secret_access_key --profile $profile)" + local aws_session_token="$(aws configure get aws_session_token --profile $profile)" + + + # First, if the profile has MFA configured, lets get the token and session duration + local mfa_serial="$(aws configure get mfa_serial --profile $profile)" + local sess_duration="$(aws configure get duration_seconds --profile $profile)" + + if [[ -n "$mfa_serial" ]]; then + local -a mfa_opt + if [[ -z "$mfa_token" ]]; then + echo -n "Please enter your MFA token for $mfa_serial: " + read -r mfa_token + fi + if [[ -z "$sess_duration" ]]; then + echo -n "Please enter the session duration in seconds (900-43200; default: 3600, which is the default maximum for a role): " + read -r sess_duration + fi + mfa_opt=(--serial-number "$mfa_serial" --token-code "$mfa_token" --duration-seconds "${sess_duration:-3600}") + fi + + # Now see whether we need to just MFA for the current role, or assume a different one + local role_arn="$(aws configure get role_arn --profile $profile)" + local sess_name="$(aws configure get role_session_name --profile $profile)" + + if [[ -n "$role_arn" ]]; then + # Means we need to assume a specified role + aws_command=(aws sts assume-role --role-arn "$role_arn" "${mfa_opt[@]}") + + # Check whether external_id is configured to use while assuming the role + local external_id="$(aws configure get external_id --profile $profile)" + if [[ -n "$external_id" ]]; then + aws_command+=(--external-id "$external_id") + fi + + # Get source profile to use to assume role + local source_profile="$(aws configure get source_profile --profile $profile)" + if [[ -z "$sess_name" ]]; then + sess_name="${source_profile:-profile}" + fi + aws_command+=(--profile="${source_profile:-profile}" --role-session-name "${sess_name}") + + echo "Assuming role $role_arn using profile ${source_profile:-profile}" + else + # Means we only need to do MFA + aws_command=(aws sts get-session-token --profile="$profile" "${mfa_opt[@]}") + echo "Obtaining session token for profile $profile" + fi + + # Format output of aws command for easier processing + aws_command+=(--query '[Credentials.AccessKeyId,Credentials.SecretAccessKey,Credentials.SessionToken]' --output text) + + # Run the aws command to obtain credentials + local -a credentials + credentials=(${(ps:\t:)"$(${aws_command[@]})"}) + + if [[ -n "$credentials" ]]; then + aws_access_key_id="${credentials[1]}" + aws_secret_access_key="${credentials[2]}" + aws_session_token="${credentials[3]}" + fi + + # Switch to AWS profile + if [[ -n "${aws_access_key_id}" && -n "$aws_secret_access_key" ]]; then + export AWS_DEFAULT_PROFILE="$profile" + export AWS_PROFILE="$profile" + export AWS_EB_PROFILE="$profile" + export AWS_ACCESS_KEY_ID="$aws_access_key_id" + export AWS_SECRET_ACCESS_KEY="$aws_secret_access_key" + + if [[ -n "$aws_session_token" ]]; then + export AWS_SESSION_TOKEN="$aws_session_token" + else + unset AWS_SESSION_TOKEN + fi + + echo "Switched to AWS Profile: $profile" + fi +} + +function aws_change_access_key() { + if [[ -z "$1" ]]; then + echo "usage: $0 " + return 1 + fi + + local profile="$1" + # Get current access key + local original_aws_access_key_id="$(aws configure get aws_access_key_id --profile $profile)" + + asp "$profile" || return 1 + echo "Generating a new access key pair for you now." + if aws --no-cli-pager iam create-access-key; then + echo "Insert the newly generated credentials when asked." + aws --no-cli-pager configure --profile $profile + else + echo "Current access keys:" + aws --no-cli-pager iam list-access-keys + echo "Profile \"${profile}\" is currently using the $original_aws_access_key_id key. You can delete an old access key by running \`aws --profile $profile iam delete-access-key --access-key-id AccessKeyId\`" + return 1 + fi + + read -q "yn?Would you like to disable your previous access key (${original_aws_access_key_id}) now? " + case $yn in + [Yy]*) + echo -n "\nDisabling access key ${original_aws_access_key_id}..." + if aws --no-cli-pager iam update-access-key --access-key-id ${original_aws_access_key_id} --status Inactive; then + echo "done." + else + echo "\nFailed to disable ${original_aws_access_key_id} key." + fi + ;; + *) + echo "" + ;; + esac + echo "You can now safely delete the old access key by running \`aws --profile $profile iam delete-access-key --access-key-id ${original_aws_access_key_id}\`" + echo "Your current keys are:" + aws --no-cli-pager iam list-access-keys +} + +function aws_regions() { + local region + if [[ $AWS_DEFAULT_REGION ]];then + region="$AWS_DEFAULT_REGION" + elif [[ $AWS_REGION ]];then + region="$AWS_REGION" + else + region="us-west-1" + fi + + if [[ $AWS_DEFAULT_PROFILE || $AWS_PROFILE ]];then + aws ec2 describe-regions --region $region |grep RegionName | awk -F ':' '{gsub(/"/, "", $2);gsub(/,/, "", $2);gsub(/ /, "", $2); print $2}' + else + echo "You must specify a AWS profile." + fi +} + +function aws_profiles() { + aws --no-cli-pager configure list-profiles 2> /dev/null && return + [[ -r "${AWS_CONFIG_FILE:-$HOME/.aws/config}" ]] || return 1 + grep --color=never -Eo '\[.*\]' "${AWS_CONFIG_FILE:-$HOME/.aws/config}" | sed -E 's/^[[:space:]]*\[(profile)?[[:space:]]*([^[:space:]]+)\][[:space:]]*$/\2/g' +} + +function _aws_regions() { + reply=($(aws_regions)) +} +compctl -K _aws_regions asr + +function _aws_profiles() { + reply=($(aws_profiles)) +} +compctl -K _aws_profiles asp acp aws_change_access_key + +# AWS prompt +function aws_prompt_info() { + local _aws_to_show + local region="${AWS_REGION:-${AWS_DEFAULT_REGION:-$AWS_PROFILE_REGION}}" + + if [[ -n "$AWS_PROFILE" ]];then + _aws_to_show+="${ZSH_THEME_AWS_PROFILE_PREFIX=""}" + fi + + if [[ -n "$region" ]]; then + [[ -n "$_aws_to_show" ]] && _aws_to_show+="${ZSH_THEME_AWS_DIVIDER=" "}" + _aws_to_show+="${ZSH_THEME_AWS_REGION_PREFIX=""}" + fi + + echo "$_aws_to_show" +} + +if [[ "$SHOW_AWS_PROMPT" != false && "$RPROMPT" != *'$(aws_prompt_info)'* ]]; then + RPROMPT='$(aws_prompt_info)'"$RPROMPT" +fi + +if [[ "$AWS_PROFILE_STATE_ENABLED" == true ]]; then + AWS_STATE_FILE="${AWS_STATE_FILE:-/tmp/.aws_current_profile}" + test -s "${AWS_STATE_FILE}" || return + + aws_state=($(cat $AWS_STATE_FILE)) + + export AWS_DEFAULT_PROFILE="${aws_state[1]}" + export AWS_PROFILE="$AWS_DEFAULT_PROFILE" + export AWS_EB_PROFILE="$AWS_DEFAULT_PROFILE" + + test -z "${aws_state[2]}" && AWS_REGION=$(aws configure get region) + + export AWS_REGION=${AWS_REGION:-$aws_state[2]} + export AWS_DEFAULT_REGION="$AWS_REGION" +fi + +# Load awscli completions + +# AWS CLI v2 comes with its own autocompletion. Check if that is there, otherwise fall back +if command -v aws_completer &> /dev/null; then + autoload -Uz bashcompinit && bashcompinit + complete -C aws_completer aws +else + function _awscli-homebrew-installed() { + # check if Homebrew is installed + (( $+commands[brew] )) || return 1 + + # speculatively check default brew prefix + if [ -h /usr/local/opt/awscli ]; then + _brew_prefix=/usr/local/opt/awscli + else + # ok, it is not in the default prefix + # this call to brew is expensive (about 400 ms), so at least let's make it only once + _brew_prefix=$(brew --prefix awscli) + fi + } + + # get aws_zsh_completer.sh location from $PATH + _aws_zsh_completer_path="$commands[aws_zsh_completer.sh]" + + # otherwise check common locations + if [[ -z $_aws_zsh_completer_path ]]; then + # Homebrew + if _awscli-homebrew-installed; then + _aws_zsh_completer_path=$_brew_prefix/libexec/bin/aws_zsh_completer.sh + # Ubuntu + elif [[ -e /usr/share/zsh/vendor-completions/_awscli ]]; then + _aws_zsh_completer_path=/usr/share/zsh/vendor-completions/_awscli + # NixOS + elif [[ -e "${commands[aws]:P:h:h}/share/zsh/site-functions/aws_zsh_completer.sh" ]]; then + _aws_zsh_completer_path="${commands[aws]:P:h:h}/share/zsh/site-functions/aws_zsh_completer.sh" + # RPM + else + _aws_zsh_completer_path=/usr/share/zsh/site-functions/aws_zsh_completer.sh + fi + fi + + [[ -r $_aws_zsh_completer_path ]] && source $_aws_zsh_completer_path + unset _aws_zsh_completer_path _brew_prefix +fi + diff --git a/.oh-my-zsh/plugins/azure/README.md b/.oh-my-zsh/plugins/azure/README.md new file mode 100644 index 0000000..f399308 --- /dev/null +++ b/.oh-my-zsh/plugins/azure/README.md @@ -0,0 +1,49 @@ +# azure + +This plugin provides completion support for [azure cli](https://docs.microsoft.com/en-us/cli/azure/) +and a few utilities to manage azure subscriptions and display them in the prompt. + +To use it, add `azure` to the plugins array in your zshrc file. + +```zsh +plugins=(... azure) +``` + +## Plugin commands + + +* `az_subscriptions`: lists the available subscriptions in the `AZURE_CONFIG_DIR` (default: `~/.azure/`). + Used to provide completion for the `azss` function. + +* `azgs`: gets the current value of `$azure_subscription`. + +* `azss []`: sets the `$azure_subscription`. + + +NOTE : because azure keeps the state of active subscription in ${AZURE_CONFIG_DIR:-$HOME/.azure/azureProfile.json}, the prompt command requires `jq` to be enabled to parse the file. If jq is not in the path the prompt will show nothing + +## Theme + +The plugin creates an `azure_prompt_info` function that you can use in your theme, which displays +the current `$azure_subscription`. It uses two variables to control how that is shown: + +- ZSH_THEME_AZURE_PREFIX: sets the prefix of the azure_subscription. Defaults to ``. + + +``` +RPROMPT='$(azure_prompt_info)' +``` + +## Develop + +On ubuntu get a working environment with : + +` docker run -it -v $(pwd):/mnt -w /mnt ubuntu bash` + +``` +apt install -y curl jq zsh git vim +sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +curl -sL https://aka.ms/InstallAzureCLIDeb | bash +``` \ No newline at end of file diff --git a/.oh-my-zsh/plugins/azure/azure.plugin.zsh b/.oh-my-zsh/plugins/azure/azure.plugin.zsh new file mode 100644 index 0000000..b33b0f8 --- /dev/null +++ b/.oh-my-zsh/plugins/azure/azure.plugin.zsh @@ -0,0 +1,60 @@ +# AZ Get Subscriptions +function azgs() { + az account show --output tsv --query 'name' 2>/dev/null +} + +# AZ Subscription Selection +alias azss="az account set --subscription" + + +function az_subscriptions() { + az account list --all --output tsv --query '[*].name' 2> /dev/null +} + +function _az_subscriptions() { + reply=($(az_subscriptions)) +} +compctl -K _az_subscriptions azss + +# Azure prompt +function azure_prompt_info() { + [[ ! -f "${AZURE_CONFIG_DIR:-$HOME/.azure}/azureProfile.json" ]] && return + # azgs is too expensive, if we have jq, we enable the prompt + (( $+commands[jq] )) || return 1 + azgs=$(jq -r '.subscriptions[] | select(.isDefault==true) .name' "${AZURE_CONFIG_DIR:-$HOME/.azure}/azureProfile.json") + echo "${ZSH_THEME_AZURE_PREFIX:=}" +} + + +# Load az completions +function _az-homebrew-installed() { + # check if Homebrew is installed + (( $+commands[brew] )) || return 1 + + # if so, we assume it's default way to install brew + if [[ ${commands[brew]:t2} == bin/brew ]]; then + _brew_prefix="${commands[brew]:h:h}" # remove trailing /bin/brew + else + # ok, it is not in the default prefix + # this call to brew is expensive (about 400 ms), so at least let's make it only once + _brew_prefix=$(brew --prefix) + fi +} + + +# get az.completion.sh location from $PATH +_az_zsh_completer_path="$commands[az_zsh_completer.sh]" + +# otherwise check common locations +if [[ -z $_az_zsh_completer_path ]]; then + # Homebrew + if _az-homebrew-installed; then + _az_zsh_completer_path=$_brew_prefix/etc/bash_completion.d/az + # Linux + else + _az_zsh_completer_path=/etc/bash_completion.d/azure-cli + fi +fi + +[[ -r $_az_zsh_completer_path ]] && autoload -U +X bashcompinit && bashcompinit && source $_az_zsh_completer_path +unset _az_zsh_completer_path _brew_prefix diff --git a/.oh-my-zsh/plugins/battery/README.md b/.oh-my-zsh/plugins/battery/README.md new file mode 100644 index 0000000..73fcb69 --- /dev/null +++ b/.oh-my-zsh/plugins/battery/README.md @@ -0,0 +1,36 @@ +# Battery Plugin + +This plugin adds some functions you can use to display battery information in your custom theme. + +To use, add `battery` to the list of plugins in your `.zshrc` file: + +`plugins=(... battery)` + +Then, add the `battery_pct_prompt` function to your custom theme. For example: + +```zsh +RPROMPT='$(battery_pct_prompt) ...' +``` + +Also, you set the `BATTERY_CHARGING` variable to your favor. +For example: + +```zsh +BATTERY_CHARGING="⚡️" +``` + +## Requirements + +- On Linux, you must have the `acpi` or `acpitool` commands installed on your operating system. + On Debian/Ubuntu, you can do that with `sudo apt install acpi` or `sudo apt install acpitool`. + +- On Android (via [Termux](https://play.google.com/store/apps/details?id=com.termux)), you must have: + + 1. The `Termux:API` addon app installed: + [Google Play](https://play.google.com/store/apps/details?id=com.termux.api) | [F-Droid](https://f-droid.org/packages/com.termux.api/) + + 2. The `termux-api` package installed within termux: + + ```sh + pkg install termux-api + ``` diff --git a/.oh-my-zsh/plugins/battery/battery.plugin.zsh b/.oh-my-zsh/plugins/battery/battery.plugin.zsh new file mode 100644 index 0000000..7977e4d --- /dev/null +++ b/.oh-my-zsh/plugins/battery/battery.plugin.zsh @@ -0,0 +1,306 @@ +########################################### +# Battery plugin for oh-my-zsh # +# Original Author: Peter hoeg (peterhoeg) # +# Email: peter@speartail.com # +########################################### +# Author: Sean Jones (neuralsandwich) # +# Email: neuralsandwich@gmail.com # +# Modified to add support for Apple Mac # +########################################### +# Author: J (927589452) # +# Modified to add support for FreeBSD # +########################################### +# Author: Avneet Singh (kalsi-avneet) # +# Modified to add support for Android # +########################################### +# Author: Not Pua (im-notpua) # +# Modified to add support for OpenBSD # +########################################### + + +if [[ "$OSTYPE" = darwin* ]]; then + function battery_is_charging() { + ioreg -rc AppleSmartBattery | command grep -q '^.*"ExternalConnected"\ =\ Yes' + } + function battery_pct() { + pmset -g batt | grep -Eo "\d+%" | cut -d% -f1 + } + function battery_pct_remaining() { + if battery_is_charging; then + echo "External Power" + else + battery_pct + fi + } + function battery_time_remaining() { + local smart_battery_status="$(ioreg -rc "AppleSmartBattery")" + if [[ $(echo $smart_battery_status | command grep -c '^.*"ExternalConnected"\ =\ No') -eq 1 ]]; then + timeremaining=$(echo $smart_battery_status | command grep '^.*"AvgTimeToEmpty"\ =\ ' | sed -e 's/^.*"AvgTimeToEmpty"\ =\ //') + if [ $timeremaining -gt 720 ]; then + echo "::" + else + echo "~$((timeremaining / 60)):$((timeremaining % 60))" + fi + else + echo "∞" + fi + } + function battery_pct_prompt () { + local battery_pct color + if ioreg -rc AppleSmartBattery | command grep -q '^.*"ExternalConnected"\ =\ No'; then + battery_pct=$(battery_pct_remaining) + if [[ $battery_pct -gt 50 ]]; then + color='green' + elif [[ $battery_pct -gt 20 ]]; then + color='yellow' + else + color='red' + fi + echo "%{$fg[$color]%}[${battery_pct}%%]%{$reset_color%}" + else + echo "${BATTERY_CHARGING-⚡️}" + fi + } + +elif [[ "$OSTYPE" = freebsd* ]]; then + function battery_is_charging() { + [[ $(sysctl -n hw.acpi.battery.state) -eq 2 ]] + } + function battery_pct() { + if (( $+commands[sysctl] )); then + sysctl -n hw.acpi.battery.life + fi + } + function battery_pct_remaining() { + if ! battery_is_charging; then + battery_pct + else + echo "External Power" + fi + } + function battery_time_remaining() { + local remaining_time + remaining_time=$(sysctl -n hw.acpi.battery.time) + if [[ $remaining_time -ge 0 ]]; then + ((hour = $remaining_time / 60 )) + ((minute = $remaining_time % 60 )) + printf %02d:%02d $hour $minute + fi + } + function battery_pct_prompt() { + local battery_pct color + battery_pct=$(battery_pct_remaining) + if battery_is_charging; then + echo "∞" + else + if [[ $battery_pct -gt 50 ]]; then + color='green' + elif [[ $battery_pct -gt 20 ]]; then + color='yellow' + else + color='red' + fi + echo "%{$fg[$color]%}${battery_pct}%%%{$reset_color%}" + fi + } +elif [[ "$OSTYPE" = linux-android ]] && (( ${+commands[termux-battery-status]} )); then + function battery_is_charging() { + termux-battery-status 2>/dev/null | command awk '/status/ { exit ($0 ~ /DISCHARGING/) }' + } + function battery_pct() { + # Sample output: + # { + # "health": "GOOD", + # "percentage": 93, + # "plugged": "UNPLUGGED", + # "status": "DISCHARGING", + # "temperature": 29.0, + # "current": 361816 + # } + termux-battery-status 2>/dev/null | command awk '/percentage/ { gsub(/[,]/,""); print $2}' + } + function battery_pct_remaining() { + if ! battery_is_charging; then + battery_pct + else + echo "External Power" + fi + } + function battery_time_remaining() { } # Not available on android + function battery_pct_prompt() { + local battery_pct color + battery_pct=$(battery_pct_remaining) + if battery_is_charging; then + echo "∞" + else + if [[ $battery_pct -gt 50 ]]; then + color='green' + elif [[ $battery_pct -gt 20 ]]; then + color='yellow' + else + color='red' + fi + echo "%{$fg[$color]%}${battery_pct}%%%{$reset_color%}" + fi + } +elif [[ "$OSTYPE" = openbsd* ]]; then + function battery_is_charging() { + [[ $(apm -b) -eq 3 ]] + } + function battery_pct() { + apm -l + } + function battery_pct_remaining() { + if ! battery_is_charging; then + battery_pct + else + echo "External Power" + fi + } + function battery_time_remaining() { + local remaining_time + remaining_time=$(apm -m) + if [[ $remaining_time -ge 0 ]]; then + ((hour = $remaining_time / 60 )) + ((minute = $remaining_time % 60 )) + printf %02d:%02d $hour $minute + fi + } + function battery_pct_prompt() { + local battery_pct color + battery_pct=$(battery_pct_remaining) + if battery_is_charging; then + echo "∞" + else + if [[ $battery_pct -gt 50 ]]; then + color='green' + elif [[ $battery_pct -gt 20 ]]; then + color='yellow' + else + color='red' + fi + echo "%{$fg[$color]%}${battery_pct}%%%{$reset_color%}" + fi + } + +elif [[ "$OSTYPE" = linux* ]]; then + function battery_is_charging() { + if (( $+commands[acpitool] )); then + ! acpitool 2>/dev/null | command grep -qE '^\s+Battery.*Discharging' + elif (( $+commands[acpi] )); then + ! acpi 2>/dev/null | command grep -v "rate information unavailable" | command grep -q '^Battery.*Discharging' + fi + } + function battery_pct() { + if (( $+commands[acpitool] )); then + # Sample output: + # Battery #1 : Unknown, 99.55% + # Battery #2 : Discharging, 49.58%, 01:12:05 + # All batteries : 62.60%, 02:03:03 + local -i pct=$(acpitool 2>/dev/null | command awk -F, ' + /^\s+All batteries/ { + gsub(/[^0-9.]/, "", $1) + pct=$1 + exit + } + !pct && /^\s+Battery/ { + gsub(/[^0-9.]/, "", $2) + pct=$2 + } + END { print pct } + ') + echo $pct + elif (( $+commands[acpi] )); then + # Sample output: + # Battery 0: Discharging, 0%, rate information unavailable + # Battery 1: Full, 100% + acpi 2>/dev/null | command awk -F, ' + /rate information unavailable/ { next } + /^Battery.*: /{ gsub(/[^0-9]/, "", $2); print $2; exit } + ' + fi + } + function battery_pct_remaining() { + if ! battery_is_charging; then + battery_pct + else + echo "External Power" + fi + } + function battery_time_remaining() { + if ! battery_is_charging; then + acpi 2>/dev/null | command grep -v "rate information unavailable" | cut -f3 -d ',' + fi + } + function battery_pct_prompt() { + local battery_pct color + battery_pct=$(battery_pct_remaining) + if battery_is_charging; then + echo "∞" + else + if [[ $battery_pct -gt 50 ]]; then + color='green' + elif [[ $battery_pct -gt 20 ]]; then + color='yellow' + else + color='red' + fi + echo "%{$fg[$color]%}${battery_pct}%%%{$reset_color%}" + fi + } +else + # Empty functions so we don't cause errors in prompts + function battery_is_charging { false } + function battery_pct \ + battery_pct_remaining \ + battery_time_remaining \ + battery_pct_prompt { } +fi + +function battery_level_gauge() { + local gauge_slots=${BATTERY_GAUGE_SLOTS:-10} + local green_threshold=${BATTERY_GREEN_THRESHOLD:-$(( gauge_slots * 0.6 ))} + local yellow_threshold=${BATTERY_YELLOW_THRESHOLD:-$(( gauge_slots * 0.4 ))} + local color_green=${BATTERY_COLOR_GREEN:-%F{green}} + local color_yellow=${BATTERY_COLOR_YELLOW:-%F{yellow}} + local color_red=${BATTERY_COLOR_RED:-%F{red}} + local color_reset=${BATTERY_COLOR_RESET:-%{%f%k%b%}} + local battery_prefix=${BATTERY_GAUGE_PREFIX:-'['} + local battery_suffix=${BATTERY_GAUGE_SUFFIX:-']'} + local filled_symbol=${BATTERY_GAUGE_FILLED_SYMBOL:-'▶'} + local empty_symbol=${BATTERY_GAUGE_EMPTY_SYMBOL:-'▷'} + local charging_color=${BATTERY_CHARGING_COLOR:-$color_yellow} + local charging_symbol=${BATTERY_CHARGING_SYMBOL:-'⚡'} + + local -i battery_remaining_percentage=$(battery_pct) + local filled empty gauge_color + + if [[ $battery_remaining_percentage =~ [0-9]+ ]]; then + filled=$(( ($battery_remaining_percentage * $gauge_slots) / 100 )) + empty=$(( $gauge_slots - $filled )) + + if [[ $filled -gt $green_threshold ]]; then + gauge_color=$color_green + elif [[ $filled -gt $yellow_threshold ]]; then + gauge_color=$color_yellow + else + gauge_color=$color_red + fi + else + filled=$gauge_slots + empty=0 + filled_symbol=${BATTERY_UNKNOWN_SYMBOL:-'.'} + fi + + local charging=' ' + battery_is_charging && charging=$charging_symbol + + # Charging status and prefix + print -n ${charging_color}${charging}${color_reset}${battery_prefix}${gauge_color} + # Filled slots + [[ $filled -gt 0 ]] && printf ${filled_symbol//\%/\%\%}'%.0s' {1..$filled} + # Empty slots + [[ $filled -lt $gauge_slots ]] && printf ${empty_symbol//\%/\%\%}'%.0s' {1..$empty} + # Suffix + print -n ${color_reset}${battery_suffix}${color_reset} +} diff --git a/.oh-my-zsh/plugins/bazel/README.md b/.oh-my-zsh/plugins/bazel/README.md new file mode 100644 index 0000000..eba4175 --- /dev/null +++ b/.oh-my-zsh/plugins/bazel/README.md @@ -0,0 +1,22 @@ +# Bazel plugin + +This plugin adds completion and aliases for [bazel](https://bazel.build), an open-source build and test tool that scalably supports multi-language and multi-platform projects. + +To use it, add `bazel` to the plugins array in your zshrc file: + +```zsh +plugins=(... bazel) +``` + +The plugin has a copy of [the completion script from the git repository][1]. + +[1]: https://github.com/bazelbuild/bazel/blob/master/scripts/zsh_completion/_bazel + +## Aliases + +| Alias | Command | Description | +| ------- | -------------------------------------- | ------------------------------------------------------ | +| bzb | `bazel build` | The `bazel build` command | +| bzt | `bazel test` | The `bazel test` command | +| bzr | `bazel run` | The `bazel run` command | +| bzq | `bazel query` | The `bazel query` command | diff --git a/.oh-my-zsh/plugins/bazel/_bazel b/.oh-my-zsh/plugins/bazel/_bazel new file mode 100644 index 0000000..ea1f4ca --- /dev/null +++ b/.oh-my-zsh/plugins/bazel/_bazel @@ -0,0 +1,341 @@ +#compdef bazel bazelisk + +# Copyright 2015 The Bazel Authors. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Installation +# ------------ +# +# 1. Add this script to a directory on your $fpath: +# fpath[1,0]=~/.zsh/completion/ +# mkdir -p ~/.zsh/completion/ +# cp scripts/zsh_completion/_bazel ~/.zsh/completion +# +# 2. Optionally, add the following to your .zshrc. +# zstyle ':completion:*' use-cache on +# zstyle ':completion:*' cache-path ~/.zsh/cache +# +# This way, the completion script does not have to parse Bazel's options +# repeatedly. The directory in cache-path must be created manually. +# +# 3. Restart the shell +# +# Options +# ------- +# completion:init:bazel:* cache-lifetime +# Lifetime for the completion cache (if turned on, default: 1 week) + +local curcontext="$curcontext" state line + +: ${BAZEL_COMPLETION_PACKAGE_PATH:=%workspace%} +: ${BAZEL:=bazel} +_bazel_b() { ${BAZEL} --noblock_for_lock "$@" 2>/dev/null; } + +# Default cache lifetime is 1 week +zstyle -s ":completion:${curcontext}:" cache-lifetime lifetime +if [[ -z "${lifetime}" ]]; then + lifetime=$((60*60*24*7)) +fi + +_bazel_cache_policy() { + local -a oldp + oldp=( "$1"(Nms+${lifetime}) ) + (( $#oldp )) +} + +_set_cache_policy() { + zstyle -s ":completion:*:$curcontext*" cache-policy update_policy + + if [[ -z "$update_policy" ]]; then + zstyle ":completion:$curcontext*" cache-policy _bazel_cache_policy + fi +} + +# Skips over all global arguments. After invocation, OFFSET contains the +# position of the bazel command in $words. +_adapt_subcommand_offset() { + OFFSET=2 + for w in ${words[2,-1]}; do + if [[ $w == (#b)-* ]]; then + (( OFFSET++ )) + else + return + fi + done +} + +# Retrieve the cache but also check that the value is not empty. +_bazel_safe_retrieve_cache() { + _retrieve_cache $1 && [[ ${(P)#2} -gt 0 ]] +} + +# Puts the name of the variable that contains the options for the bazel +# subcommand handed in as the first argument into the global variable +# _bazel_cmd_options. +_bazel_get_options() { + local lcmd=$1 + _bazel_cmd_options=_bazel_${lcmd}_options + _bazel_cmd_args=_bazel_${lcmd}_args + if [[ ${(P)#_bazel_cmd_options} != 0 ]]; then + return + fi + if _cache_invalid BAZEL_${lcmd}_options || _cache_invalid BAZEL_${lcmd}_args \ + || ! _bazel_safe_retrieve_cache BAZEL_${lcmd}_options ${_bazel_cmd_options} \ + || ! _retrieve_cache BAZEL_${lcmd}_args ${_bazel_cmd_args}; then + if ! eval "$(_bazel_b help completion)"; then + return + fi + local opts_var + if [[ $lcmd == "startup_options" ]]; then + opts_var="BAZEL_STARTUP_OPTIONS" + else + opts_var="BAZEL_COMMAND_${lcmd:u}_FLAGS" + fi + local -a raw_options + if ! eval "raw_options=(\${(@f)$opts_var})"; then + return + fi + + local -a option_list + for opt in $raw_options; do + case $opt in + --*"={"*) + local lst="${${opt##*"={"}%"}"}" + local opt="${opt%%=*}=" + option_list+=("${opt}:string:_values '' ${lst//,/ }") ;; + --*=path) + option_list+=("${opt%path}:path:_files") ;; + --*=label) + option_list+=("${opt%label}:target:_bazel_complete_target") ;; + --*=*) + option_list+=("${opt}:string:") ;; + *) + option_list+=("$opt") ;; + esac + done + + local -a cmd_args + local cmd_type + if eval "cmd_type=\${BAZEL_COMMAND_${lcmd:u}_ARGUMENT}" && [[ -n $cmd_type ]]; then + case $cmd_type in + label|label-*) + cmd_args+=("*::${cmd_type}:_bazel_complete_target_${cmd_type//-/_}") ;; + info-key) + cmd_args+=('1::key:_bazel_info_key') ;; + path) + cmd_args+=('1::profile:_path_files') ;; + "command|{"*"}") + local lst=${${cmd_type#"command|{"}%"}"} + cmd_args+=("1::topic:_bazel_help_topic -- ${lst//,/ }") ;; + esac + fi + + typeset -g "${_bazel_cmd_options}"="${(pj:|:)option_list[*]}" + _store_cache BAZEL_${lcmd}_options ${_bazel_cmd_options} + typeset -g "${_bazel_cmd_args}"="${(pj:|:)cmd_args[*]}" + _store_cache BAZEL_${lcmd}_args ${_bazel_cmd_args} + fi +} + +_get_build_targets() { + local pkg=$1 + local rule_re + typeset -a completions + case $target_type in + test) + rule_re=".*_test" + ;; + build) + rule_re=".*" + ;; + bin) + rule_re=".*_test|.*_binary" + ;; + esac + completions=(${$(_bazel_b query "kind(\"${rule_re}\", ${pkg}:all)" 2>/dev/null)##*:}) + if ( (( ${#completions} > 0 )) && [[ $target_type != bin ]] ); then + completions+=(all) + fi + echo ${completions[*]} +} + +# Returns all packages that match $PREFIX. PREFIX may start with //, in which +# case the workspace roots are searched. Otherwise, they are completed based on +# PWD. +_get_build_packages() { + local workspace pfx + typeset -a package_roots paths final_paths + workspace=$PWD + package_roots=(${(ps.:.)BAZEL_COMPLETION_PACKAGE_PATH}) + package_roots=(${^package_roots//\%workspace\%/$workspace}) + if [[ "${(e)PREFIX}" == //* ]]; then + pfx=${(e)PREFIX[2,-1]} + else + pfx=${(e)PREFIX} + fi + paths=(${^package_roots}/${pfx}*(/)) + for p in ${paths[*]}; do + if [[ -f ${p}/BUILD || -f ${p}/BUILD.bazel ]]; then + final_paths+=(${p##*/}:) + fi + final_paths+=(${p##*/}/) + done + echo ${final_paths[*]} +} + +_package_remove_slash() { + if [[ $KEYS == ':' && $LBUFFER == */ ]]; then + LBUFFER=${LBUFFER[1,-2]} + fi +} + +# Completion function for BUILD targets, called by the completion system. +_bazel_complete_target() { + local expl + typeset -a packages targets + if [[ "${(e)PREFIX}" != *:* ]]; then + # There is no : in the prefix, completion can be either + # a package or a target, if the cwd is a package itself. + if [[ -f $PWD/BUILD || -f $PWD/BUILD.bazel ]]; then + targets=($(_get_build_targets "")) + _description build_target expl "BUILD target" + compadd "${expl[@]}" -a targets + fi + packages=($(_get_build_packages)) + _description build_package expl "BUILD package" + # Chop of the leading path segments from the prefix for display. + compset -P '*/' + compadd -R _package_remove_slash -S '' "${expl[@]}" -a packages + else + targets=($(_get_build_targets "${${(e)PREFIX}%:*}")) + _description build_target expl "BUILD target" + # Ignore the current prefix for the upcoming completion, since we only list + # the names of the targets, not the full path. + compset -P '*:' + compadd "${expl[@]}" -a targets + fi +} + +_bazel_complete_target_label() { + typeset -g target_type=build + _bazel_complete_target +} + +_bazel_complete_target_label_test() { + typeset -g target_type=test + _bazel_complete_target +} + +_bazel_complete_target_label_bin() { + typeset -g target_type=bin + _bazel_complete_target +} + +### Actual completion commands + +_bazel() { + _adapt_subcommand_offset + if (( CURRENT - OFFSET > 0 )); then + # Remember the subcommand name, stored globally so we can access it + # from any subsequent function + cmd=${words[OFFSET]//-/_} + + # Set the context for the subcommand. + curcontext="${curcontext%:*:*}:bazel-$cmd:" + _set_cache_policy + + # Narrow the range of words we are looking at to exclude cmd + # name and any leading options + (( CURRENT = CURRENT - OFFSET + 1 )) + shift $((OFFSET - 1)) words + # Run the completion for the subcommand + _bazel_get_options $cmd + _arguments : \ + ${(Pps:|:)_bazel_cmd_options} \ + ${(Pps:|:)_bazel_cmd_args} + else + _set_cache_policy + # Start special handling for global options, + # which can be retrieved by calling + # $ bazel help startup_options + _bazel_get_options startup_options + _arguments : \ + ${(Pps:|:)_bazel_cmd_options} \ + "*:commands:_bazel_commands" + fi + return +} + +_get_commands() { + # bazel_cmd_list is a global (g) array (a) + typeset -ga _bazel_cmd_list + # Use `bazel help` instead of `bazel help completion` to get command + # descriptions. + if _bazel_cmd_list=("${(@f)$(_bazel_b help | awk ' +/Available commands/ { command=1; } +/ [-a-z]+[ \t]+.+/ { if (command) { printf "%s:", $1; for (i=2; i<=NF; i++) printf "%s ", $i; print "" } } +/^$/ { command=0; }')}"); then + _store_cache BAZEL_commands _bazel_cmd_list + fi +} + +# Completion function for bazel subcommands, called by the completion system. +_bazel_commands() { + if [[ ${#_bazel_cmd_list} == 0 ]]; then + if _cache_invalid BAZEL_commands \ + || ! _bazel_safe_retrieve_cache BAZEL_commands _bazel_cmd_list; then + _get_commands + fi + fi + + _describe -t bazel-commands 'Bazel command' _bazel_cmd_list +} + +# Completion function for bazel help options, called by the completion system. +_bazel_help_topic() { + if [[ ${#_bazel_cmd_list} == 0 ]]; then + if _cache_invalid BAZEL_commands \ + || ! _bazel_safe_retrieve_cache BAZEL_commands _bazel_cmd_list; then + _get_commands + fi + fi + + while [[ $# -gt 0 ]]; do + if [[ $1 == -- ]]; then + shift + break + fi + shift + done + _bazel_help_list=($@) + _bazel_help_list+=($_bazel_cmd_list) + _describe -t bazel-help 'Help topic' _bazel_help_list +} + +# Completion function for bazel info keys, called by the completion system. +_bazel_info_key() { + if [[ ${#_bazel_info_keys_list} == 0 ]]; then + if _cache_invalid BAZEL_info_keys \ + || ! _bazel_safe_retrieve_cache BAZEL_info_keys _bazel_info_keys_list; then + typeset -ga _bazel_info_keys_list + # Use `bazel help` instead of `bazel help completion` to get info-key + # descriptions. + if _bazel_info_keys_list=("${(@f)$(_bazel_b help info-keys | awk ' + { printf "%s:", $1; for (i=2; i<=NF; i++) printf "%s ", $i; print "" }')}"); then + _store_cache BAZEL_info_keys _bazel_info_keys_list + fi + fi + fi + _describe -t bazel-info 'Key' _bazel_info_keys_list +} diff --git a/.oh-my-zsh/plugins/bazel/bazel.plugin.zsh b/.oh-my-zsh/plugins/bazel/bazel.plugin.zsh new file mode 100644 index 0000000..d239a06 --- /dev/null +++ b/.oh-my-zsh/plugins/bazel/bazel.plugin.zsh @@ -0,0 +1,5 @@ +# Aliases for bazel +alias bzb='bazel build' +alias bzt='bazel test' +alias bzr='bazel run' +alias bzq='bazel query' diff --git a/.oh-my-zsh/plugins/bbedit/README.md b/.oh-my-zsh/plugins/bbedit/README.md new file mode 100644 index 0000000..263c54c --- /dev/null +++ b/.oh-my-zsh/plugins/bbedit/README.md @@ -0,0 +1,20 @@ +## bbedit + +Plugin for BBEdit, an HTML and text editor for Mac OS X + +### Requirements + + * [BBEdit](https://www.barebones.com/products/bbedit/) + * [BBEdit Command-Line Tools](https://www.barebones.com/support/bbedit/cmd-line-tools.html) + +### Usage + + * If the `bb` command is called without an argument, launch BBEdit + + * If `bb` is passed a directory, cd to it and open it in BBEdit + + * If `bb` is passed a file, open it in BBEdit + + * If `bbpb` create a new BBEdit document with the contents of the clipboard + + * If `bbd` alias for BBEdit diff tool diff --git a/.oh-my-zsh/plugins/bbedit/bbedit.plugin.zsh b/.oh-my-zsh/plugins/bbedit/bbedit.plugin.zsh new file mode 100644 index 0000000..fe9e72c --- /dev/null +++ b/.oh-my-zsh/plugins/bbedit/bbedit.plugin.zsh @@ -0,0 +1,21 @@ +alias bbpb='pbpaste | bbedit --clean --view-top' + +alias bbd=bbdiff + +# +# If the bb command is called without an argument, launch BBEdit +# If bb is passed a directory, cd to it and open it in BBEdit +# If bb is passed a file, open it in BBEdit +# +function bb() { + if [[ -z "$1" ]] + then + bbedit --launch + else + bbedit "$1" + if [[ -d "$1" ]] + then + cd "$1" + fi + fi +} diff --git a/.oh-my-zsh/plugins/bedtools/README.md b/.oh-my-zsh/plugins/bedtools/README.md new file mode 100644 index 0000000..c4de4e3 --- /dev/null +++ b/.oh-my-zsh/plugins/bedtools/README.md @@ -0,0 +1,5 @@ +# Bedtools plugin + +This plugin adds support for the [bedtools suite](http://bedtools.readthedocs.org/en/latest/): + +* Adds autocomplete options for all bedtools sub commands. diff --git a/.oh-my-zsh/plugins/bedtools/_bedtools b/.oh-my-zsh/plugins/bedtools/_bedtools new file mode 100644 index 0000000..ef6c417 --- /dev/null +++ b/.oh-my-zsh/plugins/bedtools/_bedtools @@ -0,0 +1,64 @@ +#compdef bedtools +#autoload + +local curcontext="$curcontext" state line ret=1 +local -a _files + +_arguments -C \ + '1: :->cmds' \ + '2:: :->args' && ret=0 + +case $state in + cmds) + _values "bedtools command" \ + "--contact[Feature requests, bugs, mailing lists, etc.]" \ + "--help[Print this help menu.]" \ + "--version[What version of bedtools are you using?.]" \ + "annotate[Annotate coverage of features from multiple files.]" \ + "bamtobed[Convert BAM alignments to BED (& other) formats.]" \ + "bamtofastq[Convert BAM records to FASTQ records.]" \ + "bed12tobed6[Breaks BED12 intervals into discrete BED6 intervals.]" \ + "bedpetobam[Convert BEDPE intervals to BAM records.]" \ + "bedtobam[Convert intervals to BAM records.]" \ + "closest[Find the closest, potentially non-overlapping interval.]" \ + "cluster[Cluster (but don't merge) overlapping/nearby intervals.]" \ + "complement[Extract intervals _not_ represented by an interval file.]" \ + "coverage[Compute the coverage over defined intervals.]" \ + "expand[Replicate lines based on lists of values in columns.]" \ + "fisher[Calculate Fisher statistic b/w two feature files.]" \ + "flank[Create new intervals from the flanks of existing intervals.]" \ + "genomecov[Compute the coverage over an entire genome.]" \ + "getfasta[Use intervals to extract sequences from a FASTA file.]" \ + "groupby[Group by common cols. & summarize oth. cols. (~ SQL "groupBy")]" \ + "igv[Create an IGV snapshot batch script.]" \ + "intersect[Find overlapping intervals in various ways.]" \ + "jaccard[Calculate the Jaccard statistic b/w two sets of intervals.]" \ + "links[Create a HTML page of links to UCSC locations.]" \ + "makewindows[Make interval "windows" across a genome.]" \ + "map[Apply a function to a column for each overlapping interval.]" \ + "maskfasta[Use intervals to mask sequences from a FASTA file.]" \ + "merge[Combine overlapping/nearby intervals into a single interval.]" \ + "multicov[Counts coverage from multiple BAMs at specific intervals.]" \ + "multiinter[Identifies common intervals among multiple interval files.]" \ + "nuc[Profile the nucleotide content of intervals in a FASTA file.]" \ + "overlap[Computes the amount of overlap from two intervals.]" \ + "pairtobed[Find pairs that overlap intervals in various ways.]" \ + "pairtopair[Find pairs that overlap other pairs in various ways.]" \ + "random[Generate random intervals in a genome.]" \ + "reldist[Calculate the distribution of relative distances b/w two files.]" \ + "sample[Sample random records from file using reservoir sampling.]" \ + "shuffle[Randomly redistrubute intervals in a genome.]" \ + "slop[Adjust the size of intervals.]" \ + "sort[Order the intervals in a file.]" \ + "subtract[Remove intervals based on overlaps b/w two files.]" \ + "tag[Tag BAM alignments based on overlaps with interval files.]" \ + "unionbedg[Combines coverage intervals from multiple BEDGRAPH files.]" \ + "window[Find overlapping intervals within a window around an interval.]" \ + ret=0 + ;; + *) + _files + ;; +esac + +return ret diff --git a/.oh-my-zsh/plugins/bgnotify/README.md b/.oh-my-zsh/plugins/bgnotify/README.md new file mode 100644 index 0000000..33d529f --- /dev/null +++ b/.oh-my-zsh/plugins/bgnotify/README.md @@ -0,0 +1,63 @@ +# bgnotify zsh plugin + +cross-platform background notifications for long running commands! Supports OSX and Linux. + +Standalone homepage: [t413/zsh-background-notify](https://github.com/t413/zsh-background-notify) + +--- + +## How to use + +Just add bgnotify to your plugins list in your `.zshrc` + +- On OS X you'll need [terminal-notifier](https://github.com/alloy/terminal-notifier) + * `brew install terminal-notifier` (or `gem install terminal-notifier`) +- On Linux, make sure you have `notify-send` or `kdialog` installed. If you're using Ubuntu you should already be all set! +- On Windows you can use [notifu](https://www.paralint.com/projects/notifu/) or the Cygwin Ports libnotify package + + +## Screenshots + +**Linux** + +![screenshot from 2014-11-07 15 58 36](https://cloud.githubusercontent.com/assets/326829/4962187/256b465c-66da-11e4-927d-cc2fc105e31f.png) + +**OS X** + +![screenshot 2014-11-08 14 15 12](https://cloud.githubusercontent.com/assets/326829/4965780/19fa3eac-6795-11e4-8ed6-0355711123a9.png) + +**Windows** + +![screenshot from 2014-11-07 15 55 00](https://cloud.githubusercontent.com/assets/326829/4962159/a2625ca0-66d9-11e4-9e91-c5834913190e.png) + + +## Configuration + +One can configure a few things: + +- `bgnotify_bell` enabled or disables the terminal bell (default true) +- `bgnotify_threshold` sets the notification threshold time (default 6 seconds) +- `function bgnotify_formatted` lets you change the notification. You can for instance customize the message and pass in an icon. + +Use these by adding a function definition before the your call to source. Example: + +```sh +bgnotify_bell=false ## disable terminal bell +bgnotify_threshold=4 ## set your own notification threshold + +function bgnotify_formatted { + ## $1=exit_status, $2=command, $3=elapsed_time + + # Humanly readable elapsed time + local elapsed="$(( $3 % 60 ))s" + (( $3 < 60 )) || elapsed="$((( $3 % 3600) / 60 ))m $elapsed" + (( $3 < 3600 )) || elapsed="$(( $3 / 3600 ))h $elapsed" + + [ $1 -eq 0 ] && title="Holy Smokes Batman" || title="Holy Graf Zeppelin" + [ $1 -eq 0 ] && icon="$HOME/icons/success.png" || icon="$HOME/icons/fail.png" + bgnotify "$title - took ${elapsed}" "$2" "$icon" +} + +plugins=(git bgnotify) ## add to plugins list +source $ZSH/oh-my-zsh.sh ## existing source call +``` diff --git a/.oh-my-zsh/plugins/bgnotify/bgnotify.plugin.zsh b/.oh-my-zsh/plugins/bgnotify/bgnotify.plugin.zsh new file mode 100644 index 0000000..7de6f9a --- /dev/null +++ b/.oh-my-zsh/plugins/bgnotify/bgnotify.plugin.zsh @@ -0,0 +1,141 @@ +#!/usr/bin/env zsh + +## Setup + +[[ -o interactive ]] || return # don't load on non-interactive shells +[[ -z "$SSH_CLIENT" && -z "$SSH_TTY" ]] || return # don't load on a SSH connection + +zmodload zsh/datetime # faster than `date` + + +## Zsh Hooks + +function bgnotify_begin { + bgnotify_timestamp=$EPOCHSECONDS + bgnotify_lastcmd="${1:-$2}" +} + +function bgnotify_end { + { + local exit_status=$? + local elapsed=$(( EPOCHSECONDS - bgnotify_timestamp )) + + # check time elapsed + [[ $bgnotify_timestamp -gt 0 ]] || return 0 + [[ $elapsed -ge $bgnotify_threshold ]] || return 0 + + # check if Terminal app is not active + [[ $(bgnotify_appid) != "$bgnotify_termid" ]] || return 0 + + bgnotify_formatted "$exit_status" "$bgnotify_lastcmd" "$elapsed" + } always { + bgnotify_timestamp=0 + } +} + +autoload -Uz add-zsh-hook +add-zsh-hook preexec bgnotify_begin +add-zsh-hook precmd bgnotify_end + + +## Functions + +# allow custom function override +(( ${+functions[bgnotify_formatted]} )) || \ +function bgnotify_formatted { + local exit_status=$1 + local cmd="$2" + + # humanly readable elapsed time + local elapsed="$(( $3 % 60 ))s" + (( $3 < 60 )) || elapsed="$((( $3 % 3600) / 60 ))m $elapsed" + (( $3 < 3600 )) || elapsed="$(( $3 / 3600 ))h $elapsed" + + [[ $bgnotify_bell = true ]] && printf '\a' # beep sound + if [[ $exit_status -eq 0 ]]; then + bgnotify "#win (took $elapsed)" "$cmd" + else + bgnotify "#fail (took $elapsed)" "$cmd" + fi +} + +function bgnotify_appid { + if (( ${+commands[osascript]} )); then + osascript -e "tell application id \"$(bgnotify_programid)\" to get the {id, frontmost, id of front window, visible of front window}" 2>/dev/null + elif [[ -n $WAYLAND_DISPLAY ]] && (( ${+commands[swaymsg]} )); then # wayland+sway + local app_id=$(bgnotify_find_sway_appid) + [[ -n "$app_id" ]] && echo "$app_id" || echo $EPOCHSECONDS + elif [[ -z $WAYLAND_DISPLAY ]] && [[ -n $DISPLAY ]] && (( ${+commands[xprop]} )); then + xprop -root _NET_ACTIVE_WINDOW 2>/dev/null | cut -d' ' -f5 + else + echo $EPOCHSECONDS + fi +} + + +function bgnotify_find_sway_appid { + # output is "app_id,container_id", for example "Alacritty,1694" + # see example swaymsg output: https://github.com/ohmyzsh/ohmyzsh/files/13463939/output.json + if (( ${+commands[jq]} )); then + swaymsg -t get_tree | jq '.. | select(.type?) | select(.focused==true) | {app_id, id} | join(",")' + else + swaymsg -t get_tree | awk ' + BEGIN { Id = ""; Appid = ""; FocusNesting = -1; Nesting = 0 } + { + # Enter a block + if ($0 ~ /.*{$/) Nesting++ + + # Exit a block. If Nesting is now less than FocusNesting, we have the data we are looking for + if ($0 ~ /^[[:blank:]]*}.*/) { Nesting--; if (FocusNesting > 0 && Nesting < FocusNesting) exit 0 } + + # Save the Id, it is potentially what we are looking for + if ($0 ~ /^[[:blank:]]*"id": [0-9]*,?$/) { sub(/^[[:blank:]]*"id": /, ""); sub(/,$/, ""); Id = $0 } + + # Save the Appid, it is potentially what we are looking for + if ($0 ~ /^[[:blank:]]*"app_id": ".*",?$/) { sub(/^[[:blank:]]*"app_id": "/, ""); sub(/",$/, ""); Appid = $0 } + + # Window is focused, this nesting block contains the Id and Appid we want! + if ($0 ~ /^[[:blank:]]*"focused": true,?$/) { FocusNesting = Nesting } + } + END { + if (Appid != "" && Id != "" && FocusNesting != -1) print Appid "," Id + else print "" + }' + fi +} + +function bgnotify_programid { + case "$TERM_PROGRAM" in + iTerm.app) echo 'com.googlecode.iterm2' ;; + Apple_Terminal) echo 'com.apple.terminal' ;; + esac +} + +function bgnotify { + local title="$1" + local message="$2" + local icon="$3" + if (( ${+commands[terminal-notifier]} )); then # macOS + local term_id=$(bgnotify_programid) + terminal-notifier -message "$message" -title "$title" ${=icon:+-appIcon "$icon"} ${=term_id:+-activate "$term_id"} &>/dev/null + elif (( ${+commands[growlnotify]} )); then # macOS growl + growlnotify -m "$title" "$message" + elif (( ${+commands[notify-send]} )); then + notify-send "$title" "$message" ${=icon:+--icon "$icon"} + elif (( ${+commands[kdialog]} )); then # KDE + kdialog --title "$title" --passivepopup "$message" 5 + elif (( ${+commands[notifu]} )); then # cygwin + notifu /m "$message" /p "$title" ${=icon:+/i "$icon"} + fi +} + +## Defaults + +# enable terminal bell on notify by default +bgnotify_bell=${bgnotify_bell:-true} + +# notify if command took longer than 5s by default +bgnotify_threshold=${bgnotify_threshold:-5} + +# bgnotify_appid is slow in macOS and the terminal ID won't change, so cache it at startup +bgnotify_termid="$(bgnotify_appid)" diff --git a/.oh-my-zsh/plugins/bower/README.md b/.oh-my-zsh/plugins/bower/README.md new file mode 100644 index 0000000..8877fbd --- /dev/null +++ b/.oh-my-zsh/plugins/bower/README.md @@ -0,0 +1,17 @@ +# Bower plugin + +This plugin adds completion for [Bower](https://bower.io/) and a few useful aliases for common Bower commands. + +To use it, add `bower` to the plugins array in your zshrc file: + +```zsh +plugins=(... bower) +``` + +## Aliases + +| Alias | Command | Description | +|-------|-----------------|--------------------------------------------------------| +| bi | `bower install` | Installs the project dependencies listed in bower.json | +| bl | `bower list` | List local packages and possible updates | +| bs | `bower search` | Finds all packages or a specific package. | diff --git a/.oh-my-zsh/plugins/bower/_bower b/.oh-my-zsh/plugins/bower/_bower new file mode 100644 index 0000000..ae0ca4a --- /dev/null +++ b/.oh-my-zsh/plugins/bower/_bower @@ -0,0 +1,58 @@ + + +# Credits to npm's awesome completion utility. +# +# Bower completion script, based on npm completion script. + +###-begin-bower-completion-### +# +# Installation: bower completion >> ~/.bashrc (or ~/.zshrc) +# Or, maybe: bower completion > /usr/local/etc/bash_completion.d/bower +# + +COMP_WORDBREAKS=${COMP_WORDBREAKS/=/} +COMP_WORDBREAKS=${COMP_WORDBREAKS/@/} +export COMP_WORDBREAKS + +if type complete &>/dev/null; then + _bower_completion () { + local si="$IFS" + IFS=$'\n' COMPREPLY=($(COMP_CWORD="$COMP_CWORD" \ + COMP_LINE="$COMP_LINE" \ + COMP_POINT="$COMP_POINT" \ + bower completion -- "${COMP_WORDS[@]}" \ + 2>/dev/null)) || return $? + IFS="$si" + } + complete -F _bower_completion bower +elif type compdef &>/dev/null; then + _bower_completion() { + si=$IFS + compadd -- $(COMP_CWORD=$((CURRENT-1)) \ + COMP_LINE=$BUFFER \ + COMP_POINT=0 \ + bower completion -- "${words[@]}" \ + 2>/dev/null) + IFS=$si + } + compdef _bower_completion bower +elif type compctl &>/dev/null; then + _bower_completion () { + local cword line point words si + read -Ac words + read -cn cword + let cword-=1 + read -l line + read -ln point + si="$IFS" + IFS=$'\n' reply=($(COMP_CWORD="$cword" \ + COMP_LINE="$line" \ + COMP_POINT="$point" \ + bower completion -- "${words[@]}" \ + 2>/dev/null)) || return $? + IFS="$si" + } + compctl -K _bower_completion bower +fi +###-end-bower-completion-### + diff --git a/.oh-my-zsh/plugins/bower/bower.plugin.zsh b/.oh-my-zsh/plugins/bower/bower.plugin.zsh new file mode 100644 index 0000000..c4f71c2 --- /dev/null +++ b/.oh-my-zsh/plugins/bower/bower.plugin.zsh @@ -0,0 +1,84 @@ +alias bi="bower install" +alias bisd="bower install --save-dev" +alias bis="bower install --save" +alias bl="bower list" +alias bs="bower search" + +_bower_installed_packages () { + bower_package_list=$(bower ls --no-color 2>/dev/null| awk 'NR>3{print p}{p=$0}'| cut -d ' ' -f 2|sed 's/#.*//') +} +_bower () +{ + local -a _1st_arguments _no_color _dopts _save_dev _force_latest _production + local expl + typeset -A opt_args + + _no_color=('--no-color[Do not print colors (available in all commands)]') + + _dopts=( + '(--save)--save[Save installed packages into the project"s bower.json dependencies]' + '(--force)--force[Force fetching remote resources even if a local copy exists on disk]' + ) + + _save_dev=('(--save-dev)--save-dev[Save installed packages into the project"s bower.json devDependencies]') + + _force_latest=('(--force-latest)--force-latest[Force latest version on conflict]') + + _production=('(--production)--production[Do not install project devDependencies]') + + _1st_arguments=( + 'cache-clean:Clean the Bower cache, or the specified package caches' \ + 'help:Display help information about Bower' \ + 'info:Version info and description of a particular package' \ + 'init:Interactively create a bower.json file' \ + 'install:Install a package locally' \ + 'link:Symlink a package folder' \ + 'lookup:Look up a package URL by name' \ + 'register:Register a package' \ + 'search:Search for a package by name' \ + 'uninstall:Remove a package' \ + 'update:Update a package' \ + {ls,list}:'[List all installed packages]' + ) + _arguments \ + $_no_color \ + '*:: :->subcmds' && return 0 + + if (( CURRENT == 1 )); then + _describe -t commands "bower subcommand" _1st_arguments + return + fi + + case "$words[1]" in + install) + _arguments \ + $_dopts \ + $_save_dev \ + $_force_latest \ + $_no_color \ + $_production + ;; + update) + _arguments \ + $_dopts \ + $_no_color \ + $_force_latest + _bower_installed_packages + compadd "$@" $(echo $bower_package_list) + ;; + uninstall) + _arguments \ + $_no_color \ + $_dopts + _bower_installed_packages + compadd "$@" $(echo $bower_package_list) + ;; + *) + _arguments \ + $_no_color \ + ;; + esac + +} + +compdef _bower bower diff --git a/.oh-my-zsh/plugins/branch/README.md b/.oh-my-zsh/plugins/branch/README.md new file mode 100644 index 0000000..2b6d12d --- /dev/null +++ b/.oh-my-zsh/plugins/branch/README.md @@ -0,0 +1,49 @@ +# Branch plugin + +This plugin displays the current Git or Mercurial branch, fast. If in a Mercurial repository, +also display the current bookmark, if present. + +To use it, add `branch` to the plugins array in your zshrc file: + +```zsh +plugins=(... branch) +``` + +## Speed test + +- `hg branch`: + + ```console + $ time hg branch + 0.11s user 0.14s system 70% cpu 0.355 total + ``` + +- branch plugin: + + ```console + $ time zsh /tmp/branch_prompt_info_test.zsh + 0.00s user 0.01s system 78% cpu 0.014 total + ``` + +## Usage + +Copy your theme to `$ZSH_CUSTOM/themes/` and modify it to add `$(branch_prompt_info)` in your prompt. +This example is for the `robbyrussell` theme: + +```diff +diff --git a/themes/robbyrussell.zsh-theme b/themes/robbyrussell.zsh-theme +index 2fd5f2cd..9d89a464 100644 +--- a/themes/robbyrussell.zsh-theme ++++ b/themes/robbyrussell.zsh-theme +@@ -1,5 +1,5 @@ + PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" +-PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' ++PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(branch_prompt_info)' + + ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" + ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +``` + +## Maintainer + +Victor Torres () diff --git a/.oh-my-zsh/plugins/branch/branch.plugin.zsh b/.oh-my-zsh/plugins/branch/branch.plugin.zsh new file mode 100644 index 0000000..dd5871f --- /dev/null +++ b/.oh-my-zsh/plugins/branch/branch.plugin.zsh @@ -0,0 +1,35 @@ +# Branch: displays the current Git or Mercurial branch fast. +# Victor Torres +# Oct 2, 2015 + +function branch_prompt_info() { + # Start checking in current working directory + local branch="" dir="$PWD" + while [[ "$dir" != '/' ]]; do + # Found .git directory + if [[ -d "${dir}/.git" ]]; then + branch="${"$(<"${dir}/.git/HEAD")"##*/}" + echo '±' "${branch:gs/%/%%}" + return + fi + + # Found .hg directory + if [[ -d "${dir}/.hg" ]]; then + if [[ -f "${dir}/.hg/branch" ]]; then + branch="$(<"${dir}/.hg/branch")" + else + branch="default" + fi + + if [[ -f "${dir}/.hg/bookmarks.current" ]]; then + branch="${branch}/$(<"${dir}/.hg/bookmarks.current")" + fi + + echo '☿' "${branch:gs/%/%%}" + return + fi + + # Check parent directory + dir="${dir:h}" + done +} diff --git a/.oh-my-zsh/plugins/brew/README.md b/.oh-my-zsh/plugins/brew/README.md new file mode 100644 index 0000000..299393b --- /dev/null +++ b/.oh-my-zsh/plugins/brew/README.md @@ -0,0 +1,43 @@ +# brew plugin + +The plugin adds several aliases for common [brew](https://brew.sh) commands. + +To use it, add `brew` to the plugins array of your zshrc file: + +```zsh +plugins=(... brew) +``` + +## Shellenv + +If `brew` is not found in the PATH, this plugin will attempt to find it in common locations, and execute +`brew shellenv` to set the environment appropriately. This plugin will also export +`HOMEBREW_PREFIX="$(brew --prefix)"` if not previously defined for convenience. + +In case you installed `brew` in a non-common location, you can still set `BREW_LOCATION` variable pointing to +the `brew` binary before sourcing `oh-my-zsh.sh` and it'll set up the environment. + +## Aliases + +| Alias | Command | Description | +| -------- | --------------------------------------- | ------------------------------------------------------------------- | +| `bcubc` | `brew upgrade --cask && brew cleanup` | Update outdated casks, then run cleanup. | +| `bcubo` | `brew update && brew outdated --cask` | Update Homebrew data, then list outdated casks. | +| `brewp` | `brew pin` | Pin a specified formula so that it's not upgraded. | +| `brews` | `brew list -1` | List installed formulae or the installed files for a given formula. | +| `brewsp` | `brew list --pinned` | List pinned formulae, or show the version of a given formula. | +| `bubc` | `brew upgrade && brew cleanup` | Upgrade outdated formulae and casks, then run cleanup. | +| `bugbc` | `brew upgrade --greedy && brew cleanup` | Upgrade outdated formulae and casks (greedy), then run cleanup. | +| `bubo` | `brew update && brew outdated` | Update Homebrew data, then list outdated formulae and casks. | +| `bubu` | `bubo && bubc` | Do the last two operations above. | +| `bfu` | `brew upgrade --formula` | Upgrade only formulas (not casks). | +| `buz` | `brew uninstall --zap` | Remove all files associated with a cask. | + +## Completion + +This plugin configures paths with Homebrew's completion functions automatically, so you don't need to do it +manually. See: https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh. + +With the release of Homebrew 1.0, they decided to bundle the zsh completion as part of the brew installation, +so we no longer ship it with the brew plugin; now it only has brew aliases. If you find that brew completion +no longer works, make sure you have your Homebrew installation fully up to date. diff --git a/.oh-my-zsh/plugins/brew/brew.plugin.zsh b/.oh-my-zsh/plugins/brew/brew.plugin.zsh new file mode 100644 index 0000000..b15137e --- /dev/null +++ b/.oh-my-zsh/plugins/brew/brew.plugin.zsh @@ -0,0 +1,60 @@ +if (( ! $+commands[brew] )); then + if [[ -n "$BREW_LOCATION" ]]; then + if [[ ! -x "$BREW_LOCATION" ]]; then + echo "[oh-my-zsh] $BREW_LOCATION is not executable" + return + fi + elif [[ -x /opt/homebrew/bin/brew ]]; then + BREW_LOCATION="/opt/homebrew/bin/brew" + elif [[ -x /usr/local/bin/brew ]]; then + BREW_LOCATION="/usr/local/bin/brew" + elif [[ -x /home/linuxbrew/.linuxbrew/bin/brew ]]; then + BREW_LOCATION="/home/linuxbrew/.linuxbrew/bin/brew" + elif [[ -x "$HOME/.linuxbrew/bin/brew" ]]; then + BREW_LOCATION="$HOME/.linuxbrew/bin/brew" + else + return + fi + + # Only add Homebrew installation to PATH, MANPATH, and INFOPATH if brew is + # not already on the path, to prevent duplicate entries. This aligns with + # the behavior of the brew installer.sh post-install steps. + eval "$("$BREW_LOCATION" shellenv)" + unset BREW_LOCATION +fi + +if [[ -z "$HOMEBREW_PREFIX" ]]; then + # Maintain compatability with potential custom user profiles, where we had + # previously relied on always sourcing shellenv. OMZ plugins should not rely + # on this to be defined due to out of order processing. + export HOMEBREW_PREFIX="$(brew --prefix)" +fi + +if [[ -d "$HOMEBREW_PREFIX/share/zsh/site-functions" ]]; then + fpath+=("$HOMEBREW_PREFIX/share/zsh/site-functions") +fi + +alias bcubc='brew upgrade --cask && brew cleanup' +alias bcubo='brew update && brew outdated --cask' +alias brewp='brew pin' +alias brewsp='brew list --pinned' +alias bubc='brew upgrade && brew cleanup' +alias bugbc='brew upgrade --greedy && brew cleanup' +alias bubo='brew update && brew outdated' +alias bubu='bubo && bubc' +alias bubug='bubo && bugbc' +alias bfu='brew upgrade --formula' +alias buz='brew uninstall --zap' + +function brews() { + local formulae="$(brew leaves | xargs brew deps --installed --for-each)" + local casks="$(brew list --cask 2>/dev/null)" + + local blue="$(tput setaf 4)" + local bold="$(tput bold)" + local off="$(tput sgr0)" + + echo "${blue}==>${off} ${bold}Formulae${off}" + echo "${formulae}" | sed "s/^\(.*\):\(.*\)$/\1${blue}\2${off}/" + echo "\n${blue}==>${off} ${bold}Casks${off}\n${casks}" +} diff --git a/.oh-my-zsh/plugins/bridgetown/README.md b/.oh-my-zsh/plugins/bridgetown/README.md new file mode 100644 index 0000000..0a41814 --- /dev/null +++ b/.oh-my-zsh/plugins/bridgetown/README.md @@ -0,0 +1,26 @@ +# Bridgetown plugin + +This plugin adds some aliases and autocompletion for common [Bridgetown](https://bridgetownrb.com/) commands. + +To use it, add `bridgetown` to the plugins array in your zshrc file: + +```zsh +plugins=(... bridgetown) +``` + +## Aliases + +| Alias | Command | +|-------|----------------------------| +| br | `bridgetown` | +| bra | `bin/bridgetown apply` | +| brb | `bin/bridgetown build` | +| brc | `bin/bridgetown console` | +| brclean | `bin/bridgetown clean` | +| brd | `bin/bridgetown deploy` | +| brdoc | `bin/bridgetown doctor` | +| brh | `bin/bridgetown help` | +| brn | `bridgetown new` | +| brp | `bridgetown plugins` | +| brpl | `bridgetown plugins list` | +| brs | `bin/bridgetown start` | diff --git a/.oh-my-zsh/plugins/bridgetown/bridgetown.plugin.zsh b/.oh-my-zsh/plugins/bridgetown/bridgetown.plugin.zsh new file mode 100644 index 0000000..502e9df --- /dev/null +++ b/.oh-my-zsh/plugins/bridgetown/bridgetown.plugin.zsh @@ -0,0 +1,12 @@ +alias br='bridgetown' +alias bra='bin/bridgetown apply' +alias brb='bin/bridgetown build' +alias brc='bin/bridgetown console' +alias brclean='bin/bridgetown clean' +alias brd='bin/bridgetown deploy' +alias brdoc='bin/bridgetown doctor' +alias brh='bin/bridgetown help' +alias brn='bridgetown new' +alias brp='bridgetown plugins' +alias brpl='bridgetown plugins list' +alias brs='bin/bridgetown start' diff --git a/.oh-my-zsh/plugins/bun/README.md b/.oh-my-zsh/plugins/bun/README.md new file mode 100644 index 0000000..5a31237 --- /dev/null +++ b/.oh-my-zsh/plugins/bun/README.md @@ -0,0 +1,20 @@ +# Bun Plugin + +This plugin sets up completion for [Bun](https://bun.sh). + +To use it, add `bun` to the plugins array in your zshrc file: + +```zsh +plugins=(... bun) +``` + +This plugin does not add any aliases. + +## Cache + +This plugin caches the completion script and is automatically updated when the +plugin is loaded, which is usually when you start up a new terminal emulator. + +The cache is stored at: + +- `$ZSH_CACHE_DIR/completions/_bun_` completions script diff --git a/.oh-my-zsh/plugins/bun/bun.plugin.zsh b/.oh-my-zsh/plugins/bun/bun.plugin.zsh new file mode 100644 index 0000000..576dbbf --- /dev/null +++ b/.oh-my-zsh/plugins/bun/bun.plugin.zsh @@ -0,0 +1,14 @@ +# If Bun is not found, don't do the rest of the script +if (( ! $+commands[bun] )); then + return +fi + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `bun`. Otherwise, compinit will have already done that. +if [[ ! -f "$ZSH_CACHE_DIR/completions/_bun" ]]; then + typeset -g -A _comps + autoload -Uz _bun + _comps[bun]=_bun +fi + +SHELL=zsh bun completions >| "$ZSH_CACHE_DIR/completions/_bun" &| diff --git a/.oh-my-zsh/plugins/bundler/README.md b/.oh-my-zsh/plugins/bundler/README.md new file mode 100644 index 0000000..7b79cbc --- /dev/null +++ b/.oh-my-zsh/plugins/bundler/README.md @@ -0,0 +1,74 @@ +# Bundler + +This plugin adds completion for basic bundler commands, as well as aliases and helper functions for +an easier experience with bundler. + +To use it, add `bundler` to the plugins array in your zshrc file: + +```zsh +plugins=(... bundler) +``` + +## Aliases + +| Alias | Command | Description | +|--------|--------------------------------------|------------------------------------------------------------------------------------------| +| `ba` | `bundle add` | Add gem to the Gemfile and run bundle install | +| `bck` | `bundle check` | Verifies if dependencies are satisfied by installed gems | +| `bcn` | `bundle clean` | Cleans up unused gems in your bundler directory | +| `be` | `bundle exec` | Execute a command in the context of the bundle | +| `bi` | `bundle install --jobs=` | Install the dependencies specified in your Gemfile (using all cores in bundler >= 1.4.0) | +| `bl` | `bundle list` | List all the gems in the bundle | +| `bo` | `bundle open` | Opens the source directory for a gem in your bundle | +| `bout` | `bundle outdated` | List installed gems with newer versions available | +| `bp` | `bundle package` | Package your needed .gem files into your application | +| `bu` | `bundle update` | Update your gems to the latest available versions | + +## Gem wrapper + +The plugin adds a wrapper for common gems, which: + +- Looks for a binstub under `./bin/` and executes it if present. +- Calls `bundle exec ` otherwise. + +Common gems wrapped by default (by name of the executable): + +`annotate`, `cap`, `capify`, `cucumber`, `foodcritic`, `guard`, `hanami`, `irb`, `jekyll`, `kitchen`, `knife`, `middleman`, `nanoc`, `pry`, `puma`, `rackup`, `rainbows`, `rake`, `rspec`, `rubocop`, `shotgun`, `sidekiq`, `spec`, `spork`, `spring`, `strainer`, `tailor`, `taps`, `thin`, `thor`, `unicorn` and `unicorn_rails`. + +### Settings + +You can add or remove gems from the list of wrapped commands. +Please **use the exact name of the executable** and not the gem name. + +#### Include gems to be wrapped (`BUNDLED_COMMANDS`) + +Add this before the plugin list in your `.zshrc`: + +```sh +BUNDLED_COMMANDS=(rubocop) +plugins=(... bundler ...) +``` + +This will add the wrapper for the `rubocop` gem (i.e. the executable). + +#### Exclude gems from being wrapped (`UNBUNDLED_COMMANDS`) + +Add this before the plugin list in your `.zshrc`: + +```sh +UNBUNDLED_COMMANDS=(foreman spin) +plugins=(... bundler ...) +``` + +This will exclude the `foreman` and `spin` gems (i.e. their executable) from being wrapped. + +### Excluded gems + +These gems should not be called with `bundle exec`. Please see [issue #2923](https://github.com/ohmyzsh/ohmyzsh/pull/2923) on GitHub for clarification: + +- `berks` +- `foreman` +- `mailcatcher` +- `rails` +- `ruby` +- `spin` diff --git a/.oh-my-zsh/plugins/bundler/_bundler b/.oh-my-zsh/plugins/bundler/_bundler new file mode 100644 index 0000000..6613cc6 --- /dev/null +++ b/.oh-my-zsh/plugins/bundler/_bundler @@ -0,0 +1,105 @@ +#compdef bundle bundler + +local curcontext="$curcontext" state line _gems _opts ret=1 + +_arguments -C -A "-v" -A "--version" \ + '(- 1 *)'{-v,--version}'[display version information]' \ + '1: :->cmds' \ + '*:: :->args' && ret=0 + +case $state in + cmds) + _values "bundle command" \ + "install[Install the gems specified by the Gemfile or Gemfile.lock]" \ + "update[Update dependencies to their latest versions]" \ + "package[Package the .gem files required by your application]" \ + "exec[Execute a script in the context of the current bundle]" \ + "config[Specify and read configuration options for bundler]" \ + "check[Determine whether the requirements for your application are installed]" \ + "list[Show all of the gems in the current bundle]" \ + "show[Show the source location of a particular gem in the bundle]" \ + "info[Show details of a particular gem in the bundle]" \ + "outdated[Show all of the outdated gems in the current bundle]" \ + "console[Start an IRB session in the context of the current bundle]" \ + "open[Open an installed gem in the editor]" \ + "viz[Generate a visual representation of your dependencies]" \ + "init[Generate a simple Gemfile, placed in the current directory]" \ + "gem[Create a simple gem, suitable for development with bundler]" \ + "platform[Displays platform compatibility information]" \ + "clean[Cleans up unused gems in your bundler directory]" \ + "help[Describe available tasks or one specific task]" + ret=0 + ;; + args) + case $line[1] in + help) + _values 'commands' \ + 'install' \ + 'update' \ + 'package' \ + 'exec' \ + 'config' \ + 'check' \ + 'list' \ + 'show' \ + 'outdated' \ + 'console' \ + 'open' \ + 'viz' \ + 'init' \ + 'gem' \ + 'platform' \ + 'help' && ret=0 + ;; + install) + _arguments \ + '(--no-color)--no-color[disable colorization in output]' \ + '(--local)--local[do not attempt to connect to rubygems.org]' \ + '(--quiet)--quiet[only output warnings and errors]' \ + '(--gemfile)--gemfile=-[use the specified gemfile instead of Gemfile]:gemfile' \ + '(--system)--system[install to the system location]' \ + '(--deployment)--deployment[install using defaults tuned for deployment environments]' \ + '(--frozen)--frozen[do not allow the Gemfile.lock to be updated after this install]' \ + '(--path)--path=-[specify a different path than the system default]:path:_files' \ + '(--binstubs)--binstubs=-[generate bin stubs for bundled gems to ./bin]:directory:_files' \ + '(--without)--without=-[exclude gems that are part of the specified named group]:groups' + ret=0 + ;; + exec) + _normal && ret=0 + ;; + clean) + _arguments \ + '(--force)--force[forces clean even if --path is not set]' \ + '(--dry-run)--dry-run[only print out changes, do not actually clean gems]' \ + '(--no-color)--no-color[Disable colorization in output]' \ + '(--verbose)--verbose[Enable verbose output mode]' + ret=0 + ;; + outdated) + _arguments \ + '(--pre)--pre[Check for newer pre-release gems]' \ + '(--source)--source[Check against a specific source]' \ + '(--local)--local[Do not attempt to fetch gems remotely and use the gem cache instead]' \ + '(--no-color)--no-color[Disable colorization in output]' \ + '(--verbose)--verbose[Enable verbose output mode]' + ret=0 + ;; + (open|show|info) + _gems=( $(bundle show 2> /dev/null | sed -e '/^ \*/!d; s/^ \* \([^ ]*\) .*/\1/') ) + if [[ $_gems != "" ]]; then + _values 'gems' $_gems && ret=0 + fi + ;; + *) + _opts=( $(bundle help $line[1] | sed -e '/^ \[-/!d; s/^ \[\(-[^=]*\)=.*/\1/') ) + _opts+=( $(bundle help $line[1] | sed -e '/^ -/!d; s/^ \(-.\), \[\(-[^=]*\)=.*/\1 \2/') ) + if [[ $_opts != "" ]]; then + _values 'options' $_opts && ret=0 + fi + ;; + esac + ;; +esac + +return ret diff --git a/.oh-my-zsh/plugins/bundler/bundler.plugin.zsh b/.oh-my-zsh/plugins/bundler/bundler.plugin.zsh new file mode 100644 index 0000000..c1cbb13 --- /dev/null +++ b/.oh-my-zsh/plugins/bundler/bundler.plugin.zsh @@ -0,0 +1,127 @@ +## Aliases + +alias ba="bundle add" +alias bck="bundle check" +alias bcn="bundle clean" +alias be="bundle exec" +alias bi="bundle_install" +alias bl="bundle list" +alias bo="bundle open" +alias bout="bundle outdated" +alias bp="bundle package" +alias bu="bundle update" + +## Functions + +bundle_install() { + # Bail out if bundler is not installed + if (( ! $+commands[bundle] )); then + echo "Bundler is not installed" + return 1 + fi + + # Bail out if not in a bundled project + if ! _within-bundled-project; then + echo "Can't 'bundle install' outside a bundled project" + return 1 + fi + + # Check the bundler version is at least 1.4.0 + autoload -Uz is-at-least + local bundler_version=$(bundle version | cut -d' ' -f3) + if ! is-at-least 1.4.0 "$bundler_version"; then + bundle install "$@" + return $? + fi + + # If bundler is at least 1.4.0, use all the CPU cores to bundle install + if [[ "$OSTYPE" = (darwin|freebsd)* ]]; then + local cores_num="$(sysctl -n hw.ncpu)" + else + local cores_num="$(nproc)" + fi + BUNDLE_JOBS="$cores_num" bundle install "$@" +} + +## Gem wrapper + +bundled_commands=( + annotate + cap + capify + cucumber + foodcritic + guard + hanami + irb + jekyll + kitchen + knife + middleman + nanoc + pry + puma + rackup + rainbows + rake + rspec + rubocop + shotgun + sidekiq + spec + spork + spring + strainer + tailor + taps + thin + thor + unicorn + unicorn_rails +) + +# Remove $UNBUNDLED_COMMANDS from the bundled_commands list +bundled_commands=(${bundled_commands:|UNBUNDLED_COMMANDS}) +unset UNBUNDLED_COMMANDS + +# Add $BUNDLED_COMMANDS to the bundled_commands list +bundled_commands+=($BUNDLED_COMMANDS) +unset BUNDLED_COMMANDS + +# Check if in the root or a subdirectory of a bundled project +_within-bundled-project() { + local check_dir="$PWD" + while [[ "$check_dir" != "/" ]]; do + if [[ -f "$check_dir/Gemfile" || -f "$check_dir/gems.rb" ]]; then + return 0 + fi + check_dir="${check_dir:h}" + done + return 1 +} + +_run-with-bundler() { + if (( ! $+commands[bundle] )) || ! _within-bundled-project; then + "$@" + return $? + fi + + if [[ -f "./bin/${1}" ]]; then + ./bin/${^^@} + else + bundle exec "$@" + fi +} + +for cmd in $bundled_commands; do + # Create wrappers for bundled and unbundled execution + eval "function unbundled_$cmd () { \"$cmd\" \"\$@\"; }" + eval "function bundled_$cmd () { _run-with-bundler \"$cmd\" \"\$@\"; }" + alias "$cmd"="bundled_$cmd" + + # Bind completion function to wrapped gem if available + if (( $+functions[_$cmd] )); then + compdef "_$cmd" "bundled_$cmd"="$cmd" + fi +done +unset cmd bundled_commands diff --git a/.oh-my-zsh/plugins/cabal/README.md b/.oh-my-zsh/plugins/cabal/README.md new file mode 100644 index 0000000..b1106c4 --- /dev/null +++ b/.oh-my-zsh/plugins/cabal/README.md @@ -0,0 +1,9 @@ +# Cabal + +This plugin provides completion for [Cabal](https://www.haskell.org/cabal/), a build tool for Haskell. It +also provides a function `cabal_sandbox_info` that prints whether the current working directory is in a sandbox. + +To use it, add cabal to the plugins array of your zshrc file: +``` +plugins=(... cabal) +``` diff --git a/.oh-my-zsh/plugins/cabal/cabal.plugin.zsh b/.oh-my-zsh/plugins/cabal/cabal.plugin.zsh new file mode 100644 index 0000000..a9a05b0 --- /dev/null +++ b/.oh-my-zsh/plugins/cabal/cabal.plugin.zsh @@ -0,0 +1,93 @@ +function cabal_sandbox_info() { + cabal_files=(*.cabal(N)) + if [ $#cabal_files -gt 0 ]; then + if [ -f cabal.sandbox.config ]; then + echo "%{$fg[green]%}sandboxed%{$reset_color%}" + else + echo "%{$fg[red]%}not sandboxed%{$reset_color%}" + fi + fi +} + +function _cabal_commands() { + local ret=1 state + _arguments ':subcommand:->subcommand' && ret=0 + + case $state in + subcommand) + subcommands=( + "bench:Run the benchmark, if any (configure with UserHooks)" + "build:Compile all targets or specific target." + "check:Check the package for common mistakes" + "clean:Clean up after a build" + "copy:Copy the files into the install locations" + "configure:Prepare to build the package" + "exec:Run a command with the cabal environment" + "fetch:Downloads packages for later installation" + "freeze:Freeze dependencies." + "get:Gets a package's source code" + "haddock:Generate Haddock HTML documentation" + "help:Help about commands" + "hscolour:Generate HsColour colourised code, in HTML format" + "info:Display detailed information about a particular package" + "init:Interactively create a .cabal file" + "install:Installs a list of packages" + "list:List packages matching a search string" + "register:Register this package with the compiler" + "repl:Open an interpreter session for the given target" + "report:Upload build reports to a remote server" + "run:Runs the compiled executable" + "sandbox:Create/modify/delete a sandbox" + "sdist:Generate a source distribution file (.tar.gz)" + "test:Run the test suite, if any (configure with UserHooks)" + "unpack:Unpacks packages for user inspection" + "update:Updates list of known packages" + "upload:Uploads source packages to Hackage" + ) + _describe -t subcommands 'cabal subcommands' subcommands && ret=0 + esac + + return ret +} + +compdef _cabal_commands cabal + +function _cab_commands() { + local ret=1 state + _arguments ':subcommand:->subcommand' && ret=0 + + case $state in + subcommand) + subcommands=( + "sync:Fetch the latest package index" + "install:Install packages" + "uninstall:Uninstall packages" + "installed:List installed packages" + "configure:Configure a cabal package" + "build:Build a cabal package" + "clean:Clean up a build directory" + "outdated:Display outdated packages" + "info:Display information of a package" + "sdist:Make tar.gz for source distribution" + "upload:Uploading tar.gz to HackageDB" + "get:Untar a package in the current directory" + "deps:Show dependencies of this package" + "revdeps:Show reverse dependencies of this package" + "check:Check consistency of packages" + "genpaths:Generate Paths_.hs" + "search:Search available packages by package name" + "add:Add a source directory" + "test:Run tests" + "bench:Run benchmarks" + "doc:Generate manuals" + "ghci:Run GHCi (with a sandbox)" + "init:Initialize a sandbox" + "help:Display the help message of the command" + ) + _describe -t subcommands 'cab subcommands' subcommands && ret=0 + esac + + return ret +} + +command -v cab >/dev/null 2>&1 && { compdef _cab_commands cab } diff --git a/.oh-my-zsh/plugins/cake/README.md b/.oh-my-zsh/plugins/cake/README.md new file mode 100644 index 0000000..2c2a280 --- /dev/null +++ b/.oh-my-zsh/plugins/cake/README.md @@ -0,0 +1,15 @@ +# Cake + +This plugin provides completion for [CakePHP](https://cakephp.org/). + +To use it add cake to the plugins array in your zshrc file. + +```bash +plugins=(... cake) +``` + +## Note + +This plugin generates a cache file of the cake tasks found, named `.cake_task_cache`, in the current working directory. +It is regenerated when the Cakefile is newer than the cache file. It is advised that you add the cake file to your +`.gitignore` files. diff --git a/.oh-my-zsh/plugins/cake/cake.plugin.zsh b/.oh-my-zsh/plugins/cake/cake.plugin.zsh new file mode 100644 index 0000000..2370df9 --- /dev/null +++ b/.oh-my-zsh/plugins/cake/cake.plugin.zsh @@ -0,0 +1,33 @@ +# Set this to 1 if you want to cache the tasks +_cake_cache_task_list=1 + +# Cache filename +_cake_task_cache_file='.cake_task_cache' + +_cake_get_target_list () { + cake | grep '^cake ' | sed -e "s/cake \([^ ]*\) .*/\1/" | grep -v '^$' +} + +_cake_does_target_list_need_generating () { + + if [ ${_cake_cache_task_list} -eq 0 ]; then + return 1; + fi + + [ ! -f ${_cake_task_cache_file} ] && return 0; + [ Cakefile -nt ${_cake_task_cache_file} ] && return 0; + return 1; +} + +_cake () { + if [ -f Cakefile ]; then + if _cake_does_target_list_need_generating; then + _cake_get_target_list > ${_cake_task_cache_file} + compadd `cat ${_cake_task_cache_file}` + else + compadd `_cake_get_target_list` + fi + fi +} + +compdef _cake cake diff --git a/.oh-my-zsh/plugins/cakephp3/README.md b/.oh-my-zsh/plugins/cakephp3/README.md new file mode 100644 index 0000000..7e8f664 --- /dev/null +++ b/.oh-my-zsh/plugins/cakephp3/README.md @@ -0,0 +1,16 @@ +# cakephp3 plugin + +The plugin adds aliases and autocompletion for [cakephp3](https://book.cakephp.org/3.0/en/index.html). + +To use it, add `cakephp3` to the plugins array of your zshrc file: +``` +plugins=(... cakephp3) +``` + +## Aliases + +| Alias | Command | +|-----------|-------------------------------| +| c3 | `bin/cake` | +| c3cache | `bin/cake orm_cache clear` | +| c3migrate | `bin/cake migrations migrate` | diff --git a/.oh-my-zsh/plugins/cakephp3/cakephp3.plugin.zsh b/.oh-my-zsh/plugins/cakephp3/cakephp3.plugin.zsh new file mode 100644 index 0000000..a1a289f --- /dev/null +++ b/.oh-my-zsh/plugins/cakephp3/cakephp3.plugin.zsh @@ -0,0 +1,38 @@ +# CakePHP 3 basic command completion +_cakephp3_get_command_list () { + bin/cake completion commands +} + +_cakephp3_get_sub_command_list () { + bin/cake completion subcommands ${words[2]} +} + +_cakephp3_get_3rd_argument () { + bin/cake ${words[2]} ${words[3]} | \grep '\-\ '| \awk '{print $2}' +} + +_cakephp3 () { + local -a has3rdargument + has3rdargument=("all" "controller" "fixture" "model" "template") + if [ -f bin/cake ]; then + if (( CURRENT == 2 )); then + compadd $(_cakephp3_get_command_list) + fi + if (( CURRENT == 3 )); then + compadd $(_cakephp3_get_sub_command_list) + fi + if (( CURRENT == 4 )); then + if [[ ${has3rdargument[(i)${words[3]}]} -le ${#has3rdargument} ]]; then + compadd $(_cakephp3_get_3rd_argument) + fi + fi + fi +} + +compdef _cakephp3 bin/cake +compdef _cakephp3 cake + +#Alias +alias c3='bin/cake' +alias c3cache='bin/cake schema_cache clear' +alias c3migrate='bin/cake migrations migrate' diff --git a/.oh-my-zsh/plugins/capistrano/README.md b/.oh-my-zsh/plugins/capistrano/README.md new file mode 100644 index 0000000..335b794 --- /dev/null +++ b/.oh-my-zsh/plugins/capistrano/README.md @@ -0,0 +1,14 @@ +# Capistrano + +This plugin provides completion for [Capistrano](https://capistranorb.com/). + +To use it add capistrano to the plugins array in your zshrc file. + +```bash +plugins=(... capistrano) +``` + +For a working completion use the `capit` command instead of `cap`, because cap is a +[reserved word in zsh](http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module). + +`capit` automatically runs cap with bundler if a Gemfile is found. diff --git a/.oh-my-zsh/plugins/capistrano/_capistrano b/.oh-my-zsh/plugins/capistrano/_capistrano new file mode 100644 index 0000000..a79e47b --- /dev/null +++ b/.oh-my-zsh/plugins/capistrano/_capistrano @@ -0,0 +1,49 @@ +#compdef capit +#autoload + +# Added `capit` because `cap` is a reserved word. `cap` completion doesn't work. +# http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module + +local curcontext="$curcontext" state line ret=1 +local -a _configs + +_arguments -C \ + '1: :->cmds' \ + '2:: :->args' && ret=0 + +_cap_tasks() { + if [[ -f config/deploy.rb || -f Capfile ]]; then + if [[ ! -f .cap_tasks~ ]]; then + capit --tasks | sed 's/\(\[\)\(.*\)\(\]\)/\2:/' | awk '{command=$2; $1=$2=$3=""; gsub(/^[ \t\r\n]+/, "", $0); gsub(":", "\\:", command); print command"["$0"]"}' > .cap_tasks~ + fi + + OLD_IFS=$IFS + IFS=$'\n' + _values 'cap commands' $(< .cap_tasks~) + IFS=$OLD_IFS + # zmodload zsh/mapfile + # _values ${(f)mapfile[.cap_tasks~]} + fi +} + +_cap_stages() { + compadd $(find config/deploy -name \*.rb | cut -d/ -f3 | sed s:.rb::g) +} + +case $state in + cmds) + # check if it uses multistage + if [[ -d config/deploy ]]; then + _cap_stages + else + _cap_tasks + fi + ret=0 + ;; + args) + _cap_tasks + ret=0 + ;; +esac + +return ret diff --git a/.oh-my-zsh/plugins/capistrano/capistrano.plugin.zsh b/.oh-my-zsh/plugins/capistrano/capistrano.plugin.zsh new file mode 100644 index 0000000..8195728 --- /dev/null +++ b/.oh-my-zsh/plugins/capistrano/capistrano.plugin.zsh @@ -0,0 +1,11 @@ +# Added `capit` because `cap` is a reserved word. `cap` completion doesn't work. +# http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module + +function capit() { + if [ -f Gemfile ] + then + bundle exec cap $* + else + cap $* + fi +} diff --git a/.oh-my-zsh/plugins/cask/README.md b/.oh-my-zsh/plugins/cask/README.md new file mode 100644 index 0000000..e1335c1 --- /dev/null +++ b/.oh-my-zsh/plugins/cask/README.md @@ -0,0 +1,15 @@ +# Cask plugin + +[Cask](https://github.com/cask/cask) is a project management tool for Emacs that helps +automate the package development cycle; development, dependencies, testing, building, +packaging and more. + +This plugin loads `cask` completion from non-standard locations, such as if installed +via Homebrew or others. To enable it, add `cask` to your plugins array: + +```zsh +plugins=(... cask) +``` + +Make sure you have the `cask` directory in your `$PATH` before loading Oh My Zsh, +otherwise you'll get a "command not found" error. diff --git a/.oh-my-zsh/plugins/cask/cask.plugin.zsh b/.oh-my-zsh/plugins/cask/cask.plugin.zsh new file mode 100644 index 0000000..29120b3 --- /dev/null +++ b/.oh-my-zsh/plugins/cask/cask.plugin.zsh @@ -0,0 +1,26 @@ +() { + emulate -L zsh + + if ! (( $+commands[cask] )); then + print "zsh cask plugin: cask command not found" >&2 + return + fi + + cask_base=${commands[cask]:h:h} + + # Plain cask installation location (for Cask 0.7.2 and earlier) + comp_files=($cask_base/etc/cask_completion.zsh) + + # Mac Homebrew installs the completion in a different location + if (( $+commands[brew] )); then + comp_files+=($(brew --prefix)/share/zsh/site-functions/cask_completion.zsh) + fi + + # Load first found file + for f in $comp_files; do + if [[ -f "$f" ]]; then + source "$f" + break + fi + done +} diff --git a/.oh-my-zsh/plugins/catimg/README.md b/.oh-my-zsh/plugins/catimg/README.md new file mode 100644 index 0000000..68dc33c --- /dev/null +++ b/.oh-my-zsh/plugins/catimg/README.md @@ -0,0 +1,23 @@ +# catimg + +Plugin for displaying images on the terminal using the `catimg.sh` script provided by [posva](https://github.com/posva/catimg) + +To use it, add `catimg` to the plugins array in your zshrc file: + +```zsh +plugins=(... catimg) +``` + +## Requirements + +- `convert` (ImageMagick) + +## Functions + +| Function | Description | +| -------- | ---------------------------------------- | +| `catimg` | Displays the given image on the terminal | + +## Usage examples + +[![asciicast](https://asciinema.org/a/204702.png)](https://asciinema.org/a/204702) diff --git a/.oh-my-zsh/plugins/catimg/catimg.plugin.zsh b/.oh-my-zsh/plugins/catimg/catimg.plugin.zsh new file mode 100644 index 0000000..f4ff6f8 --- /dev/null +++ b/.oh-my-zsh/plugins/catimg/catimg.plugin.zsh @@ -0,0 +1,17 @@ +################################################################################ +# catimg script by Eduardo San Martin Morote aka Posva # +# https://posva.net # +# # +# Output the content of an image to the stdout using the 256 colors of the # +# terminal. # +# GitHub: https://github.com/posva/catimg # +################################################################################ + + +function catimg() { + if [[ -x `which convert` ]]; then + zsh $ZSH/plugins/catimg/catimg.sh $@ + else + echo "catimg need convert (ImageMagick) to work)" + fi +} diff --git a/.oh-my-zsh/plugins/catimg/catimg.sh b/.oh-my-zsh/plugins/catimg/catimg.sh new file mode 100644 index 0000000..f583924 --- /dev/null +++ b/.oh-my-zsh/plugins/catimg/catimg.sh @@ -0,0 +1,88 @@ +################################################################################ +# catimg script by Eduardo San Martin Morote aka Posva # +# https://posva.net # +# # +# Output the content of an image to the stdout using the 256 colors of the # +# terminal. # +# GitHub: https://github.com/posva/catimg # +################################################################################ + +function help() { + echo "Usage catimg [-h] [-w width] [-c char] img" + echo "By default char is \" \" and w is the terminal width" +} + +# VARIABLES +COLOR_FILE=$(dirname $0)/colors.png +CHAR=" " + +WIDTH="" +IMG="" + +while getopts qw:c:h opt; do + case "$opt" in + w) WIDTH="$OPTARG" ;; + c) CHAR="$OPTARG" ;; + h) help; exit ;; + *) help ; exit 1;; + esac + done + +while [ "$1" ]; do + IMG="$1" + shift +done + +if [ "$IMG" = "" -o ! -f "$IMG" ]; then + help + exit 1 +fi + +if [ ! "$WIDTH" ]; then + COLS=$(expr $(tput cols) "/" $(echo -n "$CHAR" | wc -c)) +else + COLS=$(expr $WIDTH "/" $(echo -n "$CHAR" | wc -c)) +fi +WIDTH=$(convert "$IMG" -print "%w\n" /dev/null) +if [ "$WIDTH" -gt "$COLS" ]; then + WIDTH=$COLS +fi + +REMAP="" +if convert "$IMG" -resize $COLS\> +dither -remap $COLOR_FILE /dev/null ; then + REMAP="-remap $COLOR_FILE" +else + echo "The version of convert is too old, don't expect good results :(" >&2 + #convert "$IMG" -colors 256 PNG8:tmp.png + #IMG="tmp.png" +fi + +# Display the image +I=0 +convert "$IMG" -resize $COLS\> +dither `echo $REMAP` txt:- 2>/dev/null | +sed -e 's/.*none.*/NO NO NO/g' -e '1d;s/^.*(\(.*\)[,)].*$/\1/g;y/,/ /' | +while read R G B f; do + if [ ! "$R" = "NO" ]; then + if [ "$R" -eq "$G" -a "$G" -eq "$B" ]; then + (( + I++, + IDX = 232 + R * 23 / 255 + )) + else + (( + I++, + IDX = 16 + + R * 5 / 255 * 36 + + G * 5 / 255 * 6 + + B * 5 / 255 + )) + fi + #echo "$R,$G,$B: $IDX" + echo -ne "\e[48;5;${IDX}m${CHAR}" + else + (( I++ )) + echo -ne "\e[0m${CHAR}" + fi + # New lines + (( $I % $WIDTH )) || echo -e "\e[0m" +done diff --git a/.oh-my-zsh/plugins/catimg/colors.png b/.oh-my-zsh/plugins/catimg/colors.png new file mode 100644 index 0000000000000000000000000000000000000000..5f2c8126bc0d8911a9de5d3ffbd4e37372b41671 GIT binary patch literal 353 zcmV-n0iOPeP) zV|@Gn{~G8ykjRV#PQCxH|Hm1Kz--RQKmY&$#Kd628_Utk00000NkvXXu0mjflf#Hs literal 0 HcmV?d00001 diff --git a/.oh-my-zsh/plugins/celery/README.md b/.oh-my-zsh/plugins/celery/README.md new file mode 100644 index 0000000..d2597f7 --- /dev/null +++ b/.oh-my-zsh/plugins/celery/README.md @@ -0,0 +1,9 @@ +# Celery + +This plugin provides completion for [Celery](http://www.celeryproject.org/). + +To use it add celery to the plugins array in your zshrc file. + +```bash +plugins=(... celery) +``` diff --git a/.oh-my-zsh/plugins/celery/_celery b/.oh-my-zsh/plugins/celery/_celery new file mode 100644 index 0000000..63af9fa --- /dev/null +++ b/.oh-my-zsh/plugins/celery/_celery @@ -0,0 +1,129 @@ +#compdef celery +#autoload + +#celery zsh completion + +_celery () { +local -a _1st_arguments ifargs dopts controlargs + +typeset -A opt_args + +_1st_arguments=('worker' 'events' 'beat' 'shell' 'multi' 'amqp' 'status' 'inspect' \ + 'control' 'purge' 'list' 'migrate' 'call' 'result' 'report') +ifargs=('--app=' '--broker=' '--loader=' '--config=' '--version') +dopts=('--detach' '--umask=' '--gid=' '--uid=' '--pidfile=' '--logfile=' '--loglevel=') +controlargs=('--timeout' '--destination') +_arguments \ + '(-A --app=)'{-A,--app}'[app instance to use (e.g. module.attr_name):APP]' \ + '(-b --broker=)'{-b,--broker}'[url to broker. default is "amqp://guest@localhost//":BROKER]' \ + '(--loader)--loader[name of custom loader class to use.:LOADER]' \ + '(--config)--config[Name of the configuration module:CONFIG]' \ + '(--workdir)--workdir[Optional directory to change to after detaching.:WORKING_DIRECTORY]' \ + '(-q --quiet)'{-q,--quiet}'[Don"t show as much output.]' \ + '(-C --no-color)'{-C,--no-color}'[Don"t display colors.]' \ + '(--version)--version[show program"s version number and exit]' \ + '(- : *)'{-h,--help}'[show this help message and exit]' \ + '*:: :->subcmds' && return 0 + +if (( CURRENT == 1 )); then + _describe -t commands "celery subcommand" _1st_arguments + return +fi + +case "$words[1]" in + worker) + _arguments \ + '(-C --concurrency=)'{-C,--concurrency=}'[Number of child processes processing the queue. The default is the number of CPUs.]' \ + '(--pool)--pool=:::(processes eventlet gevent threads solo)' \ + '(--purge --discard)'{--discard,--purge}'[Purges all waiting tasks before the daemon is started.]' \ + '(-f --logfile=)'{-f,--logfile=}'[Path to log file. If no logfile is specified, stderr is used.]' \ + '(--loglevel=)--loglevel=:::(critical error warning info debug)' \ + '(-N --hostname=)'{-N,--hostname=}'[Set custom hostname, e.g. "foo.example.com".]' \ + '(-B --beat)'{-B,--beat}'[Also run the celerybeat periodic task scheduler.]' \ + '(-s --schedule=)'{-s,--schedule=}'[Path to the schedule database if running with the -B option. Defaults to celerybeat-schedule.]' \ + '(-S --statedb=)'{-S,--statedb=}'[Path to the state database.Default: None]' \ + '(-E --events)'{-E,--events}'[Send events that can be captured by monitors like celeryev, celerymon, and others.]' \ + '(--time-limit=)--time-limit=[nables a hard time limit (in seconds int/float) for tasks]' \ + '(--soft-time-limit=)--soft-time-limit=[Enables a soft time limit (in seconds int/float) for tasks]' \ + '(--maxtasksperchild=)--maxtasksperchild=[Maximum number of tasks a pool worker can execute before it"s terminated and replaced by a new worker.]' \ + '(-Q --queues=)'{-Q,--queues=}'[List of queues to enable for this worker, separated by comma. By default all configured queues are enabled.]' \ + '(-I --include=)'{-I,--include=}'[Comma separated list of additional modules to import.]' \ + '(--pidfile=)--pidfile=[Optional file used to store the process pid.]' \ + '(--autoscale=)--autoscale=[Enable autoscaling by providing max_concurrency, min_concurrency.]' \ + '(--autoreload)--autoreload[Enable autoreloading.]' \ + '(--no-execv)--no-execv[Don"t do execv after multiprocessing child fork.]' + compadd -a ifargs + ;; + inspect) + _values -s \ + 'active[dump active tasks (being processed)]' \ + 'active_queues[dump queues being consumed from]' \ + 'ping[ping worker(s)]' \ + 'registered[dump of registered tasks]' \ + 'report[get bugreport info]' \ + 'reserved[dump reserved tasks (waiting to be processed)]' \ + 'revoked[dump of revoked task ids]' \ + 'scheduled[dump scheduled tasks (eta/countdown/retry)]' \ + 'stats[dump worker statistics]' + compadd -a controlargs ifargs + ;; + control) + _values -s \ + 'add_consumer[tell worker(s) to start consuming a queue]' \ + 'autoscale[change autoscale settings]' \ + 'cancel_consumer[tell worker(s) to stop consuming a queue]' \ + 'disable_events[tell worker(s) to disable events]' \ + 'enable_events[tell worker(s) to enable events]' \ + 'pool_grow[start more pool processes]' \ + 'pool_shrink[use less pool processes]' \ + 'rate_limit[tell worker(s) to modify the rate limit for a task type]' \ + 'time_limit[tell worker(s) to modify the time limit for a task type.]' + compadd -a controlargs ifargs + ;; + multi) + _values -s \ + '--nosplash[Don"t display program info.]' \ + '--verbose[Show more output.]' \ + '--no-color[Don"t display colors.]' \ + '--quiet[Don"t show as much output.]' \ + 'start' 'restart' 'stopwait' 'stop' 'show' \ + 'names' 'expand' 'get' 'kill' + compadd -a ifargs + ;; + amqp) + _values -s \ + 'queue.declare' 'queue.purge' 'exchange.delete' 'basic.publish' \ + 'exchange.declare' 'queue.delete' 'queue.bind' 'basic.get' + ;; + list) + _values -s, 'bindings' + ;; + shell) + _values -s \ + '--ipython[force iPython.]' \ + '--bpython[force bpython.]' \ + '--python[force default Python shell.]' \ + '--without-tasks[don"t add tasks to locals.]' \ + '--eventlet[use eventlet.]' \ + '--gevent[use gevent.]' + compadd -a ifargs + ;; + beat) + _arguments \ + '(-s --schedule=)'{-s,--schedule=}'[Path to the schedule database. Defaults to celerybeat-schedule.]' \ + '(-S --scheduler=)'{-S,--scheduler=}'[Scheduler class to use. Default is celery.beat.PersistentScheduler.]' \ + '(--max-interval)--max-interval[]' + compadd -a dopts fargs + ;; + events) + _arguments \ + '(-d --dump)'{-d,--dump}'[Dump events to stdout.]' \ + '(-c --camera=)'{-c,--camera=}'[Take snapshots of events using this camera.]' \ + '(-F --frequency=)'{-F,--frequency=}'[Camera: Shutter frequency. Default is every 1.0 seconds.]' \ + '(-r --maxrate=)'{-r,--maxrate=}'[Camera: Optional shutter rate limit (e.g. 10/m).]' + compadd -a dopts fargs + ;; + *) + ;; + esac +} diff --git a/.oh-my-zsh/plugins/charm/README.md b/.oh-my-zsh/plugins/charm/README.md new file mode 100644 index 0000000..f237dce --- /dev/null +++ b/.oh-my-zsh/plugins/charm/README.md @@ -0,0 +1,9 @@ +# Charm plugin + +This plugin adds completion for the [charm](https://github.com/charmbracelet/charm) CLI. + +To use it, add `charm` to the plugins array in your zshrc file: + +```zsh +plugins=(... charm) +``` diff --git a/.oh-my-zsh/plugins/charm/charm.plugin.zsh b/.oh-my-zsh/plugins/charm/charm.plugin.zsh new file mode 100644 index 0000000..52361ce --- /dev/null +++ b/.oh-my-zsh/plugins/charm/charm.plugin.zsh @@ -0,0 +1,14 @@ +# Autocompletion for the Charm CLI (charm). +if (( ! $+commands[charm] )); then + return +fi + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `charm`. Otherwise, compinit will have already done that. +if [[ ! -f "$ZSH_CACHE_DIR/completions/_charm" ]]; then + typeset -g -A _comps + autoload -Uz _charm + _comps[charm]=_charm +fi + +charm completion zsh >| "$ZSH_CACHE_DIR/completions/_charm" &| diff --git a/.oh-my-zsh/plugins/chruby/README.md b/.oh-my-zsh/plugins/chruby/README.md new file mode 100644 index 0000000..19eb15a --- /dev/null +++ b/.oh-my-zsh/plugins/chruby/README.md @@ -0,0 +1,21 @@ +# chruby plugin + +This plugin loads [chruby](https://github.com/postmodern/chruby), a tool that changes the +current Ruby version, and completion and a prompt function to display the Ruby version. +Supports brew and manual installation of chruby. + +To use it, add `chruby` to the plugins array in your zshrc file: + +```zsh +plugins=(... chruby) +``` + +## Usage + +If you'd prefer to specify an explicit path to load chruby from +you can set variables like so: + +```zsh +zstyle :omz:plugins:chruby path /local/path/to/chruby.sh +zstyle :omz:plugins:chruby auto /local/path/to/auto.sh +``` diff --git a/.oh-my-zsh/plugins/chruby/chruby.plugin.zsh b/.oh-my-zsh/plugins/chruby/chruby.plugin.zsh new file mode 100644 index 0000000..1210897 --- /dev/null +++ b/.oh-my-zsh/plugins/chruby/chruby.plugin.zsh @@ -0,0 +1,94 @@ +## load chruby from different locations + +_source-from-omz-settings() { + local _chruby_path _chruby_auto + + zstyle -s :omz:plugins:chruby path _chruby_path || return 1 + zstyle -s :omz:plugins:chruby auto _chruby_auto || return 1 + + if [[ -r ${_chruby_path} ]]; then + source ${_chruby_path} + fi + + if [[ -r ${_chruby_auto} ]]; then + source ${_chruby_auto} + fi +} + +_source-from-homebrew() { + (( $+commands[brew] )) || return 1 + + local _brew_prefix + # check default brew prefix + if [[ -h /usr/local/opt/chruby ]];then + _brew_prefix="/usr/local/opt/chruby" + else + # ok , it is not default prefix + # this call to brew is expensive ( about 400 ms ), so at least let's make it only once + _brew_prefix=$(brew --prefix chruby) + fi + + [[ -r "$_brew_prefix" ]] || return 1 + + source $_brew_prefix/share/chruby/chruby.sh + source $_brew_prefix/share/chruby/auto.sh +} + +_load-chruby-dirs() { + local dir + for dir in "$HOME/.rubies" "$PREFIX/opt/rubies"; do + if [[ -d "$dir" ]]; then + RUBIES+=("$dir") + fi + done +} + +# Load chruby +if _source-from-omz-settings; then + _load-chruby-dirs +elif [[ -r "/usr/local/share/chruby/chruby.sh" ]] ; then + source /usr/local/share/chruby/chruby.sh + source /usr/local/share/chruby/auto.sh + _load-chruby-dirs +elif _source-from-homebrew; then + _load-chruby-dirs +fi + +unfunction _source-from-homebrew _source-from-omz-settings _load-chruby-dirs + + +## chruby utility functions and aliases + +# rvm and rbenv plugins also provide this alias +alias rubies='chruby' + +function current_ruby() { + local ruby + ruby="$(chruby | grep \* | tr -d '* ')" + if [[ $(chruby | grep -c \*) -eq 1 ]]; then + echo ${ruby} + else + echo "system" + fi +} + +function chruby_prompt_info() { + echo "${$(current_ruby):gs/%/%%}" +} + +# Complete chruby command with installed rubies +_chruby() { + compadd $(chruby | tr -d '* ') + if PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" command ruby &>/dev/null; then + compadd system + fi +} + +compdef _chruby chruby + + +# Simple definition completer for ruby-build +if command ruby-build &> /dev/null; then + _ruby-build() { compadd $(ruby-build --definitions) } + compdef _ruby-build ruby-build +fi diff --git a/.oh-my-zsh/plugins/chucknorris/.gitignore b/.oh-my-zsh/plugins/chucknorris/.gitignore new file mode 100644 index 0000000..267c504 --- /dev/null +++ b/.oh-my-zsh/plugins/chucknorris/.gitignore @@ -0,0 +1 @@ +fortunes/chucknorris.dat diff --git a/.oh-my-zsh/plugins/chucknorris/README.md b/.oh-my-zsh/plugins/chucknorris/README.md new file mode 100644 index 0000000..b51875d --- /dev/null +++ b/.oh-my-zsh/plugins/chucknorris/README.md @@ -0,0 +1,38 @@ +# chucknorris + +Chuck Norris fortunes plugin for Oh My Zsh. Perfectly suitable as MOTD. + +To use it add `chucknorris` to the plugins array in you zshrc file. + +```zsh +plugins=(... chucknorris) +``` + +## Usage + +| Command | Description | +| ----------- | ------------------------------- | +| `chuck` | Print random Chuck Norris quote | +| `chuck_cow` | Print quote in cowthink | + +Example: output of `chuck_cow`: + +``` +Last login: Fri Jan 30 23:12:26 on ttys001 + ______________________________________ +( When Chuck Norris plays Monopoly, it ) +( affects the actual world economy. ) + -------------------------------------- + o ^__^ + o (oo)\_______ + (__)\ )\/\ + ||----w | + || || +``` + +## Requirements + +- `fortune` +- `cowsay` if using `chuck_cow` + +Available via homebrew, apt, ... diff --git a/.oh-my-zsh/plugins/chucknorris/chucknorris.plugin.zsh b/.oh-my-zsh/plugins/chucknorris/chucknorris.plugin.zsh new file mode 100644 index 0000000..b90abe3 --- /dev/null +++ b/.oh-my-zsh/plugins/chucknorris/chucknorris.plugin.zsh @@ -0,0 +1,24 @@ +() { + # %x: name of file containing code being executed + local fortunes_dir="${${(%):-%x}:h}/fortunes" + + # Aliases + alias chuck="fortune -a $fortunes_dir" + alias chuck_cow="chuck | cowthink" + + # Automatically generate or update Chuck's compiled fortune data file + if [[ "$fortunes_dir/chucknorris" -ot "$fortunes_dir/chucknorris.dat" ]]; then + return + fi + + # For some reason, Cygwin puts strfile in /usr/sbin, which is not on the path by default + local strfile="${commands[strfile]:-/usr/sbin/strfile}" + if [[ ! -x "$strfile" ]]; then + echo "[oh-my-zsh] chucknorris depends on strfile, which is not installed" >&2 + echo "[oh-my-zsh] strfile is often provided as part of the 'fortune' package" >&2 + return + fi + + # Generate the compiled fortune data file + $strfile "$fortunes_dir/chucknorris" "$fortunes_dir/chucknorris.dat" >/dev/null +} diff --git a/.oh-my-zsh/plugins/chucknorris/fortunes/chucknorris b/.oh-my-zsh/plugins/chucknorris/fortunes/chucknorris new file mode 100644 index 0000000..9e36ce8 --- /dev/null +++ b/.oh-my-zsh/plugins/chucknorris/fortunes/chucknorris @@ -0,0 +1,568 @@ +King Kong climbed the Empire State building in fear of Chuck Norris who was downstairs at the time. +% +"2012" is code for, Chuck Norris when he is pissed. +% +"The Big Chuck Norris Roundhouse-Kick Theory" +% +"The wind cries Chuck Norris" +% +"Walker Texas Ranger: The Movie 3-D" was considered by Warner Brothers; however the technology to create the visual effects will never be possible. +% +A Handicapped parking sign does not signify that this spot is for handicapped people. It is actually in fact a warning, that the spot belongs to Chuck Norris and that you will be handicapped if you park there. +% +Abraham Lincoln didn't die because he was shot, Chuck Norris roundhouse-kicked so fast his foot went back in time and killed Abraham Lincoln. +% +Achievement Unlocked: Chuck Norris of Death +% +After Chuck counted to infinity the first time, he vowed to count to infinity a second time....by counting the bodies of those previously roundhoused. +% +Aliens fear that Chuck Norris might abduct them. +% +An angry glare from Chuck Norris is known to kill on the spot. +% +Behind every successful man is Chuck Norris. +% +Beware of dogs... Dogs, beware of Chuck Norris. +% +Bruce Lee didn't defeat Chuck Norris. Chuck hit Bruce with a Delayed roundhouse kick that was so fast that Lee only felt the impact a year later! +% +CNN was originally created as the "Chuck Norris Network" to update Americans with on-the-spot ass kicking in real-time. +% +Casinos pay Chuck Norris not to play at anything or wish anyone good luck. +% +Chuck Norris - the new standard. +% +Chuck Norris CAN balance the light-switch between ON and OFF. +% +Chuck Norris CAN believe it's not butter. +% +Chuck Norris CAN spell with an I before E even after C. +% +Chuck Norris can play the theme from the Twilight Zone with his beard. +% +Chuck Norris can power solar panels. At night. +% +Chuck Norris watches "the Nat.Geo. Specials" on Discovery Channel. +% +Chuck Norris bowled a 301 after constructing another pin out of his beard hair. +% +Chuck Norris burnt a fire proof vest, UNDERWATER! +% +Chuck Norris can French kiss his elbow. +% +Chuck Norris can bake in a freezer. +% +Chuck Norris can defuse a bomb by cutting the wrong wire. +% +Chuck Norris can dig a hole in air. +% +Chuck Norris can divide by zero. +% +Chuck Norris can do a regime change with a roundhouse kick. +% +Chuck Norris can fit 10 gallons of water in a 5 gallon bucket. +% +Chuck Norris can grill a popsicle. +% +Chuck Norris can lead a horse to water AND make it drink. +% +Chuck Norris can make his own megazord "The Chuck Norris Roundhouse Kickers Ultimate Super Awesome Megazord". +% +Chuck Norris can milk an alligator. +% +Chuck Norris can play the death waltz with his chin. +% +Chuck Norris can roundhouse kick someone through a window without breaking the glass. +% +Chuck Norris can roundhouse-kick round houses into squares. +% +Chuck Norris can rub two fires together and make a stick! +% +Chuck Norris can see in 3D with just one eye. +% +Chuck Norris can slam a revolving door. +% +Chuck Norris can terminate a repeating decimal. +% +Chuck Norris can turn toast back into bread. +% +Chuck Norris can win a game of Connect Four in only three moves. +% +Chuck Norris can win in a top spinning tournament with a cube. +% +Chuck Norris can't perform Hadoukens, he IS a Hadouken. +% +Chuck Norris checks under his bed for Fedor Emelianenko because he takes Fedor to the vet regularly. +% +Chuck Norris counted to infinity - twice. +% +Chuck Norris created Heavy Metal when he was upset. +% +Chuck Norris does not get frostbite. Chuck Norris bites frost. +% +Chuck Norris does not have a cell phone because he hears everything. +% +Chuck Norris does not sleep. He waits. +% +Chuck Norris doesn't bowl strikes, he just knocks down one pin and the other nine faint. +% +Chuck Norris doesn't call the wrong number, you just answer the wrong phone. +% +Chuck Norris doesn't cheat death, he beats it fair and square. +% +Chuck Norris doesn't churn butter. He roundhouse kicks the cows and the butter comes straight out. +% +Chuck Norris doesn't eat, he just sucks the energy out of food by staring at it. +% +Chuck Norris doesn't exhale. The air runs desperately scared out of his lungs. +% +Chuck Norris doesn't go hunting.... CHUCK NORRIS GOES KILLING. +% +Chuck Norris doesn't let it go. +% +Chuck Norris doesn't like Mudkipz. +% +Chuck Norris doesn't look for fun. The fun looks for Chuck Norris. +% +Chuck Norris doesn't need a bulletproof vest. He catches them with his bare hands. +% +Chuck Norris doesn't need air, he is air. +% +Chuck Norris doesn't need sunglasses, the sun needs Chuck Norris glasses. +% +Chuck Norris doesn't need to brush his teeth, his spit acts as a bleach. +% +Chuck Norris doesn't read books. He stares them down until he gets the information he wants. +% +Chuck Norris doesn't throw up if he drinks too much. Chuck Norris throws down! +% +Chuck Norris doesn't eat salad, he eats vegetarians. +% +Chuck Norris doesn't wash his clothes, he disembowels them. +% +Chuck Norris doesn't wear a watch. HE decides what time it is. +% +Chuck Norris doesn't carry a list. He always knows what to do. +% +Chuck Norris drives an ice cream truck covered in human skulls. +% +Chuck Norris drowned a man ON LAND. +% +Chuck Norris fed the Hunger Games. +% +Chuck Norris found the hay in the needle stack. +% +Chuck Norris found the last digit of pi. +% +Chuck Norris had a knife thrown at him. The knife didn't impale him; he impaled the knife. +% +Chuck Norris has a battle cruiser AND a car. +% +Chuck Norris has killed the Dead Sea. +% +Chuck Norris has made a 148 break at snooker. +% +Chuck Norris invented Kentucky Fried Chicken's famous secret recipe, with eleven herbs and spices. But nobody ever mentions the twelfth ingredient: Fear. +% +Chuck Norris is allowed two carry-ons. +% +Chuck Norris is currently suing NBC, claiming Law and Order are trademarked names for his left and right legs. +% +Chuck Norris is currently suing any broadway theater that plays "The Nutcracker". He claims its an infringement on his "other" roundhouse kick. +% +Chuck Norris is entitled to his own facts. +% +Chuck Norris is my Homeboy. +% +Chuck Norris is so fast, he can run around the world and punch himself in the back of the head. +% +Chuck Norris is so hard, he uses diamonds as stress balls. +% +Chuck Norris is so scary, he makes sharks swim backwards away from him. +% +Chuck Norris is ten feet tall, weighs two-tons, breathes fire, and could eat a hammer and take a shotgun blast standing. +% +Chuck Norris is the ghost in paranormal activity. +% +Chuck Norris is the life of parties he doesn't attend. +% +Chuck Norris is the meaning of life. Too bad he's also the meaning of death. +% +Chuck Norris is the only man to ever defeat a brick wall in a game of tennis. +% +Chuck Norris is the only one who can tear a facebook page! +% +Chuck Norris is the reason that the world will end in 2012. He was getting bored with the Earth. +% +Chuck Norris is the reason tumbleweeds tumble. +% +Chuck Norris is the reason why Waldo is hiding. +% +Chuck Norris is waiting for Mt. St. Helens to erupt again. He's hoping the lava is hot enough to soften his beard so he can shave for the first time. +% +Chuck Norris isn't allowed at the zoo, because when he's there the animals are too terrified to come out of their cages. +% +Chuck Norris made a statue bleed. +% +Chuck Norris made the big bang just by clicking his fingers. +% +Chuck Norris never trains, because he's Chuck Norris. +% +Chuck Norris once cried just to see what it was like. The end result was the creation of life. +% +Chuck Norris once cut a knife with a stick of butter. +% +Chuck Norris once got a 200 yard punt return. +% +Chuck Norris once had a pet monkey named KING KONG. +% +Chuck Norris once had a street named after him. The name removed at once, because nobody crosses Chuck Norris, and lives. +% +Chuck Norris once had a weak moment, just to know what it felt like. +% +Chuck Norris once played Duck Duck Goose with a group of Kindergarteners. Only one kid made it to first grade. +% +Chuck Norris once proved p^~p by induction on his beard hairs. +% +Chuck Norris once punched the ground to stop an earthquake. The resulting aftershock caused the BP oil spill. +% +Chuck Norris once round-house kicked a salesman. Over the phone. +% +Chuck Norris once roundhouse kicked a football. The astronomical society now considers it a planet. +% +Chuck Norris once thought he was wrong. He was, however, mistaken. +% +Chuck Norris once walked down a street with his fists in his pockets. He was then arrested for concealing two deadly weapons. +% +Chuck Norris once won the Tour de France riding a "big wheel". +% +Chuck Norris originally appeared in the "Street Fighter II" video game, but was removed by Beta Testers because every button caused him to do a roundhouse kick. When asked bout this "glitch," Norris replied, "That's no glitch." +% +Chuck Norris owns all number 1 pencils. +% +Chuck Norris pees Adamantium. +% +Chuck Norris plays Texas Hold'Em with Zeus, every second Wednesday of the month. +% +Chuck Norris played "Got your Nose" with Voldemort and won. +% +Chuck Norris played the game of thrones and won. +% +Chuck Norris protects his bodyguards. +% +Chuck Norris rolled a 20 on a 6 sided die. +% +Chuck Norris roundhouse kicks people in the face first and asks questions later. +% +Chuck Norris sent a BBM to an iPhone. +% +Chuck Norris shops at Sam's Club, but leaves without having his receipt checked. +% +Chuck Norris splattered tiger blood and Adonis' DNA on Charlie Sheen with 1 roundhouse kick! +% +Chuck Norris started Chuck Norris. +% +Chuck Norris starts his day with 6 live chickens, two cows, three pigs, and a boiling hot cup of pure fury. +% +Chuck Norris told me to put this here. +% +Chuck Norris uses a real mouse to move the cursor, type on the keyboard, write e-mails, code entire websites, and make coffee. +% +Chuck Norris uses pepper spray to spice up his steaks. +% +Chuck Norris was heard in a soundproof room! +% +Chuck Norris was once turned down for American Idol. When Simon was questioned about it, he replied "I'm retiring after this season". I wonder why? +% +Chuck Norris was originally in Mortal Kombat, but that version was deleted because no one can beat Chuck Norris in a fight. +% +Chuck Norris was the image used for Papa Smurf. +% +Chuck Norris was the reason why the Great Wall of China was constructed. It failed miserably. +% +Chuck Norris was what Willis was talking about. +% +Chuck Norris wasn't born on his birthday. +% +Chuck Norris watched the first steps on the moon... from his summer home on Mars. +% +Chuck Norris went up the creek without a paddle... or a canoe. +% +Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia. +% +Chuck Norris wins NASCAR races with all right turns. +% +Chuck Norris won a stepdance contest by standing on his hands. +% +Chuck Norris yells at drill Sergeants. +% +Chuck Norris' dog picks up after him. +% +Chuck Norris' films are factual documentaries. +% +Chuck Norris' first job was as a paperboy. There were no survivors. +% +Chuck Norris' glass is never half full or half empty. It stays full even after he takes a drink. +% +Chuck Norris' hand is the only hand that can beat a Royal Flush. +% +Chuck Norris' personal airplane is called Air Force Chuck. +% +Chuck Norris. Enough said. +% +Chuck Norris: even Naruto can't believe it. +% +Chuck Norris can make sour milk turn fresh. +% +Contrary to popular belief, Rome WAS built in a day, by Chuck Norris. +% +Contrary to popular belief, America is not a democracy, it is a Chucktatorship. +% +Contrary to popular belief, Chuck Norris, not the box jellyfish of northern Australia, is the most venomous creature on Earth. +% +Cops don't need badges in their wallets, but only a picture of Chuck Norris. +% +Crop circles are Chuck Norris' way of telling the world that sometimes corn needs to lie down. +% +Did you hear about the boy who cried Chuck Norris? +% +Dog the Bounty Hunter can't track Chuck Norris down. +% +Don't get Chuck Norris angry. Last time somebody did that, Chuck Norris made the Grand Canyon. +% +Earth's rotation is purely governed by the direction that Chuck Norris is walking. +% +Ever wonder what really happened to the dinosaurs? They all dug their own graves when they heard Chuck Norris was coming. +% +Every line in a Chuck Norris haiku is "A roundhouse kick to the face." And they all have the correct number of syllables. +% +Every phobia known to man has a phobia of Chuck Norris. +% +Every time there's an earthquake, you know Chuck Norris is hungry. The earthquake is caused by his stomach growling. +% +Evolution's driving mechanism is nature's desperate attempt to escape Chuck Norris. +% +Fear of spiders is arachnophobia. Fear of tight spaces is claustrophobia. Fear of Chuck Norris is called Logic. +% +Fool me once, shame on you. Fool Chuck Norris once and he will roundhouse you in the face. +% +Ghosts can see Chuck Norris. +% +Guns don't kill people. Chuck Norris kills people. +% +How much wood could a woodchuck chuck if a woodchuck could chuck wood? No woodchuck could chuck Chuck's wood! +% +If Chuck Norris were a calendar, every month would be named Chucktober, and every day he'd kick your ass. +% +If Chuck Norris were to get into a fight with another Chuck Norris, Chuck Norris would win. +% +If God doesn't know, Chuck does. +% +If Goliath listened to Chuck Norris, he would have won. +% +If at first you don't succeed, you're not Chuck Norris. +% +If you ask Chuck Norris what time it is, he always says, "Two seconds 'til." After you ask, "Two seconds 'til what?" he roundhouse kicks you in the face. +% +If you put in the correct cheat code in Halo 2, you can have Master Chief play without his helmet, revealing himself to be Chuck Norris. +% +If you see a man in the street who looks like Chuck Norris, but isn't, run: you don't want to be caught in the resulting roundhouse kick to his face. +% +If you spell Chuck Norris in Scrabble, you win. Forever. +% +In 1945 The US army asked if they could clone Chuck Norris. Instead he said he could sort out the Japanese. +% +In Texas, there are five sizes for fountain drinks: small, medium, large, Texas sized, and Chuck Norris sized. It is a cup made of a human skull. +% +In a rain storm Chuck Norris stays dry. Rain drops are scared to hit him. +% +In the back of the book of world records, it says "All records are held by Chuck Norris. The ones listed are in second place." +% +James Bond has a license to kill. He got it from Chuck Norris. +% +Jedis are now taught to use the "Chuck". +% +MacGyver immediately tried to make a bomb out of some Q-Tips and Gatorade, but Chuck Norris roundhouse-kicked him in the solar plexus. MacGyver promptly threw up his own heart. +% +Machiavelli said it is better to be feared than loved because he was inspired by Chuck Norris. +% +May the Force be with Chuck Norris... for its own good. +% +Merlin was Chuck Norris' assistant. +% +Most people have 23 pairs of chromosomes. Chuck Norris has 72... and they're all poisonous. +% +Note to self: Don't be the cashier to tell Chuck Norris his coupons have expired. +% +Chuck Norris' keyboard has no control key. Chuck Norris is always in control. +% +Once upon a time, Chuck Norris found himself in a town called Shit Creek. He opened a Paddle Store. +% +One glance from Chuck Norris and snow turns itself yellow. +% +One time a test cheated on Chuck Norris. +% +Only Chuck Norris can win the mind game, 'cause he never minds. +% +Only Chuck Norris is stronger than an Altoid. +% +Outer space exists because it's afraid to be on the same planet with Chuck Norris. +% +Ozzy Osbourne once accidentally bit the head off a live bat - Chuck Norris once deliberately bit the head off a live pterodactyl. +% +Pluto is actually an orbiting group of British soldiers from the American Revolution who entered space after the Chuck gave them a roundhouse kick to the face. +% +Police label anyone attacking Chuck Norris as a Code 45-11.... a suicide. +% +Remember the Soviet Union? They decided to quit after watching a DeltaForce marathon on Satellite TV. +% +Simon doesn't say... Chuck Norris says. +% +Some boots were made for walking. Some boots may walk all over you, but Chuck Norris' boots walk THROUGH you. +% +Some kids pee their name in snow. Chuck Norris pees his name in concrete. +% +Some people ask for a Kleenex when they sneeze, Chuck Norris asks for a body bag. +% +Someone once videotaped Chuck Norris getting pissed off. It was called Walker: Texas Chain Saw Massacre. +% +Staring at Chuck Norris for extended periods of time without proper eye protection will cause blindness, and possibly foot sized bruises on the face. +% +Taking Karate Lessons = $100, Buying MMA DVD's = $150, Subscribing to a UFC event = $50, Getting a Roundhouse Kick from Chuck Norris = PRICELESS. +% +That's not an eclipse. That's the sun hiding from Chuck Norris. +% +The Beatles are on iTunes because Chuck Norris bought a Mac. +% +The Earth is made up of two-thirds water and one-third Chuck Norris. +% +The Earth was almost destroyed by a 50 km wide asteroid in 1984, but Chuck Norris roundhouse kicked it into the Sun. +% +The Great Wall of China was originally created to keep Chuck Norris out. It failed miserably. +% +The Joneses are trying to keep up with Chuck Norris. +% +The Matrix Trilogy would have ended on the first movie had Keanu Reeves said, “I know Chuck Norris.” +% +The answer to life, the universe and everything isn't 42. It's Chuck Norris. +% +The apple falls far from the tree, when Chuck's roundhouse kick is taken to the trunk. +% +The best part of waking up is not Folgers in your cup. it's knowing that Chuck Norris let you live. +% +The chief export of Chuck Norris is pain. +% +The dictionary references Chuck Norris several times, he is mentioned under Fear, Law, Order and Chucktatorship. +% +The leading causes of death in the United States are: 1. Heart Disease 2. Chuck Norris 3. Cancer. +% +The letters in Chuck Norris cannot be unscrambled. +% +The only place where the Starship Enterprise refuses to boldly go is Chuck Norris' planet... which is all of them. +% +The only reason that USA lost the 2011 world cup to Japan is because Chuck Norris wasn't there. +% +The only sure things are Death and Taxes, and when Chuck Norris goes to work for the IRS, they'll be the same thing. +% +The only way sharks will come near CN underwater is when CN is inside of a cage. +% +The only word that rhymes with orange is Chuck Norris. +% +The producers of the movie "The Last Airbender" are now in talks with Chuck Norris in Order to star him in their next sequel "The Last Skull Bender". +% +The quickest way to a man's heart is with Chuck Norris' fist. +% +The reason why Batman only comes out at night is because he's afraid he might encounter Chuck Norris in the morning and afternoon. +% +The red phone in the oval office rings directly to Chuck Norris' cell phone. +% +The show Survivor had the original premise of putting people on an island with Chuck Norris. There were no survivors, and nobody is brave enough to go to the island to retrieve the footage. +% +The square root of Chuck Norris is pain. Do not try to square Chuck Norris. The result is death. +% +The sun only rises every morning because Chuck Norris allows it to. +% +The truth hurts, doesn't it? Chuck Norris' truth kills. +% +There is no chin behind Chuck Norris' beard. There is only another fist. +% +There is no limbo, only a world that doesn't know of Chuck Norris. +% +There is no such thing as global warming. Chuck Norris was cold, so he turned the sun up. +% +There is no theory of evolution, just a list of creatures Chuck Norris has allowed to live. +% +This one time at band camp... BAM! Chuck Norris. +% +Those who ignore history, are doomed by Chuck Norris. +% +Trick me once, shame on you, trick Chuck Norris.. rest in peace. +% +Unlike Jack Bauer, Chuck Norris doesn't need bullets. A quick roundhouse to the face kills twice as fast. +% +Walker: Texas Ranger went into syndication before the first episode was shot. +% +What was going through the minds of all of Chuck Norris' victims before they died? His shoe. +% +Whatever Chuck Norris wants, it will instantly appear. +% +When Betty White gets angry, she turns into the Hulk. When Valerie Bertinelli gets mad, she turns into Chuck Norris. +% +When Chuck Norris creates a login, it tells him "password not strong enough." He types in his name and it tells him "password too strong." +% +When Chuck Norris does a pushup, he isn't lifting himself up, he's pushing the Earth down. +% +When Chuck Norris drinks water, the water automatically pasteurized. +% +When Chuck Norris goes to Vegas, he doesn't have to gamble. The casinos just give him stacks of money. +% +When Chuck Norris goes to rodeos, bulls ride him. +% +When Chuck Norris goes to the library, he looks for the Guinness book of records in the comedy section. +% +When Chuck Norris inhales helium, his voice doesn't change. +% +When Chuck Norris performs a roundhouse kick, he's actually measuring the circumference of the universe. +% +When Chuck Norris played the card game War with a friend, France surrendered. +% +When Chuck Norris pokes the Pillsbury Doughboy, it's not a laughing matter. +% +When Chuck Norris roundhouse-kicks you, he decides when you will feel the impact. +% +When Chuck Norris sends in his taxes, he sends blank forms and includes only a picture of himself, crouched and ready to attack. Chuck Norris has not had to pay taxes, ever. +% +When Chuck Norris tosses a coin, it lands on both heads and tails. +% +When God said "Let there be light!", Chuck Norris said "Only for half the day." +% +When Presidents speak, their nation listens. When Chuck Norris blinks, the whole world listens. +% +When Steven Seagal kills a ninja, he only takes its hide. When Chuck Norris kills a ninja, he uses every part. +% +When chuck Norris was in school, he made his PE teacher run laps. +% +When does Chuck Norris run out of shotgun bullets? whenever he wants to. +% +When taking the SAT, write "Chuck Norris" for every answer. You will score over 8000. +% +When the Boogeyman goes to sleep every night, he checks his closet for Chuck Norris. +% +When things go bump in the night, it's Chuck Norris +% +While visiting the Hexagon, Chuck Norris was asked to demonstrate his famous roundhouse kick. Henceforth, it has been known as the Pentagon. +% +Why didn't the chicken cross the road? Because Chuck Norris got to it first. +% +You know Chuck Norris' pet lizard, right? Last I heard, he was in the movie "Godzilla". Oh, and his pet turtle starred in "Gamera" as well. +% +http://chucknorrisfacts.com/ is built in Drupal because Chuck Norris knows a good CMS when he sees one. +% +Chuck Norris made the first Giraffe by uppercutting a horse. +% +Chuck Norris can hear sign language. +% +Chuck Norris make onions cry. +% +Chuck Norris doesn't shake hands, he makes them tremble. +% diff --git a/.oh-my-zsh/plugins/cloudfoundry/README.md b/.oh-my-zsh/plugins/cloudfoundry/README.md new file mode 100644 index 0000000..567a905 --- /dev/null +++ b/.oh-my-zsh/plugins/cloudfoundry/README.md @@ -0,0 +1,58 @@ +# Cloudfoundry Plugin + +This plugin is intended to offer a few simple aliases for regular users of the [Cloud Foundry Cli][1]. Most are just simple aliases that will save a bit of typing. Others include mini functions and or accept parameters. Take a look at the table below for details. + +| Alias | Command | Description | +|----------|-----------------------------|--------------------------------------------------------------------------| +| cfl | `cf login` | Login to Cloud Foundry | +| cft | `cf target` | Target the cli at a specific Org/Space in Cloud Foundry | +| cfa | `cf apps` | List all applications in the current Org/Space | +| cfs | `cf services` | List all services in the current Org/Space | +| cfm | `cf marketplace` | List the services available in the Marketplace | +| cfp | `cf push` | Push your application code to Cloud Foundry | +| cfcs | `cf create-service` | Create a service based on a Marketplace offering | +| cfbs | `cf bind-service` | Bind an application to a service you created | +| cfus | `cf unbind-service` | Unbind a service from an application | +| cfds | `cf delete-service` | Delete a service you no longer have bound | +| cfup | `cf cups` | Create a "user-provided-service" | +| cflg | `cf logs` | Tail the logs of an application (requires ) | +| cfr | `cf routes` | List all the routes in the current Space | +| cfe | `cf env` | Show the environment variables for an application (requires ) | +| cfsh | `cf ssh` | Attach to a running container (requires an etc.) | +| cfsc | `cf scale` | Scale an application (requires an etc.) | +| cfev | `cf events` | Show the application events (requires ) | +| cfdor | `cf delete-orphaned-routes` | Delete routes that are no longer bound to applications | +| cfbpk | `cf buildpacks` | List the available buildpacks | +| cfdm | `cf domains` | List the domains associates with this Cloud Foundry foundation | +| cfsp | `cf spaces` | List all the Spaces in the current Org | +| cfap | `cf app` | Show the details of a deployed application (requires ) | +| cfh. | `export CF_HOME=$PWD/.cf` | Set the current directory as CF_HOME | +| cfh~ | `export CF_HOME=~/.cf` | Set the user's root directory as CF_HOME | +| cfhu | `unset CF_HOME` | Unsets CF_HOME | +| cfpm | `cf push -f` | Push an application using a manifest (requires location) | +| cflr | `cf logs --recent` | Show the recent logs (requires ) | +| cfsrt | `cf start` | Start an application (requires ) | +| cfstp | `cf stop` | Stop an application (requires ) | +| cfstg | `cf restage` | Restage an application (requires ) | +| cfdel | `cf delete` | Delete an application (requires ) | +| cfsrtall | - | Start all apps that are currently in the "Stopped" state | +| cfstpall | - | Stop all apps that are currently in the "Started" state | + +For help and advice on what any of the commands does, consult the built in `cf` help functions as follows:- + +```bash +cf help # List the most popular and commonly used commands +cf help -a # Complete list of all possible commands +cf --help # Help on a specific command including arguments and examples +``` + +Alternatively, seek out the [online documentation][3]. And don't forget, there are loads of great [community plugins for the cf-cli][4] command line tool that can greatly extend its power and usefulness. + +## Contributors + +Contributed to `oh_my_zsh` by [benwilcock][2]. + +[1]: https://docs.cloudfoundry.org/cf-cli/install-go-cli.html +[2]: https://github.com/benwilcock +[3]: https://docs.cloudfoundry.org/cf-cli/getting-started.html +[4]: https://plugins.cloudfoundry.org/ diff --git a/.oh-my-zsh/plugins/cloudfoundry/cloudfoundry.plugin.zsh b/.oh-my-zsh/plugins/cloudfoundry/cloudfoundry.plugin.zsh new file mode 100644 index 0000000..b671578 --- /dev/null +++ b/.oh-my-zsh/plugins/cloudfoundry/cloudfoundry.plugin.zsh @@ -0,0 +1,34 @@ +# Some Useful CloudFoundry Aliases & Functions +alias cfl="cf login" +alias cft="cf target" +alias cfa="cf apps" +alias cfs="cf services" +alias cfm="cf marketplace" +alias cfp="cf push" +alias cfcs="cf create-service" +alias cfbs="cf bind-service" +alias cfus="cf unbind-service" +alias cfds="cf delete-service" +alias cfup="cf cups" +alias cflg="cf logs" +alias cfr="cf routes" +alias cfe="cf env" +alias cfsh="cf ssh" +alias cfsc="cf scale" +alias cfev="cf events" +alias cfdor="cf delete-orphaned-routes" +alias cfbpk="cf buildpacks" +alias cfdm="cf domains" +alias cfsp="cf spaces" +function cfap() { cf app $1 } +function cfh.() { export CF_HOME=$PWD/.cf } +function cfh~() { export CF_HOME=~/.cf } +function cfhu() { unset CF_HOME } +function cfpm() { cf push -f $1 } +function cflr() { cf logs $1 --recent } +function cfsrt() { cf start $1 } +function cfstp() { cf stop $1 } +function cfstg() { cf restage $1 } +function cfdel() { cf delete $1 } +function cfsrtall() {cf apps | awk '/stopped/ { system("cf start " $1)}'} +function cfstpall() {cf apps | awk '/started/ { system("cf stop " $1)}'} diff --git a/.oh-my-zsh/plugins/codeclimate/README.md b/.oh-my-zsh/plugins/codeclimate/README.md new file mode 100644 index 0000000..0d712ac --- /dev/null +++ b/.oh-my-zsh/plugins/codeclimate/README.md @@ -0,0 +1,8 @@ +# codeclimate plugin + +This plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate). + +To use it, add `codeclimate` to the plugins array in your zshrc file: +```zsh +plugins=(... codeclimate) +``` diff --git a/.oh-my-zsh/plugins/codeclimate/_codeclimate b/.oh-my-zsh/plugins/codeclimate/_codeclimate new file mode 100644 index 0000000..fd2536a --- /dev/null +++ b/.oh-my-zsh/plugins/codeclimate/_codeclimate @@ -0,0 +1,82 @@ +#compdef codeclimate + +_codeclimate_all_engines() { + engines_all=(`codeclimate engines:list | tail -n +2 | gawk '{ print $2 }' | gawk -F: '{ print $1 }'`) +} + +_codeclimate_installed_engines() { + _codeclimate_all_engines + + engines_installed=() + + if [ -e .codeclimate.yml ] + then + for engine in $engines_all + do + if grep -q $engine ".codeclimate.yml" + then + engines_installed+=$engine + fi + done + fi +} + +_codeclimate_not_installed_engines() { + _codeclimate_all_engines + + engines_not_installed=() + + if [ -e .codeclimate.yml ] + then + for engine in $engines_all + do + if ! grep -q $engine ".codeclimate.yml" + then + engines_not_installed+=$engine + fi + done + fi +} + +local curcontext="$curcontext" state line ret=1 +local expl +local -a engines_all engines_installed engines_not_installed + +_arguments \ + '1: :->cmds' \ + '*:: :->args' && ret=0 + +case $state in + cmds) + _values "bundle command" \ + "analyze[Analyze all relevant files in the current working directory]" \ + "console[Start an interactive session providing access to the classes within the CLI]" \ + "engines\:disable[Prevents the engine from being used in this project]" \ + "engines\:enable[This engine will be run the next time your project is analyzed]" \ + "engines\:install[Compares the list of engines in your .codeclimate.yml file to those that are currently installed, then installs any missing engines]" \ + "engines\:list[Lists all available engines in the Code Climate Docker Hub]" \ + "engines\:remove[Removes an engine from your .codeclimate.yml file]" \ + "help[Displays a list of commands that can be passed to the Code Climate CLI]" \ + "init[Generates a new .codeclimate.yml file in the current working directory]" \ + "validate-config[Validates the .codeclimate.yml file in the current working directory]" \ + "version[Displays the current version of the Code Climate CLI]" + ret=0 + ;; + args) + case $line[1] in + engines:enable) + _codeclimate_not_installed_engines + _wanted engines_not_installed expl 'not installed engines' compadd -a engines_not_installed ;; + engines:disable|engines:remove) + _codeclimate_installed_engines + _wanted engines_installed expl 'installed engines' compadd -a engines_installed ;; + analyze) + _arguments \ + '-f:Output Format:(text json)' + ret=0 + ;; + esac + ;; +esac + +return ret diff --git a/.oh-my-zsh/plugins/coffee/README.md b/.oh-my-zsh/plugins/coffee/README.md new file mode 100644 index 0000000..c2ab192 --- /dev/null +++ b/.oh-my-zsh/plugins/coffee/README.md @@ -0,0 +1,31 @@ +# Coffeescript Plugin + +This plugin provides aliases for quickly compiling and previewing your +coffeescript code. + +When writing Coffeescript it's very common to want to preview the output of a +certain snippet of code, either because you want to test the output or because +you'd like to execute it in a browser console which doesn't accept Coffeescript. + +Preview the compiled result of your coffeescript with `cf "code"` as per the +following: + +```zsh +$ cf 'if a then b else c' +if (a) { + b; +} else { + c; +} +``` + +Also provides the following aliases: + +* **cfc:** Copies the compiled JS to your clipboard. Very useful when you want + to run the code in a JS console. + +* **cfp:** Compiles from your currently copied clipboard. Useful when you want + to compile large/multi-line snippets + +* **cfpc:** Paste coffeescript from clipboard, compile to JS, then copy the + the result back to clipboard. diff --git a/.oh-my-zsh/plugins/coffee/_coffee b/.oh-my-zsh/plugins/coffee/_coffee new file mode 100644 index 0000000..a771f52 --- /dev/null +++ b/.oh-my-zsh/plugins/coffee/_coffee @@ -0,0 +1,81 @@ +#compdef coffee +# ------------------------------------------------------------------------------ +# Copyright (c) 2011 GitHub zsh-users - https://github.com/zsh-users +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the zsh-users nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# ------------------------------------------------------------------------------ +# Description +# ----------- +# +# Completion script for Coffee.js v0.6.11 (https://coffeescript.org) +# +# ------------------------------------------------------------------------------ +# Authors +# ------- +# +# * Mario Fernandez (https://github.com/sirech) +# * Dong Weiming (https://github.com/dongweiming) +# +# ------------------------------------------------------------------------------ + +local curcontext="$curcontext" state line ret=1 version +local -a opts +typeset -A opt_args +version=(${(f)"$(_call_program version $words[1] --version)"}) || return ret +version=${${(z)${version[1]}}[3]} + +autoload -Uz is-at-least +if ! is-at-least 1.6.3 "$version"; then + opts+=('(-l --lint)'{-l,--lint}'[pipe the compiled JavaScript through JavaScript Lint]' + '(-r --require)'{-r,--require}'[require a library before executing your script]:library') +fi + + +_arguments -C \ + '(- *)'{-h,--help}'[display this help message]' \ + '(- *)'{-v,--version}'[display the version number]' \ + $opts \ + '(-b --bare)'{-b,--bare}'[compile without a top-level function wrapper]' \ + '(-e --eval)'{-e,--eval}'[pass a string from the command line as input]:Inline Script' \ + '(-i --interactive)'{-i,--interactive}'[run an interactive CoffeeScript REPL]' \ + '(-j --join)'{-j,--join}'[concatenate the source CoffeeScript before compiling]:Destination JS file:_files -g "*.js"' \ + '(--nodejs)--nodejs[pass options directly to the "node" binary]' \ + '(-c --compile)'{-c,--compile}'[compile to JavaScript and save as .js files]' \ + '(-o --output)'{-o,--output}'[set the output directory for compiled JavaScript]:Output Directory:_files -/' \ + '(-n -t -p)'{-n,--nodes}'[print out the parse tree that the parser produces]' \ + '(-n -t -p)'{-p,--print}'[print out the compiled JavaScript]' \ + '(-n -t -p)'{-t,--tokens}'[print out the tokens that the lexer/rewriter produce]' \ + '(-s --stdio)'{-s,--stdio}'[listen for and compile scripts over stdio]' \ + '(-w --watch)'{-w,--watch}'[watch scripts for changes and rerun commands]' \ + '*:script or directory:_files' && ret=0 + +return ret + +# Local Variables: +# mode: Shell-Script +# sh-indentation: 2 +# indent-tabs-mode: nil +# sh-basic-offset: 2 +# End: +# vim: ft=zsh sw=2 ts=2 et diff --git a/.oh-my-zsh/plugins/coffee/coffee.plugin.zsh b/.oh-my-zsh/plugins/coffee/coffee.plugin.zsh new file mode 100644 index 0000000..6d1ce5c --- /dev/null +++ b/.oh-my-zsh/plugins/coffee/coffee.plugin.zsh @@ -0,0 +1,16 @@ +#!/bin/zsh + +# compile a string of coffeescript and print to output +cf () { + coffee -peb "$1" +} +# compile & copy to clipboard +cfc () { + cf "$1" | clipcopy +} + +# compile from clipboard & print +alias cfp='cf "$(clippaste)"' + +# compile from clipboard and copy to clipboard +alias cfpc='cfp | clipcopy' diff --git a/.oh-my-zsh/plugins/colemak/.gitignore b/.oh-my-zsh/plugins/colemak/.gitignore new file mode 100644 index 0000000..8241f5e --- /dev/null +++ b/.oh-my-zsh/plugins/colemak/.gitignore @@ -0,0 +1 @@ +.less diff --git a/.oh-my-zsh/plugins/colemak/README.md b/.oh-my-zsh/plugins/colemak/README.md new file mode 100644 index 0000000..4da4bc1 --- /dev/null +++ b/.oh-my-zsh/plugins/colemak/README.md @@ -0,0 +1,48 @@ +# Colemak plugin + +This plugin remaps keys in `zsh`'s [`vi`-style navigation mode](http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Keymaps) +for a [Colemak](https://colemak.com/) keyboard layout, to match the QWERTY position: + +![Colemak layout on a US keyboard](https://colemak.com/wiki/images/6/6c/Colemak2.png) + +To use it, add it to the plugins array in your `~/.zshrc` file: + +``` +plugins=(... colemak) +``` + +You will also need to enable `vi` mode, so add another line to `~/.zshrc`: +``` +bindkey -v +``` + +Restart your shell and hit the `` key to activate `vicmd` (navigation) mode, +and start navigating `zsh` with your new keybindings! + +## Key bindings for vicmd + +| Old | New | Binding | Description | +|------------|------------|---------------------------|----------------------------------------------------| +| `CTRL`+`j` | `CTRL`+`n` | accept-line | Insert new line | +| `j` | `n` | down-line-or-history | Move one line down or command history forwards | +| `k` | `e` | up-line-or-history | Move one line up or command history backwards | +| `l` | `i` | vi-forward-char | Move one character to the right | +| `n` | `k` | vi-repeat-search | Repeat command search forwards | +| `N` | `K` | vi-rev-repeat-search | Repeat command search backwards | +| `i` | `u` | vi-insert | Enter insert mode | +| `I` | `U` | vi-insert-bol | Move to first non-blank char and enter insert mode | +| `` | `l` | vi-undo-change | Undo change | +| `J` | `N` | vi-join | Join the current line with the next one | +| `e` | `j` | vi-forward-word-end | Move to the end of the next word | +| `E` | `J` | vi-forward-blank-word-end | Move to end of the current or next word | + +## Key bindings for less + +| Keyboard shortcut | `less` key binding | +|-------------------|--------------------| +| `n` | forw-line | +| `e` | back-line | +| `k` | repeat-search | +| `ESC`+`k` | repeat-search-all | +| `K` | reverse-search | +| `ESC`+`K` | reverse-search-all | diff --git a/.oh-my-zsh/plugins/colemak/colemak-less b/.oh-my-zsh/plugins/colemak/colemak-less new file mode 100644 index 0000000..e4ca4fa --- /dev/null +++ b/.oh-my-zsh/plugins/colemak/colemak-less @@ -0,0 +1,6 @@ +n forw-line +e back-line +k repeat-search +\ek repeat-search-all +K reverse-search +\eK reverse-search-all diff --git a/.oh-my-zsh/plugins/colemak/colemak.plugin.zsh b/.oh-my-zsh/plugins/colemak/colemak.plugin.zsh new file mode 100644 index 0000000..e6a46f2 --- /dev/null +++ b/.oh-my-zsh/plugins/colemak/colemak.plugin.zsh @@ -0,0 +1,38 @@ +# ctrl-j newline +bindkey '^n' accept-line +bindkey -a '^n' accept-line + +# another rotation to match qwerty +bindkey -a 'n' down-line-or-history +bindkey -a 'e' up-line-or-history +bindkey -a 'i' vi-forward-char + +# make qwerty +bindkey -a 'k' vi-repeat-search +bindkey -a 'K' vi-rev-repeat-search +bindkey -a 'u' vi-insert +bindkey -a 'U' vi-insert-bol +bindkey -a 'l' vi-undo-change +bindkey -a 'N' vi-join + +# spare +bindkey -a 'j' vi-forward-word-end +bindkey -a 'J' vi-forward-blank-word-end + +# Handle $0 according to the standard: +# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html +0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" +0="${${(M)0:#/*}:-$PWD/$0}" + +# New less versions will read this file directly +export LESSKEYIN="${0:h:A}/colemak-less" + +# Only run lesskey if less version is older than v582 +less_ver=$(less --version | awk '{print $2;exit}') +autoload -Uz is-at-least +if ! is-at-least 582 $less_ver; then + # Old less versions will read this transformed file + export LESSKEY="${0:h:A}/.less" + lesskey -o "$LESSKEY" "$LESSKEYIN" 2>/dev/null +fi +unset less_ver diff --git a/.oh-my-zsh/plugins/colored-man-pages/README.md b/.oh-my-zsh/plugins/colored-man-pages/README.md new file mode 100644 index 0000000..4cbf64d --- /dev/null +++ b/.oh-my-zsh/plugins/colored-man-pages/README.md @@ -0,0 +1,32 @@ +# Colored man pages plugin + +This plugin adds colors to man pages. + +To use it, add `colored-man-pages` to the plugins array in your zshrc file: + +```zsh +plugins=(... colored-man-pages) +``` + +It will also automatically colorize man pages displayed by `dman` or `debman`, +from [`debian-goodies`](https://packages.debian.org/stable/debian-goodies). + +You can also try to color other pages by prefixing the respective command with `colored`: + +```zsh +colored git help clone +``` + +## Customization + +The plugin declares global associative array `less_termcap`, which maps termcap capabilities to escape +sequences for the `less` pager. This mapping can be further customized by the user after the plugin is +loaded. Check out sources for more. + +For example: `less_termcap[md]` maps to `LESS_TERMCAP_md` which is the escape sequence that tells `less` +how to print something in bold. It's currently shown in bold red, but if you want to change it, you +can redefine `less_termcap[md]` in your zshrc file, after OMZ is sourced: + +```zsh +less_termcap[md]="${fg_bold[blue]}" # this tells less to print bold text in bold blue +``` diff --git a/.oh-my-zsh/plugins/colored-man-pages/colored-man-pages.plugin.zsh b/.oh-my-zsh/plugins/colored-man-pages/colored-man-pages.plugin.zsh new file mode 100644 index 0000000..57facbb --- /dev/null +++ b/.oh-my-zsh/plugins/colored-man-pages/colored-man-pages.plugin.zsh @@ -0,0 +1,54 @@ +# Requires colors autoload. +# See termcap(5). + +# Set up once, and then reuse. This way it supports user overrides after the +# plugin is loaded. +typeset -AHg less_termcap + +# bold & blinking mode +less_termcap[mb]="${fg_bold[red]}" +less_termcap[md]="${fg_bold[red]}" +less_termcap[me]="${reset_color}" +# standout mode +less_termcap[so]="${fg_bold[yellow]}${bg[blue]}" +less_termcap[se]="${reset_color}" +# underlining +less_termcap[us]="${fg_bold[green]}" +less_termcap[ue]="${reset_color}" + +# Handle $0 according to the standard: +# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html +0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" +0="${${(M)0:#/*}:-$PWD/$0}" + +# Absolute path to this file's directory. +typeset -g __colored_man_pages_dir="${0:A:h}" + +function colored() { + local -a environment + + # Convert associative array to plain array of NAME=VALUE items. + local k v + for k v in "${(@kv)less_termcap}"; do + environment+=( "LESS_TERMCAP_${k}=${v}" ) + done + + # Prefer `less` whenever available, since we specifically configured + # environment for it. + environment+=( PAGER="${commands[less]:-$PAGER}" ) + environment+=( GROFF_NO_SGR=1 ) + + # See ./nroff script. + if [[ "$OSTYPE" = solaris* ]]; then + environment+=( PATH="${__colored_man_pages_dir}:$PATH" ) + fi + + command env $environment "$@" +} + +# Colorize man and dman/debman (from debian-goodies) +function man \ + dman \ + debman { + colored $0 "$@" +} diff --git a/.oh-my-zsh/plugins/colored-man-pages/nroff b/.oh-my-zsh/plugins/colored-man-pages/nroff new file mode 100755 index 0000000..4ae155d --- /dev/null +++ b/.oh-my-zsh/plugins/colored-man-pages/nroff @@ -0,0 +1,12 @@ +#!/bin/sh + +# The whole point of this wrapper is to replace emboldening factor -u0 with +# -u1 under certain circumstances on Solaris. + +if [ "$1,$2,$3" = "-u0,-Tlp,-man" ]; then + shift + exec /usr/bin/nroff -u1 "$@" +else + # Some other invocation of nroff + exec /usr/bin/nroff "$@" +fi diff --git a/.oh-my-zsh/plugins/colorize/README.md b/.oh-my-zsh/plugins/colorize/README.md new file mode 100644 index 0000000..405bb6d --- /dev/null +++ b/.oh-my-zsh/plugins/colorize/README.md @@ -0,0 +1,56 @@ +# colorize + +With this plugin you can syntax-highlight file contents of over 300 supported languages and other text formats. + +Colorize will highlight the content based on the filename extension. If it can't find a syntax-highlighting +method for a given extension, it will try to find one by looking at the file contents. If no highlight method +is found it will just cat the file normally, without syntax highlighting. + +## Setup + +To use it, add colorize to the plugins array of your `~/.zshrc` file: +``` +plugins=(... colorize) +``` + +## Configuration + +### Requirements + +This plugin requires that at least one of the following tools is installed: + +* [Chroma](https://github.com/alecthomas/chroma) +* [Pygments](https://pygments.org/download/) + +### Colorize tool + +Colorize supports `pygmentize` and `chroma` as syntax highlighter. By default colorize uses `pygmentize` unless it's not installed and `chroma` is. This can be overridden by the `ZSH_COLORIZE_TOOL` environment variable: + +``` +ZSH_COLORIZE_TOOL=chroma +``` + +### Styles + +Pygments offers multiple styles. By default, the `default` style is used, but you can choose another theme by setting the `ZSH_COLORIZE_STYLE` environment variable: + +``` +ZSH_COLORIZE_STYLE="colorful" +``` + +### Chroma Formatter Settings + +Chroma supports terminal output in 8 color, 256 color, and true-color. If you need to change the default terminal output style from the standard 8 color output, set the `ZSH_COLORIZE_CHROMA_FORMATTER` environment variable: + +``` +ZSH_COLORIZE_CHROMA_FORMATTER=terminal256 +``` + +## Usage + +* `ccat [files]`: colorize the contents of the file (or files, if more than one are provided). + If no files are passed it will colorize the standard input. + +* `cless [less-options] [files]`: colorize the contents of the file (or files, if more than one are provided) and open less. + If no files are passed it will colorize the standard input. + The LESSOPEN and LESSCLOSE will be overwritten for this to work, but only in a local scope. diff --git a/.oh-my-zsh/plugins/colorize/colorize.plugin.zsh b/.oh-my-zsh/plugins/colorize/colorize.plugin.zsh new file mode 100644 index 0000000..12841e0 --- /dev/null +++ b/.oh-my-zsh/plugins/colorize/colorize.plugin.zsh @@ -0,0 +1,114 @@ +# Easier alias to use the plugin +alias ccat="colorize_cat" +alias cless="colorize_less" + +# '$0:A' gets the absolute path of this file +ZSH_COLORIZE_PLUGIN_PATH=$0:A + +colorize_check_requirements() { + local -a available_tools + available_tools=("chroma" "pygmentize") + + if [ -z "$ZSH_COLORIZE_TOOL" ]; then + if (( $+commands[pygmentize] )); then + ZSH_COLORIZE_TOOL="pygmentize" + elif (( $+commands[chroma] )); then + ZSH_COLORIZE_TOOL="chroma" + else + echo "Neither 'pygments' nor 'chroma' is installed!" >&2 + return 1 + fi + fi + + if [[ ${available_tools[(Ie)$ZSH_COLORIZE_TOOL]} -eq 0 ]]; then + echo "ZSH_COLORIZE_TOOL '$ZSH_COLORIZE_TOOL' not recognized. Available options are 'pygmentize' and 'chroma'." >&2 + return 1 + elif ! (( $+commands[$ZSH_COLORIZE_TOOL] )); then + echo "Package '$ZSH_COLORIZE_TOOL' is not installed!" >&2 + return 1 + fi +} + +colorize_cat() { + if ! colorize_check_requirements; then + return 1 + fi + + # If the environment variable ZSH_COLORIZE_STYLE + # is set, use that theme instead. Otherwise, + # use the default. + if [ -z "$ZSH_COLORIZE_STYLE" ]; then + # Both pygmentize & chroma support 'emacs' + ZSH_COLORIZE_STYLE="emacs" + fi + + # Use stdin if no arguments have been passed. + if [ $# -eq 0 ]; then + if [[ "$ZSH_COLORIZE_TOOL" == "pygmentize" ]]; then + pygmentize -O style="$ZSH_COLORIZE_STYLE" -g + else + chroma --style="$ZSH_COLORIZE_STYLE" --formatter="${ZSH_COLORIZE_CHROMA_FORMATTER:-terminal}" + fi + return $? + fi + + # Guess lexer from file extension, or guess it from file contents if unsuccessful. + local FNAME lexer + for FNAME in "$@"; do + if [[ "$ZSH_COLORIZE_TOOL" == "pygmentize" ]]; then + lexer=$(pygmentize -N "$FNAME") + if [[ $lexer != text ]]; then + pygmentize -O style="$ZSH_COLORIZE_STYLE" -l "$lexer" "$FNAME" + else + pygmentize -O style="$ZSH_COLORIZE_STYLE" -g "$FNAME" + fi + else + chroma --style="$ZSH_COLORIZE_STYLE" --formatter="${ZSH_COLORIZE_CHROMA_FORMATTER:-terminal}" "$FNAME" + fi + done +} + +# The less option 'F - Forward forever; like "tail -f".' will not work in this implementation +# caused by the lack of the ability to follow the file within pygmentize. +colorize_less() { + if ! colorize_check_requirements; then + return 1 + fi + + _cless() { + # LESS="-R $LESS" enables raw ANSI colors, while maintain already set options. + local LESS="-R $LESS" + + # This variable tells less to pipe every file through the specified command + # (see the man page of less INPUT PREPROCESSOR). + # 'zsh -ic "colorize_cat %s 2> /dev/null"' would not work for huge files like + # the ~/.zsh_history. For such files the tty of the preprocessor will be suspended. + # Therefore we must source this file to make colorize_cat available in the + # preprocessor without the interactive mode. + # `2>/dev/null` will suppress the error for large files 'broken pipe' of the python + # script pygmentize, which will show up if less has not fully "loaded the file" + # (e.g. when not scrolled to the bottom) while already the next file will be displayed. + local LESSOPEN="| zsh -c 'source \"$ZSH_COLORIZE_PLUGIN_PATH\"; \ + ZSH_COLORIZE_TOOL=$ZSH_COLORIZE_TOOL ZSH_COLORIZE_STYLE=$ZSH_COLORIZE_STYLE \ + colorize_cat %s 2> /dev/null'" + + # LESSCLOSE will be set to prevent any errors by executing a user script + # which assumes that his LESSOPEN has been executed. + local LESSCLOSE="" + + LESS="$LESS" LESSOPEN="$LESSOPEN" LESSCLOSE="$LESSCLOSE" command less "$@" + } + + if [ -t 0 ]; then + _cless "$@" + else + # The input is not associated with a terminal, therefore colorize_cat will + # colorize this input and pass it to less. + # Less has now to decide what to use. If any files have been provided, less + # will ignore the input by default, otherwise the colorized input will be used. + # If files have been supplied and the input has been redirected, this will + # lead to unnecessary overhead, but retains the ability to use the less options + # without checking for them inside this script. + colorize_cat | _cless "$@" + fi +} diff --git a/.oh-my-zsh/plugins/command-not-found/README.md b/.oh-my-zsh/plugins/command-not-found/README.md new file mode 100644 index 0000000..88761bb --- /dev/null +++ b/.oh-my-zsh/plugins/command-not-found/README.md @@ -0,0 +1,35 @@ +# command-not-found plugin + +This plugin uses the command-not-found package for zsh to provide suggested packages to be installed if a command cannot be found. + +To use it, add `command-not-found` to the plugins array of your zshrc file: + +```zsh +plugins=(... command-not-found) +``` + +An example of how this plugin works in Ubuntu: +``` +$ mutt +The program 'mutt' can be found in the following packages: + * mutt + * mutt-kz + * mutt-patched +Try: sudo apt install +``` + +### Supported platforms + +It works out of the box with the command-not-found packages for: + +- [Ubuntu](https://www.porcheron.info/command-not-found-for-zsh/) +- [Debian](https://packages.debian.org/search?keywords=command-not-found) +- [Arch Linux](https://wiki.archlinux.org/index.php/Pkgfile#Command_not_found) +- [macOS (Homebrew)](https://github.com/Homebrew/homebrew-command-not-found) +- [Fedora](https://fedoraproject.org/wiki/Features/PackageKitCommandNotFound) +- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/nixos/modules/programs/command-not-found) +- [Termux](https://github.com/termux/command-not-found) +- [SUSE](https://www.unix.com/man-page/suse/1/command-not-found/) +- [Gentoo](https://github.com/AndrewAmmerlaan/command-not-found-gentoo/tree/main) + +You can add support for other platforms by submitting a Pull Request. diff --git a/.oh-my-zsh/plugins/command-not-found/command-not-found.plugin.zsh b/.oh-my-zsh/plugins/command-not-found/command-not-found.plugin.zsh new file mode 100644 index 0000000..c741e18 --- /dev/null +++ b/.oh-my-zsh/plugins/command-not-found/command-not-found.plugin.zsh @@ -0,0 +1,70 @@ +## Platforms with a built-in command-not-found handler init file + +for file ( + # Arch Linux. Must have pkgfile installed: https://wiki.archlinux.org/index.php/Pkgfile#Command_not_found + /usr/share/doc/pkgfile/command-not-found.zsh + # Homebrew: https://github.com/Homebrew/homebrew-command-not-found + /opt/homebrew/Library/Taps/homebrew/homebrew-command-not-found/handler.sh + /usr/local/Homebrew/Library/Taps/homebrew/homebrew-command-not-found/handler.sh + /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-command-not-found/handler.sh +); do + if [[ -r "$file" ]]; then + source "$file" + unset file + return 0 + fi +done +unset file + + +## Platforms with manual command_not_found_handler() setup + +# Debian and derivatives: https://launchpad.net/ubuntu/+source/command-not-found +if [[ -x /usr/lib/command-not-found || -x /usr/share/command-not-found/command-not-found ]]; then + command_not_found_handler() { + if [[ -x /usr/lib/command-not-found ]]; then + /usr/lib/command-not-found -- "$1" + return $? + elif [[ -x /usr/share/command-not-found/command-not-found ]]; then + /usr/share/command-not-found/command-not-found -- "$1" + return $? + else + printf "zsh: command not found: %s\n" "$1" >&2 + return 127 + fi + } +fi + +# Fedora: https://fedoraproject.org/wiki/Features/PackageKitCommandNotFound +if [[ -x /usr/libexec/pk-command-not-found ]]; then + command_not_found_handler() { + if [[ -S /var/run/dbus/system_bus_socket && -x /usr/libexec/packagekitd ]]; then + /usr/libexec/pk-command-not-found "$@" + return $? + fi + + printf "zsh: command not found: %s\n" "$1" >&2 + return 127 + } +fi + +# NixOS: https://github.com/NixOS/nixpkgs/tree/master/nixos/modules/programs/command-not-found +if [[ -x /run/current-system/sw/bin/command-not-found ]]; then + command_not_found_handler() { + /run/current-system/sw/bin/command-not-found "$@" + } +fi + +# Termux: https://github.com/termux/command-not-found +if [[ -x /data/data/com.termux/files/usr/libexec/termux/command-not-found ]]; then + command_not_found_handler() { + /data/data/com.termux/files/usr/libexec/termux/command-not-found "$1" + } +fi + +# SUSE and derivates: https://www.unix.com/man-page/suse/1/command-not-found/ +if [[ -x /usr/bin/command-not-found ]]; then + command_not_found_handler() { + /usr/bin/command-not-found "$1" + } +fi diff --git a/.oh-my-zsh/plugins/common-aliases/README.md b/.oh-my-zsh/plugins/common-aliases/README.md new file mode 100644 index 0000000..1417c30 --- /dev/null +++ b/.oh-my-zsh/plugins/common-aliases/README.md @@ -0,0 +1,130 @@ +# Common Aliases Plugin + +This plugin creates helpful shortcut aliases for many commonly used commands. + +To use it add `common-aliases` to the plugins array in your zshrc file: + +```zsh +plugins=(... common-aliases) +``` + +## Aliases + +### ls command + +| Alias | Command | Description | +| ----- | ------------ | --------------------------------------------------------------------------- | +| l | `ls -lFh` | List files as a long list, show size, type, human-readable | +| la | `ls -lAFh` | List almost all files as a long list show size, type, human-readable | +| lr | `ls -tRFh` | List files recursively sorted by date, show type, human-readable | +| lt | `ls -ltFh` | List files as a long list sorted by date, show type, human-readable | +| ll | `ls -l` | List files as a long list | +| ldot | `ls -ld .*` | List dot files as a long list | +| lS | `ls -1FSsh` | List files showing only size and name sorted by size | +| lart | `ls -1Fcart` | List all files sorted in reverse of create/modification time (oldest first) | +| lrt | `ls -1Fcrt` | List files sorted in reverse of create/modification time(oldest first) | +| lsr | `ls -lARFh` | List all files and directories recursively | +| lsn | `ls -1` | List files and directories in a single column | + +### File handling + +| Alias | Command | Description | +| ----- | --------------------- | ------------------------------------------------------------------------------- | +| rm | `rm -i` | Remove a file | +| cp | `cp -i` | Copy a file | +| mv | `mv -i` | Move a file | +| zshrc | `${=EDITOR} ~/.zshrc` | Quickly access the ~/.zshrc file | +| dud | `du -d 1 -h` | Display the size of files at depth 1 in current location in human-readable form | +| duf\* | `du -sh` | Display the size of files in current location in human-readable form | +| t | `tail -f` | Shorthand for tail which outputs the last part of a file | + +\* Only if the [`duf`](https://github.com/muesli/duf) command isn't installed. + +### find and grep + +| Alias | Command | Description | +| ----- | -------------------------------------------------- | ------------------------------------ | +| fd\* | `find . -type d -name` | Find a directory with the given name | +| ff | `find . -type f -name` | Find a file with the given name | +| grep | `grep --color` | Searches for a query string | +| sgrep | `grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS}` | Useful for searching within files | + +\* Only if the [`fd`](https://github.com/sharkdp/fd) command isn't installed. + +### Other Aliases + +| Alias | Command | Description | +| -------- | ------------------ | ----------------------------------------------------------- | +| h | `history` | Lists all recently used commands | +| hgrep | `fc -El 0 \| grep` | Searches for a word in the list of previously used commands | +| help | `man` | Opens up the man page for a command | +| p | `ps -f` | Displays currently executing processes | +| sortnr | `sort -n -r` | Used to sort the lines of a text file | +| unexport | `unset` | Used to unset an environment variable | + +## Global aliases + +These aliases are expanded in any position in the command line, meaning you can use them even at the +end of the command you've typed. Examples: + +Quickly pipe to less: + +```zsh +$ ls -l /var/log L +# will run +$ ls -l /var/log | less +``` + +Silences stderr output: + +```zsh +$ find . -type f NE +# will run +$ find . -type f 2>/dev/null +``` + +| Alias | Command | Description | +| ----- | --------------------------- | ----------------------------------------------------------- | +| H | `\| head` | Pipes output to head which outputs the first part of a file | +| T | `\| tail` | Pipes output to tail which outputs the last part of a file | +| G | `\| grep` | Pipes output to grep to search for some word | +| L | `\| less` | Pipes output to less, useful for paging | +| M | `\| most` | Pipes output to more, useful for paging | +| LL | `2>&1 \| less` | Writes stderr to stdout and passes it to less | +| CA | `2>&1 \| cat -A` | Writes stderr to stdout and passes it to cat | +| NE | `2 > /dev/null` | Silences stderr | +| NUL | `> /dev/null 2>&1` | Silences both stdout and stderr | +| P | `2>&1\| pygmentize -l pytb` | Writes stderr to stdout and passes it to pygmentize | + +## File extension aliases + +These are special aliases that are triggered when a file name is passed as the command. For example, +if the pdf file extension is aliased to `acroread` (a popular Linux pdf reader), when running `file.pdf` +that file will be open with `acroread`. + +### Reading Docs + +| Alias | Command | Description | +| ----- | ---------- | ---------------------------------- | +| pdf | `acroread` | Opens up a document using acroread | +| ps | `gv` | Opens up a .ps file using gv | +| dvi | `xdvi` | Opens up a .dvi file using xdvi | +| chm | `xchm` | Opens up a .chm file using xchm | +| djvu | `djview` | Opens up a .djvu file using djview | + +### Listing files inside a packed file + +| Alias | Command | Description | +| ------ | ---------- | --------------------------------- | +| zip | `unzip -l` | Lists files inside a .zip file | +| rar | `unrar l` | Lists files inside a .rar file | +| tar | `tar tf` | Lists files inside a .tar file | +| tar.gz | `echo` | Lists files inside a .tar.gz file | +| ace | `unace l` | Lists files inside a .ace file | + +### Some other features + +- Opens urls in terminal using browser specified by the variable `$BROWSER` +- Opens C, C++, Tex and text files using editor specified by the variable `$EDITOR` +- Opens images using image viewer specified by the variable `$XIVIEWER` +- Opens videos and other media using mplayer diff --git a/.oh-my-zsh/plugins/common-aliases/common-aliases.plugin.zsh b/.oh-my-zsh/plugins/common-aliases/common-aliases.plugin.zsh new file mode 100644 index 0000000..3139b82 --- /dev/null +++ b/.oh-my-zsh/plugins/common-aliases/common-aliases.plugin.zsh @@ -0,0 +1,90 @@ +# Advanced Aliases. +# Use with caution +# + +# ls, the common ones I use a lot shortened for rapid fire usage +alias l='ls -lFh' #size,show type,human readable +alias la='ls -lAFh' #long list,show almost all,show type,human readable +alias lr='ls -tRFh' #sorted by date,recursive,show type,human readable +alias lt='ls -ltFh' #long list,sorted by date,show type,human readable +alias ll='ls -l' #long list +alias ldot='ls -ld .*' +alias lS='ls -1FSsh' +alias lart='ls -1Fcart' +alias lrt='ls -1Fcrt' +alias lsr='ls -lARFh' #Recursive list of files and directories +alias lsn='ls -1' #A column contains name of files and directories + +alias zshrc='${=EDITOR} ${ZDOTDIR:-$HOME}/.zshrc' # Quick access to the .zshrc file + +alias grep='grep --color' +alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS} ' + +alias t='tail -f' + +# Command line head / tail shortcuts +alias -g H='| head' +alias -g T='| tail' +alias -g G='| grep' +alias -g L="| less" +alias -g M="| most" +alias -g LL="2>&1 | less" +alias -g CA="2>&1 | cat -A" +alias -g NE="2> /dev/null" +alias -g NUL="> /dev/null 2>&1" +alias -g P="2>&1| pygmentize -l pytb" + +alias dud='du -d 1 -h' +(( $+commands[duf] )) || alias duf='du -sh *' +(( $+commands[fd] )) || alias fd='find . -type d -name' +alias ff='find . -type f -name' + +alias h='history' +alias hgrep="fc -El 0 | grep" +alias help='man' +alias p='ps -f' +alias sortnr='sort -n -r' +alias unexport='unset' + +alias rm='rm -i' +alias cp='cp -i' +alias mv='mv -i' + +# zsh is able to auto-do some kungfoo +# depends on the SUFFIX :) +autoload -Uz is-at-least +if is-at-least 4.2.0; then + # open browser on urls + if [[ -n "$BROWSER" ]]; then + _browser_fts=(htm html de org net com at cx nl se dk) + for ft in $_browser_fts; do alias -s $ft='$BROWSER'; done + fi + + _editor_fts=(cpp cxx cc c hh h inl asc txt TXT tex) + for ft in $_editor_fts; do alias -s $ft='$EDITOR'; done + + if [[ -n "$XIVIEWER" ]]; then + _image_fts=(jpg jpeg png gif mng tiff tif xpm) + for ft in $_image_fts; do alias -s $ft='$XIVIEWER'; done + fi + + _media_fts=(ape avi flv m4a mkv mov mp3 mpeg mpg ogg ogm rm wav webm) + for ft in $_media_fts; do alias -s $ft=mplayer; done + + #read documents + alias -s pdf=acroread + alias -s ps=gv + alias -s dvi=xdvi + alias -s chm=xchm + alias -s djvu=djview + + #list whats inside packed file + alias -s zip="unzip -l" + alias -s rar="unrar l" + alias -s tar="tar tf" + alias -s tar.gz="echo " + alias -s ace="unace l" +fi + +# Make zsh know about hosts already accessed by SSH +zstyle -e ':completion:*:(ssh|scp|sftp|rsh|rsync):hosts' hosts 'reply=(${=${${(f)"$(cat {/etc/ssh_,~/.ssh/known_}hosts(|2)(N) /dev/null)"}%%[# ]*}//,/ })' diff --git a/.oh-my-zsh/plugins/compleat/README.md b/.oh-my-zsh/plugins/compleat/README.md new file mode 100644 index 0000000..af0e383 --- /dev/null +++ b/.oh-my-zsh/plugins/compleat/README.md @@ -0,0 +1,9 @@ +# compleat plugin + +This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion. + +To use it, add compleat to the plugins array in your zshrc file: + +```zsh +plugins=(... compleat) +``` diff --git a/.oh-my-zsh/plugins/compleat/compleat.plugin.zsh b/.oh-my-zsh/plugins/compleat/compleat.plugin.zsh new file mode 100644 index 0000000..7fbd2b9 --- /dev/null +++ b/.oh-my-zsh/plugins/compleat/compleat.plugin.zsh @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------------------ +# FILE: compleat.plugin.zsh +# DESCRIPTION: oh-my-zsh plugin file. +# AUTHOR: Sorin Ionescu (sorin.ionescu@gmail.com) +# VERSION: 1.0.0 +# ------------------------------------------------------------------------------ + +if (( ${+commands[compleat]} )); then + local prefix="${commands[compleat]:h:h}" + local setup="${prefix}/share/compleat-1.0/compleat_setup" + + if [[ -f "$setup" ]]; then + if ! bashcompinit >/dev/null 2>&1; then + autoload -U bashcompinit + bashcompinit -i + fi + + source "$setup" + fi +fi diff --git a/.oh-my-zsh/plugins/composer/README.md b/.oh-my-zsh/plugins/composer/README.md new file mode 100644 index 0000000..ad6ed24 --- /dev/null +++ b/.oh-my-zsh/plugins/composer/README.md @@ -0,0 +1,35 @@ +# composer + +This plugin provides completion for [composer](https://getcomposer.org/), as well as aliases +for frequent composer commands. It also adds Composer's global binaries to the PATH, using +Composer if available. + +To use it add `composer` to the plugins array in your zshrc file. + +```zsh +plugins=(... composer) +``` + +Original author: Daniel Gomes + +## Aliases + +| Alias | Command | Description | +| ------ | ---------------------------------- | --------------------------------------------------------------------------------------- | +| `c` | `composer` | Starts composer | +| `ccp` | `composer create-project` | Create new project from an existing package | +| `cdo` | `composer dump-autoload -o` | Converts PSR-0/4 autoloading to classmap for a faster autoloader (good for production) | +| `cdu` | `composer dump-autoload` | Updates the autoloader | +| `cget` | `curl -s \| php` | Installs composer in the current directory | +| `cgr` | `composer global require` | Allows require command to run on COMPOSER_HOME directory | +| `cgrm` | `composer global remove` | Allows remove command to run on COMPOSER_HOME directory | +| `cgu` | `composer global update` | Allows update command to run on COMPOSER_HOME directory | +| `ci` | `composer install` | Resolves and installs dependencies from `composer.json` | +| `co` | `composer outdated` | Shows a list of installed packages with available updates | +| `cod` | `composer outdated --direct` | Shows a list of installed packages with available updates which are direct dependencies | +| `cr` | `composer require` | Adds new packages to `composer.json` | +| `crm` | `composer remove` | Removes packages from `composer.json` | +| `cs` | `composer show` | Lists available packages, with optional filtering | +| `csu` | `composer self-update` | Updates composer to the latest version | +| `cu` | `composer update` | Updates composer dependencies and `composer.lock` file | +| `cuh` | `composer update -d ` | Updates globally installed packages | diff --git a/.oh-my-zsh/plugins/composer/composer.plugin.zsh b/.oh-my-zsh/plugins/composer/composer.plugin.zsh new file mode 100644 index 0000000..dd0b18e --- /dev/null +++ b/.oh-my-zsh/plugins/composer/composer.plugin.zsh @@ -0,0 +1,76 @@ +## Basic Composer command completion +# Since Zsh 5.7, an improved composer command completion is provided +if ! is-at-least 5.7; then + _composer () { + local curcontext="$curcontext" state line + typeset -A opt_args + _arguments '*:: :->subcmds' + + if (( CURRENT == 1 )) || ( (( CURRENT == 2 )) && [[ "$words[1]" = "global" ]] ); then + # Command list + local -a subcmds + subcmds=("${(@f)"$($_comp_command1 --no-ansi 2>/dev/null | awk ' + /Available commands/{ r=1 } + r == 1 && /^[ \t]*[a-z]+/{ + gsub(/^[ \t]+/, "") + gsub(/ +/, ":") + print $0 + } + ')"}") + _describe -t commands 'composer command' subcmds + else + # Required list + compadd $($_comp_command1 show -s --no-ansi 2>/dev/null \ + | sed '1,/requires/d' \ + | awk 'NF > 0 && !/^requires \(dev\)/{ print $1 }') + fi + } + + compdef _composer composer + compdef _composer composer.phar +fi + + +## Aliases +alias c='composer' +alias ccp='composer create-project' +alias cdo='composer dump-autoload -o' +alias cdu='composer dump-autoload' +alias cget='curl -s https://getcomposer.org/installer | php' +alias cgr='composer global require' +alias cgrm='composer global remove' +alias cgu='composer global update' +alias ci='composer install' +alias co='composer outdated' +alias cod='composer outdated --direct' +alias cr='composer require' +alias crm='composer remove' +alias cs='composer show' +alias csu='composer self-update' +alias cu='composer update' +alias cuh='composer update --working-dir=$(composer config -g home)' + + +## If Composer not found, try to add known directories to $PATH +if (( ! $+commands[composer] )); then + [[ -d "$HOME/.composer/vendor/bin" ]] && export PATH="$PATH:$HOME/.composer/vendor/bin" + [[ -d "$HOME/.config/composer/vendor/bin" ]] && export PATH="$PATH:$HOME/.config/composer/vendor/bin" + + # If still not found, don't do the rest of the script + (( $+commands[composer] )) || return 0 +fi + + +## Add Composer's global binaries to PATH +autoload -Uz _store_cache _retrieve_cache _cache_invalid +_retrieve_cache composer + +if [[ -z $__composer_bin_dir ]]; then + __composer_bin_dir=$(composer global config bin-dir --absolute 2>/dev/null) + _store_cache composer __composer_bin_dir +fi + +# Add Composer's global binaries to PATH +export PATH="$PATH:$__composer_bin_dir" + +unset __composer_bin_dir diff --git a/.oh-my-zsh/plugins/conda-env/README.md b/.oh-my-zsh/plugins/conda-env/README.md new file mode 100644 index 0000000..ccf48a3 --- /dev/null +++ b/.oh-my-zsh/plugins/conda-env/README.md @@ -0,0 +1,44 @@ +# conda-env + +The plugin displays information of the created virtual container of conda and allows background theming. + +To use it, add `conda-env` to the plugins array of your zshrc file: +``` +plugins=(... conda-env) +``` + +The plugin creates a `conda_prompt_info` function that you can use in your theme, which displays the +basename of the current `$CONDA_DEFAULT_ENV`. + +You can use this prompt function in your themes, by adding it to the `PROMPT` or `RPROMPT` variables. See [Example](#example) for more information. + +## Settings + +It uses two variables to control how the information is shown: + +- `ZSH_THEME_CONDA_PREFIX`: sets the prefix of the CONDA_DEFAULT_ENV. +Defaults to `[`. + +- `ZSH_THEME_CONDA_SUFFIX`: sets the suffix of the CONDA_DEFAULT_ENV. +Defaults to `]`. + +## Example + +```sh +ZSH_THEME_CONDA_PREFIX='conda:%F{green}' +ZSH_THEME_CONDA_SUFFIX='%f' +RPROMPT='$(conda_prompt_info)' +``` + +## `CONDA_CHANGEPS1` + +This plugin also automatically sets the `CONDA_CHANGEPS1` variable to `false` to avoid conda changing the prompt +automatically. This has the same effect as running `conda config --set changeps1 false`. + +You can override this behavior by adding `unset CONDA_CHANGEPS1` in your `.zshrc` file, after Oh My Zsh has been +sourced. + +References: + +- https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#determining-your-current-environment +- https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#precedence diff --git a/.oh-my-zsh/plugins/conda-env/conda-env.plugin.zsh b/.oh-my-zsh/plugins/conda-env/conda-env.plugin.zsh new file mode 100644 index 0000000..c710c95 --- /dev/null +++ b/.oh-my-zsh/plugins/conda-env/conda-env.plugin.zsh @@ -0,0 +1,9 @@ +function conda_prompt_info(){ + [[ -n ${CONDA_DEFAULT_ENV} ]] || return + echo "${ZSH_THEME_CONDA_PREFIX=[}${CONDA_DEFAULT_ENV:t:gs/%/%%}${ZSH_THEME_CONDA_SUFFIX=]}" +} + +# Has the same effect as `conda config --set changeps1 false` +# - https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#determining-your-current-environment +# - https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#precedence +export CONDA_CHANGEPS1=false diff --git a/.oh-my-zsh/plugins/copybuffer/README.md b/.oh-my-zsh/plugins/copybuffer/README.md new file mode 100644 index 0000000..a53d1c8 --- /dev/null +++ b/.oh-my-zsh/plugins/copybuffer/README.md @@ -0,0 +1,11 @@ +# `copybuffer` plugin + +This plugin adds the ctrl-o keyboard shortcut to copy the current text +in the command line to the system clipboard. + +This is useful if you type a command - and before you hit enter to execute it - want +to copy it maybe so you can paste it into a script, gist or whatnot. + +```zsh +plugins=(... copybuffer) +``` diff --git a/.oh-my-zsh/plugins/copybuffer/copybuffer.plugin.zsh b/.oh-my-zsh/plugins/copybuffer/copybuffer.plugin.zsh new file mode 100644 index 0000000..e636d97 --- /dev/null +++ b/.oh-my-zsh/plugins/copybuffer/copybuffer.plugin.zsh @@ -0,0 +1,16 @@ +# copy the active line from the command line buffer +# onto the system clipboard + +copybuffer () { + if builtin which clipcopy &>/dev/null; then + printf "%s" "$BUFFER" | clipcopy + else + zle -M "clipcopy not found. Please make sure you have Oh My Zsh installed correctly." + fi +} + +zle -N copybuffer + +bindkey -M emacs "^O" copybuffer +bindkey -M viins "^O" copybuffer +bindkey -M vicmd "^O" copybuffer diff --git a/.oh-my-zsh/plugins/copyfile/README.md b/.oh-my-zsh/plugins/copyfile/README.md new file mode 100644 index 0000000..a110b83 --- /dev/null +++ b/.oh-my-zsh/plugins/copyfile/README.md @@ -0,0 +1,11 @@ +# copyfile plugin + +Puts the contents of a file in your system clipboard so you can paste it anywhere. + +To use, add `copyfile` to your plugins array: + +```zsh +plugins=(... copyfile) +``` + +Then you can run the command `copyfile ` to copy the file named `filename`. diff --git a/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh b/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh new file mode 100644 index 0000000..f4eca5a --- /dev/null +++ b/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh @@ -0,0 +1,7 @@ +# Copies the contents of a given file to the system or X Windows clipboard +# +# copyfile +function copyfile { + emulate -L zsh + clipcopy $1 +} diff --git a/.oh-my-zsh/plugins/copypath/README.md b/.oh-my-zsh/plugins/copypath/README.md new file mode 100644 index 0000000..1e5a463 --- /dev/null +++ b/.oh-my-zsh/plugins/copypath/README.md @@ -0,0 +1,15 @@ +# copypath plugin + +Copies the path of given directory or file to the system clipboard. + +To use it, add `copypath` to the plugins array in your zshrc file: + +```zsh +plugins=(... copypath) +``` + +## Usage + +- `copypath`: copies the absolute path of the current directory. + +- `copypath `: copies the absolute path of the given file. diff --git a/.oh-my-zsh/plugins/copypath/copypath.plugin.zsh b/.oh-my-zsh/plugins/copypath/copypath.plugin.zsh new file mode 100644 index 0000000..8fe0a85 --- /dev/null +++ b/.oh-my-zsh/plugins/copypath/copypath.plugin.zsh @@ -0,0 +1,15 @@ +# Copies the path of given directory or file to the system or X Windows clipboard. +# Copy current directory if no parameter. +function copypath { + # If no argument passed, use current directory + local file="${1:-.}" + + # If argument is not an absolute path, prepend $PWD + [[ $file = /* ]] || file="$PWD/$file" + + # Copy the absolute path without resolving symlinks + # If clipcopy fails, exit the function with an error + print -n "${file:a}" | clipcopy || return 1 + + echo ${(%):-"%B${file:a}%b copied to clipboard."} +} diff --git a/.oh-my-zsh/plugins/cp/README.md b/.oh-my-zsh/plugins/cp/README.md new file mode 100644 index 0000000..2373424 --- /dev/null +++ b/.oh-my-zsh/plugins/cp/README.md @@ -0,0 +1,32 @@ +# cp plugin + +This plugin defines a `cpv` function that uses `rsync` so that you +get the features and security of this command. + +To enable, add `cp` to your `plugins` array in your zshrc file: + +```zsh +plugins=(... cp) +``` + +## Description + +The enabled options for rsync are: + +- `-p`: preserves permissions. + +- `-o`: preserves owner. + +* `-g`: preserves group. + +* `-b`: make a backup of the original file instead of overwriting it, if it exists. + +* `-r`: recurse directories. + +* `-hhh`: outputs numbers in human-readable format, in units of 1024 (K, M, G, T). + +* `--backup-dir="/tmp/rsync-$USERNAME"`: move backup copies to "/tmp/rsync-$USERNAME". + +* `-e /dev/null`: only work on local files (disable remote shells). + +* `--progress`: display progress. diff --git a/.oh-my-zsh/plugins/cp/cp.plugin.zsh b/.oh-my-zsh/plugins/cp/cp.plugin.zsh new file mode 100644 index 0000000..a562591 --- /dev/null +++ b/.oh-my-zsh/plugins/cp/cp.plugin.zsh @@ -0,0 +1,4 @@ +cpv() { + rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@" +} +compdef _files cpv diff --git a/.oh-my-zsh/plugins/cpanm/README.md b/.oh-my-zsh/plugins/cpanm/README.md new file mode 100644 index 0000000..13e93d0 --- /dev/null +++ b/.oh-my-zsh/plugins/cpanm/README.md @@ -0,0 +1,9 @@ +# Cpanm + +This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)). + +To use it add cpanm to the plugins array in your zshrc file. + +```zsh +plugins=(... cpanm) +``` diff --git a/.oh-my-zsh/plugins/cpanm/_cpanm b/.oh-my-zsh/plugins/cpanm/_cpanm new file mode 100644 index 0000000..f328dd9 --- /dev/null +++ b/.oh-my-zsh/plugins/cpanm/_cpanm @@ -0,0 +1,64 @@ +#compdef cpanm + +## +# cpanminus Z Shell completion script +## +# +# Current supported cpanm version: 1.4000 (Tue Mar 8 01:00:49 PST 2011) +# + +local arguments curcontext="$curcontext" +typeset -A opt_args + + +arguments=( + +# Commands +# '(--install -i)'{--install,-i}'[Installs the modules]' + '(- :)--self-upgrade[Upgrades itself]' + '(- :)--info[Displays distribution info on CPAN]' + '(--installdeps)--installdeps[Only install dependencies]' + '(--look)--look[Download/unpack the distribution and then open the directory with your shell]' + '(- :)'{--help,-h}'[Displays help information]' + '(- :)'{--version,-V}'[Displays software version]' + +# Options + {--force,-f}'[Force install]' + {--notest,-n}'[Do not run unit tests]' + {--sudo,-S}'[sudo to run install commands]' + '(-v --verbose --quiet -q)'{--verbose,-v}'[Turns on chatty output]' + '(-q --quiet --verbose -v)'{--quiet,-q}'[Turns off all output]' + {--local-lib,-l}'[Specify the install base to install modules]' + {--local-lib-contained,-L}'[Specify the install base to install all non-core modules]' + '--mirror[Specify the base URL for the mirror (e.g. http://cpan.cpantesters.org/)]:URLs:_urls' + '--mirror-only[Use the mirror\''s index file instead of the CPAN Meta DB]' + '--prompt[Prompt when configure/build/test fails]' + '--reinstall[Reinstall the distribution even if you already have the latest version installed]' + '--interactive[Turn on interactive configure]' + + '--scandeps[Scan the dependencies of given modules and output the tree in a text format]' + '--format[Specify what format to display the scanned dependency tree]:scandeps format:(tree json yaml dists)' + + '--save-dists[Specify the optional directory path to copy downloaded tarballs]' +# '--uninst-shadows[Uninstalls the shadow files of the distribution that you\''re installing]' + + '--auto-cleanup[Number of days that cpanm\''s work directories expire in. Defaults to 7]' + '(--no-man-pages)--man-pages[Generates man pages for executables (man1) and libraries (man3)]' + '(--man-pages)--no-man-pages[Do not generate man pages]' + + + # Note: Normally with "--lwp", "--wget" and "--curl" options set to true (which is the default) cpanm tries LWP, + # Wget, cURL and HTTP::Tiny (in that order) and uses the first one available. + # (So that the exclusions are not enabled here for the completion) + '(--lwp)--lwp[Use LWP module to download stuff]' + '(--wget)--wget[Use GNU Wget (if available) to download stuff]' + '(--curl)--curl[Use cURL (if available) to download stuff]' + +# Other completions + '*:Local directory or archive:_files -/ -g "*.(tar.gz|tgz|tar.bz2|zip)(-.)"' + # '*::args: _normal' # this looks for default files (any files) +) +_arguments -s $arguments \ + && return 0 + +return 1 diff --git a/.oh-my-zsh/plugins/dash/README.md b/.oh-my-zsh/plugins/dash/README.md new file mode 100644 index 0000000..970c654 --- /dev/null +++ b/.oh-my-zsh/plugins/dash/README.md @@ -0,0 +1,28 @@ +# Dash plugin + +This plugin adds command line functionality for [Dash](https://kapeli.com/dash), +an API Documentation Browser for macOS. This plugin requires Dash to be installed +to work. + +To use it, add `dash` to the plugins array in your zshrc file: + +```zsh +plugins=(... dash) +``` + +## Usage + +- Open and switch to the dash application. +``` +dash +``` + +- Query for something in dash app: `dash query` +``` +dash golang +``` + +- You can optionally provide a keyword: `dash [keyword:]query` +``` +dash python:tuple +``` diff --git a/.oh-my-zsh/plugins/dash/dash.plugin.zsh b/.oh-my-zsh/plugins/dash/dash.plugin.zsh new file mode 100644 index 0000000..f6801a8 --- /dev/null +++ b/.oh-my-zsh/plugins/dash/dash.plugin.zsh @@ -0,0 +1,84 @@ +# Usage: dash [keyword:]query +dash() { open -a Dash.app dash://"$*" } +compdef _dash dash + +_dash() { + # No sense doing this for anything except the 2nd position and if we haven't + # specified which docset to query against + if [[ $CURRENT -ne 2 || "$words[2]" =~ ":" ]]; then + return + fi + + local -aU docsets + docsets=() + + # Use defaults to get the array of docsets from preferences + # Have to smash it into one big line so that each docset is an element of our docsets array + # Only output docsets that are actually enabled + local -a enabled_docsets + enabled_docsets=("${(@f)$(defaults read com.kapeli.dashdoc docsets \ + | tr -d '\n' | grep -oE '\{.*?\}' | grep -E 'isEnabled = 1;')}") + + local docset name keyword + # Now get each docset and output each on their own line + for docset in "$enabled_docsets[@]"; do + keyword='' + # Order of preference as explained to me by @kapeli via email + for locator in keyword suggestedKeyword platform; do + # Echo the docset, try to find the appropriate keyword + # Strip doublequotes and colon from any keyword so that everything has the + # same format when output (we'll add the colon in the completion) + if [[ "$docset" =~ "$locator = ([^;]*);" ]]; then + keyword="${match[1]//[\":]}" + fi + + if [[ -z "$keyword" ]]; then + continue + fi + + # if we fall back to platform, we should do some checking per @kapeli + if [[ "$locator" == "platform" ]]; then + # Since these are the only special cases right now, let's not do the + # expensive processing unless we have to + if [[ "$keyword" = (python|java|qt|cocos2d) ]]; then + if [[ "$docset" =~ "docsetName = ([^;]*);" ]]; then + name="${match[1]//[\":]}" + case "$keyword" in + python) + case "$name" in + "Python 2") keyword="python2" ;; + "Python 3") keyword="python3" ;; + esac ;; + java) + case "$name" in + "Java SE7") keyword="java7" ;; + "Java SE6") keyword="java6" ;; + "Java SE8") keyword="java8" ;; + esac ;; + qt) + case "$name" in + "Qt 5") keyword="qt5" ;; + "Qt 4"|Qt) keyword="qt4" ;; + esac ;; + cocos2d) + case "$name" in + Cocos3D) keyword="cocos3d" ;; + esac ;; + esac + fi + fi + fi + + # Bail once we have a match + break + done + + # If we have a keyword, add it to the list! + if [[ -n "$keyword" ]]; then + docsets+=($keyword) + fi + done + + # special thanks to [arx] on #zsh for getting me sorted on this piece + compadd -qS: -- "$docsets[@]" +} diff --git a/.oh-my-zsh/plugins/dbt/README.md b/.oh-my-zsh/plugins/dbt/README.md new file mode 100644 index 0000000..e05d79c --- /dev/null +++ b/.oh-my-zsh/plugins/dbt/README.md @@ -0,0 +1,29 @@ +# dbt plugin + +## Introduction + +The `dbt plugin` adds several aliases for useful [dbt](https://docs.getdbt.com/) commands and +[aliases](#aliases). + +To use it, add `dbt` to the plugins array of your zshrc file: + +``` +plugins=(... dbt) +``` + +## Aliases + +| Alias | Command | Description | +| ------ | ------------------------------------------------ | ---------------------------------------------------- | +| dbtlm | `dbt ls -s state:modified` | List modified models only | +| dbtrm | `dbt run -s state:modified` | Run modified models only | +| dbttm | `dbt test -m state:modified` | Test modified models only | +| dbtrtm | `dbtrm && dbttm` | Run and test modified models only | +| dbtrs | `dbt clean; dbt deps; dbt seed` | Re-seed data | +| dbtfrt | `dbtrs; dbt run --full-refresh; dbt test` | Perform a full fresh run with tests | +| dbtcds | `dbt docs generate; dbt docs serve` | Generate docs without compiling | +| dbtds | `dbt docs generate --no-compile; dbt docs serve` | Generate and serve docs skipping doc. re-compilation | + +## Maintainer + +### [msempere](https://github.com/msempere) diff --git a/.oh-my-zsh/plugins/dbt/dbt.plugin.zsh b/.oh-my-zsh/plugins/dbt/dbt.plugin.zsh new file mode 100644 index 0000000..6fcc2ee --- /dev/null +++ b/.oh-my-zsh/plugins/dbt/dbt.plugin.zsh @@ -0,0 +1,23 @@ +# list modified models only +alias dbtlm="dbt ls -s state:modified" + +# run modified models only +alias dbtrm="dbt run -s state:modified" + +# test modified models only +alias dbttm="dbt test -m state:modified" + +# run and test modified models only +alias dbtrtm="dbtrm && dbttm" + +# re-seed data +alias dbtrs="dbt clean; dbt deps; dbt seed" + +# perform a full fresh run with tests +alias dbtfrt="dbtrs; dbt run --full-refresh; dbt test" + +# generate and serve docs +alias dbtcds="dbt docs generate; dbt docs serve" + +# generate and serve docs skipping doc. re-compilation +alias dbtds="dbt docs generate --no-compile; dbt docs serve" diff --git a/.oh-my-zsh/plugins/debian/README.md b/.oh-my-zsh/plugins/debian/README.md new file mode 100644 index 0000000..6835ad6 --- /dev/null +++ b/.oh-my-zsh/plugins/debian/README.md @@ -0,0 +1,92 @@ +# debian + +This plugin provides Debian-related aliases and functions for zsh. + +To use it add `debian` to the plugins array in your zshrc file. + +```zsh +plugins=(... debian) +``` + +## Settings + +- `$apt_pref`: use aptitude or apt if installed, fallback is apt-get. +- `$apt_upgr`: use upgrade or safe-upgrade (for aptitude). + +Set **both** `$apt_pref` and `$apt_upgr` to whatever command you want (before sourcing Oh My Zsh) to override this behavior, e.g.: + +```sh +apt_pref='apt' +apt_upgr='full-upgrade' +``` + +## Common Aliases + +| Alias | Command | Description | +| ------ | ---------------------------------------------------------------------- | ---------------------------------------------------------- | +| `age` | `apt-get` | Command line tool for handling packages | +| `api` | `aptitude` | Same functionality as `apt-get`, provides extra options | +| `acs` | `apt-cache search` | Command line tool for searching apt software package cache | +| `aps` | `aptitude search` | Searches installed packages using aptitude | +| `as` | `aptitude -F '* %p -> %d \n(%v/%V)' --no-gui --disable-columns search` | Print searched packages using a custom format | +| `afs` | `apt-file search --regexp` | Search file in packages | +| `asrc` | `apt-get source` | Fetch source packages through `apt-get` | +| `app` | `apt-cache policy` | Displays priority of package sources | + +## Superuser Operations Aliases + +| Alias | Command | Description | +| -------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | +| `aac` | `sudo $apt_pref autoclean` | Clears out the local repository of retrieved package files | +| `aar` | `sudo $apt_pref autoremove` | Removes packages installed automatically that are no longer needed | +| `abd` | `sudo $apt_pref build-dep` | Installs all dependencies for building packages | +| `ac` | `sudo $apt_pref clean` | Clears out the local repository of retrieved package files except lock files | +| `ad` | `sudo $apt_pref update` | Updates the package lists for upgrades for packages | +| `adg` | `sudo $apt_pref update && sudo $apt_pref $apt_upgr` | Update and upgrade packages | +| `ads` | `sudo apt-get dselect-upgrade` | Installs packages from list and removes all not in the list | +| `adu` | `sudo $apt_pref update && sudo $apt_pref dist-upgrade` | Smart upgrade that handles dependencies | +| `afu` | `sudo apt-file update` | Update the files in packages | +| `ai` | `sudo $apt_pref install` | Command-line tool to install package | +| `ail` | `sed -e 's/ */ /g' -e 's/ *//' \| cut -s -d ' ' -f 1 \| xargs sudo $apt_pref install` | Install all packages given on the command line while using only the first word of each line | +| `alu` | `sudo apt update && apt list -u && sudo apt upgrade` | Update, list and upgrade packages | +| `ap` | `sudo $apt_pref purge` | Removes packages along with configuration files | +| `au` | `sudo $apt_pref $apt_upgr` | Install package upgrades | +| `di` | `sudo dpkg -i` | Install all .deb files in the current directory | +| `dia` | `sudo dpkg -i ./*.deb` | Install all .deb files in the current directory | +| `kclean` | `sudo aptitude remove -P ?and(~i~nlinux-(ima\|hea) ?not(~n$(uname -r)))` | Remove ALL kernel images and headers EXCEPT the one in use | + +## Aliases - Commands using `su` + +| Alias | Command | +| ----- | --------------------------------------------------------- | +| `aac` | `su -ls "$apt_pref autoclean" root` | +| `aar` | `su -ls "$apt_pref autoremove" root` | +| `ac` | `su -ls "$apt_pref clean" root` | +| `ad` | `su -lc "$apt_pref update" root` | +| `adg` | `su -lc "$apt_pref update && aptitude $apt_upgr" root` | +| `adu` | `su -lc "$apt_pref update && aptitude dist-upgrade" root` | +| `afu` | `su -lc "apt-file update"` | +| `au` | `su -lc "$apt_pref $apt_upgr" root` | +| `dia` | `su -lc "dpkg -i ./*.deb" root` | + +## Miscellaneous Aliases + +| Alias | Command | Description | +| --------- | ---------------------------------------------- | ------------------------------ | +| `allpkgs` | `aptitude search -F "%p" --disable-columns ~i` | Display all installed packages | +| `mydeb` | `time dpkg-buildpackage -rfakeroot -us -uc` | Create a basic .deb package | + +## Functions + +| Function | Description | +| ------------------- | --------------------------------------------------------------- | +| `apt-copy` | Create a simple script that can be used to 'duplicate' a system | +| `apt-history` | Displays apt history for a command | +| `apt-list-packages` | List packages by size | +| `kerndeb` | Builds kernel packages | + +## Authors + +- [@AlexBio](https://github.com/AlexBio) +- [@dbb](https://github.com/dbb) +- [@Mappleconfusers](https://github.com/Mappleconfusers) diff --git a/.oh-my-zsh/plugins/debian/debian.plugin.zsh b/.oh-my-zsh/plugins/debian/debian.plugin.zsh new file mode 100644 index 0000000..5ef4cfb --- /dev/null +++ b/.oh-my-zsh/plugins/debian/debian.plugin.zsh @@ -0,0 +1,227 @@ +# Use aptitude or apt if installed, fallback is apt-get +# You can just set apt_pref='apt-get' to override it. + +if [[ -z $apt_pref || -z $apt_upgr ]]; then + if [[ -e $commands[aptitude] ]]; then + apt_pref='aptitude' + apt_upgr='safe-upgrade' + elif [[ -e $commands[apt] ]]; then + apt_pref='apt' + apt_upgr='upgrade' + else + apt_pref='apt-get' + apt_upgr='upgrade' + fi +fi + +# Use sudo by default if it's installed +if [[ -e $commands[sudo] ]]; then + use_sudo=1 +fi + +# Aliases ################################################################### +# These are for more obscure uses of apt-get and aptitude that aren't covered +# below. +alias age='apt-get' +alias api='aptitude' + +# Some self-explanatory aliases +alias acs="apt-cache search" +alias aps='aptitude search' +alias as="aptitude -F '* %p -> %d \n(%v/%V)' --no-gui --disable-columns search" + +# apt-file +alias afs='apt-file search --regexp' + + +# These are apt-get only +alias asrc='apt-get source' +alias app='apt-cache policy' + +# superuser operations ###################################################### +if [[ $use_sudo -eq 1 ]]; then +# commands using sudo ####### + alias aac="sudo $apt_pref autoclean" + alias abd="sudo $apt_pref build-dep" + alias ac="sudo $apt_pref clean" + alias ad="sudo $apt_pref update" + alias adg="sudo $apt_pref update && sudo $apt_pref $apt_upgr" + alias adu="sudo $apt_pref update && sudo $apt_pref dist-upgrade" + alias afu="sudo apt-file update" + alias au="sudo $apt_pref $apt_upgr" + alias ai="sudo $apt_pref install" + # Install all packages given on the command line while using only the first word of each line: + # acse ... | ail + + alias ail="sed -e 's/ */ /g' -e 's/ *//' | cut -s -d ' ' -f 1 | xargs sudo $apt_pref install" + alias ap="sudo $apt_pref purge" + alias aar="sudo $apt_pref autoremove" + + # apt-get only + alias ads="sudo apt-get dselect-upgrade" + + # apt only + alias alu="sudo apt update && apt list -u && sudo apt upgrade" + + # Install all .deb files in the current directory. + # Warning: you will need to put the glob in single quotes if you use: + # glob_subst + alias dia="sudo dpkg -i ./*.deb" + alias di="sudo dpkg -i" + + # Remove ALL kernel images and headers EXCEPT the one in use + alias kclean='sudo aptitude remove -P "?and(~i~nlinux-(ima|hea) ?not(~n$(uname -r)))"' + + +# commands using su ######### +else + alias aac="su -ls '$apt_pref autoclean' root" + function abd() { + cmd="su -lc '$apt_pref build-dep $@' root" + print "$cmd" + eval "$cmd" + } + alias ac="su -ls '$apt_pref clean' root" + alias ad="su -lc '$apt_pref update' root" + alias adg="su -lc '$apt_pref update && aptitude $apt_upgr' root" + alias adu="su -lc '$apt_pref update && aptitude dist-upgrade' root" + alias afu="su -lc '$apt-file update'" + alias au="su -lc '$apt_pref $apt_upgr' root" + function ai() { + cmd="su -lc '$apt_pref install $@' root" + print "$cmd" + eval "$cmd" + } + function ap() { + cmd="su -lc '$apt_pref purge $@' root" + print "$cmd" + eval "$cmd" + } + function aar() { + cmd="su -lc '$apt_pref autoremove $@' root" + print "$cmd" + eval "$cmd" + } + # Install all .deb files in the current directory + # Assumes glob_subst is off + alias dia='su -lc "dpkg -i ./*.deb" root' + alias di='su -lc "dpkg -i" root' + + # Remove ALL kernel images and headers EXCEPT the one in use + alias kclean='su -lc "aptitude remove -P \"?and(~i~nlinux-(ima|hea) ?not(~n$(uname -r)))\"" root' +fi + +# Completion ################################################################ + +# +# Registers a compdef for $1 that calls $apt_pref with the commands $2 +# To do that it creates a new completion function called _apt_pref_$2 +# +function apt_pref_compdef() { + local f fb + f="_apt_pref_${2}" + + eval "function ${f}() { + shift words; + service=\"\$apt_pref\"; + words=(\"\$apt_pref\" '$2' \$words); + ((CURRENT++)) + test \"\${apt_pref}\" = 'aptitude' && _aptitude || _apt + }" + + compdef "$f" "$1" +} + +apt_pref_compdef aac "autoclean" +apt_pref_compdef abd "build-dep" +apt_pref_compdef ac "clean" +apt_pref_compdef ad "update" +apt_pref_compdef afu "update" +apt_pref_compdef au "$apt_upgr" +apt_pref_compdef ai "install" +apt_pref_compdef ail "install" +apt_pref_compdef ap "purge" +apt_pref_compdef aar "autoremove" +apt_pref_compdef ads "dselect-upgrade" + +# Misc. ##################################################################### +# print all installed packages +alias allpkgs='aptitude search -F "%p" --disable-columns ~i' + +# Create a basic .deb package +alias mydeb='time dpkg-buildpackage -rfakeroot -us -uc' + + +# Functions ################################################################# +# create a simple script that can be used to 'duplicate' a system +function apt-copy() { + print '#!/bin/sh'"\n" > apt-copy.sh + + cmd='$apt_pref install' + + for p in ${(f)"$(aptitude search -F "%p" --disable-columns \~i)"}; { + cmd="${cmd} ${p}" + } + + print $cmd "\n" >> apt-copy.sh + + chmod +x apt-copy.sh +} + +# Prints apt history +# Usage: +# apt-history install +# apt-history upgrade +# apt-history remove +# apt-history rollback +# apt-history list +# Based On: https://linuxcommando.blogspot.com/2008/08/how-to-show-apt-log-history.html +function apt-history() { + case "$1" in + install) + zgrep --no-filename 'install ' $(ls -rt /var/log/dpkg*) + ;; + upgrade|remove) + zgrep --no-filename $1 $(ls -rt /var/log/dpkg*) + ;; + rollback) + zgrep --no-filename upgrade $(ls -rt /var/log/dpkg*) | \ + grep "$2" -A10000000 | \ + grep "$3" -B10000000 | \ + awk '{print $4"="$5}' + ;; + list) + zgrep --no-filename '' $(ls -rt /var/log/dpkg*) + ;; + *) + echo "Parameters:" + echo " install - Lists all packages that have been installed." + echo " upgrade - Lists all packages that have been upgraded." + echo " remove - Lists all packages that have been removed." + echo " rollback - Lists rollback information." + echo " list - Lists all contains of dpkg logs." + ;; + esac +} + +# Kernel-package building shortcut +function kerndeb() { + # temporarily unset MAKEFLAGS ( '-j3' will fail ) + MAKEFLAGS=$( print - $MAKEFLAGS | perl -pe 's/-j\s*[\d]+//g' ) + print '$MAKEFLAGS set to '"'$MAKEFLAGS'" + appendage='-custom' # this shows up in $(uname -r ) + revision=$(date +"%Y%m%d") # this shows up in the .deb file name + + make-kpkg clean + + time fakeroot make-kpkg --append-to-version "$appendage" --revision \ + "$revision" kernel_image kernel_headers +} + +# List packages by size +function apt-list-packages() { + dpkg-query -W --showformat='${Installed-Size} ${Package} ${Status}\n' | \ + grep -v deinstall | \ + sort -n | \ + awk '{print $1" "$2}' +} diff --git a/.oh-my-zsh/plugins/deno/README.md b/.oh-my-zsh/plugins/deno/README.md new file mode 100644 index 0000000..38f9f20 --- /dev/null +++ b/.oh-my-zsh/plugins/deno/README.md @@ -0,0 +1,20 @@ +# Deno Plugin + +This plugin sets up completion and aliases for [Deno](https://deno.land). + +## Aliases + +| Alias | Full command | +| ----- | ------------------- | +| db | deno bundle | +| dc | deno compile | +| dca | deno cache | +| dfmt | deno fmt | +| dh | deno help | +| dli | deno lint | +| drn | deno run | +| drA | deno run -A | +| drw | deno run --watch | +| dru | deno run --unstable | +| dts | deno test | +| dup | deno upgrade | diff --git a/.oh-my-zsh/plugins/deno/deno.plugin.zsh b/.oh-my-zsh/plugins/deno/deno.plugin.zsh new file mode 100644 index 0000000..bf97d6f --- /dev/null +++ b/.oh-my-zsh/plugins/deno/deno.plugin.zsh @@ -0,0 +1,28 @@ +# ALIASES +alias db='deno bundle' +alias dc='deno compile' +alias dca='deno cache' +alias dfmt='deno fmt' +alias dh='deno help' +alias dli='deno lint' +alias drn='deno run' +alias drA='deno run -A' +alias drw='deno run --watch' +alias dru='deno run --unstable' +alias dts='deno test' +alias dup='deno upgrade' + +# COMPLETION FUNCTION +if (( ! $+commands[deno] )); then + return +fi + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `deno`. Otherwise, compinit will have already done that. +if [[ ! -f "$ZSH_CACHE_DIR/completions/_deno" ]]; then + typeset -g -A _comps + autoload -Uz _deno + _comps[deno]=_deno +fi + +deno completions zsh >| "$ZSH_CACHE_DIR/completions/_deno" &| diff --git a/.oh-my-zsh/plugins/dircycle/README.md b/.oh-my-zsh/plugins/dircycle/README.md new file mode 100644 index 0000000..3c9b3a9 --- /dev/null +++ b/.oh-my-zsh/plugins/dircycle/README.md @@ -0,0 +1,78 @@ +# dircycle + +Plugin for cycling through the directory stack + +This plugin enables directory navigation similar to using back and forward on browsers or common file explorers like Finder or Nautilus. It uses a small zle trick that lets you cycle through your directory stack left or right using Ctrl + Shift + Left / Right . This is useful when moving back and forth between directories in development environments, and can be thought of as kind of a nondestructive pushd/popd. + +## Enabling the plugin + +1. Open your `.zshrc` file and add `dircycle` in the plugins section: + + ```zsh + plugins=( + # all your enabled plugins + dircycle + ) + ``` + +2. Restart the shell or restart your Terminal session: + + ```console + $ exec zsh + $ + ``` + +## Usage Examples + +Say you opened these directories on the terminal: + +```console +~$ cd Projects +~/Projects$ cd Hacktoberfest +~/Projects/Hacktoberfest$ cd oh-my-zsh +~/Projects/Hacktoberfest/oh-my-zsh$ dirs -v +0 ~/Projects/Hacktoberfest/oh-my-zsh +1 ~/Projects/Hacktoberfest +2 ~/Projects +3 ~ +``` + +By pressing Ctrl + Shift + Left, the current working directory or `$CWD` will be from `oh-my-zsh` to `Hacktoberfest`. Press it again and it will be at `Projects`. + +And by pressing Ctrl + Shift + Right, the `$CWD` will be from `Projects` to `Hacktoberfest`. Press it again and it will be at `oh-my-zsh`. + +Here's a example history table with the same accessed directories like above: + +| Current `$CWD` | Key press | New `$CWD` | +| --------------- | ----------------------------------------------------- | --------------- | +| `oh-my-zsh` | Ctrl + Shift + Left | `Hacktoberfest` | +| `Hacktoberfest` | Ctrl + Shift + Left | `Projects` | +| `Projects` | Ctrl + Shift + Left | `~` | +| `~` | Ctrl + Shift + Right | `Projects` | +| `Projects` | Ctrl + Shift + Right | `Hacktoberfest` | +| `Hacktoberfest` | Ctrl + Shift + Right | `oh-my-zsh` | +| `oh-my-zsh` | Ctrl + Shift + Right | `~` | + +Note the last traversal, when pressing Ctrl + Shift + Right on a last known `$CWD`, it will change back to the first known `$CWD`, which in the example is `~`. + +Here's an asciinema cast demonstrating the example above: + +[![asciicast](https://asciinema.org/a/204406.png)](https://asciinema.org/a/204406) + +## Functions + +| Function | Description | +| -------------------- | --------------------------------------------------------------------------------------------------------- | +| `insert-cycledleft` | Change `$CWD` to the previous known stack, binded on Ctrl + Shift + Left | +| `insert-cycledright` | Change `$CWD` to the next known stack, binded on Ctrl + Shift + Right | + +## Rebinding keys + +You can bind these functions to other key sequences, as long as you know the bindkey sequence. For example, these commands bind to Alt + Shift + Left / Right in `xterm-256color`: + +```zsh +bindkey '^[[1;4D' insert-cycledleft +bindkey '^[[1;4C' insert-cycledright +``` + +You can get the bindkey sequence by pressing Ctrl + V, then pressing the keyboard shortcut you want to use. diff --git a/.oh-my-zsh/plugins/dircycle/dircycle.plugin.zsh b/.oh-my-zsh/plugins/dircycle/dircycle.plugin.zsh new file mode 100644 index 0000000..bb69f6b --- /dev/null +++ b/.oh-my-zsh/plugins/dircycle/dircycle.plugin.zsh @@ -0,0 +1,54 @@ +# enables cycling through the directory stack using +# Ctrl+Shift+Left/Right +# +# left/right direction follows the order in which directories +# were visited, like left/right arrows do in a browser + +# NO_PUSHD_MINUS syntax: +# pushd +N: start counting from left of `dirs' output +# pushd -N: start counting from right of `dirs' output + +switch-to-dir () { + setopt localoptions nopushdminus + [[ ${#dirstack} -eq 0 ]] && return 1 + + while ! builtin pushd -q $1 &>/dev/null; do + # We found a missing directory: pop it out of the dir stack + builtin popd -q $1 + + # Stop trying if there are no more directories in the dir stack + [[ ${#dirstack} -eq 0 ]] && return 1 + done +} + +insert-cycledleft () { + switch-to-dir +1 || return + + local fn + for fn (chpwd $chpwd_functions precmd $precmd_functions); do + (( $+functions[$fn] )) && $fn + done + zle reset-prompt +} +zle -N insert-cycledleft + +insert-cycledright () { + switch-to-dir -0 || return + + local fn + for fn (chpwd $chpwd_functions precmd $precmd_functions); do + (( $+functions[$fn] )) && $fn + done + zle reset-prompt +} +zle -N insert-cycledright + + +# These sequences work for xterm, Apple Terminal.app, and probably others. +# Not for rxvt-unicode, but it doesn't seem differentiate Ctrl-Shift-Arrow +# from plain Shift-Arrow, at least by default. +# iTerm2 does not have these key combinations defined by default; you will need +# to add them under "Keys" in your profile if you want to use this. You can do +# this conveniently by loading the "xterm with Numeric Keypad" preset. +bindkey "\e[1;6D" insert-cycledleft +bindkey "\e[1;6C" insert-cycledright diff --git a/.oh-my-zsh/plugins/direnv/README.md b/.oh-my-zsh/plugins/direnv/README.md new file mode 100644 index 0000000..8deaf38 --- /dev/null +++ b/.oh-my-zsh/plugins/direnv/README.md @@ -0,0 +1,15 @@ +# direnv plugin + +This plugin creates the [Direnv](https://direnv.net/) hook. + +To use it, add `direnv` to the plugins array in your zshrc file: + +```zsh +plugins=(... direnv) +``` + +## Requirements + +In order to make this work, you will need to have the direnv installed. + +More info on the usage and install: https://github.com/direnv/direnv diff --git a/.oh-my-zsh/plugins/direnv/direnv.plugin.zsh b/.oh-my-zsh/plugins/direnv/direnv.plugin.zsh new file mode 100644 index 0000000..0a33194 --- /dev/null +++ b/.oh-my-zsh/plugins/direnv/direnv.plugin.zsh @@ -0,0 +1,16 @@ +# Don't continue if direnv is not found +command -v direnv &>/dev/null || return + +_direnv_hook() { + trap -- '' SIGINT; + eval "$(direnv export zsh)"; + trap - SIGINT; +} +typeset -ag precmd_functions; +if [[ -z "${precmd_functions[(r)_direnv_hook]+1}" ]]; then + precmd_functions=( _direnv_hook ${precmd_functions[@]} ) +fi +typeset -ag chpwd_functions; +if [[ -z "${chpwd_functions[(r)_direnv_hook]+1}" ]]; then + chpwd_functions=( _direnv_hook ${chpwd_functions[@]} ) +fi diff --git a/.oh-my-zsh/plugins/dirhistory/README.md b/.oh-my-zsh/plugins/dirhistory/README.md new file mode 100644 index 0000000..ede9b54 --- /dev/null +++ b/.oh-my-zsh/plugins/dirhistory/README.md @@ -0,0 +1,62 @@ +# Dirhistory plugin + +This plugin adds keyboard shortcuts for navigating directory history and hierarchy. + +To use it, add `dirhistory` to the plugins array in your zshrc file: + +```zsh +plugins=(... dirhistory) +``` + +## Keyboard Shortcuts + +| Shortcut | Description | +|-----------------------------------|-----------------------------------------------------------| +| Alt + Left | Go to previous directory | +| Alt + Right | Go to next directory | +| Alt + Up | Move into the parent directory | +| Alt + Down | Move into the first child directory by alphabetical order | + +**For macOS: use the Option key () instead of Alt**. + +> NOTE: some terminals might override the Alt + Arrows key bindings (e.g. Windows Terminal). +> If these don't work check your terminal settings and change them to a different keyboard shortcut. + +## Usage + +This plugin allows you to navigate the history of previous working directories using Alt + Left +and Alt + Right. Alt + Left moves to past directories, and +Alt + Right goes back to recent directories. + +**NOTE: the maximum directory history size is 30.** + +You can also navigate **directory hierarchies** using Alt + Up and Alt + Down. +Alt + Up moves to the parent directory, while Alt + Down moves into the first +child directory found in alphabetical order (useful to navigate long empty directories, e.g. Java packages). + +For example, if the shell was started, and the following commands were entered: + +```shell +cd ~ +cd /usr +cd share +cd doc +``` + +the directory stack (`dirs -v`) would look like this: + +```console +$ dirs -v +0 /usr/share/doc +1 /usr/share +2 /usr +3 ~ +``` + +then entering Alt + Left at the prompt would change directory from `/usr/share/doc` to `/usr/share`, +then if pressed again to `/usr`, then `~`. If Alt + Right were pressed the directory would be changed +to `/usr` again. + +After that, Alt + Down will probably go to `/usr/bin` if `bin` is the first directory in alphabetical +order (depends on your `/usr` folder structure). Alt + Up will return to `/usr`, and once more will get +you to the root folder (`/`). diff --git a/.oh-my-zsh/plugins/dirhistory/dirhistory.plugin.zsh b/.oh-my-zsh/plugins/dirhistory/dirhistory.plugin.zsh new file mode 100644 index 0000000..8d67c61 --- /dev/null +++ b/.oh-my-zsh/plugins/dirhistory/dirhistory.plugin.zsh @@ -0,0 +1,225 @@ +## +# Navigate directory history using ALT-LEFT and ALT-RIGHT. ALT-LEFT moves back to directories +# that the user has changed to in the past, and ALT-RIGHT undoes ALT-LEFT. +# +# Navigate directory hierarchy using ALT-UP and ALT-DOWN. +# ALT-UP moves to higher hierarchy (cd ..) +# ALT-DOWN moves into the first directory found in alphabetical order +# + +dirhistory_past=($PWD) +dirhistory_future=() +export dirhistory_past +export dirhistory_future + +export DIRHISTORY_SIZE=30 + +# Pop the last element of dirhistory_past. +# Pass the name of the variable to return the result in. +# Returns the element if the array was not empty, +# otherwise returns empty string. +function pop_past() { + setopt localoptions no_ksh_arrays + if [[ $#dirhistory_past -gt 0 ]]; then + typeset -g $1="${dirhistory_past[$#dirhistory_past]}" + dirhistory_past[$#dirhistory_past]=() + fi +} + +function pop_future() { + setopt localoptions no_ksh_arrays + if [[ $#dirhistory_future -gt 0 ]]; then + typeset -g $1="${dirhistory_future[$#dirhistory_future]}" + dirhistory_future[$#dirhistory_future]=() + fi +} + +# Push a new element onto the end of dirhistory_past. If the size of the array +# is >= DIRHISTORY_SIZE, the array is shifted +function push_past() { + setopt localoptions no_ksh_arrays + if [[ $#dirhistory_past -ge $DIRHISTORY_SIZE ]]; then + shift dirhistory_past + fi + if [[ $#dirhistory_past -eq 0 || $dirhistory_past[$#dirhistory_past] != "$1" ]]; then + dirhistory_past+=($1) + fi +} + +function push_future() { + setopt localoptions no_ksh_arrays + if [[ $#dirhistory_future -ge $DIRHISTORY_SIZE ]]; then + shift dirhistory_future + fi + if [[ $#dirhistory_future -eq 0 || $dirhistory_futuret[$#dirhistory_future] != "$1" ]]; then + dirhistory_future+=($1) + fi +} + +# Called by zsh when directory changes +autoload -U add-zsh-hook +add-zsh-hook chpwd chpwd_dirhistory +function chpwd_dirhistory() { + push_past $PWD + # If DIRHISTORY_CD is not set... + if [[ -z "${DIRHISTORY_CD+x}" ]]; then + # ... clear future. + dirhistory_future=() + fi +} + +function dirhistory_cd(){ + DIRHISTORY_CD="1" + cd $1 + unset DIRHISTORY_CD +} + +# Move backward in directory history +function dirhistory_back() { + local cw="" + local d="" + # Last element in dirhistory_past is the cwd. + + pop_past cw + if [[ "" == "$cw" ]]; then + # Someone overwrote our variable. Recover it. + dirhistory_past=($PWD) + return + fi + + pop_past d + if [[ "" != "$d" ]]; then + dirhistory_cd $d + push_future $cw + else + push_past $cw + fi +} + + +# Move forward in directory history +function dirhistory_forward() { + local d="" + + pop_future d + if [[ "" != "$d" ]]; then + dirhistory_cd $d + push_past $d + fi +} + + +# Bind keys to history navigation +function dirhistory_zle_dirhistory_back() { + # Erase current line in buffer + zle .kill-buffer + dirhistory_back + zle .accept-line +} + +function dirhistory_zle_dirhistory_future() { + # Erase current line in buffer + zle .kill-buffer + dirhistory_forward + zle .accept-line +} + +zle -N dirhistory_zle_dirhistory_back +zle -N dirhistory_zle_dirhistory_future + +for keymap in emacs vicmd viins; do + # dirhistory_back + bindkey -M $keymap "\e[3D" dirhistory_zle_dirhistory_back # xterm in normal mode + bindkey -M $keymap "\e[1;3D" dirhistory_zle_dirhistory_back # xterm in normal mode + bindkey -M $keymap "\e\e[D" dirhistory_zle_dirhistory_back # Putty + bindkey -M $keymap "\eO3D" dirhistory_zle_dirhistory_back # GNU screen + + case "$TERM_PROGRAM" in + Apple_Terminal) bindkey -M $keymap "^[b" dirhistory_zle_dirhistory_back ;; # Terminal.app + iTerm.app) bindkey -M $keymap "^[^[[D" dirhistory_zle_dirhistory_back ;; # iTerm2 + esac + + if (( ${+terminfo[kcub1]} )); then + bindkey -M $keymap "^[${terminfo[kcub1]}" dirhistory_zle_dirhistory_back # urxvt + fi + + # dirhistory_future + bindkey -M $keymap "\e[3C" dirhistory_zle_dirhistory_future # xterm in normal mode + bindkey -M $keymap "\e[1;3C" dirhistory_zle_dirhistory_future # xterm in normal mode + bindkey -M $keymap "\e\e[C" dirhistory_zle_dirhistory_future # Putty + bindkey -M $keymap "\eO3C" dirhistory_zle_dirhistory_future # GNU screen + + case "$TERM_PROGRAM" in + Apple_Terminal) bindkey -M $keymap "^[f" dirhistory_zle_dirhistory_future ;; # Terminal.app + iTerm.app) bindkey -M $keymap "^[^[[C" dirhistory_zle_dirhistory_future ;; # iTerm2 + esac + + if (( ${+terminfo[kcuf1]} )); then + bindkey -M $keymap "^[${terminfo[kcuf1]}" dirhistory_zle_dirhistory_future # urxvt + fi +done + +# +# HIERARCHY Implemented in this section, in case someone wants to split it to another plugin if it clashes bindings +# + +# Move up in hierarchy +function dirhistory_up() { + cd .. || return 1 +} + +# Move down in hierarchy +function dirhistory_down() { + cd "$(find . -mindepth 1 -maxdepth 1 -type d | sort -n | head -n 1)" || return 1 +} + + +# Bind keys to hierarchy navigation +function dirhistory_zle_dirhistory_up() { + zle .kill-buffer # Erase current line in buffer + dirhistory_up + zle .accept-line +} + +function dirhistory_zle_dirhistory_down() { + zle .kill-buffer # Erase current line in buffer + dirhistory_down + zle .accept-line +} + +zle -N dirhistory_zle_dirhistory_up +zle -N dirhistory_zle_dirhistory_down + +for keymap in emacs vicmd viins; do + # dirhistory_up + bindkey -M $keymap "\e[3A" dirhistory_zle_dirhistory_up # xterm in normal mode + bindkey -M $keymap "\e[1;3A" dirhistory_zle_dirhistory_up # xterm in normal mode + bindkey -M $keymap "\e\e[A" dirhistory_zle_dirhistory_up # Putty + bindkey -M $keymap "\eO3A" dirhistory_zle_dirhistory_up # GNU screen + + case "$TERM_PROGRAM" in + Apple_Terminal) bindkey -M $keymap "^[[A" dirhistory_zle_dirhistory_up ;; # Terminal.app + iTerm.app) bindkey -M $keymap "^[^[[A" dirhistory_zle_dirhistory_up ;; # iTerm2 + esac + + if (( ${+terminfo[kcuu1]} )); then + bindkey -M $keymap "^[${terminfo[kcuu1]}" dirhistory_zle_dirhistory_up # urxvt + fi + + # dirhistory_down + bindkey -M $keymap "\e[3B" dirhistory_zle_dirhistory_down # xterm in normal mode + bindkey -M $keymap "\e[1;3B" dirhistory_zle_dirhistory_down # xterm in normal mode + bindkey -M $keymap "\e\e[B" dirhistory_zle_dirhistory_down # Putty + bindkey -M $keymap "\eO3B" dirhistory_zle_dirhistory_down # GNU screen + + case "$TERM_PROGRAM" in + Apple_Terminal) bindkey -M $keymap "^[[B" dirhistory_zle_dirhistory_down ;; # Terminal.app + iTerm.app) bindkey -M $keymap "^[^[[B" dirhistory_zle_dirhistory_down ;; # iTerm2 + esac + + if (( ${+terminfo[kcud1]} )); then + bindkey -M $keymap "^[${terminfo[kcud1]}" dirhistory_zle_dirhistory_down # urxvt + fi +done + +unset keymap diff --git a/.oh-my-zsh/plugins/dirpersist/README.md b/.oh-my-zsh/plugins/dirpersist/README.md new file mode 100644 index 0000000..792fb4b --- /dev/null +++ b/.oh-my-zsh/plugins/dirpersist/README.md @@ -0,0 +1,10 @@ +# Dirpersist plugin + +This plugin keeps a running tally of the previous 20 unique directories in the `$HOME/.zdirs` file. +When you cd to a new directory, it is prepended to the beginning of the file. + +To use it, add `dirpersist` to the plugins array in your zshrc file: + +```zsh +plugins=(... dirpersist) +``` diff --git a/.oh-my-zsh/plugins/dirpersist/dirpersist.plugin.zsh b/.oh-my-zsh/plugins/dirpersist/dirpersist.plugin.zsh new file mode 100644 index 0000000..daadc38 --- /dev/null +++ b/.oh-my-zsh/plugins/dirpersist/dirpersist.plugin.zsh @@ -0,0 +1,21 @@ +# Save dirstack history to .zdirs +# adapted from: +# github.com/grml/grml-etc-core/blob/master/etc/zsh/zshrc#L1547 + +DIRSTACKSIZE=${DIRSTACKSIZE:-20} +dirstack_file=${dirstack_file:-${HOME}/.zdirs} + +if [[ -f ${dirstack_file} ]] && [[ ${#dirstack[*]} -eq 0 ]] ; then + dirstack=( ${(f)"$(< $dirstack_file)"} ) + # "cd -" won't work after login by just setting $OLDPWD, so + [[ -d $dirstack[1] ]] && cd $dirstack[1] && cd $OLDPWD +fi + +autoload -U add-zsh-hook +add-zsh-hook chpwd chpwd_dirpersist +chpwd_dirpersist() { + if (( $DIRSTACKSIZE <= 0 )) || [[ -z $dirstack_file ]]; then return; fi + local -ax my_stack + my_stack=( ${PWD} ${dirstack} ) + builtin print -l ${(u)my_stack} >! ${dirstack_file} +} diff --git a/.oh-my-zsh/plugins/dnf/README.md b/.oh-my-zsh/plugins/dnf/README.md new file mode 100644 index 0000000..f45c877 --- /dev/null +++ b/.oh-my-zsh/plugins/dnf/README.md @@ -0,0 +1,32 @@ +# dnf plugin + +This plugin makes `dnf` usage easier by adding aliases for the most common commands. + +`dnf` is the new package manager for RPM-based distributions, which replaces `yum`. + +To use it, add `dnf` to the plugins array in your zshrc file: + +```zsh +plugins=(... dnf) +``` + +Classic `dnf` is getting superseded by `dnf5`; this plugin detects the presence +of `dnf5` and uses it as drop-in alternative to the slower `dnf`. + +## Aliases + +| Alias | Command | Description | +|-------|-------------------------|--------------------------| +| dnfl | `dnf list` | List packages | +| dnfli | `dnf list installed` | List installed packages | +| dnfgl | `dnf grouplist` | List package groups | +| dnfmc | `dnf makecache` | Generate metadata cache | +| dnfp | `dnf info` | Show package information | +| dnfs | `dnf search` | Search package | +| **Use `sudo`** | +| dnfu | `sudo dnf upgrade` | Upgrade package | +| dnfi | `sudo dnf install` | Install package | +| dnfgi | `sudo dnf groupinstall` | Install package group | +| dnfr | `sudo dnf remove` | Remove package | +| dnfgr | `sudo dnf groupremove` | Remove package group | +| dnfc | `sudo dnf clean all` | Clean cache | diff --git a/.oh-my-zsh/plugins/dnf/dnf.plugin.zsh b/.oh-my-zsh/plugins/dnf/dnf.plugin.zsh new file mode 100644 index 0000000..642422f --- /dev/null +++ b/.oh-my-zsh/plugins/dnf/dnf.plugin.zsh @@ -0,0 +1,19 @@ +## Aliases +local dnfprog="dnf" + +# Prefer dnf5 if installed +command -v dnf5 > /dev/null && dnfprog=dnf5 + +alias dnfl="${dnfprog} list" # List packages +alias dnfli="${dnfprog} list installed" # List installed packages +alias dnfgl="${dnfprog} grouplist" # List package groups +alias dnfmc="${dnfprog} makecache" # Generate metadata cache +alias dnfp="${dnfprog} info" # Show package information +alias dnfs="${dnfprog} search" # Search package + +alias dnfu="sudo ${dnfprog} upgrade" # Upgrade package +alias dnfi="sudo ${dnfprog} install" # Install package +alias dnfgi="sudo ${dnfprog} groupinstall" # Install package group +alias dnfr="sudo ${dnfprog} remove" # Remove package +alias dnfgr="sudo ${dnfprog} groupremove" # Remove package group +alias dnfc="sudo ${dnfprog} clean all" # Clean cache diff --git a/.oh-my-zsh/plugins/dnote/README.md b/.oh-my-zsh/plugins/dnote/README.md new file mode 100644 index 0000000..7b41b90 --- /dev/null +++ b/.oh-my-zsh/plugins/dnote/README.md @@ -0,0 +1,51 @@ +# Dnote Plugin + +This plugin adds auto-completion for [Dnote](https://www.getdnote.com/), a simple command line notebook. + +To use it, add `dnote` to the plugins array in your zshrc file: + +```zsh +plugins=(dnote) +``` + +## Usage + +At the basic level, this plugin completes all Dnote commands. + +```zsh +$ dnote a(press here) +``` + +would result in: + +```zsh +$ dnote add +``` + +For some commands, this plugin dynamically suggests matching book names. + +For instance, if you have three books that begin with 'j': 'javascript', 'job', 'js', + +```zsh +$ dnote view j(press here) +``` + +would result in: + +```zsh +$ dnote v j +javascript job js +``` + +As another example, + +```zsh +$ dnote edit ja(press here) +``` + +would result in: + + +```zsh +$ dnote v javascript +`````` diff --git a/.oh-my-zsh/plugins/dnote/_dnote b/.oh-my-zsh/plugins/dnote/_dnote new file mode 100644 index 0000000..c8b3348 --- /dev/null +++ b/.oh-my-zsh/plugins/dnote/_dnote @@ -0,0 +1,39 @@ +#compdef dnote + +local -a _1st_arguments + +_1st_arguments=( + 'add:add a new note' + 'view:list books, notes, or view a content' + 'edit:edit a note or a book' + 'remove:remove a note or a book' + 'find:find notes by keywords' + 'sync:sync data with the server' + 'login:login to the dnote server' + 'logout:logout from the dnote server' + 'version:print the current version' + 'help:get help about any command' +) + +get_booknames() { + local names=$(dnote view --name-only) + local -a ret + + while read -r line; do + ret+=("${line}") + done <<< "$names" + + echo "$ret" +} + +if (( CURRENT == 2 )); then + _describe -t commands "dnote subcommand" _1st_arguments + return +elif (( CURRENT == 3 )); then + case "$words[2]" in + v|view|a|add) + _alternative \ + "names:book names:($(get_booknames))" + esac +fi + diff --git a/.oh-my-zsh/plugins/docker-compose/README.md b/.oh-my-zsh/plugins/docker-compose/README.md new file mode 100644 index 0000000..66d4e05 --- /dev/null +++ b/.oh-my-zsh/plugins/docker-compose/README.md @@ -0,0 +1,34 @@ +# Docker-compose + +This plugin provides completion for [docker-compose](https://docs.docker.com/compose/) as well as some +aliases for frequent docker-compose commands. + +To use it, add docker-compose to the plugins array of your zshrc file: + +```zsh +plugins=(... docker-compose) +``` + +## Aliases + +| Alias | Command | Description | +|-----------|----------------------------------|----------------------------------------------------------------------------------| +| dco | `docker-compose` | Docker-compose main command | +| dcb | `docker-compose build` | Build containers | +| dce | `docker-compose exec` | Execute command inside a container | +| dcps | `docker-compose ps` | List containers | +| dcrestart | `docker-compose restart` | Restart container | +| dcrm | `docker-compose rm` | Remove container | +| dcr | `docker-compose run` | Run a command in container | +| dcstop | `docker-compose stop` | Stop a container | +| dcup | `docker-compose up` | Build, (re)create, start, and attach to containers for a service | +| dcupb | `docker-compose up --build` | Same as `dcup`, but build images before starting containers | +| dcupd | `docker-compose up -d` | Same as `dcup`, but starts as daemon | +| dcupdb | `docker-compose up -d --build` | Same as `dcup`, but build images before starting containers and starts as daemon | +| dcdn | `docker-compose down` | Stop and remove containers | +| dcl | `docker-compose logs` | Show logs of container | +| dclf | `docker-compose logs -f` | Show logs and follow output | +| dclF | `docker-compose logs -f --tail0` | Just follow recent logs | +| dcpull | `docker-compose pull` | Pull image of a service | +| dcstart | `docker-compose start` | Start a container | +| dck | `docker-compose kill` | Kills containers | diff --git a/.oh-my-zsh/plugins/docker-compose/_docker-compose b/.oh-my-zsh/plugins/docker-compose/_docker-compose new file mode 100644 index 0000000..d0ebfe5 --- /dev/null +++ b/.oh-my-zsh/plugins/docker-compose/_docker-compose @@ -0,0 +1,421 @@ +#compdef docker-compose + +# Description +# ----------- +# zsh completion for docker-compose +# ------------------------------------------------------------------------- +# Authors +# ------- +# * Steve Durrheimer +# ------------------------------------------------------------------------- +# Inspiration +# ----------- +# * @albers docker-compose bash completion script +# * @felixr docker zsh completion script : https://github.com/felixr/docker-zsh-completion +# ------------------------------------------------------------------------- + +__docker-compose_q() { + docker-compose 2>/dev/null $compose_options "$@" +} + +# All services defined in docker-compose.yml +__docker-compose_all_services_in_compose_file() { + local already_selected + local -a services + already_selected=$(echo $words | tr " " "|") + __docker-compose_q ps --services "$@" \ + | grep -Ev "^(${already_selected})$" +} + +# All services, even those without an existing container +__docker-compose_services_all() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + services=$(__docker-compose_all_services_in_compose_file "$@") + _alternative "args:services:($services)" && ret=0 + + return ret +} + +# All services that are defined by a Dockerfile reference +__docker-compose_services_from_build() { + [[ $PREFIX = -* ]] && return 1 + __docker-compose_services_all --filter source=build +} + +# All services that are defined by an image +__docker-compose_services_from_image() { + [[ $PREFIX = -* ]] && return 1 + __docker-compose_services_all --filter source=image +} + +__docker-compose_pausedservices() { + [[ $PREFIX = -* ]] && return 1 + __docker-compose_services_all --filter status=paused +} + +__docker-compose_stoppedservices() { + [[ $PREFIX = -* ]] && return 1 + __docker-compose_services_all --filter status=stopped +} + +__docker-compose_runningservices() { + [[ $PREFIX = -* ]] && return 1 + __docker-compose_services_all --filter status=running +} + +__docker-compose_services() { + [[ $PREFIX = -* ]] && return 1 + __docker-compose_services_all +} + +__docker-compose_caching_policy() { + oldp=( "$1"(Nmh+1) ) # 1 hour + (( $#oldp )) +} + +__docker-compose_commands() { + local cache_policy + + zstyle -s ":completion:${curcontext}:" cache-policy cache_policy + if [[ -z "$cache_policy" ]]; then + zstyle ":completion:${curcontext}:" cache-policy __docker-compose_caching_policy + fi + + if ( [[ ${+_docker_compose_subcommands} -eq 0 ]] || _cache_invalid docker_compose_subcommands) \ + && ! _retrieve_cache docker_compose_subcommands; + then + local -a lines + lines=(${(f)"$(_call_program commands docker-compose 2>&1)"}) + _docker_compose_subcommands=(${${${lines[$((${lines[(i)Commands:]} + 1)),${lines[(I) *]}]}## #}/ ##/:}) + (( $#_docker_compose_subcommands > 0 )) && _store_cache docker_compose_subcommands _docker_compose_subcommands + fi + _describe -t docker-compose-commands "docker-compose command" _docker_compose_subcommands +} + +__docker-compose_subcommand() { + local opts_help opts_force_recreate opts_no_recreate opts_no_build opts_remove_orphans opts_timeout opts_no_color opts_no_deps + + opts_help='(: -)--help[Print usage]' + opts_force_recreate="(--no-recreate)--force-recreate[Recreate containers even if their configuration and image haven't changed. Incompatible with --no-recreate.]" + opts_no_recreate="(--force-recreate)--no-recreate[If containers already exist, don't recreate them. Incompatible with --force-recreate.]" + opts_no_build="(--build)--no-build[Don't build an image, even if it's missing.]" + opts_remove_orphans="--remove-orphans[Remove containers for services not defined in the Compose file]" + opts_timeout=('(-t --timeout)'{-t,--timeout}"[Specify a shutdown timeout in seconds. (default: 10)]:seconds: ") + opts_no_color='--no-color[Produce monochrome output.]' + opts_no_deps="--no-deps[Don't start linked services.]" + + integer ret=1 + + case "$words[1]" in + (build) + _arguments \ + $opts_help \ + "*--build-arg=[Set build-time variables for one service.]:=: " \ + '--force-rm[Always remove intermediate containers.]' \ + '(--quiet -q)'{--quiet,-q}'[Curb build output]' \ + '(--memory -m)'{--memory,-m}'[Memory limit for the build container.]' \ + '--no-cache[Do not use cache when building the image.]' \ + '--pull[Always attempt to pull a newer version of the image.]' \ + '--compress[Compress the build context using gzip.]' \ + '--parallel[Build images in parallel.]' \ + '*:services:__docker-compose_services_from_build' && ret=0 + ;; + (config) + _arguments \ + $opts_help \ + '(--quiet -q)'{--quiet,-q}"[Only validate the configuration, don't print anything.]" \ + '--resolve-image-digests[Pin image tags to digests.]' \ + '--services[Print the service names, one per line.]' \ + '--volumes[Print the volume names, one per line.]' \ + '--hash[Print the service config hash, one per line. Set "service1,service2" for a list of specified services.]' && ret=0 + ;; + (create) + _arguments \ + $opts_help \ + $opts_force_recreate \ + $opts_no_recreate \ + $opts_no_build \ + "(--no-build)--build[Build images before creating containers.]" \ + '*:services:__docker-compose_services' && ret=0 + ;; + (down) + _arguments \ + $opts_help \ + $opts_timeout \ + "--rmi[Remove images. Type must be one of: 'all': Remove all images used by any service. 'local': Remove only images that don't have a custom tag set by the \`image\` field.]:type:(all local)" \ + '(-v --volumes)'{-v,--volumes}"[Remove named volumes declared in the \`volumes\` section of the Compose file and anonymous volumes attached to containers.]" \ + $opts_remove_orphans && ret=0 + ;; + (events) + _arguments \ + $opts_help \ + '--json[Output events as a stream of json objects]' \ + '*:services:__docker-compose_services' && ret=0 + ;; + (exec) + _arguments \ + $opts_help \ + '-d[Detached mode: Run command in the background.]' \ + '--privileged[Give extended privileges to the process.]' \ + '(-u --user)'{-u,--user=}'[Run the command as this user.]:username:_users' \ + '-T[Disable pseudo-tty allocation. By default `docker-compose exec` allocates a TTY.]' \ + '--index=[Index of the container if there are multiple instances of a service \[default: 1\]]:index: ' \ + '*'{-e,--env}'[KEY=VAL Set an environment variable (can be used multiple times)]:environment variable KEY=VAL: ' \ + '(-w --workdir)'{-w,--workdir=}'[Working directory inside the container]:workdir: ' \ + '(-):running services:__docker-compose_runningservices' \ + '(-):command: _command_names -e' \ + '*::arguments: _normal' && ret=0 + ;; + (help) + _arguments ':subcommand:__docker-compose_commands' && ret=0 + ;; + (images) + _arguments \ + $opts_help \ + '-q[Only display IDs]' \ + '*:services:__docker-compose_services' && ret=0 + ;; + (kill) + _arguments \ + $opts_help \ + '-s[SIGNAL to send to the container. Default signal is SIGKILL.]:signal:_signals' \ + '*:running services:__docker-compose_runningservices' && ret=0 + ;; + (logs) + _arguments \ + $opts_help \ + '(-f --follow)'{-f,--follow}'[Follow log output]' \ + $opts_no_color \ + '--tail=[Number of lines to show from the end of the logs for each container.]:number of lines: ' \ + '(-t --timestamps)'{-t,--timestamps}'[Show timestamps]' \ + '*:services:__docker-compose_services' && ret=0 + ;; + (pause) + _arguments \ + $opts_help \ + '*:running services:__docker-compose_runningservices' && ret=0 + ;; + (port) + _arguments \ + $opts_help \ + '--protocol=[tcp or udp \[default: tcp\]]:protocol:(tcp udp)' \ + '--index=[index of the container if there are multiple instances of a service \[default: 1\]]:index: ' \ + '1:running services:__docker-compose_runningservices' \ + '2:port:_ports' && ret=0 + ;; + (ps) + _arguments \ + $opts_help \ + '-q[Only display IDs]' \ + '--filter KEY=VAL[Filter services by a property]:=:' \ + '*:services:__docker-compose_services' && ret=0 + ;; + (pull) + _arguments \ + $opts_help \ + '--ignore-pull-failures[Pull what it can and ignores images with pull failures.]' \ + '--no-parallel[Disable parallel pulling]' \ + '(-q --quiet)'{-q,--quiet}'[Pull without printing progress information]' \ + '--include-deps[Also pull services declared as dependencies]' \ + '*:services:__docker-compose_services_from_image' && ret=0 + ;; + (push) + _arguments \ + $opts_help \ + '--ignore-push-failures[Push what it can and ignores images with push failures.]' \ + '*:services:__docker-compose_services' && ret=0 + ;; + (rm) + _arguments \ + $opts_help \ + '(-f --force)'{-f,--force}"[Don't ask to confirm removal]" \ + '-v[Remove any anonymous volumes attached to containers]' \ + '*:stopped services:__docker-compose_stoppedservices' && ret=0 + ;; + (run) + _arguments \ + $opts_help \ + $opts_no_deps \ + '-d[Detached mode: Run container in the background, print new container name.]' \ + '*-e[KEY=VAL Set an environment variable (can be used multiple times)]:environment variable KEY=VAL: ' \ + '*'{-l,--label}'[KEY=VAL Add or override a label (can be used multiple times)]:label KEY=VAL: ' \ + '--entrypoint[Overwrite the entrypoint of the image.]:entry point: ' \ + '--name=[Assign a name to the container]:name: ' \ + '(-p --publish)'{-p,--publish=}"[Publish a container's port(s) to the host]" \ + '--rm[Remove container after run. Ignored in detached mode.]' \ + "--service-ports[Run command with the service's ports enabled and mapped to the host.]" \ + '-T[Disable pseudo-tty allocation. By default `docker-compose run` allocates a TTY.]' \ + '(-u --user)'{-u,--user=}'[Run as specified username or uid]:username or uid:_users' \ + '(-v --volume)*'{-v,--volume=}'[Bind mount a volume]:volume: ' \ + '(-w --workdir)'{-w,--workdir=}'[Working directory inside the container]:workdir: ' \ + "--use-aliases[Use the services network aliases in the network(s) the container connects to]" \ + '(-):services:__docker-compose_services' \ + '(-):command: _command_names -e' \ + '*::arguments: _normal' && ret=0 + ;; + (scale) + _arguments \ + $opts_help \ + $opts_timeout \ + '*:running services:__docker-compose_runningservices' && ret=0 + ;; + (start) + _arguments \ + $opts_help \ + '*:stopped services:__docker-compose_stoppedservices' && ret=0 + ;; + (stop|restart) + _arguments \ + $opts_help \ + $opts_timeout \ + '*:running services:__docker-compose_runningservices' && ret=0 + ;; + (top) + _arguments \ + $opts_help \ + '*:running services:__docker-compose_runningservices' && ret=0 + ;; + (unpause) + _arguments \ + $opts_help \ + '*:paused services:__docker-compose_pausedservices' && ret=0 + ;; + (up) + _arguments \ + $opts_help \ + '(--abort-on-container-exit)-d[Detached mode: Run containers in the background, print new container names. Incompatible with --abort-on-container-exit and --attach-dependencies.]' \ + $opts_no_color \ + $opts_no_deps \ + $opts_force_recreate \ + $opts_no_recreate \ + $opts_no_build \ + "(--no-build)--build[Build images before starting containers.]" \ + "(-d)--abort-on-container-exit[Stops all containers if any container was stopped. Incompatible with -d.]" \ + "(-d)--attach-dependencies[Attach to dependent containers. Incompatible with -d.]" \ + '(-t --timeout)'{-t,--timeout}"[Use this timeout in seconds for container shutdown when attached or when containers are already running. (default: 10)]:seconds: " \ + '--scale[SERVICE=NUM Scale SERVICE to NUM instances. Overrides the `scale` setting in the Compose file if present.]:service scale SERVICE=NUM: ' \ + '--exit-code-from=[Return the exit code of the selected service container. Implies --abort-on-container-exit]:service:__docker-compose_services' \ + $opts_remove_orphans \ + '*:services:__docker-compose_services' && ret=0 + ;; + (version) + _arguments \ + $opts_help \ + "--short[Shows only Compose's version number.]" && ret=0 + ;; + (*) + _message 'Unknown sub command' && ret=1 + ;; + esac + + return ret +} + +_docker-compose() { + # Support for subservices, which allows for `compdef _docker docker-shell=_docker_containers`. + # Based on /usr/share/zsh/functions/Completion/Unix/_git without support for `ret`. + if [[ $service != docker-compose ]]; then + _call_function - _$service + return + fi + + local curcontext="$curcontext" state line + integer ret=1 + typeset -A opt_args + + local file_description + + if [[ -n ${words[(r)-f]} || -n ${words[(r)--file]} ]] ; then + file_description="Specify an override docker-compose file (default: docker-compose.override.yml)" + else + file_description="Specify an alternate docker-compose file (default: docker-compose.yml)" + fi + + _arguments -C \ + '(- :)'{-h,--help}'[Get help]' \ + '*'{-f,--file}"[${file_description}]:file:_files -g '*.yml'" \ + '(-p --project-name)'{-p,--project-name}'[Specify an alternate project name (default: directory name)]:project name:' \ + '--env-file[Specify an alternate environment file (default: .env)]:env-file:_files' \ + "--compatibility[If set, Compose will attempt to convert keys in v3 files to their non-Swarm equivalent]" \ + '(- :)'{-v,--version}'[Print version and exit]' \ + '--verbose[Show more output]' \ + '--log-level=[Set log level]:level:(DEBUG INFO WARNING ERROR CRITICAL)' \ + '--no-ansi[Do not print ANSI control characters]' \ + '--ansi=[Control when to print ANSI control characters]:when:(never always auto)' \ + '(-H --host)'{-H,--host}'[Daemon socket to connect to]:host:' \ + '--tls[Use TLS; implied by --tlsverify]' \ + '--tlscacert=[Trust certs signed only by this CA]:ca path:' \ + '--tlscert=[Path to TLS certificate file]:client cert path:' \ + '--tlskey=[Path to TLS key file]:tls key path:' \ + '--tlsverify[Use TLS and verify the remote]' \ + "--skip-hostname-check[Don't check the daemon's hostname against the name specified in the client certificate (for example if your docker host is an IP address)]" \ + '(-): :->command' \ + '(-)*:: :->option-or-argument' && ret=0 + + local -a relevant_compose_flags relevant_compose_repeatable_flags relevant_docker_flags compose_options docker_options + + relevant_compose_flags=( + "--env-file" + "--file" "-f" + "--host" "-H" + "--project-name" "-p" + "--tls" + "--tlscacert" + "--tlscert" + "--tlskey" + "--tlsverify" + "--skip-hostname-check" + ) + + relevant_compose_repeatable_flags=( + "--file" "-f" + ) + + relevant_docker_flags=( + "--host" "-H" + "--tls" + "--tlscacert" + "--tlscert" + "--tlskey" + "--tlsverify" + ) + + for k in "${(@k)opt_args}"; do + if [[ -n "${relevant_docker_flags[(r)$k]}" ]]; then + docker_options+=$k + if [[ -n "$opt_args[$k]" ]]; then + docker_options+=$opt_args[$k] + fi + fi + if [[ -n "${relevant_compose_flags[(r)$k]}" ]]; then + if [[ -n "${relevant_compose_repeatable_flags[(r)$k]}" ]]; then + values=("${(@s/:/)opt_args[$k]}") + for value in $values + do + compose_options+=$k + compose_options+=$value + done + else + compose_options+=$k + if [[ -n "$opt_args[$k]" ]]; then + compose_options+=$opt_args[$k] + fi + fi + fi + done + + case $state in + (command) + __docker-compose_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-compose-$words[1]: + __docker-compose_subcommand && ret=0 + ;; + esac + + return ret +} + +_docker-compose "$@" diff --git a/.oh-my-zsh/plugins/docker-compose/docker-compose.plugin.zsh b/.oh-my-zsh/plugins/docker-compose/docker-compose.plugin.zsh new file mode 100644 index 0000000..7863c4f --- /dev/null +++ b/.oh-my-zsh/plugins/docker-compose/docker-compose.plugin.zsh @@ -0,0 +1,27 @@ +# Support Compose v2 as docker CLI plugin +# +# This tests that the (old) docker-compose command is in $PATH and that +# it resolves to an existing executable file if it's a symlink. +[[ -x "${commands[docker-compose]:A}" ]] && dccmd='docker-compose' || dccmd='docker compose' + +alias dco="$dccmd" +alias dcb="$dccmd build" +alias dce="$dccmd exec" +alias dcps="$dccmd ps" +alias dcrestart="$dccmd restart" +alias dcrm="$dccmd rm" +alias dcr="$dccmd run" +alias dcstop="$dccmd stop" +alias dcup="$dccmd up" +alias dcupb="$dccmd up --build" +alias dcupd="$dccmd up -d" +alias dcupdb="$dccmd up -d --build" +alias dcdn="$dccmd down" +alias dcl="$dccmd logs" +alias dclf="$dccmd logs -f" +alias dclF="$dccmd logs -f --tail 0" +alias dcpull="$dccmd pull" +alias dcstart="$dccmd start" +alias dck="$dccmd kill" + +unset dccmd diff --git a/.oh-my-zsh/plugins/docker-machine/README.md b/.oh-my-zsh/plugins/docker-machine/README.md new file mode 100644 index 0000000..308a6cf --- /dev/null +++ b/.oh-my-zsh/plugins/docker-machine/README.md @@ -0,0 +1,19 @@ +# docker-machine plugin for oh my zsh + +### Usage + +#### docker-vm +Will create a docker-machine with the name "dev" (required only once) +To create a second machine call "docker-vm foobar" or pass any other name + +#### docker-up +This will start your "dev" docker-machine (if necessary) and set it as the active one +To start a named machine use "docker-up foobar" + +#### docker-switch dev +Use this to activate a running docker-machine (or to switch between multiple machines) +You need to call either this or docker-up when opening a new terminal + +#### docker-stop +This will stop your "dev" docker-machine +To stop a named machine use "docker-stop foobar" \ No newline at end of file diff --git a/.oh-my-zsh/plugins/docker-machine/_docker-machine b/.oh-my-zsh/plugins/docker-machine/_docker-machine new file mode 100644 index 0000000..17bcd35 --- /dev/null +++ b/.oh-my-zsh/plugins/docker-machine/_docker-machine @@ -0,0 +1,359 @@ +#compdef docker-machine +# Description +# ----------- +# zsh completion for docker-machine +# https://github.com/leonhartX/docker-machine-zsh-completion +# ------------------------------------------------------------------------- +# Version +# ------- +# 0.1.1 +# ------------------------------------------------------------------------- +# Authors +# ------- +# * Ke Xu +# ------------------------------------------------------------------------- +# Inspiration +# ----------- +# * @sdurrheimer docker-compose-zsh-completion https://github.com/sdurrheimer/docker-compose-zsh-completion +# * @ilkka _docker-machine + + +__docker-machine_get_hosts() { + [[ $PREFIX = -* ]] && return 1 + local state + declare -a hosts + state=$1; shift + if [[ $state != all ]]; then + hosts=(${(f)"$(_call_program commands docker-machine ls -q --filter state=$state)"}) + else + hosts=(${(f)"$(_call_program commands docker-machine ls -q)"}) + fi + _describe 'host' hosts "$@" && ret=0 + return ret +} + +__docker-machine_hosts_with_state() { + declare -a hosts + hosts=(${(f)"$(_call_program commands docker-machine ls -f '{{.Name}}\:{{.DriverName}}\({{.State}}\)\ {{.URL}}')"}) + _describe 'host' hosts +} + +__docker-machine_hosts_all() { + __docker-machine_get_hosts all "$@" +} + +__docker-machine_hosts_running() { + __docker-machine_get_hosts Running "$@" +} + +__docker-machine_get_swarm() { + declare -a swarms + swarms=(${(f)"$(_call_program commands docker-machine ls -f {{.Swarm}} | awk '{print $1}')"}) + _describe 'swarm' swarms +} + +__docker-machine_hosts_and_files() { + _alternative "hosts:host:__docker-machine_hosts_all -qS ':'" 'files:files:_path_files' +} + +__docker-machine_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (driver) + _describe -t driver-filter-opts "driver filter" opts_driver && ret=0 + ;; + (swarm) + __docker-machine_get_swarm && ret=0 + ;; + (state) + opts_state=('Running' 'Paused' 'Saved' 'Stopped' 'Stopping' 'Starting' 'Error') + _describe -t state-filter-opts "state filter" opts_state && ret=0 + ;; + (name) + __docker-machine_hosts_all && ret=0 + ;; + (label) + _message 'label' && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('driver' 'swarm' 'state' 'name' 'label') + _describe -t filter-opts "filter" opts -qS "=" && ret=0 + fi + return ret +} + +__get_swarm_discovery() { + declare -a masters services + local service + services=() + masters=($(docker-machine ls -f {{.Swarm}} |grep '(master)' |awk '{print $1}')) + for master in $masters; do + service=${${${(f)"$(_call_program commands docker-machine inspect -f '{{.HostOptions.SwarmOptions.Discovery}}:{{.Name}}' $master)"}/:/\\:}} + services=($services $service) + done + _describe -t services "swarm service" services && ret=0 + return ret +} + +__get_create_argument() { + typeset -g docker_machine_driver + if [[ CURRENT -le 2 ]]; then + docker_machine_driver="none" + elif [[ CURRENT > 2 && $words[CURRENT-2] = '-d' || $words[CURRENT-2] = '--driver' ]]; then + docker_machine_driver=$words[CURRENT-1] + elif [[ $words[CURRENT-1] =~ '^(-d|--driver)=' ]]; then + docker_machine_driver=${${words[CURRENT-1]}/*=/} + fi + local driver_opt_cmd + local -a opts_provider opts_common opts_read_argument + opts_read_argument=( + ": :->argument" + ) + opts_common=( + $opts_help \ + '(--driver -d)'{--driver=,-d=}'[Driver to create machine with]:dirver:->driver-option' \ + '--engine-install-url=[Custom URL to use for engine installation]:url' \ + '*--engine-opt=[Specify arbitrary flags to include with the created engine in the form flag=value]:flag' \ + '*--engine-insecure-registry=[Specify insecure registries to allow with the created engine]:registry' \ + '*--engine-registry-mirror=[Specify registry mirrors to use]:mirror' \ + '*--engine-label=[Specify labels for the created engine]:label' \ + '--engine-storage-driver=[Specify a storage driver to use with the engine]:storage-driver:->storage-driver-option' \ + '*--engine-env=[Specify environment variables to set in the engine]:environment' \ + '--swarm[Configure Machine with Swarm]' \ + '--swarm-image=[Specify Docker image to use for Swarm]:image' \ + '--swarm-master[Configure Machine to be a Swarm master]' \ + '--swarm-discovery=[Discovery service to use with Swarm]:service:->swarm-service' \ + '--swarm-strategy=[Define a default scheduling strategy for Swarm]:strategy:(spread binpack random)' \ + '*--swarm-opt=[Define arbitrary flags for swarm]:flag' \ + '*--swarm-join-opt=[Define arbitrary flags for Swarm join]:flag' \ + '--swarm-host=[ip/socket to listen on for Swarm master]:host' \ + '--swarm-addr=[addr to advertise for Swarm (default: detect and use the machine IP)]:address' \ + '--swarm-experimental[Enable Swarm experimental features]' \ + '*--tls-san=[Support extra SANs for TLS certs]:option' + ) + driver_opt_cmd="docker-machine create -d $docker_machine_driver | grep $docker_machine_driver | sed -e 's/\(--.*\)\ *\[\1[^]]*\]/*\1/g' -e 's/\(\[[^]]*\)/\\\\\\1\\\\/g' -e 's/\".*\"\(.*\)/\1/g' | awk '{printf \"%s[\", \$1; for(i=2;i<=NF;i++) {printf \"%s \", \$i}; print \"]\"}'" + if [[ $docker_machine_driver != "none" ]]; then + opts_provider=(${(f)"$(_call_program commands $driver_opt_cmd)"}) + _arguments \ + $opts_provider \ + $opts_read_argument \ + $opts_common && ret=0 + else + _arguments $opts_common && ret=0 + fi + case $state in + (driver-option) + _describe -t driver-option "driver" opts_driver && ret=0 + ;; + (storage-driver-option) + _describe -t storage-driver-option "storage driver" opts_storage_driver && ret=0 + ;; + (swarm-service) + __get_swarm_discovery && ret=0 + ;; + (argument) + ret=0 + ;; + esac + return ret +} + + +__docker-machine_subcommand() { + local -a opts_help + opts_help=("(- :)--help[Print usage]") + local -a opts_only_host opts_driver opts_storage_driver opts_state + opts_only_host=( + "$opts_help" + "*:host:__docker-machine_hosts_all" + ) + opts_driver=('amazonec2' 'azure' 'digitalocean' 'exoscale' 'generic' 'google' 'hyperv' 'none' 'openstack' 'rackspace' 'softlayer' 'virtualbox' 'vmwarefusion' 'vmwarevcloudair' 'vmwarevsphere') + opts_storage_driver=('overlay' 'aufs' 'btrfs' 'devicemapper' 'vfs' 'zfs') + integer ret=1 + + case "$words[1]" in + (active) + _arguments \ + $opts_help \ + '(--timeout -t)'{--timeout=,-t=}'[Timeout in seconds, default to 10s]:seconds' && ret=0 + ;; + (config) + _arguments \ + $opts_help \ + '--swarm[Display the Swarm config instead of the Docker daemon]' \ + "*:host:__docker-machine_hosts_all" && ret=0 + ;; + (create) + __get_create_argument + ;; + (env) + _arguments \ + $opts_help \ + '--swarm[Display the Swarm config instead of the Docker daemon]' \ + '--shell=[Force environment to be configured for a specified shell: \[fish, cmd, powershell\], default is auto-detect]:shell' \ + '(--unset -u)'{--unset,-u}'[Unset variables instead of setting them]' \ + '--no-proxy[Add machine IP to NO_PROXY environment variable]' \ + '*:host:__docker-machine_hosts_running' && ret=0 + ;; + (help) + _arguments ':subcommand:__docker-machine_commands' && ret=0 + ;; + (inspect) + _arguments \ + $opts_help \ + '(--format -f)'{--format=,-f=}'[Format the output using the given go template]:template' \ + '*:host:__docker-machine_hosts_all' && ret=0 + ;; + (ip) + _arguments \ + $opts_help \ + '*:host:__docker-machine_hosts_running' && ret=0 + ;; + (kill) + _arguments \ + $opts_help \ + '*:host:__docker-machine_hosts_with_state' && ret=0 + ;; + (ls) + _arguments \ + $opts_help \ + '(--quiet -q)'{--quiet,-q}'[Enable quiet mode]' \ + '*--filter=[Filter output based on conditions provided]:filter:->filter-options' \ + '(--timeout -t)'{--timeout=,-t=}'[Timeout in seconds, default to 10s]:seconds' \ + '(--format -f)'{--format=,-f=}'[Pretty-print machines using a Go template]:template' && ret=0 + case $state in + (filter-options) + __docker-machine_filters && ret=0 + ;; + esac + ;; + (provision) + _arguments $opts_only_host && ret=0 + ;; + (regenerate-certs) + _arguments \ + $opts_help \ + '(--force -f)'{--force,-f}'[Force rebuild and do not prompt]' \ + '*:host:__docker-machine_hosts_all' && ret=0 + ;; + (restart) + _arguments \ + $opts_help \ + '*:host:__docker-machine_hosts_with_state' && ret=0 + ;; + (rm) + _arguments \ + $opts_help \ + '(--force -f)'{--force,-f}'[Remove local configuration even if machine cannot be removed, also implies an automatic yes (`-y`)]' \ + '-y[Assumes automatic yes to proceed with remove, without prompting further user confirmation]' \ + '*:host:__docker-machine_hosts_with_state' && ret=0 + ;; + (scp) + _arguments \ + $opts_help \ + '(--recursive -r)'{--recursive,-r}'[Copy files recursively (required to copy directories))]' \ + '*:files:__docker-machine_hosts_and_files' && ret=0 + ;; + (ssh) + _arguments \ + $opts_help \ + '*:host:__docker-machine_hosts_running' && ret=0 + ;; + (start) + _arguments \ + $opts_help \ + '*:host:__docker-machine_hosts_with_state' && ret=0 + ;; + (status) + _arguments $opts_only_host && ret=0 + ;; + (stop) + _arguments \ + $opts_help \ + '*:host:__docker-machine_hosts_with_state' && ret=0 + ;; + (upgrade) + _arguments $opts_only_host && ret=0 + ;; + (url) + _arguments \ + $opts_help \ + '*:host:__docker-machine_hosts_running' && ret=0 + ;; + esac + + return ret +} + + +__docker-machine_commands() { + local cache_policy + + zstyle -s ":completion:${curcontext}:" cache-policy cache_policy + if [[ -z "$cache_policy" ]]; then + zstyle ":completion:${curcontext}:" cache-policy __docker-machine_caching_policy + fi + + if ( [[ ${+_docker_machine_subcommands} -eq 0 ]] || _cache_invalid docker_machine_subcommands) \ + && ! _retrieve_cache docker_machine_subcommands; + then + local -a lines + lines=(${(f)"$(_call_program commands docker-machine 2>&1)"}) + _docker_machine_subcommands=(${${${lines[$((${lines[(i)Commands:]} + 1)),${lines[(I) *]}]}## #}/$'\t'##/:}) + (( $#_docker_machine_subcommands > 0 )) && _store_cache docker_machine_subcommands _docker_machine_subcommands + fi + _describe -t docker-machine-commands "docker-machine command" _docker_machine_subcommands +} + +__docker-machine_caching_policy() { + oldp=( "$1"(Nmh+1) ) + (( $#oldp )) +} + +_docker-machine() { + if [[ $service != docker-machine ]]; then + _call_function - _$service + return + fi + + local curcontext="$curcontext" state line + integer ret=1 + typeset -A opt_args + + _arguments -C \ + "(- :)"{-h,--help}"[Show help]" \ + "(-D --debug)"{-D,--debug}"[Enable debug mode]" \ + '(-s --storage-path)'{-s,--storage-path}'[Configures storage path]:file:_files' \ + '--tls-ca-cert[CA to verify remotes against]:file:_files' \ + '--tls-ca-key[Private key to generate certificates]:file:_files' \ + '--tls-client-cert[Client cert to use for TLS]:file:_files' \ + '--tls-client-key[Private key used in client TLS auth]:file:_files' \ + '--github-api-token[Token to use for requests to the GitHub API]' \ + '--native-ssh[Use the native (Go-based) SSH implementation.]' \ + '--bugsnag-api-token[Bugsnag API token for crash reporting]' \ + '(- :)'{-v,--version}'[Print the version]' \ + "(-): :->command" \ + "(-)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker-machine_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-machine-$words[1]: + __docker-machine_subcommand && ret=0 + ret=0 + ;; + esac + + return ret +} + +_docker-machine "$@" diff --git a/.oh-my-zsh/plugins/docker-machine/docker-machine.plugin.zsh b/.oh-my-zsh/plugins/docker-machine/docker-machine.plugin.zsh new file mode 100644 index 0000000..235d90e --- /dev/null +++ b/.oh-my-zsh/plugins/docker-machine/docker-machine.plugin.zsh @@ -0,0 +1,33 @@ +DEFAULT_MACHINE="default" + +docker-up() { + if [ -z "$1" ] + then + docker-machine start "${DEFAULT_MACHINE}" + eval $(docker-machine env "${DEFAULT_MACHINE}") + else + docker-machine start $1 + eval $(docker-machine env $1) + fi + echo $DOCKER_HOST +} +docker-stop() { + if [ -z "$1" ] + then + docker-machine stop "${DEFAULT_MACHINE}" + else + docker-machine stop $1 + fi +} +docker-switch() { + eval $(docker-machine env $1) + echo $DOCKER_HOST +} +docker-vm() { + if [ -z "$1" ] + then + docker-machine create -d virtualbox --virtualbox-disk-size 20000 --virtualbox-memory 4096 --virtualbox-cpu-count 2 "${DEFAULT_MACHINE}" + else + docker-machine create -d virtualbox --virtualbox-disk-size 20000 --virtualbox-memory 4096 --virtualbox-cpu-count 2 $1 + fi +} \ No newline at end of file diff --git a/.oh-my-zsh/plugins/docker/README.md b/.oh-my-zsh/plugins/docker/README.md new file mode 100644 index 0000000..72ebbcb --- /dev/null +++ b/.oh-my-zsh/plugins/docker/README.md @@ -0,0 +1,80 @@ +# Docker plugin + +This plugin adds auto-completion and aliases for [docker](https://www.docker.com/). + +To use it add `docker` to the plugins array in your zshrc file. + +```zsh +plugins=(... docker) +``` + +A copy of the completion script from the docker/cli git repo: +https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker + +## Settings + +By default, the completion doesn't allow option-stacking, meaning if you try to complete +`docker run -it ` it won't work, because you're _stacking_ the `-i` and `-t` options. + +[You can enable it](https://github.com/docker/cli/commit/b10fb43048) by **adding the lines below to your zshrc +file**, but be aware of the side effects: + +> This enables Zsh to understand commands like `docker run -it ubuntu`. However, by enabling this, this also +> makes Zsh complete `docker run -u` with `docker run -uapprox` which is not valid. The users have to put +> the space or the equal sign themselves before trying to complete. +> +> Therefore, this behavior is disabled by default. To enable it: +> +> ```sh +> zstyle ':completion:*:*:docker:*' option-stacking yes +> zstyle ':completion:*:*:docker-*:*' option-stacking yes +> ``` + +### Use old-style completion + +If the current completion does not work well for you, you can enable legacy completion instead with the +following setting. See https://github.com/ohmyzsh/ohmyzsh/issues/11789 for more information. + +```zsh +zstyle ':omz:plugins:docker' legacy-completion yes +``` + +## Aliases + +| Alias | Command | Description | +| :------ | :---------------------------- | :--------------------------------------------------------------------------------------- | +| dbl | `docker build` | Build an image from a Dockerfile | +| dcin | `docker container inspect` | Display detailed information on one or more containers | +| dcls | `docker container ls` | List all the running docker containers | +| dclsa | `docker container ls -a` | List all running and stopped containers | +| dib | `docker image build` | Build an image from a Dockerfile (same as docker build) | +| dii | `docker image inspect` | Display detailed information on one or more images | +| dils | `docker image ls` | List docker images | +| dipu | `docker image push` | Push an image or repository to a remote registry | +| dirm | `docker image rm` | Remove one or more images | +| dit | `docker image tag` | Add a name and tag to a particular image | +| dlo | `docker container logs` | Fetch the logs of a docker container | +| dnc | `docker network create` | Create a new network | +| dncn | `docker network connect` | Connect a container to a network | +| dndcn | `docker network disconnect` | Disconnect a container from a network | +| dni | `docker network inspect` | Return information about one or more networks | +| dnls | `docker network ls` | List all networks the engine daemon knows about, including those spanning multiple hosts | +| dnrm | `docker network rm` | Remove one or more networks | +| dpo | `docker container port` | List port mappings or a specific mapping for the container | +| dps | `docker ps` | List all the running docker containers | +| dpsa | `docker ps -a` | List all running and stopped containers | +| dpu | `docker pull` | Pull an image or a repository from a registry | +| dr | `docker container run` | Create a new container and start it using the specified command | +| drit | `docker container run -it` | Create a new container and start it in an interactive shell | +| drm | `docker container rm` | Remove the specified container(s) | +| drm! | `docker container rm -f` | Force the removal of a running container (uses SIGKILL) | +| dst | `docker container start` | Start one or more stopped containers | +| drs | `docker container restart` | Restart one or more containers | +| dsta | `docker stop $(docker ps -q)` | Stop all running containers | +| dstp | `docker container stop` | Stop one or more running containers | +| dtop | `docker top` | Display the running processes of a container | +| dvi | `docker volume inspect` | Display detailed information about one or more volumes | +| dvls | `docker volume ls` | List all the volumes known to docker | +| dvprune | `docker volume prune` | Cleanup dangling volumes | +| dxc | `docker container exec` | Run a new command in a running container | +| dxcit | `docker container exec -it` | Run a new command in a running container in an interactive shell | diff --git a/.oh-my-zsh/plugins/docker/completions/_docker b/.oh-my-zsh/plugins/docker/completions/_docker new file mode 100644 index 0000000..466b09d --- /dev/null +++ b/.oh-my-zsh/plugins/docker/completions/_docker @@ -0,0 +1,3126 @@ +#compdef docker dockerd +# +# zsh completion for docker (http://docker.com) +# +# version: 0.3.0 +# github: https://github.com/felixr/docker-zsh-completion +# +# contributors: +# - Felix Riedel +# - Steve Durrheimer +# - Vincent Bernat +# - Rohan Verma +# +# license: +# +# Copyright (c) 2013, Felix Riedel +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# + +# Short-option stacking can be enabled with: +# zstyle ':completion:*:*:docker:*' option-stacking yes +# zstyle ':completion:*:*:docker-*:*' option-stacking yes +__docker_arguments() { + if zstyle -t ":completion:${curcontext}:" option-stacking; then + print -- -s + fi +} + +__docker_get_containers() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + local kind type line s + declare -a running stopped lines args names + + kind=$1; shift + type=$1; shift + [[ $kind = (stopped|all) ]] && args=($args -a) + + lines=(${(f)${:-"$(_call_program commands docker $docker_options ps --format 'table' --no-trunc $args)"$'\n'}}) + + # Parse header line to find columns + local i=1 j=1 k header=${lines[1]} + declare -A begin end + while (( j < ${#header} - 1 )); do + i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) + j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) + k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) + begin[${header[$i,$((j-1))]}]=$i + end[${header[$i,$((j-1))]}]=$k + done + end[${header[$i,$((j-1))]}]=-1 # Last column, should go to the end of the line + lines=(${lines[2,-1]}) + + # Container ID + if [[ $type = (ids|all) ]]; then + for line in $lines; do + s="${${line[${begin[CONTAINER ID]},${end[CONTAINER ID]}]%% ##}[0,12]}" + s="$s:${(l:15:: :::)${${line[${begin[CREATED]},${end[CREATED]}]/ ago/}%% ##}}" + s="$s, ${${${line[${begin[IMAGE]},${end[IMAGE]}]}/:/\\:}%% ##}" + if [[ ${line[${begin[STATUS]},${end[STATUS]}]} = (Exit*|Created*) ]]; then + stopped=($stopped $s) + else + running=($running $s) + fi + done + fi + + # Names: we only display the one without slash. All other names + # are generated and may clutter the completion. However, with + # Swarm, all names may be prefixed by the swarm node name. + if [[ $type = (names|all) ]]; then + for line in $lines; do + names=(${(ps:,:)${${line[${begin[NAMES]},${end[NAMES]}]}%% *}}) + # First step: find a common prefix and strip it (swarm node case) + (( ${#${(u)names%%/*}} == 1 )) && names=${names#${names[1]%%/*}/} + # Second step: only keep the first name without a / + s=${${names:#*/*}[1]} + # If no name, well give up. + (( $#s != 0 )) || continue + s="$s:${(l:15:: :::)${${line[${begin[CREATED]},${end[CREATED]}]/ ago/}%% ##}}" + s="$s, ${${${line[${begin[IMAGE]},${end[IMAGE]}]}/:/\\:}%% ##}" + if [[ ${line[${begin[STATUS]},${end[STATUS]}]} = (Exit*|Created*) ]]; then + stopped=($stopped $s) + else + running=($running $s) + fi + done + fi + + [[ $kind = (running|all) ]] && _describe -t containers-running "running containers" running "$@" && ret=0 + [[ $kind = (stopped|all) ]] && _describe -t containers-stopped "stopped containers" stopped "$@" && ret=0 + return ret +} + +__docker_complete_stopped_containers() { + [[ $PREFIX = -* ]] && return 1 + __docker_get_containers stopped all "$@" +} + +__docker_complete_running_containers() { + [[ $PREFIX = -* ]] && return 1 + __docker_get_containers running all "$@" +} + +__docker_complete_containers() { + [[ $PREFIX = -* ]] && return 1 + __docker_get_containers all all "$@" +} + +__docker_complete_containers_ids() { + [[ $PREFIX = -* ]] && return 1 + __docker_get_containers all ids "$@" +} + +__docker_complete_containers_names() { + [[ $PREFIX = -* ]] && return 1 + __docker_get_containers all names "$@" +} + +__docker_complete_info_plugins() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + emulate -L zsh + setopt extendedglob + local -a plugins + plugins=(${(ps: :)${(M)${(f)${${"$(_call_program commands docker $docker_options info)"##*$'\n'Plugins:}%%$'\n'^ *}}:# $1: *}## $1: }) + _describe -t plugins "$1 plugins" plugins && ret=0 + return ret +} + +__docker_complete_images() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a images + images=(${${${(f)${:-"$(_call_program commands docker $docker_options images)"$'\n'}}[2,-1]}/(#b)([^ ]##) ##([^ ]##) ##([^ ]##)*/${match[3]}:${(r:15:: :::)match[2]} in ${match[1]}}) + _describe -t docker-images "images" images && ret=0 + __docker_complete_repositories_with_tags && ret=0 + return ret +} + +__docker_complete_repositories() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a repos + repos=(${${${(f)${:-"$(_call_program commands docker $docker_options images)"$'\n'}}%% *}[2,-1]}) + repos=(${repos#}) + _describe -t docker-repos "repositories" repos && ret=0 + return ret +} + +__docker_complete_repositories_with_tags() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a repos onlyrepos matched + declare m + repos=(${${${${(f)${:-"$(_call_program commands docker $docker_options images)"$'\n'}}[2,-1]}/ ##/:::}%% *}) + repos=(${${repos%:::}#}) + # Check if we have a prefix-match for the current prefix. + onlyrepos=(${repos%::*}) + for m in $onlyrepos; do + [[ ${PREFIX##${~~m}} != ${PREFIX} ]] && { + # Yes, complete with tags + repos=(${${repos/:::/:}/:/\\:}) + _describe -t docker-repos-with-tags "repositories with tags" repos && ret=0 + return ret + } + done + # No, only complete repositories + onlyrepos=(${${repos%:::*}/:/\\:}) + _describe -t docker-repos "repositories" onlyrepos -qS : && ret=0 + + return ret +} + +__docker_search() { + [[ $PREFIX = -* ]] && return 1 + local cache_policy + zstyle -s ":completion:${curcontext}:" cache-policy cache_policy + if [[ -z "$cache_policy" ]]; then + zstyle ":completion:${curcontext}:" cache-policy __docker_caching_policy + fi + + local searchterm cachename + searchterm="${words[$CURRENT]%/}" + cachename=_docker-search-$searchterm + + local expl + local -a result + if ( [[ ${(P)+cachename} -eq 0 ]] || _cache_invalid ${cachename#_} ) \ + && ! _retrieve_cache ${cachename#_}; then + _message "Searching for ${searchterm}..." + result=(${${${(f)${:-"$(_call_program commands docker $docker_options search $searchterm)"$'\n'}}%% *}[2,-1]}) + _store_cache ${cachename#_} result + fi + _wanted dockersearch expl 'available images' compadd -a result +} + +__docker_get_log_options() { + [[ $PREFIX = -* ]] && return 1 + + integer ret=1 + local log_driver=${opt_args[--log-driver]:-"all"} + local -a common_options common_options2 awslogs_options fluentd_options gelf_options journald_options json_file_options logentries_options syslog_options splunk_options + + common_options=("max-buffer-size" "mode") + common_options2=("env" "env-regex" "labels") + awslogs_options=($common_options "awslogs-create-group" "awslogs-datetime-format" "awslogs-group" "awslogs-multiline-pattern" "awslogs-region" "awslogs-stream" "tag") + fluentd_options=($common_options $common_options2 "fluentd-address" "fluentd-async-connect" "fluentd-buffer-limit" "fluentd-retry-wait" "fluentd-max-retries" "fluentd-sub-second-precision" "tag") + gcplogs_options=($common_options $common_options2 "gcp-log-cmd" "gcp-meta-id" "gcp-meta-name" "gcp-meta-zone" "gcp-project") + gelf_options=($common_options $common_options2 "gelf-address" "gelf-compression-level" "gelf-compression-type" "tag") + journald_options=($common_options $common_options2 "tag") + json_file_options=($common_options $common_options2 "max-file" "max-size") + logentries_options=($common_options $common_options2 "logentries-token" "tag") + syslog_options=($common_options $common_options2 "syslog-address" "syslog-facility" "syslog-format" "syslog-tls-ca-cert" "syslog-tls-cert" "syslog-tls-key" "syslog-tls-skip-verify" "tag") + splunk_options=($common_options $common_options2 "splunk-caname" "splunk-capath" "splunk-format" "splunk-gzip" "splunk-gzip-level" "splunk-index" "splunk-insecureskipverify" "splunk-source" "splunk-sourcetype" "splunk-token" "splunk-url" "splunk-verify-connection" "tag") + + [[ $log_driver = (awslogs|all) ]] && _describe -t awslogs-options "awslogs options" awslogs_options "$@" && ret=0 + [[ $log_driver = (fluentd|all) ]] && _describe -t fluentd-options "fluentd options" fluentd_options "$@" && ret=0 + [[ $log_driver = (gcplogs|all) ]] && _describe -t gcplogs-options "gcplogs options" gcplogs_options "$@" && ret=0 + [[ $log_driver = (gelf|all) ]] && _describe -t gelf-options "gelf options" gelf_options "$@" && ret=0 + [[ $log_driver = (journald|all) ]] && _describe -t journald-options "journald options" journald_options "$@" && ret=0 + [[ $log_driver = (json-file|all) ]] && _describe -t json-file-options "json-file options" json_file_options "$@" && ret=0 + [[ $log_driver = (logentries|all) ]] && _describe -t logentries-options "logentries options" logentries_options "$@" && ret=0 + [[ $log_driver = (syslog|all) ]] && _describe -t syslog-options "syslog options" syslog_options "$@" && ret=0 + [[ $log_driver = (splunk|all) ]] && _describe -t splunk-options "splunk options" splunk_options "$@" && ret=0 + + return ret +} + +__docker_complete_log_drivers() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + drivers=(awslogs etwlogs fluentd gcplogs gelf journald json-file none splunk syslog) + _describe -t log-drivers "log drivers" drivers && ret=0 + return ret +} + +__docker_complete_log_options() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (syslog-format) + local opts=('rfc3164' 'rfc5424' 'rfc5424micro') + _describe -t syslog-format-opts "syslog format options" opts && ret=0 + ;; + (mode) + local opts=('blocking' 'non-blocking') + _describe -t mode-opts "mode options" opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + __docker_get_log_options -qS "=" && ret=0 + fi + + return ret +} + +__docker_complete_detach_keys() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + compset -P "*," + keys=(${:-{a-z}}) + ctrl_keys=(${:-ctrl-{{a-z},{@,'[','\\','^',']',_}}}) + _describe -t detach_keys "[a-z]" keys -qS "," && ret=0 + _describe -t detach_keys-ctrl "'ctrl-' + 'a-z @ [ \\\\ ] ^ _'" ctrl_keys -qS "," && ret=0 +} + +__docker_complete_pid() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + local -a opts vopts + + opts=('host') + vopts=('container') + + if compset -P '*:'; then + case "${${words[-1]%:*}#*=}" in + (container) + __docker_complete_running_containers && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + _describe -t pid-value-opts "PID Options with value" vopts -qS ":" && ret=0 + _describe -t pid-opts "PID Options" opts && ret=0 + fi + + return ret +} + +__docker_complete_runtimes() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + emulate -L zsh + setopt extendedglob + local -a runtimes_opts + runtimes_opts=(${(ps: :)${(f)${${"$(_call_program commands docker $docker_options info)"##*$'\n'Runtimes: }%%$'\n'^ *}}}) + _describe -t runtimes-opts "runtimes options" runtimes_opts && ret=0 +} + +__docker_complete_ps_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (ancestor) + __docker_complete_images && ret=0 + ;; + (before|since) + __docker_complete_containers && ret=0 + ;; + (health) + health_opts=('healthy' 'none' 'starting' 'unhealthy') + _describe -t health-filter-opts "health filter options" health_opts && ret=0 + ;; + (id) + __docker_complete_containers_ids && ret=0 + ;; + (is-task) + _describe -t boolean-filter-opts "filter options" boolean_opts && ret=0 + ;; + (name) + __docker_complete_containers_names && ret=0 + ;; + (network) + __docker_complete_networks && ret=0 + ;; + (status) + status_opts=('created' 'dead' 'exited' 'paused' 'restarting' 'running' 'removing') + _describe -t status-filter-opts "status filter options" status_opts && ret=0 + ;; + (volume) + __docker_complete_volumes && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('ancestor' 'before' 'exited' 'expose' 'health' 'id' 'label' 'name' 'network' 'publish' 'since' 'status' 'volume') + _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_complete_search_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a boolean_opts opts + + boolean_opts=('true' 'false') + opts=('is-automated' 'is-official' 'stars') + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (is-automated|is-official) + _describe -t boolean-filter-opts "filter options" boolean_opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_complete_images_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a boolean_opts opts + + boolean_opts=('true' 'false') + opts=('before' 'dangling' 'label' 'reference' 'since') + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (before|reference|since) + __docker_complete_images && ret=0 + ;; + (dangling) + _describe -t boolean-filter-opts "filter options" boolean_opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_complete_events_filter() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a opts + + opts=('container' 'daemon' 'event' 'image' 'label' 'network' 'scope' 'type' 'volume') + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (container) + __docker_complete_containers && ret=0 + ;; + (daemon) + emulate -L zsh + setopt extendedglob + local -a daemon_opts + daemon_opts=( + ${(f)${${"$(_call_program commands docker $docker_options info)"##*$'\n'Name: }%%$'\n'^ *}} + ${${(f)${${"$(_call_program commands docker $docker_options info)"##*$'\n'ID: }%%$'\n'^ *}}//:/\\:} + ) + _describe -t daemon-filter-opts "daemon filter options" daemon_opts && ret=0 + ;; + (event) + local -a event_opts + event_opts=('attach' 'commit' 'connect' 'copy' 'create' 'delete' 'destroy' 'detach' 'die' 'disable' 'disconnect' 'enable' 'exec_create' 'exec_detach' + 'exec_start' 'export' 'health_status' 'import' 'install' 'kill' 'load' 'mount' 'oom' 'pause' 'pull' 'push' 'reload' 'remove' 'rename' 'resize' + 'restart' 'save' 'start' 'stop' 'tag' 'top' 'unmount' 'unpause' 'untag' 'update') + _describe -t event-filter-opts "event filter options" event_opts && ret=0 + ;; + (image) + __docker_complete_images && ret=0 + ;; + (network) + __docker_complete_networks && ret=0 + ;; + (scope) + local -a scope_opts + scope_opts=('local' 'swarm') + _describe -t scope-filter-opts "scope filter options" scope_opts && ret=0 + ;; + (type) + local -a type_opts + type_opts=('container' 'daemon' 'image' 'network' 'volume') + _describe -t type-filter-opts "type filter options" type_opts && ret=0 + ;; + (volume) + __docker_complete_volumes && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_complete_prune_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a opts + + opts=('until') + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + *) + _message 'value' && ret=0 + ;; + esac + else + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +# BO checkpoint + +__docker_checkpoint_commands() { + local -a _docker_checkpoint_subcommands + _docker_checkpoint_subcommands=( + "create:Create a checkpoint from a running container" + "ls:List checkpoints for a container" + "rm:Remove a checkpoint" + ) + _describe -t docker-checkpoint-commands "docker checkpoint command" _docker_checkpoint_subcommands +} + +__docker_checkpoint_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (create) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--checkpoint-dir=[Use a custom checkpoint storage directory]:dir:_directories" \ + "($help)--leave-running[Leave the container running after checkpoint]" \ + "($help -)1:container:__docker_complete_running_containers" \ + "($help -)2:checkpoint: " && ret=0 + ;; + (ls|list) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--checkpoint-dir=[Use a custom checkpoint storage directory]:dir:_directories" \ + "($help -)1:container:__docker_complete_containers" && ret=0 + ;; + (rm|remove) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--checkpoint-dir=[Use a custom checkpoint storage directory]:dir:_directories" \ + "($help -)1:container:__docker_complete_containers" \ + "($help -)2:checkpoint: " && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_checkpoint_commands" && ret=0 + ;; + esac + + return ret +} + +# EO checkpoint + +# BO container + +__docker_container_commands() { + local -a _docker_container_subcommands + _docker_container_subcommands=( + "attach:Attach to a running container" + "commit:Create a new image from a container's changes" + "cp:Copy files/folders between a container and the local filesystem" + "create:Create a new container" + "diff:Inspect changes on a container's filesystem" + "exec:Execute a command in a running container" + "export:Export a container's filesystem as a tar archive" + "inspect:Display detailed information on one or more containers" + "kill:Kill one or more running containers" + "logs:Fetch the logs of a container" + "ls:List containers" + "pause:Pause all processes within one or more containers" + "port:List port mappings or a specific mapping for the container" + "prune:Remove all stopped containers" + "rename:Rename a container" + "restart:Restart one or more containers" + "rm:Remove one or more containers" + "run:Create and run a new container from an image" + "start:Start one or more stopped containers" + "stats:Display a live stream of container(s) resource usage statistics" + "stop:Stop one or more running containers" + "top:Display the running processes of a container" + "unpause:Unpause all processes within one or more containers" + "update:Update configuration of one or more containers" + "wait:Block until one or more containers stop, then print their exit codes" + ) + _describe -t docker-container-commands "docker container command" _docker_container_subcommands +} + +__docker_container_subcommand() { + local -a _command_args opts_help opts_attach_exec_run_start opts_create_run opts_create_run_update + local expl help="--help" + integer ret=1 + + opts_attach_exec_run_start=( + "($help)--detach-keys=[Escape key sequence used to detach a container]:sequence:__docker_complete_detach_keys" + ) + opts_create_run=( + "($help -a --attach)"{-a=,--attach=}"[Attach to stdin, stdout or stderr]:device:(STDIN STDOUT STDERR)" + "($help)*--add-host=[Add a custom host-to-IP mapping]:host\:ip mapping: " + "($help)*--annotation=[Add an annotation to the container (passed through to the OCI runtime)]:annotations: " + "($help)*--blkio-weight-device=[Block IO (relative device weight)]:device:Block IO weight: " + "($help)*--cap-add=[Add Linux capabilities]:capability: " + "($help)*--cap-drop=[Drop Linux capabilities]:capability: " + "($help)--cgroupns=[Cgroup namespace mode to use]:cgroup namespace mode: " + "($help)--cgroup-parent=[Parent cgroup for the container]:cgroup: " + "($help)--cidfile=[Write the container ID to the file]:CID file:_files" + "($help)--cpus=[Number of CPUs (default 0.000)]:cpus: " + "($help)*--device=[Add a host device to the container]:device:_files" + "($help)*--device-cgroup-rule=[Add a rule to the cgroup allowed devices list]:device:cgroup: " + "($help)*--device-read-bps=[Limit the read rate (bytes per second) from a device]:device:IO rate: " + "($help)*--device-read-iops=[Limit the read rate (IO per second) from a device]:device:IO rate: " + "($help)*--device-write-bps=[Limit the write rate (bytes per second) to a device]:device:IO rate: " + "($help)*--device-write-iops=[Limit the write rate (IO per second) to a device]:device:IO rate: " + "($help)--disable-content-trust[Skip image verification]" + "($help)*--dns=[Custom DNS servers]:DNS server: " + "($help)*--dns-option=[Custom DNS options]:DNS option: " + "($help)*--dns-search=[Custom DNS search domains]:DNS domains: " + "($help)*--domainname=[Container NIS domain name]:domainname:_hosts" + "($help)*"{-e=,--env=}"[Environment variables]:environment variable: " + "($help)--entrypoint=[Overwrite the default entrypoint of the image]:entry point: " + "($help)*--env-file=[Read environment variables from a file]:environment file:_files" + "($help)*--expose=[Expose a port from the container without publishing it]: " + "($help)*--gpus=[GPU devices to add to the container ('all' to pass all GPUs)]:device: " + "($help)*--group-add=[Set one or more supplementary user groups for the container]:group:_groups" + "($help -h --hostname)"{-h=,--hostname=}"[Container host name]:hostname:_hosts" + "($help -i --interactive)"{-i,--interactive}"[Keep stdin open even if not attached]" + "($help)--init[Run an init inside the container that forwards signals and reaps processes]" + "($help)--ip=[IPv4 address]:IPv4: " + "($help)--ip6=[IPv6 address]:IPv6: " + "($help)--ipc=[IPC namespace to use]:IPC namespace: " + "($help)--isolation=[Container isolation technology]:isolation:(default hyperv process)" + "($help)*--link=[Add link to another container]:link:->link" + "($help)*--link-local-ip=[Container IPv4/IPv6 link-local addresses]:IPv4/IPv6: " + "($help)*"{-l=,--label=}"[Container metadata]:label: " + "($help)--log-driver=[Default driver for container logs]:logging driver:__docker_complete_log_drivers" + "($help)*--log-opt=[Log driver specific options]:log driver options:__docker_complete_log_options" + "($help)--mac-address=[Container MAC address]:MAC address: " + "($help)*--mount=[Attach a filesystem mount to the container]:mount: " + "($help)--name=[Container name]:name: " + "($help)--network=[Connect a container to a network]:network mode:(bridge none container host)" + "($help)*--network-alias=[Add network-scoped alias for the container]:alias: " + "($help)--oom-kill-disable[Disable OOM Killer]" + "($help)--oom-score-adj[Tune the host's OOM preferences for containers (accepts -1000 to 1000)]" + "($help)--pids-limit[Tune container pids limit (set -1 for unlimited)]" + "($help -P --publish-all)"{-P,--publish-all}"[Publish all exposed ports]" + "($help)*"{-p=,--publish=}"[Expose a container's port to the host]:port:_ports" + "($help)--pid=[PID namespace to use]:PID namespace:__docker_complete_pid" + "($help)--privileged[Give extended privileges to this container]" + "($help -q --quiet)"{-q,--quiet}"[Suppress the pull output]" + "($help)--read-only[Mount the container's root filesystem as read only]" + "($help)*--security-opt=[Security options]:security option: " + "($help)*--shm-size=[Size of '/dev/shm' (format is '')]:shm size: " + "($help)--stop-signal=[Signal to kill a container]:signal:_signals" + "($help)--stop-timeout=[Timeout (in seconds) to stop a container]:time: " + "($help)*--sysctl=-[sysctl options]:sysctl: " + "($help -t --tty)"{-t,--tty}"[Allocate a pseudo-tty]" + "($help -u --user)"{-u=,--user=}"[Username or UID]:user:_users" + "($help)*--ulimit=[ulimit options]:ulimit: " + "($help)--userns=[Container user namespace]:user namespace:(host)" + "($help)--tmpfs[mount tmpfs]" + "($help)*-v[Bind mount a volume]:volume:_directories -W / -P '/' -S '\:' -r '/ '" + "($help)--volume-driver=[Optional volume driver for the container]:volume driver:(local)" + "($help)*--volumes-from=[Mount volumes from the specified container]:volume: " + "($help -w --workdir)"{-w=,--workdir=}"[Working directory inside the container]:directory:_directories" + ) + opts_create_run_update=( + "($help)--blkio-weight=[Block IO (relative weight), between 10 and 1000]:Block IO weight:(10 100 500 1000)" + "($help -c --cpu-shares)"{-c=,--cpu-shares=}"[CPU shares (relative weight)]:CPU shares:(0 10 100 200 500 800 1000)" + "($help)--cpu-period=[Limit the CPU CFS (Completely Fair Scheduler) period]:CPU period: " + "($help)--cpu-quota=[Limit the CPU CFS (Completely Fair Scheduler) quota]:CPU quota: " + "($help)--cpu-rt-period=[Limit the CPU real-time period]:CPU real-time period in microseconds: " + "($help)--cpu-rt-runtime=[Limit the CPU real-time runtime]:CPU real-time runtime in microseconds: " + "($help)--cpuset-cpus=[CPUs in which to allow execution]:CPUs: " + "($help)--cpuset-mems=[MEMs in which to allow execution]:MEMs: " + "($help)--kernel-memory=[Kernel memory limit in bytes]:Memory limit: " + "($help -m --memory)"{-m=,--memory=}"[Memory limit]:Memory limit: " + "($help)--memory-reservation=[Memory soft limit]:Memory limit: " + "($help)--memory-swap=[Total memory limit with swap]:Memory limit: " + "($help)--pids-limit[Tune container pids limit (set -1 for unlimited)]" + "($help)--restart=[Restart policy]:restart policy:(no on-failure always unless-stopped)" + ) + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (attach) + _arguments $(__docker_arguments) \ + $opts_help \ + $opts_attach_exec_run_start \ + "($help)--no-stdin[Do not attach stdin]" \ + "($help)--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]" \ + "($help -):containers:__docker_complete_running_containers" && ret=0 + ;; + (commit) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --author)"{-a=,--author=}"[Author]:author: " \ + "($help)*"{-c=,--change=}"[Apply Dockerfile instruction to the created image]:Dockerfile:_files" \ + "($help -m --message)"{-m=,--message=}"[Commit message]:message: " \ + "($help -p --pause)"{-p,--pause}"[Pause container during commit]" \ + "($help -):container:__docker_complete_containers" \ + "($help -): :__docker_complete_repositories_with_tags" && ret=0 + ;; + (cp) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -L --follow-link)"{-L,--follow-link}"[Always follow symbol link]" \ + "($help -)1:container:->container" \ + "($help -)2:hostpath:_files" && ret=0 + case $state in + (container) + if compset -P "*:"; then + _files && ret=0 + else + __docker_complete_containers -qS ":" && ret=0 + fi + ;; + esac + ;; + (create) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + $opts_create_run \ + $opts_create_run_update \ + "($help -): :__docker_complete_images" \ + "($help -):command: _command_names -e" \ + "($help -)*::arguments: _normal" && ret=0 + case $state in + (link) + if compset -P "*:"; then + _wanted alias expl "Alias" compadd -E "" && ret=0 + else + __docker_complete_running_containers -qS ":" && ret=0 + fi + ;; + esac + ;; + (diff) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)*:containers:__docker_complete_containers" && ret=0 + ;; + (exec) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + $opts_attach_exec_run_start \ + "($help -d --detach)"{-d,--detach}"[Detached mode: leave the container running in the background]" \ + "($help)*"{-e=,--env=}"[Set environment variables]:environment variable: " \ + "($help)*--env-file=[Read environment variables from a file]:environment file:_files" \ + "($help -i --interactive)"{-i,--interactive}"[Keep stdin open even if not attached]" \ + "($help)--privileged[Give extended Linux capabilities to the command]" \ + "($help -t --tty)"{-t,--tty}"[Allocate a pseudo-tty]" \ + "($help -u --user)"{-u=,--user=}"[Username or UID]:user:_users" \ + "($help -w --workdir)"{-w=,--workdir=}"[Working directory inside the container]:directory:_directories" \ + "($help -):containers:__docker_complete_running_containers" \ + "($help -)*::command:->anycommand" && ret=0 + case $state in + (anycommand) + shift 1 words + (( CURRENT-- )) + _normal && ret=0 + ;; + esac + ;; + (export) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -o --output)"{-o=,--output=}"[Write to a file, instead of stdout]:output file:_files" \ + "($help -)*:containers:__docker_complete_containers" && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ + "($help -s --size)"{-s,--size}"[Display total file sizes]" \ + "($help -)*:containers:__docker_complete_containers" && ret=0 + ;; + (kill) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -s --signal)"{-s=,--signal=}"[Signal to send]:signal:_signals" \ + "($help -)*:containers:__docker_complete_running_containers" && ret=0 + ;; + (logs) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--details[Show extra details provided to logs]" \ + "($help -f --follow)"{-f,--follow}"[Follow log output]" \ + "($help -s --since)"{-s=,--since=}"[Show logs since this timestamp]:timestamp: " \ + "($help -t --timestamps)"{-t,--timestamps}"[Show timestamps]" \ + "($help -n --tail)"{-n=,--tail=}"[Number of lines to show from the end of the logs]:lines:(1 10 20 50 all)" \ + "($help -)*:containers:__docker_complete_containers" && ret=0 + ;; + (ls|list) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all)"{-a,--all}"[Show all containers]" \ + "($help)--before=[Show only container created before...]:containers:__docker_complete_containers" \ + "($help)*"{-f=,--filter=}"[Filter values]:filter:__docker_complete_ps_filters" \ + "($help)--format=[Format the output using the given Go template]:template: " \ + "($help -l --latest)"{-l,--latest}"[Show only the latest created container]" \ + "($help -n --last)"{-n=,--last=}"[Show n last created containers (includes all states)]:n:(1 5 10 25 50)" \ + "($help)--no-trunc[Do not truncate output]" \ + "($help -q --quiet)"{-q,--quiet}"[Only show container IDs]" \ + "($help -s --size)"{-s,--size}"[Display total file sizes]" \ + "($help)--since=[Show only containers created since...]:containers:__docker_complete_containers" && ret=0 + ;; + (pause|unpause) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)*:containers:__docker_complete_running_containers" && ret=0 + ;; + (port) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)1:containers:__docker_complete_running_containers" \ + "($help -)2:port:_ports" && ret=0 + ;; + (prune) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ + "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" && ret=0 + ;; + (rename) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -):old name:__docker_complete_containers" \ + "($help -):new name: " && ret=0 + ;; + (restart) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -t --time)"{-t=,--time=}"[Number of seconds to try to stop for before killing the container]:seconds to before killing:(1 5 10 30 60)" \ + "($help -)*:containers:__docker_complete_containers" && ret=0 + ;; + (rm) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --force)"{-f,--force}"[Force removal]" \ + "($help -l --link)"{-l,--link}"[Remove the specified link and not the underlying container]" \ + "($help -v --volumes)"{-v,--volumes}"[Remove the volumes associated to the container]" \ + "($help -)*:containers:->values" && ret=0 + case $state in + (values) + if [[ ${words[(r)-f]} == -f || ${words[(r)--force]} == --force ]]; then + __docker_complete_containers && ret=0 + else + __docker_complete_stopped_containers && ret=0 + fi + ;; + esac + ;; + (run) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + $opts_create_run \ + $opts_create_run_update \ + $opts_attach_exec_run_start \ + "($help -d --detach)"{-d,--detach}"[Detached mode: leave the container running in the background]" \ + "($help)--health-cmd=[Command to run to check health]:command: " \ + "($help)--health-interval=[Time between running the check]:time: " \ + "($help)--health-retries=[Consecutive failures needed to report unhealthy]:retries:(1 2 3 4 5)" \ + "($help)--health-timeout=[Maximum time to allow one check to run]:time: " \ + "($help)--no-healthcheck[Disable any container-specified HEALTHCHECK]" \ + "($help)--rm[Remove intermediate containers when it exits]" \ + "($help)--runtime=[Name of the runtime to be used for that container]:runtime:__docker_complete_runtimes" \ + "($help)--sig-proxy[Proxy all received signals to the process (non-TTY mode only)]" \ + "($help)--storage-opt=[Storage driver options for the container]:storage options:->storage-opt" \ + "($help -): :__docker_complete_images" \ + "($help -):command: _command_names -e" \ + "($help -)*::arguments: _normal" && ret=0 + case $state in + (link) + if compset -P "*:"; then + _wanted alias expl "Alias" compadd -E "" && ret=0 + else + __docker_complete_running_containers -qS ":" && ret=0 + fi + ;; + (storage-opt) + if compset -P "*="; then + _message "value" && ret=0 + else + opts=('size') + _describe -t filter-opts "storage options" opts -qS "=" && ret=0 + fi + ;; + esac + ;; + (start) + _arguments $(__docker_arguments) \ + $opts_help \ + $opts_attach_exec_run_start \ + "($help -a --attach)"{-a,--attach}"[Attach container's stdout/stderr and forward all signals]" \ + "($help -i --interactive)"{-i,--interactive}"[Attach container's stdin]" \ + "($help -)*:containers:__docker_complete_stopped_containers" && ret=0 + ;; + (stats) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all)"{-a,--all}"[Show all containers (default shows just running)]" \ + "($help)--format=[Format the output using the given Go template]:template: " \ + "($help)--no-stream[Disable streaming stats and only pull the first result]" \ + "($help)--no-trunc[Do not truncate output]" \ + "($help -)*:containers:__docker_complete_running_containers" && ret=0 + ;; + (stop) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -t --time)"{-t=,--time=}"[Number of seconds to try to stop for before killing the container]:seconds to before killing:(1 5 10 30 60)" \ + "($help -)*:containers:__docker_complete_running_containers" && ret=0 + ;; + (top) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)1:containers:__docker_complete_running_containers" \ + "($help -)*:: :->ps-arguments" && ret=0 + case $state in + (ps-arguments) + _ps && ret=0 + ;; + esac + ;; + (update) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + $opts_create_run_update \ + "($help -)*: :->values" && ret=0 + case $state in + (values) + if [[ ${words[(r)--kernel-memory*]} = (--kernel-memory*) ]]; then + __docker_complete_stopped_containers && ret=0 + else + __docker_complete_containers && ret=0 + fi + ;; + esac + ;; + (wait) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)*:containers:__docker_complete_running_containers" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_container_commands" && ret=0 + ;; + esac + + return ret +} + +# EO container + +# BO image + +__docker_image_commands() { + local -a _docker_image_subcommands + _docker_image_subcommands=( + "build:Build an image from a Dockerfile" + "history:Show the history of an image" + "import:Import the contents from a tarball to create a filesystem image" + "inspect:Display detailed information on one or more images" + "load:Load an image from a tar archive or STDIN" + "ls:List images" + "prune:Remove unused images" + "pull:Download an image from a registry" + "push:Upload an image to a registry" + "rm:Remove one or more images" + "save:Save one or more images to a tar archive (streamed to STDOUT by default)" + "tag:Tag an image into a repository" + ) + _describe -t docker-image-commands "docker image command" _docker_image_subcommands +} + +__docker_image_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (build) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*--add-host=[Add a custom host-to-IP mapping]:host\:ip mapping: " \ + "($help)*--build-arg=[Build-time variables]:=: " \ + "($help)*--cache-from=[Images to consider as cache sources]: :__docker_complete_repositories_with_tags" \ + "($help -c --cpu-shares)"{-c=,--cpu-shares=}"[CPU shares (relative weight)]:CPU shares:(0 10 100 200 500 800 1000)" \ + "($help)--cgroup-parent=[Parent cgroup for the container]:cgroup: " \ + "($help)--compress[Compress the build context using gzip]" \ + "($help)--cpu-period=[Limit the CPU CFS (Completely Fair Scheduler) period]:CPU period: " \ + "($help)--cpu-quota=[Limit the CPU CFS (Completely Fair Scheduler) quota]:CPU quota: " \ + "($help)--cpu-rt-period=[Limit the CPU real-time period]:CPU real-time period in microseconds: " \ + "($help)--cpu-rt-runtime=[Limit the CPU real-time runtime]:CPU real-time runtime in microseconds: " \ + "($help)--cpuset-cpus=[CPUs in which to allow execution]:CPUs: " \ + "($help)--cpuset-mems=[MEMs in which to allow execution]:MEMs: " \ + "($help)--disable-content-trust[Skip image verification]" \ + "($help -f --file)"{-f=,--file=}"[Name of the Dockerfile]:Dockerfile:_files" \ + "($help)--force-rm[Always remove intermediate containers]" \ + "($help)--isolation=[Container isolation technology]:isolation:(default hyperv process)" \ + "($help)*--label=[Set metadata for an image]:label=value: " \ + "($help -m --memory)"{-m=,--memory=}"[Memory limit]:Memory limit: " \ + "($help)--memory-swap=[Total memory limit with swap]:Memory limit: " \ + "($help)--network=[Connect a container to a network]:network mode:(bridge none container host)" \ + "($help)--no-cache[Do not use cache when building the image]" \ + "($help)--pull[Attempt to pull a newer version of the image]" \ + "($help -q --quiet)"{-q,--quiet}"[Suppress verbose build output]" \ + "($help)--rm[Remove intermediate containers after a successful build]" \ + "($help)*--shm-size=[Size of '/dev/shm' (format is '')]:shm size: " \ + "($help)--squash[Squash newly built layers into a single new layer]" \ + "($help -t --tag)*"{-t=,--tag=}"[Repository, name and tag for the image]: :__docker_complete_repositories_with_tags" \ + "($help)--target=[Set the target build stage to build.]" \ + "($help)*--ulimit=[ulimit options]:ulimit: " \ + "($help)--userns=[Container user namespace]:user namespace:(host)" \ + "($help -):path or URL:_directories" && ret=0 + ;; + (history) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -H --human)"{-H,--human}"[Print sizes and dates in human readable format]" \ + "($help)--no-trunc[Do not truncate output]" \ + "($help -q --quiet)"{-q,--quiet}"[Only show image IDs]" \ + "($help -)*: :__docker_complete_images" && ret=0 + ;; + (import) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*"{-c=,--change=}"[Apply Dockerfile instruction to the created image]:Dockerfile:_files" \ + "($help -m --message)"{-m=,--message=}"[Commit message for imported image]:message: " \ + "($help -):URL:(- http:// file://)" \ + "($help -): :__docker_complete_repositories_with_tags" && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ + "($help -)*:images:__docker_complete_images" && ret=0 + ;; + (load) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -i --input)"{-i=,--input=}"[Read from tar archive file]:archive file:_files -g \"*.((tar|TAR)(.gz|.GZ|.Z|.bz2|.lzma|.xz|)|(tbz|tgz|txz))(-.)\"" \ + "($help -q --quiet)"{-q,--quiet}"[Suppress the load output]" && ret=0 + ;; + (ls|list) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all)"{-a,--all}"[Show all images]" \ + "($help)--digests[Show digests]" \ + "($help)*"{-f=,--filter=}"[Filter values]:filter:__docker_complete_images_filters" \ + "($help)--format=[Format the output using the given Go template]:template: " \ + "($help)--no-trunc[Do not truncate output]" \ + "($help -q --quiet)"{-q,--quiet}"[Only show image IDs]" \ + "($help -): :__docker_complete_repositories" && ret=0 + ;; + (prune) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all)"{-a,--all}"[Remove all unused images, not just dangling ones]" \ + "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ + "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" && ret=0 + ;; + (pull) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all-tags)"{-a,--all-tags}"[Download all tagged images]" \ + "($help)--disable-content-trust[Skip image verification]" \ + "($help -):name:__docker_search" && ret=0 + ;; + (push) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all-tags)"{-a,--all-tags}"[Push all tags of an image to the repository]" \ + "($help)--disable-content-trust[Skip image signing]" \ + "($help -): :__docker_complete_images" && ret=0 + ;; + (rm) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --force)"{-f,--force}"[Force removal]" \ + "($help)--no-prune[Do not delete untagged parents]" \ + "($help -)*: :__docker_complete_images" && ret=0 + ;; + (save) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -o --output)"{-o=,--output=}"[Write to file]:file:_files" \ + "($help -)*: :__docker_complete_images" && ret=0 + ;; + (tag) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -):source:__docker_complete_images"\ + "($help -):destination:__docker_complete_repositories_with_tags" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_container_commands" && ret=0 + ;; + esac + + return ret +} + +# EO image + +# BO network + +__docker_network_complete_ls_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (driver) + __docker_complete_info_plugins Network && ret=0 + ;; + (id) + __docker_complete_networks_ids && ret=0 + ;; + (name) + __docker_complete_networks_names && ret=0 + ;; + (scope) + opts=('global' 'local' 'swarm') + _describe -t scope-filter-opts "Scope filter options" opts && ret=0 + ;; + (type) + opts=('builtin' 'custom') + _describe -t type-filter-opts "Type filter options" opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('driver' 'id' 'label' 'name' 'scope' 'type') + _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_get_networks() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + local line s + declare -a lines networks + + type=$1; shift + + lines=(${(f)${:-"$(_call_program commands docker $docker_options network ls)"$'\n'}}) + + # Parse header line to find columns + local i=1 j=1 k header=${lines[1]} + declare -A begin end + while (( j < ${#header} - 1 )); do + i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) + j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) + k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) + begin[${header[$i,$((j-1))]}]=$i + end[${header[$i,$((j-1))]}]=$k + done + end[${header[$i,$((j-1))]}]=-1 + lines=(${lines[2,-1]}) + + # Network ID + if [[ $type = (ids|all) ]]; then + for line in $lines; do + s="${line[${begin[NETWORK ID]},${end[NETWORK ID]}]%% ##}" + s="$s:${(l:7:: :::)${${line[${begin[DRIVER]},${end[DRIVER]}]}%% ##}}" + s="$s, ${${line[${begin[SCOPE]},${end[SCOPE]}]}%% ##}" + networks=($networks $s) + done + fi + + # Names + if [[ $type = (names|all) ]]; then + for line in $lines; do + s="${line[${begin[NAME]},${end[NAME]}]%% ##}" + s="$s:${(l:7:: :::)${${line[${begin[DRIVER]},${end[DRIVER]}]}%% ##}}" + s="$s, ${${line[${begin[SCOPE]},${end[SCOPE]}]}%% ##}" + networks=($networks $s) + done + fi + + _describe -t networks-list "networks" networks "$@" && ret=0 + return ret +} + +__docker_complete_networks() { + [[ $PREFIX = -* ]] && return 1 + __docker_get_networks all "$@" +} + +__docker_complete_networks_ids() { + [[ $PREFIX = -* ]] && return 1 + __docker_get_networks ids "$@" +} + +__docker_complete_networks_names() { + [[ $PREFIX = -* ]] && return 1 + __docker_get_networks names "$@" +} + +__docker_network_commands() { + local -a _docker_network_subcommands + _docker_network_subcommands=( + "connect:Connect a container to a network" + "create:Creates a new network with a name specified by the user" + "disconnect:Disconnects a container from a network" + "inspect:Displays detailed information on a network" + "ls:Lists all the networks created by the user" + "prune:Remove all unused networks" + "rm:Deletes one or more networks" + ) + _describe -t docker-network-commands "docker network command" _docker_network_subcommands +} + +__docker_network_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (connect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*--alias=[Add network-scoped alias for the container]:alias: " \ + "($help)--ip=[IPv4 address]:IPv4: " \ + "($help)--ip6=[IPv6 address]:IPv6: " \ + "($help)*--link=[Add a link to another container]:link:->link" \ + "($help)*--link-local-ip=[Add a link-local address for the container]:IPv4/IPv6: " \ + "($help -)1:network:__docker_complete_networks" \ + "($help -)2:containers:__docker_complete_containers" && ret=0 + + case $state in + (link) + if compset -P "*:"; then + _wanted alias expl "Alias" compadd -E "" && ret=0 + else + __docker_complete_running_containers -qS ":" && ret=0 + fi + ;; + esac + ;; + (create) + _arguments $(__docker_arguments) -A '-*' \ + $opts_help \ + "($help)--attachable[Enable manual container attachment]" \ + "($help)*--aux-address[Auxiliary IPv4 or IPv6 addresses used by network driver]:key=IP: " \ + "($help -d --driver)"{-d=,--driver=}"[Driver to manage the Network]:driver:(null host bridge overlay)" \ + "($help)*--gateway=[IPv4 or IPv6 Gateway for the master subnet]:IP: " \ + "($help)--internal[Restricts external access to the network]" \ + "($help)*--ip-range=[Allocate container ip from a sub-range]:IP/mask: " \ + "($help)--ipam-driver=[IP Address Management Driver]:driver:(default)" \ + "($help)*--ipam-opt=[Custom IPAM plugin options]:opt=value: " \ + "($help)--ipv6[Enable IPv6 networking]" \ + "($help)*--label=[Set metadata on a network]:label=value: " \ + "($help)*"{-o=,--opt=}"[Driver specific options]:opt=value: " \ + "($help)*--subnet=[Subnet in CIDR format that represents a network segment]:IP/mask: " \ + "($help -)1:Network Name: " && ret=0 + ;; + (disconnect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)1:network:__docker_complete_networks" \ + "($help -)2:containers:__docker_complete_containers" && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ + "($help)--verbose[Show detailed information]" \ + "($help -)*:network:__docker_complete_networks" && ret=0 + ;; + (ls) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--no-trunc[Do not truncate the output]" \ + "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_network_complete_ls_filters" \ + "($help)--format=[Format the output using the given Go template]:template: " \ + "($help -q --quiet)"{-q,--quiet}"[Only display network IDs]" && ret=0 + ;; + (prune) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ + "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" && ret=0 + ;; + (rm) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)*:network:__docker_complete_networks" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_network_commands" && ret=0 + ;; + esac + + return ret +} + +# EO network + +# BO node + +__docker_node_complete_ls_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (id) + __docker_complete_nodes_ids && ret=0 + ;; + (membership) + membership_opts=('accepted' 'pending' 'rejected') + _describe -t membership-opts "membership options" membership_opts && ret=0 + ;; + (name) + __docker_complete_nodes_names && ret=0 + ;; + (role) + role_opts=('manager' 'worker') + _describe -t role-opts "role options" role_opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('id' 'label' 'membership' 'name' 'node.label' 'role') + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_node_complete_ps_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (desired-state) + state_opts=('accepted' 'running' 'shutdown') + _describe -t state-opts "desired state options" state_opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('desired-state' 'id' 'label' 'name') + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_nodes() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + local line s + declare -a lines nodes args + + type=$1; shift + filter=$1; shift + [[ $filter != "none" ]] && args=("-f $filter") + + lines=(${(f)${:-"$(_call_program commands docker $docker_options node ls $args)"$'\n'}}) + # Parse header line to find columns + local i=1 j=1 k header=${lines[1]} + declare -A begin end + while (( j < ${#header} - 1 )); do + i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) + j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) + k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) + begin[${header[$i,$((j-1))]}]=$i + end[${header[$i,$((j-1))]}]=$k + done + end[${header[$i,$((j-1))]}]=-1 + lines=(${lines[2,-1]}) + + # Node ID + if [[ $type = (ids|all) ]]; then + for line in $lines; do + s="${line[${begin[ID]},${end[ID]}]%% ##}" + nodes=($nodes $s) + done + fi + + # Names + if [[ $type = (names|all) ]]; then + for line in $lines; do + s="${line[${begin[HOSTNAME]},${end[HOSTNAME]}]%% ##}" + nodes=($nodes $s) + done + fi + + _describe -t nodes-list "nodes" nodes "$@" && ret=0 + return ret +} + +__docker_complete_nodes() { + [[ $PREFIX = -* ]] && return 1 + __docker_nodes all none "$@" +} + +__docker_complete_nodes_ids() { + [[ $PREFIX = -* ]] && return 1 + __docker_nodes ids none "$@" +} + +__docker_complete_nodes_names() { + [[ $PREFIX = -* ]] && return 1 + __docker_nodes names none "$@" +} + +__docker_complete_pending_nodes() { + [[ $PREFIX = -* ]] && return 1 + __docker_nodes all "membership=pending" "$@" +} + +__docker_complete_manager_nodes() { + [[ $PREFIX = -* ]] && return 1 + __docker_nodes all "role=manager" "$@" +} + +__docker_complete_worker_nodes() { + [[ $PREFIX = -* ]] && return 1 + __docker_nodes all "role=worker" "$@" +} + +__docker_node_commands() { + local -a _docker_node_subcommands + _docker_node_subcommands=( + "demote:Demote a node as manager in the swarm" + "inspect:Display detailed information on one or more nodes" + "ls:List nodes in the swarm" + "promote:Promote a node as manager in the swarm" + "rm:Remove one or more nodes from the swarm" + "ps:List tasks running on one or more nodes, defaults to current node" + "update:Update a node" + ) + _describe -t docker-node-commands "docker node command" _docker_node_subcommands +} + +__docker_node_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (rm|remove) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --force)"{-f,--force}"[Force remove a node from the swarm]" \ + "($help -)*:node:__docker_complete_pending_nodes" && ret=0 + ;; + (demote) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)*:node:__docker_complete_manager_nodes" && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ + "($help)--pretty[Print the information in a human friendly format]" \ + "($help -)*:node:__docker_complete_nodes" && ret=0 + ;; + (ls|list) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_node_complete_ls_filters" \ + "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0 + ;; + (promote) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)*:node:__docker_complete_worker_nodes" && ret=0 + ;; + (ps) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all)"{-a,--all}"[Display all instances]" \ + "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_node_complete_ps_filters" \ + "($help)--format=[Format the output using the given go template]:template: " \ + "($help)--no-resolve[Do not map IDs to Names]" \ + "($help)--no-trunc[Do not truncate output]" \ + "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" \ + "($help -)*:node:__docker_complete_nodes" && ret=0 + ;; + (update) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--availability=[Availability of the node]:availability:(active pause drain)" \ + "($help)*--label-add=[Add or update a node label]:key=value: " \ + "($help)*--label-rm=[Remove a node label if exists]:label: " \ + "($help)--role=[Role of the node]:role:(manager worker)" \ + "($help -)1:node:__docker_complete_nodes" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_node_commands" && ret=0 + ;; + esac + + return ret +} + +# EO node + +# BO plugin + +__docker_plugin_complete_ls_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (capability) + opts=('authz' 'ipamdriver' 'logdriver' 'metricscollector' 'networkdriver' 'volumedriver') + _describe -t capability-opts "capability options" opts && ret=0 + ;; + (enabled) + opts=('false' 'true') + _describe -t enabled-opts "enabled options" opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('capability' 'enabled') + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_plugins() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + local line s + declare -a lines plugins args + + filter=$1; shift + [[ $filter != "none" ]] && args=("-f $filter") + + lines=(${(f)${:-"$(_call_program commands docker $docker_options plugin ls $args)"$'\n'}}) + + # Parse header line to find columns + local i=1 j=1 k header=${lines[1]} + declare -A begin end + while (( j < ${#header} - 1 )); do + i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) + j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) + k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) + begin[${header[$i,$((j-1))]}]=$i + end[${header[$i,$((j-1))]}]=$k + done + end[${header[$i,$((j-1))]}]=-1 + lines=(${lines[2,-1]}) + + # Name + for line in $lines; do + s="${line[${begin[NAME]},${end[NAME]}]%% ##}" + s="$s:${(l:7:: :::)${${line[${begin[TAG]},${end[TAG]}]}%% ##}}" + plugins=($plugins $s) + done + + _describe -t plugins-list "plugins" plugins "$@" && ret=0 + return ret +} + +__docker_complete_plugins() { + [[ $PREFIX = -* ]] && return 1 + __docker_plugins none "$@" +} + +__docker_complete_enabled_plugins() { + [[ $PREFIX = -* ]] && return 1 + __docker_plugins enabled=true "$@" +} + +__docker_complete_disabled_plugins() { + [[ $PREFIX = -* ]] && return 1 + __docker_plugins enabled=false "$@" +} + +__docker_plugin_commands() { + local -a _docker_plugin_subcommands + _docker_plugin_subcommands=( + "disable:Disable a plugin" + "enable:Enable a plugin" + "inspect:Return low-level information about a plugin" + "install:Install a plugin" + "ls:List plugins" + "push:Push a plugin" + "rm:Remove a plugin" + "set:Change settings for a plugin" + "upgrade:Upgrade an existing plugin" + ) + _describe -t docker-plugin-commands "docker plugin command" _docker_plugin_subcommands +} + +__docker_plugin_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (disable) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --force)"{-f,--force}"[Force the disable of an active plugin]" \ + "($help -)1:plugin:__docker_complete_enabled_plugins" && ret=0 + ;; + (enable) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--timeout=[HTTP client timeout (in seconds)]:timeout: " \ + "($help -)1:plugin:__docker_complete_disabled_plugins" && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given Go template]:template: " \ + "($help -)*:plugin:__docker_complete_plugins" && ret=0 + ;; + (install) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--alias=[Local name for plugin]:alias: " \ + "($help)--disable[Do not enable the plugin on install]" \ + "($help)--disable-content-trust[Skip image verification (default true)]" \ + "($help)--grant-all-permissions[Grant all permissions necessary to run the plugin]" \ + "($help -)1:plugin:__docker_complete_plugins" \ + "($help -)*:key=value: " && ret=0 + ;; + (ls|list) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*"{-f=,--filter=}"[Filter output based on conditions provided]:filter:__docker_plugin_complete_ls_filters" \ + "($help --format)--format=[Format the output using the given Go template]:template: " \ + "($help)--no-trunc[Don't truncate output]" \ + "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0 + ;; + (push) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--disable-content-trust[Skip image verification (default true)]" \ + "($help -)1:plugin:__docker_complete_plugins" && ret=0 + ;; + (rm|remove) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --force)"{-f,--force}"[Force the removal of an active plugin]" \ + "($help -)*:plugin:__docker_complete_plugins" && ret=0 + ;; + (set) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)1:plugin:__docker_complete_plugins" \ + "($help -)*:key=value: " && ret=0 + ;; + (upgrade) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--disable-content-trust[Skip image verification (default true)]" \ + "($help)--grant-all-permissions[Grant all permissions necessary to run the plugin]" \ + "($help)--skip-remote-check[Do not check if specified remote plugin matches existing plugin image]" \ + "($help -)1:plugin:__docker_complete_plugins" \ + "($help -):remote: " && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_plugin_commands" && ret=0 + ;; + esac + + return ret +} + +# EO plugin + +# BO secret + +__docker_secrets() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + local line s + declare -a lines secrets + + type=$1; shift + + lines=(${(f)${:-"$(_call_program commands docker $docker_options secret ls)"$'\n'}}) + + # Parse header line to find columns + local i=1 j=1 k header=${lines[1]} + declare -A begin end + while (( j < ${#header} - 1 )); do + i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) + j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) + k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) + begin[${header[$i,$((j-1))]}]=$i + end[${header[$i,$((j-1))]}]=$k + done + end[${header[$i,$((j-1))]}]=-1 + lines=(${lines[2,-1]}) + + # ID + if [[ $type = (ids|all) ]]; then + for line in $lines; do + s="${line[${begin[ID]},${end[ID]}]%% ##}" + secrets=($secrets $s) + done + fi + + # Names + if [[ $type = (names|all) ]]; then + for line in $lines; do + s="${line[${begin[NAME]},${end[NAME]}]%% ##}" + secrets=($secrets $s) + done + fi + + _describe -t secrets-list "secrets" secrets "$@" && ret=0 + return ret +} + +__docker_complete_secrets() { + [[ $PREFIX = -* ]] && return 1 + __docker_secrets all "$@" +} + +__docker_secret_commands() { + local -a _docker_secret_subcommands + _docker_secret_subcommands=( + "create:Create a secret using stdin as content" + "inspect:Display detailed information on one or more secrets" + "ls:List secrets" + "rm:Remove one or more secrets" + ) + _describe -t docker-secret-commands "docker secret command" _docker_secret_subcommands +} + +__docker_secret_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (create) + _arguments $(__docker_arguments) -A '-*' \ + $opts_help \ + "($help)*"{-l=,--label=}"[Secret labels]:label: " \ + "($help -):secret: " && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given Go template]:template: " \ + "($help -)*:secret:__docker_complete_secrets" && ret=0 + ;; + (ls|list) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--format=[Format the output using the given go template]:template: " \ + "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0 + ;; + (rm|remove) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)*:secret:__docker_complete_secrets" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_secret_commands" && ret=0 + ;; + esac + + return ret +} + +# EO secret + +# BO service + +__docker_service_complete_ls_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (id) + __docker_complete_services_ids && ret=0 + ;; + (mode) + opts=('global' 'replicated') + _describe -t mode-opts "mode options" opts && ret=0 + ;; + (name) + __docker_complete_services_names && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('id' 'label' 'mode' 'name') + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_service_complete_ps_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (desired-state) + state_opts=('accepted' 'running' 'shutdown') + _describe -t state-opts "desired state options" state_opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('desired-state' 'id' 'label' 'name') + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_service_complete_placement_pref() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (spread) + opts=('engine.labels' 'node.labels') + _describe -t spread-opts "spread options" opts -qS "." && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('spread') + _describe -t pref-opts "placement pref options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_services() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + local line s + declare -a lines services + + type=$1; shift + + lines=(${(f)${:-"$(_call_program commands docker $docker_options service ls)"$'\n'}}) + + # Parse header line to find columns + local i=1 j=1 k header=${lines[1]} + declare -A begin end + while (( j < ${#header} - 1 )); do + i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) + j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) + k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) + begin[${header[$i,$((j-1))]}]=$i + end[${header[$i,$((j-1))]}]=$k + done + end[${header[$i,$((j-1))]}]=-1 + lines=(${lines[2,-1]}) + + # Service ID + if [[ $type = (ids|all) ]]; then + for line in $lines; do + s="${line[${begin[ID]},${end[ID]}]%% ##}" + s="$s:${(l:7:: :::)${${line[${begin[IMAGE]},${end[IMAGE]}]}%% ##}}" + services=($services $s) + done + fi + + # Names + if [[ $type = (names|all) ]]; then + for line in $lines; do + s="${line[${begin[NAME]},${end[NAME]}]%% ##}" + s="$s:${(l:7:: :::)${${line[${begin[IMAGE]},${end[IMAGE]}]}%% ##}}" + services=($services $s) + done + fi + + _describe -t services-list "services" services "$@" && ret=0 + return ret +} + +__docker_complete_services() { + [[ $PREFIX = -* ]] && return 1 + __docker_services all "$@" +} + +__docker_complete_services_ids() { + [[ $PREFIX = -* ]] && return 1 + __docker_services ids "$@" +} + +__docker_complete_services_names() { + [[ $PREFIX = -* ]] && return 1 + __docker_services names "$@" +} + +__docker_service_commands() { + local -a _docker_service_subcommands + _docker_service_subcommands=( + "create:Create a new service" + "inspect:Display detailed information on one or more services" + "logs:Fetch the logs of a service or task" + "ls:List services" + "rm:Remove one or more services" + "rollback:Revert changes to a service's configuration" + "scale:Scale one or multiple replicated services" + "ps:List the tasks of a service" + "update:Update a service" + ) + _describe -t docker-service-commands "docker service command" _docker_service_subcommands +} + +__docker_service_subcommand() { + local -a _command_args opts_help opts_create_update + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + opts_create_update=( + "($help)*--cap-add=[Add Linux capabilities]:capability: " + "($help)*--cap-drop=[Drop Linux capabilities]:capability: " + "($help)*--constraint=[Placement constraints]:constraint: " + "($help)--endpoint-mode=[Placement constraints]:mode:(dnsrr vip)" + "($help)*"{-e=,--env=}"[Set environment variables]:env: " + "($help)--health-cmd=[Command to run to check health]:command: " + "($help)--health-interval=[Time between running the check]:time: " + "($help)--health-retries=[Consecutive failures needed to report unhealthy]:retries:(1 2 3 4 5)" + "($help)--health-timeout=[Maximum time to allow one check to run]:time: " + "($help)--hostname=[Service container hostname]:hostname: " \ + "($help)--isolation=[Service container isolation mode]:isolation:(default process hyperv)" \ + "($help)*--label=[Service labels]:label: " + "($help)--limit-cpu=[Limit CPUs]:value: " + "($help)--limit-memory=[Limit Memory]:value: " + "($help)--limit-pids[Limit maximum number of processes (default 0 = unlimited)]" + "($help)--log-driver=[Logging driver for service]:logging driver:__docker_complete_log_drivers" + "($help)*--log-opt=[Logging driver options]:log driver options:__docker_complete_log_options" + "($help)*--mount=[Attach a filesystem mount to the service]:mount: " + "($help)*--network=[Network attachments]:network: " + "($help)--no-healthcheck[Disable any container-specified HEALTHCHECK]" + "($help)--read-only[Mount the container's root filesystem as read only]" + "($help)--replicas=[Number of tasks]:replicas: " + "($help)--reserve-cpu=[Reserve CPUs]:value: " + "($help)--reserve-memory=[Reserve Memory]:value: " + "($help)--restart-condition=[Restart when condition is met]:mode:(any none on-failure)" + "($help)--restart-delay=[Delay between restart attempts]:delay: " + "($help)--restart-max-attempts=[Maximum number of restarts before giving up]:max-attempts: " + "($help)--restart-window=[Window used to evaluate the restart policy]:duration: " + "($help)--rollback-delay=[Delay between task rollbacks]:duration: " + "($help)--rollback-failure-action=[Action on rollback failure]:action:(continue pause)" + "($help)--rollback-max-failure-ratio=[Failure rate to tolerate during a rollback]:failure rate: " + "($help)--rollback-monitor=[Duration after each task rollback to monitor for failure]:duration: " + "($help)--rollback-parallelism=[Maximum number of tasks rolled back simultaneously]:number: " + "($help)*--secret=[Specify secrets to expose to the service]:secret:__docker_complete_secrets" + "($help)--stop-grace-period=[Time to wait before force killing a container]:grace period: " + "($help)--stop-signal=[Signal to stop the container]:signal:_signals" + "($help -t --tty)"{-t,--tty}"[Allocate a pseudo-TTY]" + "($help)--update-delay=[Delay between updates]:delay: " + "($help)--update-failure-action=[Action on update failure]:mode:(continue pause rollback)" + "($help)--update-max-failure-ratio=[Failure rate to tolerate during an update]:fraction: " + "($help)--update-monitor=[Duration after each task update to monitor for failure]:window: " + "($help)--update-parallelism=[Maximum number of tasks updated simultaneously]:number: " + "($help -u --user)"{-u=,--user=}"[Username or UID]:user:_users" + "($help)--with-registry-auth[Send registry authentication details to swarm agents]" + "($help -w --workdir)"{-w=,--workdir=}"[Working directory inside the container]:directory:_directories" + ) + + case "$words[1]" in + (create) + _arguments $(__docker_arguments) \ + $opts_help \ + $opts_create_update \ + "($help)*--container-label=[Container labels]:label: " \ + "($help)*--dns=[Set custom DNS servers]:DNS: " \ + "($help)*--dns-option=[Set DNS options]:DNS option: " \ + "($help)*--dns-search=[Set custom DNS search domains]:DNS search: " \ + "($help)*--env-file=[Read environment variables from a file]:environment file:_files" \ + "($help)*--group=[Set one or more supplementary user groups for the container]:group: _groups " \ + "($help)--mode=[Service Mode]:mode:(global replicated)" \ + "($help)--name=[Service name]:name: " \ + "($help)*--placement-pref=[Add a placement preference]:pref:__docker_service_complete_placement_pref" \ + "($help)*"{-p=,--publish=}"[Publish a port as a node port]:port: " \ + "($help -): :__docker_complete_images" \ + "($help -):command: _command_names -e" \ + "($help -)*::arguments: _normal" && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ + "($help)--pretty[Print the information in a human friendly format]" \ + "($help -)*:service:__docker_complete_services" && ret=0 + ;; + (logs) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --follow)"{-f,--follow}"[Follow log output]" \ + "($help)--no-resolve[Do not map IDs to Names]" \ + "($help)--no-task-ids[Do not include task IDs]" \ + "($help)--no-trunc[Do not truncate output]" \ + "($help)--since=[Show logs since timestamp]:timestamp: " \ + "($help -n --tail)"{-n=,--tail=}"[Number of lines to show from the end of the logs]:lines:(1 10 20 50 all)" \ + "($help -t --timestamps)"{-t,--timestamps}"[Show timestamps]" \ + "($help -)1:service:__docker_complete_services" && ret=0 + ;; + (ls|list) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*"{-f=,--filter=}"[Filter output based on conditions provided]:filter:__docker_service_complete_ls_filters" \ + "($help)--format=[Format the output using the given Go template]:template: " \ + "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" && ret=0 + ;; + (rm|remove) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)*:service:__docker_complete_services" && ret=0 + ;; + (rollback) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -d --detach)"{-d=false,--detach=false}"[Disable detached mode]" \ + "($help -q --quiet)"{-q,--quiet}"[Suppress progress output]" \ + "($help -)*:service:__docker_complete_services" && ret=0 + ;; + (scale) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -d --detach)"{-d=false,--detach=false}"[Disable detached mode]" \ + "($help -)*:service:->values" && ret=0 + case $state in + (values) + if compset -P '*='; then + _message 'replicas' && ret=0 + else + __docker_complete_services -qS "=" + fi + ;; + esac + ;; + (ps) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_service_complete_ps_filters" \ + "($help)--format=[Format the output using the given go template]:template: " \ + "($help)--no-resolve[Do not map IDs to Names]" \ + "($help)--no-trunc[Do not truncate output]" \ + "($help -q --quiet)"{-q,--quiet}"[Only display task IDs]" \ + "($help -)*:service:__docker_complete_services" && ret=0 + ;; + (update) + _arguments $(__docker_arguments) \ + $opts_help \ + $opts_create_update \ + "($help)--arg=[Service command args]:arguments: _normal" \ + "($help)*--container-label-add=[Add or update container labels]:label: " \ + "($help)*--container-label-rm=[Remove a container label by its key]:label: " \ + "($help)*--dns-add=[Add or update custom DNS servers]:DNS: " \ + "($help)*--dns-rm=[Remove custom DNS servers]:DNS: " \ + "($help)*--dns-option-add=[Add or update DNS options]:DNS option: " \ + "($help)*--dns-option-rm=[Remove DNS options]:DNS option: " \ + "($help)*--dns-search-add=[Add or update custom DNS search domains]:DNS search: " \ + "($help)*--dns-search-rm=[Remove DNS search domains]:DNS search: " \ + "($help)--force[Force update]" \ + "($help)*--group-add=[Add additional supplementary user groups to the container]:group:_groups" \ + "($help)*--group-rm=[Remove previously added supplementary user groups from the container]:group:_groups" \ + "($help)--image=[Service image tag]:image:__docker_complete_repositories" \ + "($help)*--placement-pref-add=[Add a placement preference]:pref:__docker_service_complete_placement_pref" \ + "($help)*--placement-pref-rm=[Remove a placement preference]:pref:__docker_service_complete_placement_pref" \ + "($help)*--publish-add=[Add or update a port]:port: " \ + "($help)*--publish-rm=[Remove a port(target-port mandatory)]:port: " \ + "($help)--rollback[Rollback to previous specification]" \ + "($help -)1:service:__docker_complete_services" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_service_commands" && ret=0 + ;; + esac + + return ret +} + +# EO service + +# BO stack + +__docker_stack_complete_ps_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (desired-state) + state_opts=('accepted' 'running' 'shutdown') + _describe -t state-opts "desired state options" state_opts && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('desired-state' 'id' 'name') + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_stack_complete_services_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('id' 'label' 'name') + _describe -t filter-opts "filter options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_stacks() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + local line s + declare -a lines stacks + + lines=(${(f)${:-"$(_call_program commands docker $docker_options stack ls)"$'\n'}}) + + # Parse header line to find columns + local i=1 j=1 k header=${lines[1]} + declare -A begin end + while (( j < ${#header} - 1 )); do + i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) + j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) + k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) + begin[${header[$i,$((j-1))]}]=$i + end[${header[$i,$((j-1))]}]=$k + done + end[${header[$i,$((j-1))]}]=-1 + lines=(${lines[2,-1]}) + + # Service NAME + for line in $lines; do + s="${line[${begin[NAME]},${end[NAME]}]%% ##}" + stacks=($stacks $s) + done + + _describe -t stacks-list "stacks" stacks "$@" && ret=0 + return ret +} + +__docker_complete_stacks() { + [[ $PREFIX = -* ]] && return 1 + __docker_stacks "$@" +} + +__docker_stack_commands() { + local -a _docker_stack_subcommands + _docker_stack_subcommands=( + "deploy:Deploy a new stack or update an existing stack" + "ls:List stacks" + "ps:List the tasks in the stack" + "rm:Remove the stack" + "services:List the services in the stack" + ) + _describe -t docker-stack-commands "docker stack command" _docker_stack_subcommands +} + +__docker_stack_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (deploy|up) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -c --compose-file)"{-c=,--compose-file=}"[Path to a Compose file, or '-' to read from stdin]:compose file:_files -g \"*.(yml|yaml)\"" \ + "($help)--with-registry-auth[Send registry authentication details to Swarm agents]" \ + "($help -):stack:__docker_complete_stacks" && ret=0 + ;; + (ls|list) + _arguments $(__docker_arguments) \ + $opts_help && ret=0 + ;; + (ps) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all)"{-a,--all}"[Display all tasks]" \ + "($help)*"{-f=,--filter=}"[Filter output based on conditions provided]:filter:__docker_stack_complete_ps_filters" \ + "($help)--format=[Format the output using the given go template]:template: " \ + "($help)--no-resolve[Do not map IDs to Names]" \ + "($help)--no-trunc[Do not truncate output]" \ + "($help -q --quiet)"{-q,--quiet}"[Only display task IDs]" \ + "($help -):stack:__docker_complete_stacks" && ret=0 + ;; + (rm|remove|down) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -):stack:__docker_complete_stacks" && ret=0 + ;; + (services) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*"{-f=,--filter=}"[Filter output based on conditions provided]:filter:__docker_stack_complete_services_filters" \ + "($help)--format=[Format the output using the given Go template]:template: " \ + "($help -q --quiet)"{-q,--quiet}"[Only display IDs]" \ + "($help -):stack:__docker_complete_stacks" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_stack_commands" && ret=0 + ;; + esac + + return ret +} + +# EO stack + +# BO swarm + +__docker_swarm_commands() { + local -a _docker_swarm_subcommands + _docker_swarm_subcommands=( + "init:Initialize a swarm" + "join:Join a swarm as a node and/or manager" + "join-token:Manage join tokens" + "leave:Leave a swarm" + "unlock:Unlock swarm" + "unlock-key:Manage the unlock key" + "update:Update the swarm" + ) + _describe -t docker-swarm-commands "docker swarm command" _docker_swarm_subcommands +} + +__docker_swarm_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (init) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--advertise-addr=[Advertised address]:ip\:port: " \ + "($help)--data-path-addr=[Data path IP or interface]:ip " \ + "($help)--data-path-port=[Data Path Port]:port " \ + "($help)--default-addr-pool=[Default address pool]" \ + "($help)--default-addr-pool-mask-length=[Default address pool subnet mask length]" \ + "($help)--autolock[Enable manager autolocking]" \ + "($help)--availability=[Availability of the node]:availability:(active drain pause)" \ + "($help)--cert-expiry=[Validity period for node certificates]:duration: " \ + "($help)--dispatcher-heartbeat=[Dispatcher heartbeat period]:duration: " \ + "($help)*--external-ca=[Specifications of one or more certificate signing endpoints]:endpoint: " \ + "($help)--force-new-cluster[Force create a new cluster from current state]" \ + "($help)--listen-addr=[Listen address]:ip\:port: " \ + "($help)--max-snapshots[Number of additional Raft snapshots to retain]" \ + "($help)--snapshot-interval[Number of log entries between Raft snapshots]" \ + "($help)--task-history-limit=[Task history retention limit]:limit: " && ret=0 + ;; + (join) + _arguments $(__docker_arguments) -A '-*' \ + $opts_help \ + "($help)--advertise-addr=[Advertised address]:ip\:port: " \ + "($help)--data-path-addr=[Data path IP or interface]:ip " \ + "($help)--availability=[Availability of the node]:availability:(active drain pause)" \ + "($help)--listen-addr=[Listen address]:ip\:port: " \ + "($help)--token=[Token for entry into the swarm]:secret: " \ + "($help -):host\:port: " && ret=0 + ;; + (join-token) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -q --quiet)"{-q,--quiet}"[Only display token]" \ + "($help)--rotate[Rotate join token]" \ + "($help -):role:(manager worker)" && ret=0 + ;; + (leave) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --force)"{-f,--force}"[Force this node to leave the swarm, ignoring warnings]" && ret=0 + ;; + (unlock) + _arguments $(__docker_arguments) \ + $opts_help && ret=0 + ;; + (unlock-key) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -q --quiet)"{-q,--quiet}"[Only display token]" \ + "($help)--rotate[Rotate unlock token]" && ret=0 + ;; + (update) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--autolock[Enable manager autolocking]" \ + "($help)--cert-expiry=[Validity period for node certificates]:duration: " \ + "($help)--dispatcher-heartbeat=[Dispatcher heartbeat period]:duration: " \ + "($help)*--external-ca=[Specifications of one or more certificate signing endpoints]:endpoint: " \ + "($help)--max-snapshots[Number of additional Raft snapshots to retain]" \ + "($help)--snapshot-interval[Number of log entries between Raft snapshots]" \ + "($help)--task-history-limit=[Task history retention limit]:limit: " && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_network_commands" && ret=0 + ;; + esac + + return ret +} + +# EO swarm + +# BO system + +__docker_system_commands() { + local -a _docker_system_subcommands + _docker_system_subcommands=( + "df:Show docker filesystem usage" + "events:Get real time events from the server" + "info:Display system-wide information" + "prune:Remove unused data" + ) + _describe -t docker-system-commands "docker system command" _docker_system_subcommands +} + +__docker_system_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (df) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -v --verbose)"{-v,--verbose}"[Show detailed information on space usage]" && ret=0 + ;; + (events) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*"{-f=,--filter=}"[Filter values]:filter:__docker_complete_events_filter" \ + "($help)--since=[Events created since this timestamp]:timestamp: " \ + "($help)--until=[Events created until this timestamp]:timestamp: " \ + "($help)--format=[Format the output using the given go template]:template: " && ret=0 + ;; + (info) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " && ret=0 + ;; + (prune) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all)"{-a,--all}"[Remove all unused data, not just dangling ones]" \ + "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ + "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" \ + "($help)--volumes=[Remove all unused volumes]" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_volume_commands" && ret=0 + ;; + esac + + return ret +} + +# EO system + +# BO volume + +__docker_volume_complete_ls_filters() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + + if compset -P '*='; then + case "${${words[-1]%=*}#*=}" in + (dangling) + dangling_opts=('true' 'false') + _describe -t dangling-filter-opts "Dangling Filter Options" dangling_opts && ret=0 + ;; + (driver) + __docker_complete_info_plugins Volume && ret=0 + ;; + (name) + __docker_complete_volumes && ret=0 + ;; + *) + _message 'value' && ret=0 + ;; + esac + else + opts=('dangling' 'driver' 'label' 'name') + _describe -t filter-opts "Filter Options" opts -qS "=" && ret=0 + fi + + return ret +} + +__docker_complete_volumes() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a lines volumes + + lines=(${(f)${:-"$(_call_program commands docker $docker_options volume ls)"$'\n'}}) + + # Parse header line to find columns + local i=1 j=1 k header=${lines[1]} + declare -A begin end + while (( j < ${#header} - 1 )); do + i=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 1 )) + j=$(( i + ${${header[$i,-1]}[(i) ]} - 1 )) + k=$(( j + ${${header[$j,-1]}[(i)[^ ]]} - 2 )) + begin[${header[$i,$((j-1))]}]=$i + end[${header[$i,$((j-1))]}]=$k + done + end[${header[$i,$((j-1))]}]=-1 + lines=(${lines[2,-1]}) + + # Names + local line s + for line in $lines; do + s="${line[${begin[VOLUME NAME]},${end[VOLUME NAME]}]%% ##}" + s="$s:${(l:7:: :::)${${line[${begin[DRIVER]},${end[DRIVER]}]}%% ##}}" + volumes=($volumes $s) + done + + _describe -t volumes-list "volumes" volumes && ret=0 + return ret +} + +__docker_volume_commands() { + local -a _docker_volume_subcommands + _docker_volume_subcommands=( + "create:Create a volume" + "inspect:Display detailed information on one or more volumes" + "ls:List volumes" + "prune:Remove all unused volumes" + "rm:Remove one or more volumes" + ) + _describe -t docker-volume-commands "docker volume command" _docker_volume_subcommands +} + +__docker_volume_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (create) + _arguments $(__docker_arguments) -A '-*' \ + $opts_help \ + "($help -d --driver)"{-d=,--driver=}"[Volume driver name]:Driver name:(local)" \ + "($help)*--label=[Set metadata for a volume]:label=value: " \ + "($help)*"{-o=,--opt=}"[Driver specific options]:Driver option: " \ + "($help -)1:Volume name: " && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ + "($help -)1:volume:__docker_complete_volumes" && ret=0 + ;; + (ls) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*"{-f=,--filter=}"[Provide filter values]:filter:__docker_volume_complete_ls_filters" \ + "($help)--format=[Format the output using the given Go template]:template: " \ + "($help -q --quiet)"{-q,--quiet}"[Only display volume names]" && ret=0 + ;; + (prune) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -a --all)"{-a,--all}"[Remove all unused local volumes, not just anonymous ones]" \ + "($help)*--filter=[Filter values]:filter:__docker_complete_prune_filters" \ + "($help -f --force)"{-f,--force}"[Do not prompt for confirmation]" && ret=0 + ;; + (rm) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --force)"{-f,--force}"[Force the removal of one or more volumes]" \ + "($help -):volume:__docker_complete_volumes" && ret=0 + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_volume_commands" && ret=0 + ;; + esac + + return ret +} + +# EO volume + +# BO context + +__docker_complete_contexts() { + [[ $PREFIX = -* ]] && return 1 + integer ret=1 + declare -a contexts + + contexts=(${(f)${:-"$(_call_program commands docker $docker_options context ls -q)"$'\n'}}) + + _describe -t context-list "context" contexts && ret=0 + return ret +} + +__docker_context_commands() { + local -a _docker_context_subcommands + _docker_context_subcommands=( + "create:Create new context" + "inspect:Display detailed information on one or more contexts" + "list:List available contexts" + "rm:Remove one or more contexts" + "show:Print the current context" + "update:Update a context" + "use:Set the default context" + ) + _describe -t docker-context-commands "docker context command" _docker_context_subcommands +} + +__docker_context_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (create) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--description=[Description of the context]:description:" \ + "($help)--docker=[Set the docker endpoint]:docker:" \ + "($help)--from=[Create context from a named context]:from:__docker_complete_contexts" \ + "($help -):name: " && ret=0 + ;; + (use) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)1:context:__docker_complete_contexts" && ret=0 + ;; + (inspect) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)1:context:__docker_complete_contexts" && ret=0 + ;; + (rm) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -)1:context:__docker_complete_contexts" && ret=0 + ;; + (update) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)--description=[Description of the context]:description:" \ + "($help)--docker=[Set the docker endpoint]:docker:" \ + "($help -):name:" && ret=0 + ;; + esac + + return ret +} + +# EO context + +__docker_caching_policy() { + oldp=( "$1"(Nmh+1) ) # 1 hour + (( $#oldp )) +} + +__docker_commands() { + local cache_policy + integer force_invalidation=0 + + zstyle -s ":completion:${curcontext}:" cache-policy cache_policy + if [[ -z "$cache_policy" ]]; then + zstyle ":completion:${curcontext}:" cache-policy __docker_caching_policy + fi + + if ( (( ! ${+_docker_hide_legacy_commands} )) || _cache_invalid docker_hide_legacy_commands ) \ + && ! _retrieve_cache docker_hide_legacy_commands; + then + _docker_hide_legacy_commands="${DOCKER_HIDE_LEGACY_COMMANDS}" + _store_cache docker_hide_legacy_commands _docker_hide_legacy_commands + fi + + if [[ "${_docker_hide_legacy_commands}" != "${DOCKER_HIDE_LEGACY_COMMANDS}" ]]; then + force_invalidation=1 + _docker_hide_legacy_commands="${DOCKER_HIDE_LEGACY_COMMANDS}" + _store_cache docker_hide_legacy_commands _docker_hide_legacy_commands + fi + + if ( [[ ${+_docker_subcommands} -eq 0 ]] || _cache_invalid docker_subcommands ) \ + && ! _retrieve_cache docker_subcommands || [[ ${force_invalidation} -eq 1 ]]; + then + local -a lines + lines=(${(f)"$(_call_program commands docker 2>&1)"}) + _docker_subcommands=(${${${(M)${lines[$((${lines[(i)*Commands:]} + 1)),-1]}:# *}## #}/\*# ##/:}) + _docker_subcommands=($_docker_subcommands 'daemon:Enable daemon mode' 'help:Show help for a command') + (( $#_docker_subcommands > 2 )) && _store_cache docker_subcommands _docker_subcommands + fi + _describe -t docker-commands "docker command" _docker_subcommands +} + +__docker_subcommand() { + local -a _command_args opts_help + local expl help="--help" + integer ret=1 + + opts_help=("(: -)--help[Print usage]") + + case "$words[1]" in + (attach|commit|cp|create|diff|exec|export|kill|logs|pause|unpause|port|rename|restart|rm|run|start|stats|stop|top|update|wait) + __docker_container_subcommand && ret=0 + ;; + (build|history|import|load|pull|push|save|tag) + __docker_image_subcommand && ret=0 + ;; + (checkpoint) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_checkpoint_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_checkpoint_subcommand && ret=0 + ;; + esac + ;; + (container) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_container_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_container_subcommand && ret=0 + ;; + esac + ;; + (context) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_context_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_context_subcommand && ret=0 + ;; + esac + ;; + (daemon) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help)*--add-runtime=[Register an additional OCI compatible runtime]:runtime:__docker_complete_runtimes" \ + "($help)*--allow-nondistributable-artifacts=[Push nondistributable artifacts to specified registries]:registry: " \ + "($help)--api-cors-header=[CORS headers in the Engine API]:CORS headers: " \ + "($help)*--authorization-plugin=[Authorization plugins to load]" \ + "($help -b --bridge)"{-b=,--bridge=}"[Attach containers to a network bridge]:bridge:_net_interfaces" \ + "($help)--bip=[Network bridge IP]:IP address: " \ + "($help)--cgroup-parent=[Parent cgroup for all containers]:cgroup: " \ + "($help)--config-file=[Path to daemon configuration file]:Config File:_files" \ + "($help)--containerd=[Path to containerd socket]:socket:_files -g \"*.sock\"" \ + "($help)--containerd-namespace=[Containerd namespace to use]:containerd namespace:" \ + "($help)--containerd-plugins-namespace=[Containerd namespace to use for plugins]:containerd namespace:" \ + "($help)--data-root=[Root directory of persisted Docker data]:path:_directories" \ + "($help -D --debug)"{-D,--debug}"[Enable debug mode]" \ + "($help)--default-gateway[Container default gateway IPv4 address]:IPv4 address: " \ + "($help)--default-gateway-v6[Container default gateway IPv6 address]:IPv6 address: " \ + "($help)--default-shm-size=[Default shm size for containers]:size:" \ + "($help)*--default-ulimit=[Default ulimits for containers]:ulimit: " \ + "($help)*--dns=[DNS server to use]:DNS: " \ + "($help)*--dns-opt=[DNS options to use]:DNS option: " \ + "($help)*--dns-search=[DNS search domains to use]:DNS search: " \ + "($help)*--exec-opt=[Runtime execution options]:runtime execution options: " \ + "($help)--exec-root=[Root directory for execution state files]:path:_directories" \ + "($help)--experimental[Enable experimental features]" \ + "($help)--fixed-cidr=[IPv4 subnet for fixed IPs]:IPv4 subnet: " \ + "($help)--fixed-cidr-v6=[IPv6 subnet for fixed IPs]:IPv6 subnet: " \ + "($help -G --group)"{-G=,--group=}"[Group for the unix socket]:group:_groups" \ + "($help -H --host)"{-H=,--host=}"[tcp://host:port to bind/connect to]:host: " \ + "($help)--icc[Enable inter-container communication]" \ + "($help)--init[Run an init inside containers to forward signals and reap processes]" \ + "($help)--init-path=[Path to the docker-init binary]:docker-init binary:_files" \ + "($help)*--insecure-registry=[Enable insecure registry communication]:registry: " \ + "($help)--ip=[Default IP when binding container ports]" \ + "($help)--ip-forward[Enable net.ipv4.ip_forward]" \ + "($help)--ip-masq[Enable IP masquerading]" \ + "($help)--iptables[Enable addition of iptables rules]" \ + "($help)--ipv6[Enable IPv6 networking]" \ + "($help -l --log-level)"{-l=,--log-level=}"[Logging level]:level:(debug info warn error fatal)" \ + "($help)*--label=[Key=value labels]:label: " \ + "($help)--live-restore[Enable live restore of docker when containers are still running]" \ + "($help)--log-driver=[Default driver for container logs]:logging driver:__docker_complete_log_drivers" \ + "($help)*--log-opt=[Default log driver options for containers]:log driver options:__docker_complete_log_options" \ + "($help)--max-concurrent-downloads[Set the max concurrent downloads]" \ + "($help)--max-concurrent-uploads[Set the max concurrent uploads]" \ + "($help)--max-download-attempts[Set the max download attempts for each pull]" \ + "($help)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \ + "($help)--oom-score-adjust=[Set the oom_score_adj for the daemon]:oom-score:(-500)" \ + "($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \ + "($help)--raw-logs[Full timestamps without ANSI coloring]" \ + "($help)*--registry-mirror=[Preferred registry mirror]:registry mirror: " \ + "($help)--seccomp-profile=[Path to seccomp profile]:path:_files -g \"*.json\"" \ + "($help -s --storage-driver)"{-s=,--storage-driver=}"[Storage driver to use]:driver:(btrfs devicemapper overlay2 vfs zfs)" \ + "($help)--selinux-enabled[Enable selinux support]" \ + "($help)--shutdown-timeout=[Set the shutdown timeout value in seconds]:time: " \ + "($help)*--storage-opt=[Storage driver options]:storage driver options: " \ + "($help)--tls[Use TLS]" \ + "($help)--tlscacert=[Trust certs signed only by this CA]:PEM file:_files -g \"*.(pem|crt)\"" \ + "($help)--tlscert=[Path to TLS certificate file]:PEM file:_files -g \"*.(pem|crt)\"" \ + "($help)--tlskey=[Path to TLS key file]:Key file:_files -g \"*.(pem|key)\"" \ + "($help)--tlsverify[Use TLS and verify the remote]" \ + "($help)--userns-remap=[User/Group setting for user namespaces]:user\:group:->users-groups" \ + "($help)--userland-proxy[Use userland proxy for loopback traffic]" \ + "($help)--userland-proxy-path=[Path to the userland proxy binary]:binary:_files" \ + "($help)--validate[Validate daemon configuration and exit]" && ret=0 + + case $state in + (users-groups) + if compset -P '*:'; then + _groups && ret=0 + else + _describe -t userns-default "default Docker user management" '(default)' && ret=0 + _users && ret=0 + fi + ;; + esac + ;; + (events|info) + __docker_system_subcommand && ret=0 + ;; + (image) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_image_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_image_subcommand && ret=0 + ;; + esac + ;; + (images) + words[1]='ls' + __docker_image_subcommand && ret=0 + ;; + (inspect) + local state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \ + "($help -s --size)"{-s,--size}"[Display total file sizes if the type is container]" \ + "($help)--type=[Return JSON for specified type]:type:(container image network node plugin service volume)" \ + "($help -)*: :->values" && ret=0 + + case $state in + (values) + if [[ ${words[(r)--type=container]} == --type=container ]]; then + __docker_complete_containers && ret=0 + elif [[ ${words[(r)--type=image]} == --type=image ]]; then + __docker_complete_images && ret=0 + elif [[ ${words[(r)--type=network]} == --type=network ]]; then + __docker_complete_networks && ret=0 + elif [[ ${words[(r)--type=node]} == --type=node ]]; then + __docker_complete_nodes && ret=0 + elif [[ ${words[(r)--type=plugin]} == --type=plugin ]]; then + __docker_complete_plugins && ret=0 + elif [[ ${words[(r)--type=service]} == --type=secrets ]]; then + __docker_complete_secrets && ret=0 + elif [[ ${words[(r)--type=service]} == --type=service ]]; then + __docker_complete_services && ret=0 + elif [[ ${words[(r)--type=volume]} == --type=volume ]]; then + __docker_complete_volumes && ret=0 + else + __docker_complete_containers + __docker_complete_images + __docker_complete_networks + __docker_complete_nodes + __docker_complete_plugins + __docker_complete_secrets + __docker_complete_services + __docker_complete_volumes && ret=0 + fi + ;; + esac + ;; + (login) + _arguments $(__docker_arguments) -A '-*' \ + $opts_help \ + "($help -p --password)"{-p=,--password=}"[Password]:password: " \ + "($help)--password-stdin[Read password from stdin]" \ + "($help -u --username)"{-u=,--username=}"[Username]:username: " \ + "($help -)1:server: " && ret=0 + ;; + (logout) + _arguments $(__docker_arguments) -A '-*' \ + $opts_help \ + "($help -)1:server: " && ret=0 + ;; + (network) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_network_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_network_subcommand && ret=0 + ;; + esac + ;; + (node) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_node_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_node_subcommand && ret=0 + ;; + esac + ;; + (plugin) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_plugin_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_plugin_subcommand && ret=0 + ;; + esac + ;; + (ps) + words[1]='ls' + __docker_container_subcommand && ret=0 + ;; + (rmi) + words[1]='rm' + __docker_image_subcommand && ret=0 + ;; + (search) + _arguments $(__docker_arguments) -A '-*' \ + $opts_help \ + "($help)*"{-f=,--filter=}"[Filter values]:filter:__docker_complete_search_filters" \ + "($help)--limit=[Maximum returned search results]:limit:(1 5 10 25 50)" \ + "($help)--no-trunc[Do not truncate output]" \ + "($help -):term: " && ret=0 + ;; + (secret) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_secret_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_secret_subcommand && ret=0 + ;; + esac + ;; + (service) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_service_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_service_subcommand && ret=0 + ;; + esac + ;; + (stack) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_stack_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_stack_subcommand && ret=0 + ;; + esac + ;; + (swarm) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_swarm_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_swarm_subcommand && ret=0 + ;; + esac + ;; + (system) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_system_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_system_subcommand && ret=0 + ;; + esac + ;; + (version) + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " && ret=0 + ;; + (volume) + local curcontext="$curcontext" state + _arguments $(__docker_arguments) \ + $opts_help \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + case $state in + (command) + __docker_volume_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-${words[-1]}: + __docker_volume_subcommand && ret=0 + ;; + esac + ;; + (help) + _arguments $(__docker_arguments) ":subcommand:__docker_commands" && ret=0 + ;; + esac + + return ret +} + +_docker() { + # Support for subservices, which allows for `compdef _docker docker-shell=_docker_containers`. + # Based on /usr/share/zsh/functions/Completion/Unix/_git without support for `ret`. + if [[ $service != docker ]]; then + _call_function - _$service + return + fi + + local curcontext="$curcontext" state line help="-h --help" + integer ret=1 + typeset -A opt_args + + _arguments $(__docker_arguments) -C \ + "(: -)"{-h,--help}"[Print usage]" \ + "($help)--config[Location of client config files]:path:_directories" \ + "($help -c --context)"{-c=,--context=}"[Execute the command in a docker context]:context:__docker_complete_contexts" \ + "($help -D --debug)"{-D,--debug}"[Enable debug mode]" \ + "($help -H --host)"{-H=,--host=}"[tcp://host:port to bind/connect to]:host: " \ + "($help -l --log-level)"{-l=,--log-level=}"[Logging level]:level:(debug info warn error fatal)" \ + "($help)--tls[Use TLS]" \ + "($help)--tlscacert=[Trust certs signed only by this CA]:PEM file:_files -g "*.(pem|crt)"" \ + "($help)--tlscert=[Path to TLS certificate file]:PEM file:_files -g "*.(pem|crt)"" \ + "($help)--tlskey=[Path to TLS key file]:Key file:_files -g "*.(pem|key)"" \ + "($help)--tlsverify[Use TLS and verify the remote]" \ + "($help)--userland-proxy[Use userland proxy for loopback traffic]" \ + "($help -v --version)"{-v,--version}"[Print version information and quit]" \ + "($help -): :->command" \ + "($help -)*:: :->option-or-argument" && ret=0 + + local host=${opt_args[-H]}${opt_args[--host]} + local config=${opt_args[--config]} + local context=${opt_args[-c]}${opt_args[--context]} + local docker_options="${host:+--host $host} ${config:+--config $config} ${context:+--context $context} " + + case $state in + (command) + __docker_commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*:*}:docker-$words[1]: + __docker_subcommand && ret=0 + ;; + esac + + return ret +} + +_dockerd() { + integer ret=1 + words[1]='daemon' + __docker_subcommand && ret=0 + return ret +} + +_docker "$@" + +# Local Variables: +# mode: Shell-Script +# sh-indentation: 4 +# indent-tabs-mode: nil +# sh-basic-offset: 4 +# End: +# vim: ft=zsh sw=4 ts=4 et diff --git a/.oh-my-zsh/plugins/docker/docker.plugin.zsh b/.oh-my-zsh/plugins/docker/docker.plugin.zsh new file mode 100644 index 0000000..56dbc6b --- /dev/null +++ b/.oh-my-zsh/plugins/docker/docker.plugin.zsh @@ -0,0 +1,64 @@ +alias dbl='docker build' +alias dcin='docker container inspect' +alias dcls='docker container ls' +alias dclsa='docker container ls -a' +alias dib='docker image build' +alias dii='docker image inspect' +alias dils='docker image ls' +alias dipu='docker image push' +alias dirm='docker image rm' +alias dit='docker image tag' +alias dlo='docker container logs' +alias dnc='docker network create' +alias dncn='docker network connect' +alias dndcn='docker network disconnect' +alias dni='docker network inspect' +alias dnls='docker network ls' +alias dnrm='docker network rm' +alias dpo='docker container port' +alias dps='docker ps' +alias dpsa='docker ps -a' +alias dpu='docker pull' +alias dr='docker container run' +alias drit='docker container run -it' +alias drm='docker container rm' +alias 'drm!'='docker container rm -f' +alias dst='docker container start' +alias drs='docker container restart' +alias dsta='docker stop $(docker ps -q)' +alias dstp='docker container stop' +alias dtop='docker top' +alias dvi='docker volume inspect' +alias dvls='docker volume ls' +alias dvprune='docker volume prune' +alias dxc='docker container exec' +alias dxcit='docker container exec -it' + +if (( ! $+commands[docker] )); then + return +fi + +# Standarized $0 handling +# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html +0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" +0="${${(M)0:#/*}:-$PWD/$0}" + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `docker`. Otherwise, compinit will have already done that. +if [[ ! -f "$ZSH_CACHE_DIR/completions/_docker" ]]; then + typeset -g -A _comps + autoload -Uz _docker + _comps[docker]=_docker +fi + +{ + # `docker completion` is only available from 23.0.0 on + # docker version returns `Docker version 24.0.2, build cb74dfcd85` + # with `s:,:` remove the comma after the version, and select third word of it + if zstyle -t ':omz:plugins:docker' legacy-completion || \ + ! is-at-least 23.0.0 ${${(s:,:z)"$(command docker --version)"}[3]}; then + command cp "${0:h}/completions/_docker" "$ZSH_CACHE_DIR/completions/_docker" + else + command docker completion zsh | tee "$ZSH_CACHE_DIR/completions/_docker" > /dev/null + fi +} &| diff --git a/.oh-my-zsh/plugins/doctl/README.md b/.oh-my-zsh/plugins/doctl/README.md new file mode 100644 index 0000000..a81e90b --- /dev/null +++ b/.oh-my-zsh/plugins/doctl/README.md @@ -0,0 +1,9 @@ +# Doctl + +This plugin provides completion for [Doctl](https://github.com/digitalocean/doctl). + +To use it add doctl to the plugins array in your zshrc file. + +```bash +plugins=(... doctl) +``` diff --git a/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh b/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh new file mode 100644 index 0000000..7b3a384 --- /dev/null +++ b/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh @@ -0,0 +1,17 @@ +# Autocompletion for doctl, the command line tool for DigitalOcean service +# +# doctl project: https://github.com/digitalocean/doctl +# +# Author: https://github.com/HalisCz + +if (( ! $+commands[doctl] )); then + return +fi + +if [[ ! -f "$ZSH_CACHE_DIR/completions/_doctl" ]]; then + typeset -g -A _comps + autoload -Uz _doctl + _comps[doctl]=_doctl +fi + +doctl completion zsh >| "$ZSH_CACHE_DIR/completions/_doctl" &| diff --git a/.oh-my-zsh/plugins/dotenv/README.md b/.oh-my-zsh/plugins/dotenv/README.md new file mode 100644 index 0000000..ab9d329 --- /dev/null +++ b/.oh-my-zsh/plugins/dotenv/README.md @@ -0,0 +1,92 @@ +# dotenv + +Automatically load your project ENV variables from `.env` file when you `cd` into project root directory. + +Storing configuration in the environment is one of the tenets of a [twelve-factor app](https://www.12factor.net). Anything that is likely to change between deployment environments, such as resource handles for databases or credentials for external services, should be extracted from the code into environment variables. + +To use it, add `dotenv` to the plugins array in your zshrc file: + +```sh +plugins=(... dotenv) +``` + +## Usage + +Create `.env` file inside your project root directory and put your ENV variables there. + +For example: + +```sh +export AWS_S3_TOKEN=d84a83539134f28f412c652b09f9f98eff96c9a +export SECRET_KEY=7c6c72d959416d5aa368a409362ec6e2ac90d7f +export MONGO_URI=mongodb://127.0.0.1:27017 +export PORT=3001 +``` + +`export` is optional. This format works as well: + +```sh +AWS_S3_TOKEN=d84a83539134f28f412c652b09f9f98eff96c9a +SECRET_KEY=7c6c72d959416d5aa368a409362ec6e2ac90d7f +MONGO_URI=mongodb://127.0.0.1:27017 +PORT=3001 +``` + +You can even mix both formats, although it's probably a bad idea. + +## Settings + +### ZSH_DOTENV_FILE + +You can also modify the name of the file to be loaded with the variable `ZSH_DOTENV_FILE`. +If the variable isn't set, the plugin will default to use `.env`. +For example, this will make the plugin look for files named `.dotenv` and load them: + +```zsh +# in ~/.zshrc, before Oh My Zsh is sourced: +ZSH_DOTENV_FILE=.dotenv +``` + +### ZSH_DOTENV_PROMPT + +Set `ZSH_DOTENV_PROMPT=false` in your zshrc file if you don't want the confirmation message. +You can also choose the `Always` option when prompted to always allow sourcing the .env file +in that directory. See the next section for more details. + +### ZSH_DOTENV_ALLOWED_LIST, ZSH_DOTENV_DISALLOWED_LIST + +The default behavior of the plugin is to always ask whether to source a dotenv file. There's +a **Y**es, **N**o, **A**lways and N**e**ver option. If you choose Always, the directory of the .env file +will be added to an allowed list; if you choose Never, it will be added to a disallowed list. +If a directory is found in either of those lists, the plugin won't ask for confirmation and will +instead either source the .env file or proceed without action respectively. + +The allowed and disallowed lists are saved by default in `$ZSH_CACHE_DIR/dotenv-allowed.list` and +`$ZSH_CACHE_DIR/dotenv-disallowed.list` respectively. If you want to change that location, +change the `$ZSH_DOTENV_ALLOWED_LIST` and `$ZSH_DOTENV_DISALLOWED_LIST` variables, like so: + +```zsh +# in ~/.zshrc, before Oh My Zsh is sourced: +ZSH_DOTENV_ALLOWED_LIST=/path/to/dotenv/allowed/list +ZSH_DOTENV_DISALLOWED_LIST=/path/to/dotenv/disallowed/list +``` + +The file is just a list of directories, separated by a newline character. If you want +to change your decision, just edit the file and remove the line for the directory you want to +change. + +NOTE: if a directory is found in both the allowed and disallowed lists, the disallowed list +takes preference, _i.e._ the .env file will never be sourced. + +## Version Control + +**It's strongly recommended to add `.env` file to `.gitignore`**, because usually it contains sensitive information such as your credentials, secret keys, passwords etc. You don't want to commit this file, it's supposed to be local only. + +## Disclaimer + +This plugin only sources the `.env` file. Nothing less, nothing more. It doesn't do any checks. It's designed to be the fastest and simplest option. You're responsible for the `.env` file content. You can put some code (or weird symbols) there, but do it on your own risk. `dotenv` is the basic tool, yet it does the job. + +If you need more advanced and feature-rich ENV management, check out these awesome projects: + +* [direnv](https://github.com/direnv/direnv) +* [zsh-autoenv](https://github.com/Tarrasch/zsh-autoenv) diff --git a/.oh-my-zsh/plugins/dotenv/dotenv.plugin.zsh b/.oh-my-zsh/plugins/dotenv/dotenv.plugin.zsh new file mode 100644 index 0000000..46cd4b1 --- /dev/null +++ b/.oh-my-zsh/plugins/dotenv/dotenv.plugin.zsh @@ -0,0 +1,67 @@ +## Settings + +# Filename of the dotenv file to look for +: ${ZSH_DOTENV_FILE:=.env} + +# Path to the file containing allowed paths +: ${ZSH_DOTENV_ALLOWED_LIST:="${ZSH_CACHE_DIR:-$ZSH/cache}/dotenv-allowed.list"} +: ${ZSH_DOTENV_DISALLOWED_LIST:="${ZSH_CACHE_DIR:-$ZSH/cache}/dotenv-disallowed.list"} + + +## Functions + +source_env() { + if [[ ! -f "$ZSH_DOTENV_FILE" ]]; then + return + fi + + if [[ "$ZSH_DOTENV_PROMPT" != false ]]; then + local confirmation dirpath="${PWD:A}" + + # make sure there is an (dis-)allowed file + touch "$ZSH_DOTENV_ALLOWED_LIST" + touch "$ZSH_DOTENV_DISALLOWED_LIST" + + # early return if disallowed + if command grep -Fx -q "$dirpath" "$ZSH_DOTENV_DISALLOWED_LIST" &>/dev/null; then + return + fi + + # check if current directory's .env file is allowed or ask for confirmation + if ! command grep -Fx -q "$dirpath" "$ZSH_DOTENV_ALLOWED_LIST" &>/dev/null; then + # get cursor column and print new line before prompt if not at line beginning + local column + echo -ne "\e[6n" > /dev/tty + read -t 1 -s -d R column < /dev/tty + column="${column##*\[*;}" + [[ $column -eq 1 ]] || echo + + # print same-line prompt and output newline character if necessary + echo -n "dotenv: found '$ZSH_DOTENV_FILE' file. Source it? ([Y]es/[n]o/[a]lways/n[e]ver) " + read -k 1 confirmation + [[ "$confirmation" = $'\n' ]] || echo + + # check input + case "$confirmation" in + [nN]) return ;; + [aA]) echo "$dirpath" >> "$ZSH_DOTENV_ALLOWED_LIST" ;; + [eE]) echo "$dirpath" >> "$ZSH_DOTENV_DISALLOWED_LIST"; return ;; + *) ;; # interpret anything else as a yes + esac + fi + fi + + # test .env syntax + zsh -fn $ZSH_DOTENV_FILE || { + echo "dotenv: error when sourcing '$ZSH_DOTENV_FILE' file" >&2 + return 1 + } + + setopt localoptions allexport + source $ZSH_DOTENV_FILE +} + +autoload -U add-zsh-hook +add-zsh-hook chpwd source_env + +source_env diff --git a/.oh-my-zsh/plugins/dotnet/README.md b/.oh-my-zsh/plugins/dotnet/README.md new file mode 100644 index 0000000..a15e805 --- /dev/null +++ b/.oh-my-zsh/plugins/dotnet/README.md @@ -0,0 +1,25 @@ +# .NET Core CLI plugin + +This plugin provides completion and useful aliases for [.NET Core CLI](https://dotnet.microsoft.com/). + +To use it, add `dotnet` to the plugins array in your zshrc file. + +``` +plugins=(... dotnet) +``` + +## Aliases + +| Alias | Command | Description | +|-------|------------------|-------------------------------------------------------------------| +| dn | dotnet new | Create a new .NET project or file. | +| dr | dotnet run | Build and run a .NET project output. | +| dt | dotnet test | Run unit tests using the test runner specified in a .NET project. | +| dw | dotnet watch | Watch for source file changes and restart the dotnet command. | +| dwr | dotnet watch run | Watch for source file changes and restart the `run` command. | +| dwt | dotnet watch test| Watch for source file changes and restart the `test` command. | +| ds | dotnet sln | Modify Visual Studio solution files. | +| da | dotnet add | Add a package or reference to a .NET project. | +| dp | dotnet pack | Create a NuGet package. | +| dng | dotnet nuget | Provides additional NuGet commands. | +| db | dotnet build | Build a .NET project | diff --git a/.oh-my-zsh/plugins/dotnet/dotnet.plugin.zsh b/.oh-my-zsh/plugins/dotnet/dotnet.plugin.zsh new file mode 100644 index 0000000..ed7c550 --- /dev/null +++ b/.oh-my-zsh/plugins/dotnet/dotnet.plugin.zsh @@ -0,0 +1,26 @@ +# This scripts is copied from (MIT License): +# https://raw.githubusercontent.com/dotnet/sdk/main/scripts/register-completions.zsh + +#compdef dotnet +_dotnet_completion() { + local -a completions=("${(@f)$(dotnet complete "${words}")}") + compadd -a completions + _files +} + +compdef _dotnet_completion dotnet + +# Aliases bellow are here for backwards compatibility +# added by Shaun Tabone (https://github.com/xontab) + +alias dn='dotnet new' +alias dr='dotnet run' +alias dt='dotnet test' +alias dw='dotnet watch' +alias dwr='dotnet watch run' +alias dwt='dotnet watch test' +alias ds='dotnet sln' +alias da='dotnet add' +alias dp='dotnet pack' +alias dng='dotnet nuget' +alias db='dotnet build' diff --git a/.oh-my-zsh/plugins/droplr/README.md b/.oh-my-zsh/plugins/droplr/README.md new file mode 100644 index 0000000..6daa254 --- /dev/null +++ b/.oh-my-zsh/plugins/droplr/README.md @@ -0,0 +1,19 @@ +# droplr + +Use [Droplr](https://droplr.com/) from the command line to upload files and shorten +links. It needs to have [Droplr.app](https://droplr.com/apps) installed and logged +in. MacOS only. + +To use it, add `droplr` to the `$plugins` variable in your zshrc file: + +```zsh +plugins=(... droplr) +``` + +Author: [Fabio Fernandes](https://github.com/fabiofl) + +## Examples + +- Upload a file: `droplr ./path/to/file/` + +- Shorten a link: `droplr https://example.com` diff --git a/.oh-my-zsh/plugins/droplr/droplr.plugin.zsh b/.oh-my-zsh/plugins/droplr/droplr.plugin.zsh new file mode 100644 index 0000000..af0a212 --- /dev/null +++ b/.oh-my-zsh/plugins/droplr/droplr.plugin.zsh @@ -0,0 +1,15 @@ +# Only compatible with MacOS +[[ "$OSTYPE" == darwin* ]] || return + +droplr() { + if [[ $# -eq 0 ]]; then + echo You need to specify a parameter. >&2 + return 1 + fi + + if [[ "$1" =~ ^https?:// ]]; then + osascript -e 'tell app "Droplr" to shorten "'"$1"'"' + else + open -ga /Applications/Droplr.app "$1" + fi +} diff --git a/.oh-my-zsh/plugins/drush/README.md b/.oh-my-zsh/plugins/drush/README.md new file mode 100644 index 0000000..29b429e --- /dev/null +++ b/.oh-my-zsh/plugins/drush/README.md @@ -0,0 +1,66 @@ +# Drush + +This plugin adds aliases and functions for [Drush](https://www.drush.org), a command-line shell +and Unix scripting interface for Drupal. It also adds completion for the `drush` command. + +To enable it, add `drush` to the plugins array in zshrc file: + +```zsh +plugins=(... drush) +``` + +## Aliases + +| Alias | Command | Description | +| ------- | ----------------------------------------------------------- | -------------------------------------------------------------------- | +| `dr` | `drush` | Display drush help | +| `drca` | `drush cc all` | _(Deprecated in Drush 8)_ Clear all drupal caches | +| `drcb` | `drush cc block` | _(Deprecated in Drush 8)_ Clear block cache | +| `drcex` | `drush config:export -y` | Export Drupal configuration to a directory | +| `drcg` | `drush cc registry` | _(Deprecated in Drush 8)_ Clear registry cache | +| `drcim` | `drush config:import -y` | Import config from a config directory | +| `drcj` | `drush cc css-js` | Clear css-js cache | +| `drcm` | `drush cc menu` | Clear menu cache | +| `drcml` | `drush cc module-list` | Clear module-list cache | +| `drcr` | `drush core-cron` | Run all cron hooks in all active modules for specified site | +| `drct` | `drush cc theme-registry` | Clear theme-registry cache | +| `drcv` | `drush cc views` | Clear views cache _(make sure that the views module is enabled)_ | +| `drdmp` | `drush drush sql-dump --ordered-dump --result-file=dumpsql` | Backup database in a new dump.sql file | +| `drf` | `drush features` | Display features status | +| `drfr` | `drush features-revert -y` | Revert a feature module on your site | +| `drfra` | `drush features-revert-all` | Revert all enabled feature module on your site | +| `drfu` | `drush features-update -y` | Update a feature module on your site | +| `drif` | `drush image-flush --all` | Flush all derived images | +| `drpm` | `drush pm-list --type=module` | Show a list of available modules | +| `drst` | `drush core-status` | Provides a birds-eye view of the current Drupal installation, if any | +| `druli` | `drush user:login` | Display a one time login link for user ID 1, or another user | +| `drup` | `drush updatedb` | Apply any database updates required (as with running update.php) | +| `drups` | `drush updatedb-status` | List any pending database updates | +| `drv` | `drush version` | Show drush version | +| `drvd` | `drush variable-del` | Delete a variable | +| `drvg` | `drush variable-get` | Get a list of some or all site variables and values | +| `drvs` | `drush variable-set` | Set a variable | +| `drws` | `drush watchdog:show` | Show watchdog messages | +| `drwse` | `drush watchdog:show --extended` | Show watchdog messages with extended information | +| `drwst` | `drush watchdog:tail` | Tail watchdog messages | + +## Functions + +- `dren`: download and enable one or more extensions (modules or themes). Must be + invoked with one or more parameters, e.g.: `dren devel` or `dren devel module_filter views`. + +- `drf`: edit drushrc, site alias, and Drupal settings.php files. + Can be invoked with one or without parameters, e.g.: `drf 1`. + +- `dris`: disable one or more extensions (modules or themes). Must be invoked with + one or more parameters, e.g.: `dris devel` or `dris devel module_filter views`. + +- `drpu`: uninstall one or more modules. Must be invoked with one or more + parameters, e.g.: `drpu devel` or `drpu devel module_filter views`. + +- `drnew`: creates a brand new drupal website. Note: as soon as the installation + is complete, `drush` will print a username and a random password into the terminal: + + ```text + Installation complete. User name: admin User password: cf7t8yqNEm + ``` diff --git a/.oh-my-zsh/plugins/drush/drush.complete.sh b/.oh-my-zsh/plugins/drush/drush.complete.sh new file mode 100644 index 0000000..38b882e --- /dev/null +++ b/.oh-my-zsh/plugins/drush/drush.complete.sh @@ -0,0 +1,50 @@ +# BASH completion script for Drush. +# +# Place this in your /etc/bash_completion.d/ directory or source it from your +# ~/.bash_completion or ~/.bash_profile files. Alternatively, source +# examples/example.bashrc instead, as it will automatically find and source +# this file. +# +# If you're using ZSH instead of BASH, add the following to your ~/.zshrc file +# and source it. +# +# autoload bashcompinit +# bashcompinit +# source /path/to/your/drush.complete.sh + +# Ensure drush is available. +which drush > /dev/null || alias drush &> /dev/null || return + +__drush_ps1() { + f="${TMPDIR:-/tmp/}/drush-env-${USER}/drush-drupal-site-$$" + if [ -f $f ] + then + __DRUPAL_SITE=$(cat "$f") + else + __DRUPAL_SITE="$DRUPAL_SITE" + fi + + # Set DRUSH_PS1_SHOWCOLORHINTS to a non-empty value and define a + # __drush_ps1_colorize_alias() function for color hints in your Drush PS1 + # prompt. See example.prompt.sh for an example implementation. + if [ -n "${__DRUPAL_SITE-}" ] && [ -n "${DRUSH_PS1_SHOWCOLORHINTS-}" ]; then + __drush_ps1_colorize_alias + fi + + [[ -n "$__DRUPAL_SITE" ]] && printf "${1:- (%s)}" "$__DRUPAL_SITE" +} + +# Completion function, uses the "drush complete" command to retrieve +# completions for a specific command line COMP_WORDS. +_drush_completion() { + # Set IFS to newline (locally), since we only use newline separators, and + # need to retain spaces (or not) after completions. + local IFS=$'\n' + # The '< /dev/null' is a work around for a bug in php libedit stdin handling. + # Note that libedit in place of libreadline in some distributions. See: + # https://bugs.launchpad.net/ubuntu/+source/php5/+bug/322214 + COMPREPLY=( $(drush --early=includes/complete.inc "${COMP_WORDS[@]}" < /dev/null 2> /dev/null) ) +} + +# Register our completion function. We include common short aliases for Drush. +complete -o bashdefault -o default -o nospace -F _drush_completion d dr drush drush5 drush6 drush7 drush8 drush.php diff --git a/.oh-my-zsh/plugins/drush/drush.plugin.zsh b/.oh-my-zsh/plugins/drush/drush.plugin.zsh new file mode 100644 index 0000000..48e8ddb --- /dev/null +++ b/.oh-my-zsh/plugins/drush/drush.plugin.zsh @@ -0,0 +1,107 @@ +# Functions +function dren() { + drush en "$@" -y +} + +function dris() { + drush pm-disable "$@" -y +} + +function drpu() { + drush pm-uninstall "$@" -y +} + +function drf() { + if [[ -z "$1" ]] then + drush core-config + else + drush core-config --choice=$1 + fi +} + +function drfi() { + case "$1" in + fields) drush field-info fields ;; + types) drush field-info types ;; + *) drush field-info ;; + esac +} + +function drnew() { + ( + cd + echo "Website's name: " + read WEBSITE_NAME + + HOST=http://$(hostname -i)/ + + if [[ $WEBSITE_NAME == "" ]] then + MINUTES=$(date +%M:%S) + WEBSITE_NAME="Drupal-$MINUTES" + echo "Your website will be named: $WEBSITE_NAME" + fi + + drush dl drupal --drupal-project-rename=$WEBSITE_NAME + + echo "Type your localhost directory: (Leave empty for /var/www/html/)" + read DIRECTORY + + if [[ $DIRECTORY == "" ]] then + DIRECTORY="/var/www/html/" + fi + + echo "Moving to $DIRECTORY$WEBSITE_NAME" + sudo mv $WEBSITE_NAME $DIRECTORY + cd $DIRECTORY$WEBSITE_NAME + + echo "Database's user: " + read DATABASE_USR + echo "Database's password: " + read -s DATABASE_PWD + echo "Database's name for your project: " + read DATABASE + + DB_URL="mysql://$DATABASE_USR:$DATABASE_PWD@localhost/$DATABASE" + drush site-install standard --db-url=$DB_URL --site-name=$WEBSITE_NAME + + open_command $HOST$WEBSITE_NAME + echo "Done" + ) +} + +# Aliases +alias dr="drush" +alias drca="drush cc all" # Deprecated for Drush 8 +alias drcb="drush cc block" # Deprecated for Drush 8 +alias drcex="drush config:export -y" +alias drcg="drush cc registry" # Deprecated for Drush 8 +alias drcim="drush config:import -y" +alias drcj="drush cc css-js" +alias drcm="drush cc menu" +alias drcml="drush cc module-list" +alias drcr="drush core-cron" +alias drct="drush cc theme-registry" +alias drcv="drush cc views" +alias drdmp="drush sql-dump --ordered-dump --result-file=dump.sql" +alias drf="drush features" +alias drfr="drush features-revert -y" +alias drfra="drush features-revert-all" +alias drfu="drush features-update -y" +alias drif="drush image-flush --all" +alias drpm="drush pm-list --type=module" +alias drst="drush core-status" +alias druli="drush user:login" +alias drup="drush updatedb" +alias drups="drush updatedb-status" +alias drv="drush version" +alias drvd="drush variable-del" +alias drvg="drush variable-get" +alias drvs="drush variable-set" +alias drws="drush watchdog:show" +alias drwse="drush watchdog:show --extended" +alias drwst="drush watchdog:tail" + +# Enable drush autocomplete support +autoload bashcompinit +bashcompinit +source $(dirname $0)/drush.complete.sh diff --git a/.oh-my-zsh/plugins/eecms/README.md b/.oh-my-zsh/plugins/eecms/README.md new file mode 100644 index 0000000..c538355 --- /dev/null +++ b/.oh-my-zsh/plugins/eecms/README.md @@ -0,0 +1,11 @@ +# eecms plugin + +This plugin adds auto-completion of console commands for [`eecms`](https://github.com/ExpressionEngine/ExpressionEngine). + +To use it, add `eecms` to the plugins array of your `.zshrc` file: +``` +plugins=(... eecms) +``` + +It also adds the alias `eecms` which finds the eecms file in the current project +and runs it with php. diff --git a/.oh-my-zsh/plugins/eecms/eecms.plugin.zsh b/.oh-my-zsh/plugins/eecms/eecms.plugin.zsh new file mode 100644 index 0000000..ee10fbb --- /dev/null +++ b/.oh-my-zsh/plugins/eecms/eecms.plugin.zsh @@ -0,0 +1,20 @@ +# ExpressionEngine CMS basic command completion + +_eecms_console () { + echo "php $(find . -maxdepth 3 -mindepth 1 -name 'eecms' -type f | head -n 1)" +} + +_eecms_get_command_list () { + `_eecms_console` | sed "/Available commands/,/^/d" | sed "s/[[:space:]].*//g" +} + +_eecms () { + compadd `_eecms_get_command_list` +} + +compdef _eecms '`_eecms_console`' +compdef _eecms 'system/ee/eecms' +compdef _eecms eecms + +#Alias +alias eecms='`_eecms_console`' diff --git a/.oh-my-zsh/plugins/emacs/README.md b/.oh-my-zsh/plugins/emacs/README.md new file mode 100644 index 0000000..47c7644 --- /dev/null +++ b/.oh-my-zsh/plugins/emacs/README.md @@ -0,0 +1,30 @@ +# Emacs plugin + +This plugin utilizes the Emacs daemon capability, allowing the user to quickly open frames, whether they are opened in a terminal via a ssh connection, or X frames opened on the same host. The plugin also provides some aliases for such operations. + +- You don't have the cost of starting Emacs all the time anymore +- Opening a file is as fast as Emacs does not have anything else to do. +- You can share opened buffered across opened frames. +- Configuration changes made at runtime are applied to all frames. + +**NOTE:** requires Emacs 24 and newer. + +To use it, add emacs to the plugins array in your zshrc file: + +```zsh +plugins=(... emacs) +``` + +## Aliases + +The plugin uses a custom launcher (which we'll call here `$EMACS_LAUNCHER`) that is just a wrapper around [`emacsclient`](https://www.emacswiki.org/emacs/EmacsClient). + +| Alias | Command | Description | +|--------|----------------------------------------------------|----------------------------------------------------------------| +| emacs | `$EMACS_LAUNCHER --no-wait` | Opens a temporary emacsclient frame | +| e | `emacs` | Same as emacs alias | +| te | `$EMACS_LAUNCHER -nw` | Open terminal emacsclient | +| eeval | `$EMACS_LAUNCHER --eval` | Same as `M-x eval` but from outside Emacs | +| eframe | `emacsclient --alternate-editor="" --create-frame` | Create new X frame | +| efile | - | Print the path to the file open in the current buffer | +| ecd | - | Print the directory of the file open in the current buffer | diff --git a/.oh-my-zsh/plugins/emacs/emacs.plugin.zsh b/.oh-my-zsh/plugins/emacs/emacs.plugin.zsh new file mode 100644 index 0000000..5aa6218 --- /dev/null +++ b/.oh-my-zsh/plugins/emacs/emacs.plugin.zsh @@ -0,0 +1,68 @@ +# Emacs 23 daemon capability is a killing feature. +# One emacs process handles all your frames whether +# you use a frame opened in a terminal via a ssh connection or X frames +# opened on the same host. + +# Benefits are multiple +# - You don't have the cost of starting Emacs all the time anymore +# - Opening a file is as fast as Emacs does not have anything else to do. +# - You can share opened buffered across opened frames. +# - Configuration changes made at runtime are applied to all frames. + +# Require emacs version to be minimum 24 +autoload -Uz is-at-least +is-at-least 24 "${${(Az)"$(emacsclient --version 2>/dev/null)"}[2]}" || return 0 + +# Handle $0 according to the standard: +# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html +0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" +0="${${(M)0:#/*}:-$PWD/$0}" + +# Path to custom emacsclient launcher +export EMACS_PLUGIN_LAUNCHER="${0:A:h}/emacsclient.sh" + +# set EDITOR if not already defined. +export EDITOR="${EDITOR:-${EMACS_PLUGIN_LAUNCHER}}" + +alias emacs="$EMACS_PLUGIN_LAUNCHER --no-wait" +alias e=emacs +# open terminal emacsclient +alias te="$EMACS_PLUGIN_LAUNCHER -nw" + +# same than M-x eval but from outside Emacs. +alias eeval="$EMACS_PLUGIN_LAUNCHER --eval" +# create a new X frame +alias eframe='emacsclient --alternate-editor="" --create-frame' + +# Emacs ANSI Term tracking +if [[ -n "$INSIDE_EMACS" ]]; then + chpwd_emacs() { print -P "\033AnSiTc %d"; } + print -P "\033AnSiTc %d" # Track current working directory + print -P "\033AnSiTu %n" # Track username + + # add chpwd hook + autoload -Uz add-zsh-hook + add-zsh-hook chpwd chpwd_emacs +fi + +# Write to standard output the path to the file +# opened in the current buffer. +function efile { + local cmd="(buffer-file-name (window-buffer))" + local file="$("$EMACS_PLUGIN_LAUNCHER" --eval "$cmd" | tr -d \")" + + if [[ -z "$file" ]]; then + echo "Can't deduce current buffer filename." >&2 + return 1 + fi + + echo "$file" +} + +# Write to standard output the directory of the file +# opened in the current buffer +function ecd { + local file + file="$(efile)" || return $? + echo "${file:h}" +} diff --git a/.oh-my-zsh/plugins/emacs/emacsclient.sh b/.oh-my-zsh/plugins/emacs/emacsclient.sh new file mode 100755 index 0000000..172c0ae --- /dev/null +++ b/.oh-my-zsh/plugins/emacs/emacsclient.sh @@ -0,0 +1,38 @@ +#!/bin/sh + +emacsfun() { + local cmd frames + + # Build the Emacs Lisp command to check for suitable frames + # See https://www.gnu.org/software/emacs/manual/html_node/elisp/Frames.html#index-framep + case "$*" in + *-t*|*--tty*|*-nw*) cmd="(memq 't (mapcar 'framep (frame-list)))" ;; # if != nil, there are tty frames + *) cmd="(delete 't (mapcar 'framep (frame-list)))" ;; # if != nil, there are graphical terminals (x, w32, ns) + esac + + # Check if there are suitable frames + frames="$(emacsclient -a '' -n -e "$cmd" 2>/dev/null |sed 's/.*\x07//g' )" + + # Only create another X frame if there isn't one present + if [ -z "$frames" -o "$frames" = nil ]; then + emacsclient --alternate-editor="" --create-frame "$@" + return $? + fi + + emacsclient --alternate-editor="" "$@" +} + +# Adapted from https://github.com/davidshepherd7/emacs-read-stdin/blob/master/emacs-read-stdin.sh +# If the second argument is - then write stdin to a tempfile and open the +# tempfile. (first argument will be `--no-wait` passed in by the plugin.zsh) +if [ $# -ge 2 -a "$2" = "-" ]; then + # Create a tempfile to hold stdin + tempfile="$(mktemp --tmpdir emacs-stdin-$USERNAME.XXXXXXX 2>/dev/null \ + || mktemp -t emacs-stdin-$USERNAME)" # support BSD mktemp + # Redirect stdin to the tempfile + cat - > "$tempfile" + # Reset $2 to the tempfile so that "$@" works as expected + set -- "$1" "$tempfile" "${@:3}" +fi + +emacsfun "$@" diff --git a/.oh-my-zsh/plugins/ember-cli/README.md b/.oh-my-zsh/plugins/ember-cli/README.md new file mode 100644 index 0000000..419704a --- /dev/null +++ b/.oh-my-zsh/plugins/ember-cli/README.md @@ -0,0 +1,33 @@ +# Ember CLI + +This plugin adds completion and aliases for using [`ember-cli`](https://cli.emberjs.com/). + +To use it, add `ember-cli` to the plugins array in your zshrc file: + +```zsh +plugins=(... ember-cli) +``` + +## Aliases + +| Alias | Command | +| ----- | -------------------- | +| `ea` | `ember addon` | +| `eb` | `ember build` | +| `ed` | `ember destroy` | +| `eg` | `ember generate` | +| `eh` | `ember help` | +| `ei` | `ember install` | +| `ein` | `ember init` | +| `es` | `ember serve` | +| `et` | `ember test` | +| `ets` | `ember test --serve` | +| `eu` | `ember update` | +| `ev` | `ember version` | + +## Maintainers + +- [BilalBudhani](https://github.com/BilalBudhani) +- [eubenesa](https://github.com/eubenesa) +- [scottkidder](https://github.com/scottkidder] +- [t-sauer](https://www.github.com/t-sauer) diff --git a/.oh-my-zsh/plugins/ember-cli/_ember-cli b/.oh-my-zsh/plugins/ember-cli/_ember-cli new file mode 100644 index 0000000..41c3c1f --- /dev/null +++ b/.oh-my-zsh/plugins/ember-cli/_ember-cli @@ -0,0 +1,189 @@ +#compdef ember + +local curcontext="$curcontext" state line ret=1 + +_arguments -C -A "--version" -A "--help" \ + '(- 1 *)--help' \ + '(- 1 *)--version' \ + '1: :->cmds' \ + '*:: :->args' && ret=0 + +case $state in + cmds) + _values "ember command" \ + "addon[Generates a new folder structure for building an addon, complete with test harness]" \ + "asset-sizes[Shows the sizes of your asset files]" \ + "build[Builds your app and places it into the output path (dist/ by default)]" \ + "destroy[Destroys code generated by generate command]" \ + "generate[Generates new code from blueprints]" \ + "help[Outputs the usage instructions for all commands or the provided command]" \ + "init[Creates a new ember-cli project in the current folder]" \ + "install[Installs an ember-cli addon from npm]" \ + "new[Creates a new directory and runs ember init in it]" \ + "serve[Builds and serves your app, rebuilding on file changes]" \ + "test[Runs your app's test suite]" \ + "version[outputs ember-cli version]" + ret=0 + ;; + args) + case $line[1] in + help) + _values 'commands' \ + 'addon' \ + 'asset-sizes' \ + 'build' \ + 'destroy' \ + 'generate' \ + 'help' \ + 'init' \ + 'install' \ + 'new' \ + 'serve' \ + 'test' \ + 'vesion' && ret=0 + ;; + addon) + _arguments \ + '(--blueprint)--blueprint=-' \ + '(--directory)--directory=-' \ + '(--dry-run)--dry-run' \ + '(--skip-bower)--skip-bower' \ + '(--skip-git)--skip-git' \ + '(--skip-npm)--skip-npm' \ + '(--verbose)--verbose' + ;; + asset-sizes) + _arguments \ + '(--output-path)--output-path=-' + ;; + build) + _arguments \ + '(--environment)--environment=-' \ + '(--output-path)--output-path=-' \ + '(--output-path)--suppress-sizes' \ + '(--watch)--watch' \ + '(--watcher)--watcher=-' \ + '(-dev)-dev' \ + '(-prod)-prod' + ;; + destroy|generate) + _values 'arguments' \ + '(--classic)--classic' \ + '(--dry-run)--dry-run' \ + '(--dummy)--dummy' \ + '(--in-repo-addon)--in-repo-addon-=' \ + '(--pod)--pod' \ + '(--verbose)--verbose' && ret=0 + _values 'blueprints' \ + 'acceptance-test' \ + 'adapter' \ + 'adapter-test' \ + 'component' \ + 'component-addon' \ + 'component-test' \ + 'controller' \ + 'controller-test' \ + 'helper' \ + 'helper-addon' \ + 'helper-test' \ + 'initializer' \ + 'initializer-addon' \ + 'initializer-test' \ + 'instance-initializer' \ + 'instance-initializer-addon' \ + 'instance-initializer-test' \ + 'mixin' \ + 'mixin-test' \ + 'model' \ + 'model-test' \ + 'resource' \ + 'route' \ + 'route-addon' \ + 'route-test' \ + 'serializer' \ + 'serializer-test' \ + 'service' \ + 'service-test' \ + 'template' \ + 'test-helper' \ + 'transform' \ + 'transform-test' \ + 'util' \ + 'util-test' \ + 'view' \ + 'view-test' \ + 'addon' \ + 'addon-import' \ + 'app' \ + 'blueprint' \ + 'http-mock' \ + 'http-proxy' \ + 'in-repo-addon' \ + 'lib' \ + 'server' \ + 'vendor-shim' && ret=0 + ;; + init) + _arguments \ + '(--blueprint)--blueprint=-' \ + '(--name)--name=-' \ + '(--dry-run)--dry-run' \ + '(--skip-bower)--skip-bower' \ + '(--skip-npm)--skip-npm' \ + '(--verbose)--verbose' + ;; + install) + _arguments \ + '(--save-dev)--save-dev' \ + '(--save)--save' + ;; + new) + _arguments \ + '(--blueprint)--blueprint=-' \ + '(--directory)--directory=-' \ + '(--dry-run)--dry-run' \ + '(--skip-bower)--skip-bower' \ + '(--skip-git)--skip-git' \ + '(--skip-npm)--skip-npm' \ + '(--verbose)--verbose' + ;; + serve) + _arguments \ + '(--port)--port=-[To use a port different than 4200. Pass 0 to automatically pick an available port.]' \ + '(--host)--host=-[Listens on all interfaces by default]' \ + '(--proxy)--proxy=-' \ + '(--secure-proxy)--secure-proxy[Set to false to proxy self-signed SSL certificates]' \ + '(--transparent-proxy)--transparent-proxy[Set to false to omit x-forwarded-* headers when proxying]' \ + '(--watcher)--watcher=-' \ + '(--live-reload)--live-reload' \ + '(--live-reload-host)--live-reload-host=-[Defaults to host]' \ + '(--live-reload-base-url)--live-reload-base-url=-[Defaults to baseURL]' \ + '(--live-reload-port)--live-reload-port=-[Defaults to port number within \[49152...65535\]]' \ + '(--environment)--environment=-' \ + '(--output-path)--output-path=-' \ + '(--ssl)--ssl' \ + '(--ssl-key)--ssl-key=-' \ + '(--ssl-cert)--ssl-cert=-' + ;; + test) + _arguments \ + '(--environment)--environment=-' \ + '(--config-file)--config-file=-' \ + '(--server)--server' \ + '(--host)--host=-' \ + '(--test-port)--test-port=-[The test port to use when running with --server.]' \ + '(--filter)--filter=-[A string to filter tests to run]' \ + '(--module)--module=-[The name of a test module to run]' \ + '(--watcher)--watcher=-' \ + '(--launch)--launch=-[A comma separated list of browsers to launch for tests.]' \ + '(--reporter)--reporter=-[Test reporter to use \[tap|dot|xunit\] (default: tap)]' \ + '(--silent)--silent[Suppress any output except for the test report]' \ + '(--test-page)--test-page=-[Test page to invoke]' \ + '(--path)--path=-[Reuse an existing build at given path.]' \ + '(--query)--query=-[A query string to append to the test page URL.]' + ;; + esac + ;; +esac + +return ret diff --git a/.oh-my-zsh/plugins/ember-cli/ember-cli.plugin.zsh b/.oh-my-zsh/plugins/ember-cli/ember-cli.plugin.zsh new file mode 100644 index 0000000..de46b98 --- /dev/null +++ b/.oh-my-zsh/plugins/ember-cli/ember-cli.plugin.zsh @@ -0,0 +1,12 @@ +alias ea='ember addon' +alias eb='ember build' +alias ed='ember destroy' +alias eg='ember generate' +alias eh='ember help' +alias ei='ember install' +alias ein='ember init' +alias es='ember serve' +alias et='ember test' +alias ets='ember test --serve' +alias eu='ember update' +alias ev='ember version' diff --git a/.oh-my-zsh/plugins/emoji-clock/README.md b/.oh-my-zsh/plugins/emoji-clock/README.md new file mode 100644 index 0000000..4934f38 --- /dev/null +++ b/.oh-my-zsh/plugins/emoji-clock/README.md @@ -0,0 +1,14 @@ +# emoji-clock + +The plugin displays current time as an emoji symbol with half hour accuracy. + +To use it, add `emoji-clock` to the plugins array of your zshrc file: +``` +plugins=(... emoji-clock) +``` + +## Features + +| Function | Description | +|-------------------|----------------------------------------------------------------------| +| `emoji-clock` | Displays current time in clock emoji symbol with half hour accuracy | diff --git a/.oh-my-zsh/plugins/emoji-clock/emoji-clock.plugin.zsh b/.oh-my-zsh/plugins/emoji-clock/emoji-clock.plugin.zsh new file mode 100644 index 0000000..bdd606f --- /dev/null +++ b/.oh-my-zsh/plugins/emoji-clock/emoji-clock.plugin.zsh @@ -0,0 +1,33 @@ +# ------------------------------------------------------------------------------ +# FILE: emoji-clock.plugin.zsh +# DESCRIPTION: The current time with half hour accuracy as an emoji symbol. +# Inspired by Andre Torrez' "Put A Burger In Your Shell" +# https://notes.torrez.org/2013/04/put-a-burger-in-your-shell.html +# AUTHOR: Alexis Hildebrandt (afh[at]surryhill.net) +# VERSION: 1.0.0 +# ----------------------------------------------------------------------------- + +function emoji-clock() { + # Add 15 minutes to the current time and save the value as $minutes. + (( minutes = $(date '+%M') + 15 )) + (( hour = $(date '+%I') + minutes / 60 )) + # make sure minutes and hours don't exceed 60 nor 12 respectively + (( minutes %= 60 )); (( hour %= 12 )) + + case $hour in + 0) clock="🕛"; [ $minutes -ge 30 ] && clock="🕧";; + 1) clock="🕐"; [ $minutes -ge 30 ] && clock="🕜";; + 2) clock="🕑"; [ $minutes -ge 30 ] && clock="🕝";; + 3) clock="🕒"; [ $minutes -ge 30 ] && clock="🕞";; + 4) clock="🕓"; [ $minutes -ge 30 ] && clock="🕟";; + 5) clock="🕔"; [ $minutes -ge 30 ] && clock="🕠";; + 6) clock="🕕"; [ $minutes -ge 30 ] && clock="🕡";; + 7) clock="🕖"; [ $minutes -ge 30 ] && clock="🕢";; + 8) clock="🕗"; [ $minutes -ge 30 ] && clock="🕣";; + 9) clock="🕘"; [ $minutes -ge 30 ] && clock="🕤";; + 10) clock="🕙"; [ $minutes -ge 30 ] && clock="🕥";; + 11) clock="🕚"; [ $minutes -ge 30 ] && clock="🕦";; + *) clock="⌛";; + esac + echo $clock +} diff --git a/.oh-my-zsh/plugins/emoji/README.md b/.oh-my-zsh/plugins/emoji/README.md new file mode 100644 index 0000000..4154ea0 --- /dev/null +++ b/.oh-my-zsh/plugins/emoji/README.md @@ -0,0 +1,127 @@ +# emoji plugin + +Support for conveniently working with Unicode emoji in Zsh. + +## Features + +This plugin provides support for working with Unicode emoji characters in `zsh` using human-readable identifiers. It provides global variables which map emoji names to the actual characters, country names to their flags, and some named groupings of emoji. It also provides associated functions for displaying them. + +#### Variables + +Variable | Description +----------------- | -------------------------------- + $emoji | Maps emoji names to characters (except flags) + $emoji_flags | Maps country names to flag characters (using region indicators) + $emoji_groups | Named groups of emoji. Keys are group names; values are whitespace-separated lists of character names + +You may define new emoji groups at run time by modifying `$emoji_groups`. The special group name `all` is reserved for use by the plugin. You should not modify `$emoji` or `$emoji_flags`. + +#### Functions + +Function | Description +---------------- | ------------------------------- + random_emoji | Prints a random emoji character + display_emoji | Displays emoji, along with their names + +## Usage and Examples + +To output a specific emoji, use: +``` +$> echo $emoji[] +``` +E.g.: +``` +$> echo $emoji[mouse_face] +``` + +To output a random emoji, use: +``` +$> random_emoji +``` +To output a random emoji from a particular group, use: +``` +$> random_emoji +``` +E.g.: +``` +$> random_emoji fruits +$> random_emoji animals +$> random_emoji vehicles +$> random_emoji faces +``` + +The defined group names can be found with `echo ${(k)emoji_groups}`. + +To list all available emoji with their names, use: +``` +$> display_emoji +$> display_emoji faces +$> display_emoji people +``` + +To use emoji in a prompt: +``` +PROMPT="$emoji[penguin] > "" +PROMPT='$(random_emoji fruits) > ' +surfer=$emoji[surfer] +PROMPT="$surfer > " +``` + +## Technical Details + +The emoji names and codes are sourced from Unicode Technical Report \#51, which provides information on emoji support in Unicode. It can be found at https://www.unicode.org/reports/tr51/index.html. + +The group definitions are added by this OMZ plugin. They are not based on external definitions. + +The values in the `$emoji*` maps are the emoji characters themselves, not escape sequences or other forms that require interpretation. They can be used in any context and do not require escape sequence support from commands like `echo` or `print`. + +The emoji in the main `$emoji` map are standalone character sequences which can all be output on their own, without worrying about combining characters. The values may actually be multi-code-point sequences, instead of a single code point, and may include combining characters in those sequences. But they're arranged so their effects do not extend beyond that sequence. + +The exception to this is the skin tone / hair style variation selectors. These are included in the main `$emoji` map because they can be displayed on their own, as well as used as combining characters. (If they follow a character that is not one of the emoji characters they combine with, they are displayed as color swatches.) + + +## Experimental Features + +This defines some additional variables and functions, but these are experimental and subject to change at any time. You shouldn't rely on them being available. They're mostly for the use of emoji plugin developers to help decide what to include in future revisions. + +Variables: + +Variable | Description +----------------- | -------------------------------- + $emoji_skintone | Skin tone modifiers (from Unicode 8.0) + + +#### Skin Tone Variation Selection + +This includes experimental support for the skin tone Variation Selectors introduced with Unicode 8.0, which let you select different skin tones for emoji involving humans. + +NOTE: This really is experimental. The skin tone selectors are a relatively new feature and may not be supported by all systems. And the support in this plugin is a work in progress. It may not work in all places. In fact, I haven't gotten it to work anywhere yet. -apjanke + +The "variation selectors" are combining characters which change the appearance of the preceding character. A variation selector character can be output immediately following a human emoji to change its skin tone color. You can also output a variation selector on its own to display a color swatch of that skin tone. + +The `$emoji_skintone` associative array maps skin tone IDs to the variation selector characters. To use one, output it immediately following a smiley or other human emoji. + +``` +echo $emoji[waving_hand]$emoji_skintone[5] +``` + +Note that `$emoji_skintone` is an associative array, and its keys are the *names* of "Fitzpatrick Skin Type" groups, not linear indexes into a normal array. The names are `1_2`, `3`, `4`, `5`, and `6`. (Types 1 and 2 are combined into a single color.) See the [Diversity section in Unicode TR 51](https://www.unicode.org/reports/tr51/index.html#Diversity) for details. + +#### Gemoji support + +The [gemoji project](https://github.com/github/gemoji) seems to be the de facto main source for short names and other emoji-related metadata that isn't included in the official Unicode reports. So, our list of emojis incorporates some of their aliases to make your life more convenient: + +``` +echo $emoji[grinning_face_with_smiling_eyes] +echo $emoji[smile] +``` + +These two commands yield the same emoji (😄). The first name is the official one, in the Unicode reference, and the second one is the alias that was in Gemoji's database. + +## TODO + +These are things that could be enhanced in future revisions of the plugin. + +* Incorporate CLDR data for ordering and groupings +* Short :bracket: style names (from gemoji) +* ZWJ combining function? \ No newline at end of file diff --git a/.oh-my-zsh/plugins/emoji/emoji-char-definitions.zsh b/.oh-my-zsh/plugins/emoji/emoji-char-definitions.zsh new file mode 100644 index 0000000..b37c142 --- /dev/null +++ b/.oh-my-zsh/plugins/emoji/emoji-char-definitions.zsh @@ -0,0 +1,7274 @@ + +# emoji-char-definitions.zsh - Emoji definitions for oh-my-zsh emoji plugin +# +# This file is auto-generated by update_emoji.py. Do not edit it manually. +# +# This contains the definition for: +# $emoji - which maps character names to Unicode characters +# $emoji_flags - maps country names to Unicode flag characters using region +# indicators +# $emoji_mod - maps modifier components to Unicode characters +# $emoji_groups - a single associative array to avoid cluttering up the +# global namespace, and to allow adding additional group +# definitions at run time. The keys are the group names, and +# the values are whitespace-separated lists of emoji +# character names. + +# Main emoji +typeset -gAH emoji +# National flags +typeset -gAH emoji_flags +# Combining modifiers +typeset -gAH emoji_mod +# Emoji groups +typeset -gAH emoji_groups +emoji[grinning_face]=$'\U1F600' +emoji[grinning]=$'\U1F600' +emoji[grinning_face_with_big_eyes]=$'\U1F603' +emoji[smiley]=$'\U1F603' +emoji[grinning_face_with_smiling_eyes]=$'\U1F604' +emoji[smile]=$'\U1F604' +emoji[beaming_face_with_smiling_eyes]=$'\U1F601' +emoji[grin]=$'\U1F601' +emoji[grinning_squinting_face]=$'\U1F606' +emoji[laughing]=$'\U1F606' +emoji[satisfied]=$'\U1F606' +emoji[grinning_face_with_sweat]=$'\U1F605' +emoji[sweat_smile]=$'\U1F605' +emoji[rolling_on_the_floor_laughing]=$'\U1F923' +emoji[rofl]=$'\U1F923' +emoji[face_with_tears_of_joy]=$'\U1F602' +emoji[joy]=$'\U1F602' +emoji[slightly_smiling_face]=$'\U1F642' +emoji[upside_down_face]=$'\U1F643' +emoji[winking_face]=$'\U1F609' +emoji[wink]=$'\U1F609' +emoji[smiling_face_with_smiling_eyes]=$'\U1F60A' +emoji[blush]=$'\U1F60A' +emoji[smiling_face_with_halo]=$'\U1F607' +emoji[innocent]=$'\U1F607' +emoji[smiling_face_with_hearts]=$'\U1F970' +emoji[smiling_face_with_three_hearts]=$'\U1F970' +emoji[smiling_face_with_heart_eyes]=$'\U1F60D' +emoji[heart_eyes]=$'\U1F60D' +emoji[star_struck]=$'\U1F929' +emoji[face_blowing_a_kiss]=$'\U1F618' +emoji[kissing_heart]=$'\U1F618' +emoji[kissing_face]=$'\U1F617' +emoji[kissing]=$'\U1F617' +emoji[smiling_face]=$'\U263A\UFE0F' +emoji[relaxed]=$'\U263A\UFE0F' +emoji[smiling_face_unqualified]=$'\U263A' +emoji[kissing_face_with_closed_eyes]=$'\U1F61A' +emoji[kissing_closed_eyes]=$'\U1F61A' +emoji[kissing_face_with_smiling_eyes]=$'\U1F619' +emoji[kissing_smiling_eyes]=$'\U1F619' +emoji[face_savoring_food]=$'\U1F60B' +emoji[yum]=$'\U1F60B' +emoji[face_with_tongue]=$'\U1F61B' +emoji[stuck_out_tongue]=$'\U1F61B' +emoji[winking_face_with_tongue]=$'\U1F61C' +emoji[stuck_out_tongue_winking_eye]=$'\U1F61C' +emoji[zany_face]=$'\U1F92A' +emoji[squinting_face_with_tongue]=$'\U1F61D' +emoji[stuck_out_tongue_closed_eyes]=$'\U1F61D' +emoji[money_mouth_face]=$'\U1F911' +emoji[hugging_face]=$'\U1F917' +emoji[hugs]=$'\U1F917' +emoji[face_with_hand_over_mouth]=$'\U1F92D' +emoji[hand_over_mouth]=$'\U1F92D' +emoji[shushing_face]=$'\U1F92B' +emoji[thinking_face]=$'\U1F914' +emoji[thinking]=$'\U1F914' +emoji[zipper_mouth_face]=$'\U1F910' +emoji[face_with_raised_eyebrow]=$'\U1F928' +emoji[raised_eyebrow]=$'\U1F928' +emoji[neutral_face]=$'\U1F610' +emoji[expressionless_face]=$'\U1F611' +emoji[expressionless]=$'\U1F611' +emoji[face_without_mouth]=$'\U1F636' +emoji[no_mouth]=$'\U1F636' +emoji[smirking_face]=$'\U1F60F' +emoji[smirk]=$'\U1F60F' +emoji[unamused_face]=$'\U1F612' +emoji[unamused]=$'\U1F612' +emoji[face_with_rolling_eyes]=$'\U1F644' +emoji[roll_eyes]=$'\U1F644' +emoji[grimacing_face]=$'\U1F62C' +emoji[grimacing]=$'\U1F62C' +emoji[lying_face]=$'\U1F925' +emoji[relieved_face]=$'\U1F60C' +emoji[relieved]=$'\U1F60C' +emoji[pensive_face]=$'\U1F614' +emoji[pensive]=$'\U1F614' +emoji[sleepy_face]=$'\U1F62A' +emoji[sleepy]=$'\U1F62A' +emoji[drooling_face]=$'\U1F924' +emoji[sleeping_face]=$'\U1F634' +emoji[sleeping]=$'\U1F634' +emoji[face_with_medical_mask]=$'\U1F637' +emoji[mask]=$'\U1F637' +emoji[face_with_thermometer]=$'\U1F912' +emoji[face_with_head_bandage]=$'\U1F915' +emoji[nauseated_face]=$'\U1F922' +emoji[face_vomiting]=$'\U1F92E' +emoji[vomiting_face]=$'\U1F92E' +emoji[sneezing_face]=$'\U1F927' +emoji[hot_face]=$'\U1F975' +emoji[cold_face]=$'\U1F976' +emoji[woozy_face]=$'\U1F974' +emoji[dizzy_face]=$'\U1F635' +emoji[exploding_head]=$'\U1F92F' +emoji[cowboy_hat_face]=$'\U1F920' +emoji[partying_face]=$'\U1F973' +emoji[smiling_face_with_sunglasses]=$'\U1F60E' +emoji[nerd_face]=$'\U1F913' +emoji[face_with_monocle]=$'\U1F9D0' +emoji[monocle_face]=$'\U1F9D0' +emoji[confused_face]=$'\U1F615' +emoji[confused]=$'\U1F615' +emoji[worried_face]=$'\U1F61F' +emoji[worried]=$'\U1F61F' +emoji[slightly_frowning_face]=$'\U1F641' +emoji[slightly_frowning_face_1]=$'\U2639\UFE0F' +emoji[frowning_face_unqualified]=$'\U2639' +emoji[frowning_face]=$'\U2639' +emoji[face_with_open_mouth]=$'\U1F62E' +emoji[open_mouth]=$'\U1F62E' +emoji[hushed_face]=$'\U1F62F' +emoji[hushed]=$'\U1F62F' +emoji[astonished_face]=$'\U1F632' +emoji[astonished]=$'\U1F632' +emoji[flushed_face]=$'\U1F633' +emoji[flushed]=$'\U1F633' +emoji[pleading_face]=$'\U1F97A' +emoji[frowning_face_with_open_mouth]=$'\U1F626' +emoji[frowning]=$'\U1F626' +emoji[anguished_face]=$'\U1F627' +emoji[anguished]=$'\U1F627' +emoji[fearful_face]=$'\U1F628' +emoji[fearful]=$'\U1F628' +emoji[anxious_face_with_sweat]=$'\U1F630' +emoji[cold_sweat]=$'\U1F630' +emoji[sad_but_relieved_face]=$'\U1F625' +emoji[disappointed_relieved]=$'\U1F625' +emoji[crying_face]=$'\U1F622' +emoji[cry]=$'\U1F622' +emoji[loudly_crying_face]=$'\U1F62D' +emoji[sob]=$'\U1F62D' +emoji[face_screaming_in_fear]=$'\U1F631' +emoji[scream]=$'\U1F631' +emoji[confounded_face]=$'\U1F616' +emoji[confounded]=$'\U1F616' +emoji[persevering_face]=$'\U1F623' +emoji[persevere]=$'\U1F623' +emoji[disappointed_face]=$'\U1F61E' +emoji[disappointed]=$'\U1F61E' +emoji[downcast_face_with_sweat]=$'\U1F613' +emoji[sweat]=$'\U1F613' +emoji[weary_face]=$'\U1F629' +emoji[weary]=$'\U1F629' +emoji[tired_face]=$'\U1F62B' +emoji[yawning_face]=$'\U1F971' +emoji[face_with_steam_from_nose]=$'\U1F624' +emoji[triumph]=$'\U1F624' +emoji[pouting_face]=$'\U1F621' +emoji[rage]=$'\U1F621' +emoji[pout]=$'\U1F621' +emoji[angry_face]=$'\U1F620' +emoji[angry]=$'\U1F620' +emoji[face_with_symbols_on_mouth]=$'\U1F92C' +emoji[cursing_face]=$'\U1F92C' +emoji[smiling_face_with_horns]=$'\U1F608' +emoji[smiling_imp]=$'\U1F608' +emoji[angry_face_with_horns]=$'\U1F47F' +emoji[imp]=$'\U1F47F' +emoji[skull]=$'\U1F480' +emoji[skull_and_crossbones]=$'\U2620\UFE0F' +emoji[skull_and_crossbones_unqualified]=$'\U2620' +emoji[pile_of_poo]=$'\U1F4A9' +emoji[hankey]=$'\U1F4A9' +emoji[poop]=$'\U1F4A9' +emoji[shit]=$'\U1F4A9' +emoji[clown_face]=$'\U1F921' +emoji[ogre]=$'\U1F479' +emoji[japanese_ogre]=$'\U1F479' +emoji[goblin]=$'\U1F47A' +emoji[japanese_goblin]=$'\U1F47A' +emoji[ghost]=$'\U1F47B' +emoji[alien]=$'\U1F47D' +emoji[alien_monster]=$'\U1F47E' +emoji[space_invader]=$'\U1F47E' +emoji[robot]=$'\U1F916' +emoji[grinning_cat]=$'\U1F63A' +emoji[smiley_cat]=$'\U1F63A' +emoji[grinning_cat_with_smiling_eyes]=$'\U1F638' +emoji[smile_cat]=$'\U1F638' +emoji[cat_with_tears_of_joy]=$'\U1F639' +emoji[joy_cat]=$'\U1F639' +emoji[smiling_cat_with_heart_eyes]=$'\U1F63B' +emoji[heart_eyes_cat]=$'\U1F63B' +emoji[cat_with_wry_smile]=$'\U1F63C' +emoji[smirk_cat]=$'\U1F63C' +emoji[kissing_cat]=$'\U1F63D' +emoji[weary_cat]=$'\U1F640' +emoji[scream_cat]=$'\U1F640' +emoji[crying_cat]=$'\U1F63F' +emoji[crying_cat_face]=$'\U1F63F' +emoji[pouting_cat]=$'\U1F63E' +emoji[see_no_evil_monkey]=$'\U1F648' +emoji[see_no_evil]=$'\U1F648' +emoji[hear_no_evil_monkey]=$'\U1F649' +emoji[hear_no_evil]=$'\U1F649' +emoji[speak_no_evil_monkey]=$'\U1F64A' +emoji[speak_no_evil]=$'\U1F64A' +emoji[kiss_mark]=$'\U1F48B' +emoji[love_letter]=$'\U1F48C' +emoji[heart_with_arrow]=$'\U1F498' +emoji[cupid]=$'\U1F498' +emoji[heart_with_ribbon]=$'\U1F49D' +emoji[gift_heart]=$'\U1F49D' +emoji[sparkling_heart]=$'\U1F496' +emoji[growing_heart]=$'\U1F497' +emoji[heartpulse]=$'\U1F497' +emoji[beating_heart]=$'\U1F493' +emoji[heartbeat]=$'\U1F493' +emoji[revolving_hearts]=$'\U1F49E' +emoji[two_hearts]=$'\U1F495' +emoji[heart_decoration]=$'\U1F49F' +emoji[heart_exclamation]=$'\U2763\UFE0F' +emoji[heavy_heart_exclamation]=$'\U2763\UFE0F' +emoji[heart_exclamation_unqualified]=$'\U2763' +emoji[broken_heart]=$'\U1F494' +emoji[red_heart]=$'\U2764\UFE0F' +emoji[heart]=$'\U2764\UFE0F' +emoji[red_heart_unqualified]=$'\U2764' +emoji[orange_heart]=$'\U1F9E1' +emoji[yellow_heart]=$'\U1F49B' +emoji[green_heart]=$'\U1F49A' +emoji[blue_heart]=$'\U1F499' +emoji[purple_heart]=$'\U1F49C' +emoji[brown_heart]=$'\U1F90E' +emoji[black_heart]=$'\U1F5A4' +emoji[white_heart]=$'\U1F90D' +emoji[hundred_points]=$'\U1F4AF' +emoji[100]=$'\U1F4AF' +emoji[anger_symbol]=$'\U1F4A2' +emoji[anger]=$'\U1F4A2' +emoji[collision]=$'\U1F4A5' +emoji[boom]=$'\U1F4A5' +emoji[dizzy]=$'\U1F4AB' +emoji[sweat_droplets]=$'\U1F4A6' +emoji[sweat_drops]=$'\U1F4A6' +emoji[dashing_away]=$'\U1F4A8' +emoji[dash]=$'\U1F4A8' +emoji[hole]=$'\U1F573\UFE0F' +emoji[hole_unqualified]=$'\U1F573' +emoji[bomb]=$'\U1F4A3' +emoji[speech_balloon]=$'\U1F4AC' +emoji[eye_in_speech_bubble]=$'\U1F441\UFE0F\U200D\U1F5E8\UFE0F' +emoji[eye_speech_bubble]=$'\U1F441\UFE0F\U200D\U1F5E8\UFE0F' +emoji[eye_in_speech_bubble_unqualified]=$'\U1F441\U200D\U1F5E8\UFE0F' +emoji[eye_in_speech_bubble_unqualified_1]=$'\U1F441\UFE0F\U200D\U1F5E8' +emoji[eye_in_speech_bubble_unqualified_2]=$'\U1F441\U200D\U1F5E8' +emoji[left_speech_bubble]=$'\U1F5E8\UFE0F' +emoji[left_speech_bubble_unqualified]=$'\U1F5E8' +emoji[right_anger_bubble]=$'\U1F5EF\UFE0F' +emoji[right_anger_bubble_unqualified]=$'\U1F5EF' +emoji[thought_balloon]=$'\U1F4AD' +emoji[zzz]=$'\U1F4A4' +emoji[waving_hand]=$'\U1F44B' +emoji[wave]=$'\U1F44B' +emoji[waving_hand_light_skin_tone]=$'\U1F44B\U1F3FB' +emoji[waving_hand_medium_light_skin_tone]=$'\U1F44B\U1F3FC' +emoji[waving_hand_medium_skin_tone]=$'\U1F44B\U1F3FD' +emoji[waving_hand_medium_dark_skin_tone]=$'\U1F44B\U1F3FE' +emoji[waving_hand_dark_skin_tone]=$'\U1F44B\U1F3FF' +emoji[raised_back_of_hand]=$'\U1F91A' +emoji[raised_back_of_hand_light_skin_tone]=$'\U1F91A\U1F3FB' +emoji[raised_back_of_hand_medium_light_skin_tone]=$'\U1F91A\U1F3FC' +emoji[raised_back_of_hand_medium_skin_tone]=$'\U1F91A\U1F3FD' +emoji[raised_back_of_hand_medium_dark_skin_tone]=$'\U1F91A\U1F3FE' +emoji[raised_back_of_hand_dark_skin_tone]=$'\U1F91A\U1F3FF' +emoji[hand_with_fingers_splayed]=$'\U1F590\UFE0F' +emoji[hand_with_fingers_splayed_unqualified]=$'\U1F590' +emoji[raised_hand_with_fingers_splayed]=$'\U1F590' +emoji[hand_with_fingers_splayed_light_skin_tone]=$'\U1F590\U1F3FB' +emoji[hand_with_fingers_splayed_medium_light_skin_tone]=$'\U1F590\U1F3FC' +emoji[hand_with_fingers_splayed_medium_skin_tone]=$'\U1F590\U1F3FD' +emoji[hand_with_fingers_splayed_medium_dark_skin_tone]=$'\U1F590\U1F3FE' +emoji[hand_with_fingers_splayed_dark_skin_tone]=$'\U1F590\U1F3FF' +emoji[raised_hand]=$'\U270B' +emoji[hand]=$'\U270B' +emoji[raised_hand_light_skin_tone]=$'\U270B\U1F3FB' +emoji[raised_hand_medium_light_skin_tone]=$'\U270B\U1F3FC' +emoji[raised_hand_medium_skin_tone]=$'\U270B\U1F3FD' +emoji[raised_hand_medium_dark_skin_tone]=$'\U270B\U1F3FE' +emoji[raised_hand_dark_skin_tone]=$'\U270B\U1F3FF' +emoji[vulcan_salute]=$'\U1F596' +emoji[vulcan_salute_light_skin_tone]=$'\U1F596\U1F3FB' +emoji[vulcan_salute_medium_light_skin_tone]=$'\U1F596\U1F3FC' +emoji[vulcan_salute_medium_skin_tone]=$'\U1F596\U1F3FD' +emoji[vulcan_salute_medium_dark_skin_tone]=$'\U1F596\U1F3FE' +emoji[vulcan_salute_dark_skin_tone]=$'\U1F596\U1F3FF' +emoji[OK_hand]=$'\U1F44C' +emoji[ok_hand]=$'\U1F44C' +emoji[OK_hand_light_skin_tone]=$'\U1F44C\U1F3FB' +emoji[OK_hand_medium_light_skin_tone]=$'\U1F44C\U1F3FC' +emoji[OK_hand_medium_skin_tone]=$'\U1F44C\U1F3FD' +emoji[OK_hand_medium_dark_skin_tone]=$'\U1F44C\U1F3FE' +emoji[OK_hand_dark_skin_tone]=$'\U1F44C\U1F3FF' +emoji[pinching_hand]=$'\U1F90F' +emoji[pinching_hand_light_skin_tone]=$'\U1F90F\U1F3FB' +emoji[pinching_hand_medium_light_skin_tone]=$'\U1F90F\U1F3FC' +emoji[pinching_hand_medium_skin_tone]=$'\U1F90F\U1F3FD' +emoji[pinching_hand_medium_dark_skin_tone]=$'\U1F90F\U1F3FE' +emoji[pinching_hand_dark_skin_tone]=$'\U1F90F\U1F3FF' +emoji[victory_hand]=$'\U270C\UFE0F' +emoji[v]=$'\U270C\UFE0F' +emoji[victory_hand_unqualified]=$'\U270C' +emoji[victory_hand_light_skin_tone]=$'\U270C\U1F3FB' +emoji[victory_hand_medium_light_skin_tone]=$'\U270C\U1F3FC' +emoji[victory_hand_medium_skin_tone]=$'\U270C\U1F3FD' +emoji[victory_hand_medium_dark_skin_tone]=$'\U270C\U1F3FE' +emoji[victory_hand_dark_skin_tone]=$'\U270C\U1F3FF' +emoji[crossed_fingers]=$'\U1F91E' +emoji[crossed_fingers_light_skin_tone]=$'\U1F91E\U1F3FB' +emoji[crossed_fingers_medium_light_skin_tone]=$'\U1F91E\U1F3FC' +emoji[crossed_fingers_medium_skin_tone]=$'\U1F91E\U1F3FD' +emoji[crossed_fingers_medium_dark_skin_tone]=$'\U1F91E\U1F3FE' +emoji[crossed_fingers_dark_skin_tone]=$'\U1F91E\U1F3FF' +emoji[love_you_gesture]=$'\U1F91F' +emoji[love_you_gesture_light_skin_tone]=$'\U1F91F\U1F3FB' +emoji[love_you_gesture_medium_light_skin_tone]=$'\U1F91F\U1F3FC' +emoji[love_you_gesture_medium_skin_tone]=$'\U1F91F\U1F3FD' +emoji[love_you_gesture_medium_dark_skin_tone]=$'\U1F91F\U1F3FE' +emoji[love_you_gesture_dark_skin_tone]=$'\U1F91F\U1F3FF' +emoji[sign_of_the_horns]=$'\U1F918' +emoji[metal]=$'\U1F918' +emoji[sign_of_the_horns_light_skin_tone]=$'\U1F918\U1F3FB' +emoji[sign_of_the_horns_medium_light_skin_tone]=$'\U1F918\U1F3FC' +emoji[sign_of_the_horns_medium_skin_tone]=$'\U1F918\U1F3FD' +emoji[sign_of_the_horns_medium_dark_skin_tone]=$'\U1F918\U1F3FE' +emoji[sign_of_the_horns_dark_skin_tone]=$'\U1F918\U1F3FF' +emoji[call_me_hand]=$'\U1F919' +emoji[call_me_hand_light_skin_tone]=$'\U1F919\U1F3FB' +emoji[call_me_hand_medium_light_skin_tone]=$'\U1F919\U1F3FC' +emoji[call_me_hand_medium_skin_tone]=$'\U1F919\U1F3FD' +emoji[call_me_hand_medium_dark_skin_tone]=$'\U1F919\U1F3FE' +emoji[call_me_hand_dark_skin_tone]=$'\U1F919\U1F3FF' +emoji[backhand_index_pointing_left]=$'\U1F448' +emoji[point_left]=$'\U1F448' +emoji[backhand_index_pointing_left_light_skin_tone]=$'\U1F448\U1F3FB' +emoji[backhand_index_pointing_left_medium_light_skin_tone]=$'\U1F448\U1F3FC' +emoji[backhand_index_pointing_left_medium_skin_tone]=$'\U1F448\U1F3FD' +emoji[backhand_index_pointing_left_medium_dark_skin_tone]=$'\U1F448\U1F3FE' +emoji[backhand_index_pointing_left_dark_skin_tone]=$'\U1F448\U1F3FF' +emoji[backhand_index_pointing_right]=$'\U1F449' +emoji[point_right]=$'\U1F449' +emoji[backhand_index_pointing_right_light_skin_tone]=$'\U1F449\U1F3FB' +emoji[backhand_index_pointing_right_medium_light_skin_tone]=$'\U1F449\U1F3FC' +emoji[backhand_index_pointing_right_medium_skin_tone]=$'\U1F449\U1F3FD' +emoji[backhand_index_pointing_right_medium_dark_skin_tone]=$'\U1F449\U1F3FE' +emoji[backhand_index_pointing_right_dark_skin_tone]=$'\U1F449\U1F3FF' +emoji[backhand_index_pointing_up]=$'\U1F446' +emoji[point_up_2]=$'\U1F446' +emoji[backhand_index_pointing_up_light_skin_tone]=$'\U1F446\U1F3FB' +emoji[backhand_index_pointing_up_medium_light_skin_tone]=$'\U1F446\U1F3FC' +emoji[backhand_index_pointing_up_medium_skin_tone]=$'\U1F446\U1F3FD' +emoji[backhand_index_pointing_up_medium_dark_skin_tone]=$'\U1F446\U1F3FE' +emoji[backhand_index_pointing_up_dark_skin_tone]=$'\U1F446\U1F3FF' +emoji[middle_finger]=$'\U1F595' +emoji[fu]=$'\U1F595' +emoji[middle_finger_light_skin_tone]=$'\U1F595\U1F3FB' +emoji[middle_finger_medium_light_skin_tone]=$'\U1F595\U1F3FC' +emoji[middle_finger_medium_skin_tone]=$'\U1F595\U1F3FD' +emoji[middle_finger_medium_dark_skin_tone]=$'\U1F595\U1F3FE' +emoji[middle_finger_dark_skin_tone]=$'\U1F595\U1F3FF' +emoji[backhand_index_pointing_down]=$'\U1F447' +emoji[point_down]=$'\U1F447' +emoji[backhand_index_pointing_down_light_skin_tone]=$'\U1F447\U1F3FB' +emoji[backhand_index_pointing_down_medium_light_skin_tone]=$'\U1F447\U1F3FC' +emoji[backhand_index_pointing_down_medium_skin_tone]=$'\U1F447\U1F3FD' +emoji[backhand_index_pointing_down_medium_dark_skin_tone]=$'\U1F447\U1F3FE' +emoji[backhand_index_pointing_down_dark_skin_tone]=$'\U1F447\U1F3FF' +emoji[index_pointing_up]=$'\U261D\UFE0F' +emoji[point_up]=$'\U261D\UFE0F' +emoji[index_pointing_up_unqualified]=$'\U261D' +emoji[index_pointing_up_light_skin_tone]=$'\U261D\U1F3FB' +emoji[index_pointing_up_medium_light_skin_tone]=$'\U261D\U1F3FC' +emoji[index_pointing_up_medium_skin_tone]=$'\U261D\U1F3FD' +emoji[index_pointing_up_medium_dark_skin_tone]=$'\U261D\U1F3FE' +emoji[index_pointing_up_dark_skin_tone]=$'\U261D\U1F3FF' +emoji[thumbs_up]=$'\U1F44D' +emoji[+1]=$'\U1F44D' +emoji[thumbsup]=$'\U1F44D' +emoji[thumbs_up_light_skin_tone]=$'\U1F44D\U1F3FB' +emoji[thumbs_up_medium_light_skin_tone]=$'\U1F44D\U1F3FC' +emoji[thumbs_up_medium_skin_tone]=$'\U1F44D\U1F3FD' +emoji[thumbs_up_medium_dark_skin_tone]=$'\U1F44D\U1F3FE' +emoji[thumbs_up_dark_skin_tone]=$'\U1F44D\U1F3FF' +emoji[thumbs_down]=$'\U1F44E' +emoji[-1]=$'\U1F44E' +emoji[thumbsdown]=$'\U1F44E' +emoji[thumbs_down_light_skin_tone]=$'\U1F44E\U1F3FB' +emoji[thumbs_down_medium_light_skin_tone]=$'\U1F44E\U1F3FC' +emoji[thumbs_down_medium_skin_tone]=$'\U1F44E\U1F3FD' +emoji[thumbs_down_medium_dark_skin_tone]=$'\U1F44E\U1F3FE' +emoji[thumbs_down_dark_skin_tone]=$'\U1F44E\U1F3FF' +emoji[raised_fist]=$'\U270A' +emoji[fist_raised]=$'\U270A' +emoji[fist]=$'\U270A' +emoji[raised_fist_light_skin_tone]=$'\U270A\U1F3FB' +emoji[raised_fist_medium_light_skin_tone]=$'\U270A\U1F3FC' +emoji[raised_fist_medium_skin_tone]=$'\U270A\U1F3FD' +emoji[raised_fist_medium_dark_skin_tone]=$'\U270A\U1F3FE' +emoji[raised_fist_dark_skin_tone]=$'\U270A\U1F3FF' +emoji[oncoming_fist]=$'\U1F44A' +emoji[fist_oncoming]=$'\U1F44A' +emoji[facepunch]=$'\U1F44A' +emoji[punch]=$'\U1F44A' +emoji[oncoming_fist_light_skin_tone]=$'\U1F44A\U1F3FB' +emoji[oncoming_fist_medium_light_skin_tone]=$'\U1F44A\U1F3FC' +emoji[oncoming_fist_medium_skin_tone]=$'\U1F44A\U1F3FD' +emoji[oncoming_fist_medium_dark_skin_tone]=$'\U1F44A\U1F3FE' +emoji[oncoming_fist_dark_skin_tone]=$'\U1F44A\U1F3FF' +emoji[left_facing_fist]=$'\U1F91B' +emoji[fist_left]=$'\U1F91B' +emoji[left_facing_fist_light_skin_tone]=$'\U1F91B\U1F3FB' +emoji[left_facing_fist_medium_light_skin_tone]=$'\U1F91B\U1F3FC' +emoji[left_facing_fist_medium_skin_tone]=$'\U1F91B\U1F3FD' +emoji[left_facing_fist_medium_dark_skin_tone]=$'\U1F91B\U1F3FE' +emoji[left_facing_fist_dark_skin_tone]=$'\U1F91B\U1F3FF' +emoji[right_facing_fist]=$'\U1F91C' +emoji[fist_right]=$'\U1F91C' +emoji[right_facing_fist_light_skin_tone]=$'\U1F91C\U1F3FB' +emoji[right_facing_fist_medium_light_skin_tone]=$'\U1F91C\U1F3FC' +emoji[right_facing_fist_medium_skin_tone]=$'\U1F91C\U1F3FD' +emoji[right_facing_fist_medium_dark_skin_tone]=$'\U1F91C\U1F3FE' +emoji[right_facing_fist_dark_skin_tone]=$'\U1F91C\U1F3FF' +emoji[clapping_hands]=$'\U1F44F' +emoji[clap]=$'\U1F44F' +emoji[clapping_hands_light_skin_tone]=$'\U1F44F\U1F3FB' +emoji[clapping_hands_medium_light_skin_tone]=$'\U1F44F\U1F3FC' +emoji[clapping_hands_medium_skin_tone]=$'\U1F44F\U1F3FD' +emoji[clapping_hands_medium_dark_skin_tone]=$'\U1F44F\U1F3FE' +emoji[clapping_hands_dark_skin_tone]=$'\U1F44F\U1F3FF' +emoji[raising_hands]=$'\U1F64C' +emoji[raised_hands]=$'\U1F64C' +emoji[raising_hands_light_skin_tone]=$'\U1F64C\U1F3FB' +emoji[raising_hands_medium_light_skin_tone]=$'\U1F64C\U1F3FC' +emoji[raising_hands_medium_skin_tone]=$'\U1F64C\U1F3FD' +emoji[raising_hands_medium_dark_skin_tone]=$'\U1F64C\U1F3FE' +emoji[raising_hands_dark_skin_tone]=$'\U1F64C\U1F3FF' +emoji[open_hands]=$'\U1F450' +emoji[open_hands_light_skin_tone]=$'\U1F450\U1F3FB' +emoji[open_hands_medium_light_skin_tone]=$'\U1F450\U1F3FC' +emoji[open_hands_medium_skin_tone]=$'\U1F450\U1F3FD' +emoji[open_hands_medium_dark_skin_tone]=$'\U1F450\U1F3FE' +emoji[open_hands_dark_skin_tone]=$'\U1F450\U1F3FF' +emoji[palms_up_together]=$'\U1F932' +emoji[palms_up_together_light_skin_tone]=$'\U1F932\U1F3FB' +emoji[palms_up_together_medium_light_skin_tone]=$'\U1F932\U1F3FC' +emoji[palms_up_together_medium_skin_tone]=$'\U1F932\U1F3FD' +emoji[palms_up_together_medium_dark_skin_tone]=$'\U1F932\U1F3FE' +emoji[palms_up_together_dark_skin_tone]=$'\U1F932\U1F3FF' +emoji[handshake]=$'\U1F91D' +emoji[folded_hands]=$'\U1F64F' +emoji[pray]=$'\U1F64F' +emoji[folded_hands_light_skin_tone]=$'\U1F64F\U1F3FB' +emoji[folded_hands_medium_light_skin_tone]=$'\U1F64F\U1F3FC' +emoji[folded_hands_medium_skin_tone]=$'\U1F64F\U1F3FD' +emoji[folded_hands_medium_dark_skin_tone]=$'\U1F64F\U1F3FE' +emoji[folded_hands_dark_skin_tone]=$'\U1F64F\U1F3FF' +emoji[writing_hand]=$'\U270D\UFE0F' +emoji[writing_hand_unqualified]=$'\U270D' +emoji[writing_hand_light_skin_tone]=$'\U270D\U1F3FB' +emoji[writing_hand_medium_light_skin_tone]=$'\U270D\U1F3FC' +emoji[writing_hand_medium_skin_tone]=$'\U270D\U1F3FD' +emoji[writing_hand_medium_dark_skin_tone]=$'\U270D\U1F3FE' +emoji[writing_hand_dark_skin_tone]=$'\U270D\U1F3FF' +emoji[nail_polish]=$'\U1F485' +emoji[nail_care]=$'\U1F485' +emoji[nail_polish_light_skin_tone]=$'\U1F485\U1F3FB' +emoji[nail_polish_medium_light_skin_tone]=$'\U1F485\U1F3FC' +emoji[nail_polish_medium_skin_tone]=$'\U1F485\U1F3FD' +emoji[nail_polish_medium_dark_skin_tone]=$'\U1F485\U1F3FE' +emoji[nail_polish_dark_skin_tone]=$'\U1F485\U1F3FF' +emoji[selfie]=$'\U1F933' +emoji[selfie_light_skin_tone]=$'\U1F933\U1F3FB' +emoji[selfie_medium_light_skin_tone]=$'\U1F933\U1F3FC' +emoji[selfie_medium_skin_tone]=$'\U1F933\U1F3FD' +emoji[selfie_medium_dark_skin_tone]=$'\U1F933\U1F3FE' +emoji[selfie_dark_skin_tone]=$'\U1F933\U1F3FF' +emoji[flexed_biceps]=$'\U1F4AA' +emoji[muscle]=$'\U1F4AA' +emoji[flexed_biceps_light_skin_tone]=$'\U1F4AA\U1F3FB' +emoji[flexed_biceps_medium_light_skin_tone]=$'\U1F4AA\U1F3FC' +emoji[flexed_biceps_medium_skin_tone]=$'\U1F4AA\U1F3FD' +emoji[flexed_biceps_medium_dark_skin_tone]=$'\U1F4AA\U1F3FE' +emoji[flexed_biceps_dark_skin_tone]=$'\U1F4AA\U1F3FF' +emoji[mechanical_arm]=$'\U1F9BE' +emoji[mechanical_leg]=$'\U1F9BF' +emoji[mechanical_leg_1]=$'\U1F9B5' +emoji[leg]=$'\U1F9B5' +emoji[leg_light_skin_tone]=$'\U1F9B5\U1F3FB' +emoji[leg_medium_light_skin_tone]=$'\U1F9B5\U1F3FC' +emoji[leg_medium_skin_tone]=$'\U1F9B5\U1F3FD' +emoji[leg_medium_dark_skin_tone]=$'\U1F9B5\U1F3FE' +emoji[leg_dark_skin_tone]=$'\U1F9B5\U1F3FF' +emoji[foot]=$'\U1F9B6' +emoji[foot_light_skin_tone]=$'\U1F9B6\U1F3FB' +emoji[foot_medium_light_skin_tone]=$'\U1F9B6\U1F3FC' +emoji[foot_medium_skin_tone]=$'\U1F9B6\U1F3FD' +emoji[foot_medium_dark_skin_tone]=$'\U1F9B6\U1F3FE' +emoji[foot_dark_skin_tone]=$'\U1F9B6\U1F3FF' +emoji[ear]=$'\U1F442' +emoji[ear_light_skin_tone]=$'\U1F442\U1F3FB' +emoji[ear_medium_light_skin_tone]=$'\U1F442\U1F3FC' +emoji[ear_medium_skin_tone]=$'\U1F442\U1F3FD' +emoji[ear_medium_dark_skin_tone]=$'\U1F442\U1F3FE' +emoji[ear_dark_skin_tone]=$'\U1F442\U1F3FF' +emoji[ear_with_hearing_aid]=$'\U1F9BB' +emoji[ear_with_hearing_aid_light_skin_tone]=$'\U1F9BB\U1F3FB' +emoji[ear_with_hearing_aid_medium_light_skin_tone]=$'\U1F9BB\U1F3FC' +emoji[ear_with_hearing_aid_medium_skin_tone]=$'\U1F9BB\U1F3FD' +emoji[ear_with_hearing_aid_medium_dark_skin_tone]=$'\U1F9BB\U1F3FE' +emoji[ear_with_hearing_aid_dark_skin_tone]=$'\U1F9BB\U1F3FF' +emoji[nose]=$'\U1F443' +emoji[nose_light_skin_tone]=$'\U1F443\U1F3FB' +emoji[nose_medium_light_skin_tone]=$'\U1F443\U1F3FC' +emoji[nose_medium_skin_tone]=$'\U1F443\U1F3FD' +emoji[nose_medium_dark_skin_tone]=$'\U1F443\U1F3FE' +emoji[nose_dark_skin_tone]=$'\U1F443\U1F3FF' +emoji[brain]=$'\U1F9E0' +emoji[tooth]=$'\U1F9B7' +emoji[bone]=$'\U1F9B4' +emoji[eyes]=$'\U1F440' +emoji[eyes_1]=$'\U1F441\UFE0F' +emoji[eye_unqualified]=$'\U1F441' +emoji[eye]=$'\U1F441' +emoji[tongue]=$'\U1F445' +emoji[mouth]=$'\U1F444' +emoji[lips]=$'\U1F444' +emoji[baby]=$'\U1F476' +emoji[baby_light_skin_tone]=$'\U1F476\U1F3FB' +emoji[baby_medium_light_skin_tone]=$'\U1F476\U1F3FC' +emoji[baby_medium_skin_tone]=$'\U1F476\U1F3FD' +emoji[baby_medium_dark_skin_tone]=$'\U1F476\U1F3FE' +emoji[baby_dark_skin_tone]=$'\U1F476\U1F3FF' +emoji[child]=$'\U1F9D2' +emoji[child_light_skin_tone]=$'\U1F9D2\U1F3FB' +emoji[child_medium_light_skin_tone]=$'\U1F9D2\U1F3FC' +emoji[child_medium_skin_tone]=$'\U1F9D2\U1F3FD' +emoji[child_medium_dark_skin_tone]=$'\U1F9D2\U1F3FE' +emoji[child_dark_skin_tone]=$'\U1F9D2\U1F3FF' +emoji[boy]=$'\U1F466' +emoji[boy_light_skin_tone]=$'\U1F466\U1F3FB' +emoji[boy_medium_light_skin_tone]=$'\U1F466\U1F3FC' +emoji[boy_medium_skin_tone]=$'\U1F466\U1F3FD' +emoji[boy_medium_dark_skin_tone]=$'\U1F466\U1F3FE' +emoji[boy_dark_skin_tone]=$'\U1F466\U1F3FF' +emoji[girl]=$'\U1F467' +emoji[girl_light_skin_tone]=$'\U1F467\U1F3FB' +emoji[girl_medium_light_skin_tone]=$'\U1F467\U1F3FC' +emoji[girl_medium_skin_tone]=$'\U1F467\U1F3FD' +emoji[girl_medium_dark_skin_tone]=$'\U1F467\U1F3FE' +emoji[girl_dark_skin_tone]=$'\U1F467\U1F3FF' +emoji[person]=$'\U1F9D1' +emoji[adult]=$'\U1F9D1' +emoji[person_light_skin_tone]=$'\U1F9D1\U1F3FB' +emoji[person_medium_light_skin_tone]=$'\U1F9D1\U1F3FC' +emoji[person_medium_skin_tone]=$'\U1F9D1\U1F3FD' +emoji[person_medium_dark_skin_tone]=$'\U1F9D1\U1F3FE' +emoji[person_dark_skin_tone]=$'\U1F9D1\U1F3FF' +emoji[person_blond_hair]=$'\U1F471' +emoji[blond_haired_person]=$'\U1F471' +emoji[person_light_skin_tone_blond_hair]=$'\U1F471\U1F3FB' +emoji[person_medium_light_skin_tone_blond_hair]=$'\U1F471\U1F3FC' +emoji[person_medium_skin_tone_blond_hair]=$'\U1F471\U1F3FD' +emoji[person_medium_dark_skin_tone_blond_hair]=$'\U1F471\U1F3FE' +emoji[person_dark_skin_tone_blond_hair]=$'\U1F471\U1F3FF' +emoji[man]=$'\U1F468' +emoji[man_light_skin_tone]=$'\U1F468\U1F3FB' +emoji[man_medium_light_skin_tone]=$'\U1F468\U1F3FC' +emoji[man_medium_skin_tone]=$'\U1F468\U1F3FD' +emoji[man_medium_dark_skin_tone]=$'\U1F468\U1F3FE' +emoji[man_dark_skin_tone]=$'\U1F468\U1F3FF' +emoji[man_beard]=$'\U1F9D4' +emoji[bearded_person]=$'\U1F9D4' +emoji[man_light_skin_tone_beard]=$'\U1F9D4\U1F3FB' +emoji[man_medium_light_skin_tone_beard]=$'\U1F9D4\U1F3FC' +emoji[man_medium_skin_tone_beard]=$'\U1F9D4\U1F3FD' +emoji[man_medium_dark_skin_tone_beard]=$'\U1F9D4\U1F3FE' +emoji[man_dark_skin_tone_beard]=$'\U1F9D4\U1F3FF' +emoji[man_blond_hair]=$'\U1F471\U200D\U2642\UFE0F' +emoji[man_blond_hair_minimally]=$'\U1F471\U200D\U2642' +emoji[blond_haired_man]=$'\U1F471\U200D\U2642' +emoji[man_light_skin_tone_blond_hair]=$'\U1F471\U1F3FB\U200D\U2642\UFE0F' +emoji[man_light_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FB\U200D\U2642' +emoji[man_medium_light_skin_tone_blond_hair]=$'\U1F471\U1F3FC\U200D\U2642\UFE0F' +emoji[man_medium_light_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FC\U200D\U2642' +emoji[man_medium_skin_tone_blond_hair]=$'\U1F471\U1F3FD\U200D\U2642\UFE0F' +emoji[man_medium_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FD\U200D\U2642' +emoji[man_medium_dark_skin_tone_blond_hair]=$'\U1F471\U1F3FE\U200D\U2642\UFE0F' +emoji[man_medium_dark_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FE\U200D\U2642' +emoji[man_dark_skin_tone_blond_hair]=$'\U1F471\U1F3FF\U200D\U2642\UFE0F' +emoji[man_dark_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FF\U200D\U2642' +emoji[man_red_hair]=$'\U1F468\U200D\U1F9B0' +emoji[red_haired_man]=$'\U1F468\U200D\U1F9B0' +emoji[man_light_skin_tone_red_hair]=$'\U1F468\U1F3FB\U200D\U1F9B0' +emoji[man_medium_light_skin_tone_red_hair]=$'\U1F468\U1F3FC\U200D\U1F9B0' +emoji[man_medium_skin_tone_red_hair]=$'\U1F468\U1F3FD\U200D\U1F9B0' +emoji[man_medium_dark_skin_tone_red_hair]=$'\U1F468\U1F3FE\U200D\U1F9B0' +emoji[man_dark_skin_tone_red_hair]=$'\U1F468\U1F3FF\U200D\U1F9B0' +emoji[man_curly_hair]=$'\U1F468\U200D\U1F9B1' +emoji[curly_haired_man]=$'\U1F468\U200D\U1F9B1' +emoji[man_light_skin_tone_curly_hair]=$'\U1F468\U1F3FB\U200D\U1F9B1' +emoji[man_medium_light_skin_tone_curly_hair]=$'\U1F468\U1F3FC\U200D\U1F9B1' +emoji[man_medium_skin_tone_curly_hair]=$'\U1F468\U1F3FD\U200D\U1F9B1' +emoji[man_medium_dark_skin_tone_curly_hair]=$'\U1F468\U1F3FE\U200D\U1F9B1' +emoji[man_dark_skin_tone_curly_hair]=$'\U1F468\U1F3FF\U200D\U1F9B1' +emoji[man_white_hair]=$'\U1F468\U200D\U1F9B3' +emoji[white_haired_man]=$'\U1F468\U200D\U1F9B3' +emoji[man_light_skin_tone_white_hair]=$'\U1F468\U1F3FB\U200D\U1F9B3' +emoji[man_medium_light_skin_tone_white_hair]=$'\U1F468\U1F3FC\U200D\U1F9B3' +emoji[man_medium_skin_tone_white_hair]=$'\U1F468\U1F3FD\U200D\U1F9B3' +emoji[man_medium_dark_skin_tone_white_hair]=$'\U1F468\U1F3FE\U200D\U1F9B3' +emoji[man_dark_skin_tone_white_hair]=$'\U1F468\U1F3FF\U200D\U1F9B3' +emoji[man_bald]=$'\U1F468\U200D\U1F9B2' +emoji[bald_man]=$'\U1F468\U200D\U1F9B2' +emoji[man_light_skin_tone_bald]=$'\U1F468\U1F3FB\U200D\U1F9B2' +emoji[man_medium_light_skin_tone_bald]=$'\U1F468\U1F3FC\U200D\U1F9B2' +emoji[man_medium_skin_tone_bald]=$'\U1F468\U1F3FD\U200D\U1F9B2' +emoji[man_medium_dark_skin_tone_bald]=$'\U1F468\U1F3FE\U200D\U1F9B2' +emoji[man_dark_skin_tone_bald]=$'\U1F468\U1F3FF\U200D\U1F9B2' +emoji[woman]=$'\U1F469' +emoji[woman_light_skin_tone]=$'\U1F469\U1F3FB' +emoji[woman_medium_light_skin_tone]=$'\U1F469\U1F3FC' +emoji[woman_medium_skin_tone]=$'\U1F469\U1F3FD' +emoji[woman_medium_dark_skin_tone]=$'\U1F469\U1F3FE' +emoji[woman_dark_skin_tone]=$'\U1F469\U1F3FF' +emoji[woman_blond_hair]=$'\U1F471\U200D\U2640\UFE0F' +emoji[woman_blond_hair_minimally]=$'\U1F471\U200D\U2640' +emoji[blond_haired_woman]=$'\U1F471\U200D\U2640' +emoji[blonde_woman]=$'\U1F471\U200D\U2640' +emoji[woman_light_skin_tone_blond_hair]=$'\U1F471\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_light_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FB\U200D\U2640' +emoji[woman_medium_light_skin_tone_blond_hair]=$'\U1F471\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_medium_light_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FC\U200D\U2640' +emoji[woman_medium_skin_tone_blond_hair]=$'\U1F471\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_medium_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FD\U200D\U2640' +emoji[woman_medium_dark_skin_tone_blond_hair]=$'\U1F471\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_medium_dark_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FE\U200D\U2640' +emoji[woman_dark_skin_tone_blond_hair]=$'\U1F471\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_dark_skin_tone_blond_hair_minimally]=$'\U1F471\U1F3FF\U200D\U2640' +emoji[woman_red_hair]=$'\U1F469\U200D\U1F9B0' +emoji[red_haired_woman]=$'\U1F469\U200D\U1F9B0' +emoji[woman_light_skin_tone_red_hair]=$'\U1F469\U1F3FB\U200D\U1F9B0' +emoji[woman_medium_light_skin_tone_red_hair]=$'\U1F469\U1F3FC\U200D\U1F9B0' +emoji[woman_medium_skin_tone_red_hair]=$'\U1F469\U1F3FD\U200D\U1F9B0' +emoji[woman_medium_dark_skin_tone_red_hair]=$'\U1F469\U1F3FE\U200D\U1F9B0' +emoji[woman_dark_skin_tone_red_hair]=$'\U1F469\U1F3FF\U200D\U1F9B0' +emoji[woman_curly_hair]=$'\U1F469\U200D\U1F9B1' +emoji[curly_haired_woman]=$'\U1F469\U200D\U1F9B1' +emoji[woman_light_skin_tone_curly_hair]=$'\U1F469\U1F3FB\U200D\U1F9B1' +emoji[woman_medium_light_skin_tone_curly_hair]=$'\U1F469\U1F3FC\U200D\U1F9B1' +emoji[woman_medium_skin_tone_curly_hair]=$'\U1F469\U1F3FD\U200D\U1F9B1' +emoji[woman_medium_dark_skin_tone_curly_hair]=$'\U1F469\U1F3FE\U200D\U1F9B1' +emoji[woman_dark_skin_tone_curly_hair]=$'\U1F469\U1F3FF\U200D\U1F9B1' +emoji[woman_white_hair]=$'\U1F469\U200D\U1F9B3' +emoji[white_haired_woman]=$'\U1F469\U200D\U1F9B3' +emoji[woman_light_skin_tone_white_hair]=$'\U1F469\U1F3FB\U200D\U1F9B3' +emoji[woman_medium_light_skin_tone_white_hair]=$'\U1F469\U1F3FC\U200D\U1F9B3' +emoji[woman_medium_skin_tone_white_hair]=$'\U1F469\U1F3FD\U200D\U1F9B3' +emoji[woman_medium_dark_skin_tone_white_hair]=$'\U1F469\U1F3FE\U200D\U1F9B3' +emoji[woman_dark_skin_tone_white_hair]=$'\U1F469\U1F3FF\U200D\U1F9B3' +emoji[woman_bald]=$'\U1F469\U200D\U1F9B2' +emoji[bald_woman]=$'\U1F469\U200D\U1F9B2' +emoji[woman_light_skin_tone_bald]=$'\U1F469\U1F3FB\U200D\U1F9B2' +emoji[woman_medium_light_skin_tone_bald]=$'\U1F469\U1F3FC\U200D\U1F9B2' +emoji[woman_medium_skin_tone_bald]=$'\U1F469\U1F3FD\U200D\U1F9B2' +emoji[woman_medium_dark_skin_tone_bald]=$'\U1F469\U1F3FE\U200D\U1F9B2' +emoji[woman_dark_skin_tone_bald]=$'\U1F469\U1F3FF\U200D\U1F9B2' +emoji[older_person]=$'\U1F9D3' +emoji[older_adult]=$'\U1F9D3' +emoji[older_person_light_skin_tone]=$'\U1F9D3\U1F3FB' +emoji[older_person_medium_light_skin_tone]=$'\U1F9D3\U1F3FC' +emoji[older_person_medium_skin_tone]=$'\U1F9D3\U1F3FD' +emoji[older_person_medium_dark_skin_tone]=$'\U1F9D3\U1F3FE' +emoji[older_person_dark_skin_tone]=$'\U1F9D3\U1F3FF' +emoji[old_man]=$'\U1F474' +emoji[older_man]=$'\U1F474' +emoji[old_man_light_skin_tone]=$'\U1F474\U1F3FB' +emoji[old_man_medium_light_skin_tone]=$'\U1F474\U1F3FC' +emoji[old_man_medium_skin_tone]=$'\U1F474\U1F3FD' +emoji[old_man_medium_dark_skin_tone]=$'\U1F474\U1F3FE' +emoji[old_man_dark_skin_tone]=$'\U1F474\U1F3FF' +emoji[old_woman]=$'\U1F475' +emoji[older_woman]=$'\U1F475' +emoji[old_woman_light_skin_tone]=$'\U1F475\U1F3FB' +emoji[old_woman_medium_light_skin_tone]=$'\U1F475\U1F3FC' +emoji[old_woman_medium_skin_tone]=$'\U1F475\U1F3FD' +emoji[old_woman_medium_dark_skin_tone]=$'\U1F475\U1F3FE' +emoji[old_woman_dark_skin_tone]=$'\U1F475\U1F3FF' +emoji[person_frowning]=$'\U1F64D' +emoji[frowning_person]=$'\U1F64D' +emoji[person_frowning_light_skin_tone]=$'\U1F64D\U1F3FB' +emoji[person_frowning_medium_light_skin_tone]=$'\U1F64D\U1F3FC' +emoji[person_frowning_medium_skin_tone]=$'\U1F64D\U1F3FD' +emoji[person_frowning_medium_dark_skin_tone]=$'\U1F64D\U1F3FE' +emoji[person_frowning_dark_skin_tone]=$'\U1F64D\U1F3FF' +emoji[man_frowning]=$'\U1F64D\U200D\U2642\UFE0F' +emoji[man_frowning_minimally]=$'\U1F64D\U200D\U2642' +emoji[frowning_man]=$'\U1F64D\U200D\U2642' +emoji[man_frowning_light_skin_tone]=$'\U1F64D\U1F3FB\U200D\U2642\UFE0F' +emoji[man_frowning_light_skin_tone_minimally]=$'\U1F64D\U1F3FB\U200D\U2642' +emoji[man_frowning_medium_light_skin_tone]=$'\U1F64D\U1F3FC\U200D\U2642\UFE0F' +emoji[man_frowning_medium_light_skin_tone_minimally]=$'\U1F64D\U1F3FC\U200D\U2642' +emoji[man_frowning_medium_skin_tone]=$'\U1F64D\U1F3FD\U200D\U2642\UFE0F' +emoji[man_frowning_medium_skin_tone_minimally]=$'\U1F64D\U1F3FD\U200D\U2642' +emoji[man_frowning_medium_dark_skin_tone]=$'\U1F64D\U1F3FE\U200D\U2642\UFE0F' +emoji[man_frowning_medium_dark_skin_tone_minimally]=$'\U1F64D\U1F3FE\U200D\U2642' +emoji[man_frowning_dark_skin_tone]=$'\U1F64D\U1F3FF\U200D\U2642\UFE0F' +emoji[man_frowning_dark_skin_tone_minimally]=$'\U1F64D\U1F3FF\U200D\U2642' +emoji[woman_frowning]=$'\U1F64D\U200D\U2640\UFE0F' +emoji[woman_frowning_minimally]=$'\U1F64D\U200D\U2640' +emoji[frowning_woman]=$'\U1F64D\U200D\U2640' +emoji[woman_frowning_light_skin_tone]=$'\U1F64D\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_frowning_light_skin_tone_minimally]=$'\U1F64D\U1F3FB\U200D\U2640' +emoji[woman_frowning_medium_light_skin_tone]=$'\U1F64D\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_frowning_medium_light_skin_tone_minimally]=$'\U1F64D\U1F3FC\U200D\U2640' +emoji[woman_frowning_medium_skin_tone]=$'\U1F64D\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_frowning_medium_skin_tone_minimally]=$'\U1F64D\U1F3FD\U200D\U2640' +emoji[woman_frowning_medium_dark_skin_tone]=$'\U1F64D\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_frowning_medium_dark_skin_tone_minimally]=$'\U1F64D\U1F3FE\U200D\U2640' +emoji[woman_frowning_dark_skin_tone]=$'\U1F64D\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_frowning_dark_skin_tone_minimally]=$'\U1F64D\U1F3FF\U200D\U2640' +emoji[person_pouting]=$'\U1F64E' +emoji[person_pouting_light_skin_tone]=$'\U1F64E\U1F3FB' +emoji[person_pouting_medium_light_skin_tone]=$'\U1F64E\U1F3FC' +emoji[person_pouting_medium_skin_tone]=$'\U1F64E\U1F3FD' +emoji[person_pouting_medium_dark_skin_tone]=$'\U1F64E\U1F3FE' +emoji[person_pouting_dark_skin_tone]=$'\U1F64E\U1F3FF' +emoji[man_pouting]=$'\U1F64E\U200D\U2642\UFE0F' +emoji[man_pouting_minimally]=$'\U1F64E\U200D\U2642' +emoji[pouting_man]=$'\U1F64E\U200D\U2642' +emoji[man_pouting_light_skin_tone]=$'\U1F64E\U1F3FB\U200D\U2642\UFE0F' +emoji[man_pouting_light_skin_tone_minimally]=$'\U1F64E\U1F3FB\U200D\U2642' +emoji[man_pouting_medium_light_skin_tone]=$'\U1F64E\U1F3FC\U200D\U2642\UFE0F' +emoji[man_pouting_medium_light_skin_tone_minimally]=$'\U1F64E\U1F3FC\U200D\U2642' +emoji[man_pouting_medium_skin_tone]=$'\U1F64E\U1F3FD\U200D\U2642\UFE0F' +emoji[man_pouting_medium_skin_tone_minimally]=$'\U1F64E\U1F3FD\U200D\U2642' +emoji[man_pouting_medium_dark_skin_tone]=$'\U1F64E\U1F3FE\U200D\U2642\UFE0F' +emoji[man_pouting_medium_dark_skin_tone_minimally]=$'\U1F64E\U1F3FE\U200D\U2642' +emoji[man_pouting_dark_skin_tone]=$'\U1F64E\U1F3FF\U200D\U2642\UFE0F' +emoji[man_pouting_dark_skin_tone_minimally]=$'\U1F64E\U1F3FF\U200D\U2642' +emoji[woman_pouting]=$'\U1F64E\U200D\U2640\UFE0F' +emoji[woman_pouting_minimally]=$'\U1F64E\U200D\U2640' +emoji[pouting_woman]=$'\U1F64E\U200D\U2640' +emoji[woman_pouting_light_skin_tone]=$'\U1F64E\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_pouting_light_skin_tone_minimally]=$'\U1F64E\U1F3FB\U200D\U2640' +emoji[woman_pouting_medium_light_skin_tone]=$'\U1F64E\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_pouting_medium_light_skin_tone_minimally]=$'\U1F64E\U1F3FC\U200D\U2640' +emoji[woman_pouting_medium_skin_tone]=$'\U1F64E\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_pouting_medium_skin_tone_minimally]=$'\U1F64E\U1F3FD\U200D\U2640' +emoji[woman_pouting_medium_dark_skin_tone]=$'\U1F64E\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_pouting_medium_dark_skin_tone_minimally]=$'\U1F64E\U1F3FE\U200D\U2640' +emoji[woman_pouting_dark_skin_tone]=$'\U1F64E\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_pouting_dark_skin_tone_minimally]=$'\U1F64E\U1F3FF\U200D\U2640' +emoji[person_gesturing_NO]=$'\U1F645' +emoji[no_good]=$'\U1F645' +emoji[person_gesturing_NO_light_skin_tone]=$'\U1F645\U1F3FB' +emoji[person_gesturing_NO_medium_light_skin_tone]=$'\U1F645\U1F3FC' +emoji[person_gesturing_NO_medium_skin_tone]=$'\U1F645\U1F3FD' +emoji[person_gesturing_NO_medium_dark_skin_tone]=$'\U1F645\U1F3FE' +emoji[person_gesturing_NO_dark_skin_tone]=$'\U1F645\U1F3FF' +emoji[man_gesturing_NO]=$'\U1F645\U200D\U2642\UFE0F' +emoji[man_gesturing_NO_minimally]=$'\U1F645\U200D\U2642' +emoji[no_good_man]=$'\U1F645\U200D\U2642' +emoji[ng_man]=$'\U1F645\U200D\U2642' +emoji[man_gesturing_NO_light_skin_tone]=$'\U1F645\U1F3FB\U200D\U2642\UFE0F' +emoji[man_gesturing_NO_light_skin_tone_minimally]=$'\U1F645\U1F3FB\U200D\U2642' +emoji[man_gesturing_NO_medium_light_skin_tone]=$'\U1F645\U1F3FC\U200D\U2642\UFE0F' +emoji[man_gesturing_NO_medium_light_skin_tone_minimally]=$'\U1F645\U1F3FC\U200D\U2642' +emoji[man_gesturing_NO_medium_skin_tone]=$'\U1F645\U1F3FD\U200D\U2642\UFE0F' +emoji[man_gesturing_NO_medium_skin_tone_minimally]=$'\U1F645\U1F3FD\U200D\U2642' +emoji[man_gesturing_NO_medium_dark_skin_tone]=$'\U1F645\U1F3FE\U200D\U2642\UFE0F' +emoji[man_gesturing_NO_medium_dark_skin_tone_minimally]=$'\U1F645\U1F3FE\U200D\U2642' +emoji[man_gesturing_NO_dark_skin_tone]=$'\U1F645\U1F3FF\U200D\U2642\UFE0F' +emoji[man_gesturing_NO_dark_skin_tone_minimally]=$'\U1F645\U1F3FF\U200D\U2642' +emoji[woman_gesturing_NO]=$'\U1F645\U200D\U2640\UFE0F' +emoji[woman_gesturing_NO_minimally]=$'\U1F645\U200D\U2640' +emoji[no_good_woman]=$'\U1F645\U200D\U2640' +emoji[ng_woman]=$'\U1F645\U200D\U2640' +emoji[woman_gesturing_NO_light_skin_tone]=$'\U1F645\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_gesturing_NO_light_skin_tone_minimally]=$'\U1F645\U1F3FB\U200D\U2640' +emoji[woman_gesturing_NO_medium_light_skin_tone]=$'\U1F645\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_gesturing_NO_medium_light_skin_tone_minimally]=$'\U1F645\U1F3FC\U200D\U2640' +emoji[woman_gesturing_NO_medium_skin_tone]=$'\U1F645\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_gesturing_NO_medium_skin_tone_minimally]=$'\U1F645\U1F3FD\U200D\U2640' +emoji[woman_gesturing_NO_medium_dark_skin_tone]=$'\U1F645\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_gesturing_NO_medium_dark_skin_tone_minimally]=$'\U1F645\U1F3FE\U200D\U2640' +emoji[woman_gesturing_NO_dark_skin_tone]=$'\U1F645\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_gesturing_NO_dark_skin_tone_minimally]=$'\U1F645\U1F3FF\U200D\U2640' +emoji[person_gesturing_OK]=$'\U1F646' +emoji[ok_person]=$'\U1F646' +emoji[person_gesturing_OK_light_skin_tone]=$'\U1F646\U1F3FB' +emoji[person_gesturing_OK_medium_light_skin_tone]=$'\U1F646\U1F3FC' +emoji[person_gesturing_OK_medium_skin_tone]=$'\U1F646\U1F3FD' +emoji[person_gesturing_OK_medium_dark_skin_tone]=$'\U1F646\U1F3FE' +emoji[person_gesturing_OK_dark_skin_tone]=$'\U1F646\U1F3FF' +emoji[man_gesturing_OK]=$'\U1F646\U200D\U2642\UFE0F' +emoji[man_gesturing_OK_minimally]=$'\U1F646\U200D\U2642' +emoji[ok_man]=$'\U1F646\U200D\U2642' +emoji[man_gesturing_OK_light_skin_tone]=$'\U1F646\U1F3FB\U200D\U2642\UFE0F' +emoji[man_gesturing_OK_light_skin_tone_minimally]=$'\U1F646\U1F3FB\U200D\U2642' +emoji[man_gesturing_OK_medium_light_skin_tone]=$'\U1F646\U1F3FC\U200D\U2642\UFE0F' +emoji[man_gesturing_OK_medium_light_skin_tone_minimally]=$'\U1F646\U1F3FC\U200D\U2642' +emoji[man_gesturing_OK_medium_skin_tone]=$'\U1F646\U1F3FD\U200D\U2642\UFE0F' +emoji[man_gesturing_OK_medium_skin_tone_minimally]=$'\U1F646\U1F3FD\U200D\U2642' +emoji[man_gesturing_OK_medium_dark_skin_tone]=$'\U1F646\U1F3FE\U200D\U2642\UFE0F' +emoji[man_gesturing_OK_medium_dark_skin_tone_minimally]=$'\U1F646\U1F3FE\U200D\U2642' +emoji[man_gesturing_OK_dark_skin_tone]=$'\U1F646\U1F3FF\U200D\U2642\UFE0F' +emoji[man_gesturing_OK_dark_skin_tone_minimally]=$'\U1F646\U1F3FF\U200D\U2642' +emoji[woman_gesturing_OK]=$'\U1F646\U200D\U2640\UFE0F' +emoji[woman_gesturing_OK_minimally]=$'\U1F646\U200D\U2640' +emoji[ok_woman]=$'\U1F646\U200D\U2640' +emoji[woman_gesturing_OK_light_skin_tone]=$'\U1F646\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_gesturing_OK_light_skin_tone_minimally]=$'\U1F646\U1F3FB\U200D\U2640' +emoji[woman_gesturing_OK_medium_light_skin_tone]=$'\U1F646\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_gesturing_OK_medium_light_skin_tone_minimally]=$'\U1F646\U1F3FC\U200D\U2640' +emoji[woman_gesturing_OK_medium_skin_tone]=$'\U1F646\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_gesturing_OK_medium_skin_tone_minimally]=$'\U1F646\U1F3FD\U200D\U2640' +emoji[woman_gesturing_OK_medium_dark_skin_tone]=$'\U1F646\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_gesturing_OK_medium_dark_skin_tone_minimally]=$'\U1F646\U1F3FE\U200D\U2640' +emoji[woman_gesturing_OK_dark_skin_tone]=$'\U1F646\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_gesturing_OK_dark_skin_tone_minimally]=$'\U1F646\U1F3FF\U200D\U2640' +emoji[person_tipping_hand]=$'\U1F481' +emoji[tipping_hand_person]=$'\U1F481' +emoji[information_desk_person]=$'\U1F481' +emoji[person_tipping_hand_light_skin_tone]=$'\U1F481\U1F3FB' +emoji[person_tipping_hand_medium_light_skin_tone]=$'\U1F481\U1F3FC' +emoji[person_tipping_hand_medium_skin_tone]=$'\U1F481\U1F3FD' +emoji[person_tipping_hand_medium_dark_skin_tone]=$'\U1F481\U1F3FE' +emoji[person_tipping_hand_dark_skin_tone]=$'\U1F481\U1F3FF' +emoji[man_tipping_hand]=$'\U1F481\U200D\U2642\UFE0F' +emoji[man_tipping_hand_minimally]=$'\U1F481\U200D\U2642' +emoji[tipping_hand_man]=$'\U1F481\U200D\U2642' +emoji[sassy_man]=$'\U1F481\U200D\U2642' +emoji[man_tipping_hand_light_skin_tone]=$'\U1F481\U1F3FB\U200D\U2642\UFE0F' +emoji[man_tipping_hand_light_skin_tone_minimally]=$'\U1F481\U1F3FB\U200D\U2642' +emoji[man_tipping_hand_medium_light_skin_tone]=$'\U1F481\U1F3FC\U200D\U2642\UFE0F' +emoji[man_tipping_hand_medium_light_skin_tone_minimally]=$'\U1F481\U1F3FC\U200D\U2642' +emoji[man_tipping_hand_medium_skin_tone]=$'\U1F481\U1F3FD\U200D\U2642\UFE0F' +emoji[man_tipping_hand_medium_skin_tone_minimally]=$'\U1F481\U1F3FD\U200D\U2642' +emoji[man_tipping_hand_medium_dark_skin_tone]=$'\U1F481\U1F3FE\U200D\U2642\UFE0F' +emoji[man_tipping_hand_medium_dark_skin_tone_minimally]=$'\U1F481\U1F3FE\U200D\U2642' +emoji[man_tipping_hand_dark_skin_tone]=$'\U1F481\U1F3FF\U200D\U2642\UFE0F' +emoji[man_tipping_hand_dark_skin_tone_minimally]=$'\U1F481\U1F3FF\U200D\U2642' +emoji[woman_tipping_hand]=$'\U1F481\U200D\U2640\UFE0F' +emoji[woman_tipping_hand_minimally]=$'\U1F481\U200D\U2640' +emoji[tipping_hand_woman]=$'\U1F481\U200D\U2640' +emoji[sassy_woman]=$'\U1F481\U200D\U2640' +emoji[woman_tipping_hand_light_skin_tone]=$'\U1F481\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_tipping_hand_light_skin_tone_minimally]=$'\U1F481\U1F3FB\U200D\U2640' +emoji[woman_tipping_hand_medium_light_skin_tone]=$'\U1F481\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_tipping_hand_medium_light_skin_tone_minimally]=$'\U1F481\U1F3FC\U200D\U2640' +emoji[woman_tipping_hand_medium_skin_tone]=$'\U1F481\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_tipping_hand_medium_skin_tone_minimally]=$'\U1F481\U1F3FD\U200D\U2640' +emoji[woman_tipping_hand_medium_dark_skin_tone]=$'\U1F481\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_tipping_hand_medium_dark_skin_tone_minimally]=$'\U1F481\U1F3FE\U200D\U2640' +emoji[woman_tipping_hand_dark_skin_tone]=$'\U1F481\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_tipping_hand_dark_skin_tone_minimally]=$'\U1F481\U1F3FF\U200D\U2640' +emoji[person_raising_hand]=$'\U1F64B' +emoji[raising_hand]=$'\U1F64B' +emoji[person_raising_hand_light_skin_tone]=$'\U1F64B\U1F3FB' +emoji[person_raising_hand_medium_light_skin_tone]=$'\U1F64B\U1F3FC' +emoji[person_raising_hand_medium_skin_tone]=$'\U1F64B\U1F3FD' +emoji[person_raising_hand_medium_dark_skin_tone]=$'\U1F64B\U1F3FE' +emoji[person_raising_hand_dark_skin_tone]=$'\U1F64B\U1F3FF' +emoji[man_raising_hand]=$'\U1F64B\U200D\U2642\UFE0F' +emoji[man_raising_hand_minimally]=$'\U1F64B\U200D\U2642' +emoji[raising_hand_man]=$'\U1F64B\U200D\U2642' +emoji[man_raising_hand_light_skin_tone]=$'\U1F64B\U1F3FB\U200D\U2642\UFE0F' +emoji[man_raising_hand_light_skin_tone_minimally]=$'\U1F64B\U1F3FB\U200D\U2642' +emoji[man_raising_hand_medium_light_skin_tone]=$'\U1F64B\U1F3FC\U200D\U2642\UFE0F' +emoji[man_raising_hand_medium_light_skin_tone_minimally]=$'\U1F64B\U1F3FC\U200D\U2642' +emoji[man_raising_hand_medium_skin_tone]=$'\U1F64B\U1F3FD\U200D\U2642\UFE0F' +emoji[man_raising_hand_medium_skin_tone_minimally]=$'\U1F64B\U1F3FD\U200D\U2642' +emoji[man_raising_hand_medium_dark_skin_tone]=$'\U1F64B\U1F3FE\U200D\U2642\UFE0F' +emoji[man_raising_hand_medium_dark_skin_tone_minimally]=$'\U1F64B\U1F3FE\U200D\U2642' +emoji[man_raising_hand_dark_skin_tone]=$'\U1F64B\U1F3FF\U200D\U2642\UFE0F' +emoji[man_raising_hand_dark_skin_tone_minimally]=$'\U1F64B\U1F3FF\U200D\U2642' +emoji[woman_raising_hand]=$'\U1F64B\U200D\U2640\UFE0F' +emoji[woman_raising_hand_minimally]=$'\U1F64B\U200D\U2640' +emoji[raising_hand_woman]=$'\U1F64B\U200D\U2640' +emoji[woman_raising_hand_light_skin_tone]=$'\U1F64B\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_raising_hand_light_skin_tone_minimally]=$'\U1F64B\U1F3FB\U200D\U2640' +emoji[woman_raising_hand_medium_light_skin_tone]=$'\U1F64B\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_raising_hand_medium_light_skin_tone_minimally]=$'\U1F64B\U1F3FC\U200D\U2640' +emoji[woman_raising_hand_medium_skin_tone]=$'\U1F64B\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_raising_hand_medium_skin_tone_minimally]=$'\U1F64B\U1F3FD\U200D\U2640' +emoji[woman_raising_hand_medium_dark_skin_tone]=$'\U1F64B\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_raising_hand_medium_dark_skin_tone_minimally]=$'\U1F64B\U1F3FE\U200D\U2640' +emoji[woman_raising_hand_dark_skin_tone]=$'\U1F64B\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_raising_hand_dark_skin_tone_minimally]=$'\U1F64B\U1F3FF\U200D\U2640' +emoji[deaf_person]=$'\U1F9CF' +emoji[deaf_person_light_skin_tone]=$'\U1F9CF\U1F3FB' +emoji[deaf_person_medium_light_skin_tone]=$'\U1F9CF\U1F3FC' +emoji[deaf_person_medium_skin_tone]=$'\U1F9CF\U1F3FD' +emoji[deaf_person_medium_dark_skin_tone]=$'\U1F9CF\U1F3FE' +emoji[deaf_person_dark_skin_tone]=$'\U1F9CF\U1F3FF' +emoji[deaf_man]=$'\U1F9CF\U200D\U2642\UFE0F' +emoji[deaf_man_minimally]=$'\U1F9CF\U200D\U2642' +emoji[deaf_man_light_skin_tone]=$'\U1F9CF\U1F3FB\U200D\U2642\UFE0F' +emoji[deaf_man_light_skin_tone_minimally]=$'\U1F9CF\U1F3FB\U200D\U2642' +emoji[deaf_man_medium_light_skin_tone]=$'\U1F9CF\U1F3FC\U200D\U2642\UFE0F' +emoji[deaf_man_medium_light_skin_tone_minimally]=$'\U1F9CF\U1F3FC\U200D\U2642' +emoji[deaf_man_medium_skin_tone]=$'\U1F9CF\U1F3FD\U200D\U2642\UFE0F' +emoji[deaf_man_medium_skin_tone_minimally]=$'\U1F9CF\U1F3FD\U200D\U2642' +emoji[deaf_man_medium_dark_skin_tone]=$'\U1F9CF\U1F3FE\U200D\U2642\UFE0F' +emoji[deaf_man_medium_dark_skin_tone_minimally]=$'\U1F9CF\U1F3FE\U200D\U2642' +emoji[deaf_man_dark_skin_tone]=$'\U1F9CF\U1F3FF\U200D\U2642\UFE0F' +emoji[deaf_man_dark_skin_tone_minimally]=$'\U1F9CF\U1F3FF\U200D\U2642' +emoji[deaf_woman]=$'\U1F9CF\U200D\U2640\UFE0F' +emoji[deaf_woman_minimally]=$'\U1F9CF\U200D\U2640' +emoji[deaf_woman_light_skin_tone]=$'\U1F9CF\U1F3FB\U200D\U2640\UFE0F' +emoji[deaf_woman_light_skin_tone_minimally]=$'\U1F9CF\U1F3FB\U200D\U2640' +emoji[deaf_woman_medium_light_skin_tone]=$'\U1F9CF\U1F3FC\U200D\U2640\UFE0F' +emoji[deaf_woman_medium_light_skin_tone_minimally]=$'\U1F9CF\U1F3FC\U200D\U2640' +emoji[deaf_woman_medium_skin_tone]=$'\U1F9CF\U1F3FD\U200D\U2640\UFE0F' +emoji[deaf_woman_medium_skin_tone_minimally]=$'\U1F9CF\U1F3FD\U200D\U2640' +emoji[deaf_woman_medium_dark_skin_tone]=$'\U1F9CF\U1F3FE\U200D\U2640\UFE0F' +emoji[deaf_woman_medium_dark_skin_tone_minimally]=$'\U1F9CF\U1F3FE\U200D\U2640' +emoji[deaf_woman_dark_skin_tone]=$'\U1F9CF\U1F3FF\U200D\U2640\UFE0F' +emoji[deaf_woman_dark_skin_tone_minimally]=$'\U1F9CF\U1F3FF\U200D\U2640' +emoji[person_bowing]=$'\U1F647' +emoji[bow]=$'\U1F647' +emoji[person_bowing_light_skin_tone]=$'\U1F647\U1F3FB' +emoji[person_bowing_medium_light_skin_tone]=$'\U1F647\U1F3FC' +emoji[person_bowing_medium_skin_tone]=$'\U1F647\U1F3FD' +emoji[person_bowing_medium_dark_skin_tone]=$'\U1F647\U1F3FE' +emoji[person_bowing_dark_skin_tone]=$'\U1F647\U1F3FF' +emoji[man_bowing]=$'\U1F647\U200D\U2642\UFE0F' +emoji[man_bowing_minimally]=$'\U1F647\U200D\U2642' +emoji[bowing_man]=$'\U1F647\U200D\U2642' +emoji[man_bowing_light_skin_tone]=$'\U1F647\U1F3FB\U200D\U2642\UFE0F' +emoji[man_bowing_light_skin_tone_minimally]=$'\U1F647\U1F3FB\U200D\U2642' +emoji[man_bowing_medium_light_skin_tone]=$'\U1F647\U1F3FC\U200D\U2642\UFE0F' +emoji[man_bowing_medium_light_skin_tone_minimally]=$'\U1F647\U1F3FC\U200D\U2642' +emoji[man_bowing_medium_skin_tone]=$'\U1F647\U1F3FD\U200D\U2642\UFE0F' +emoji[man_bowing_medium_skin_tone_minimally]=$'\U1F647\U1F3FD\U200D\U2642' +emoji[man_bowing_medium_dark_skin_tone]=$'\U1F647\U1F3FE\U200D\U2642\UFE0F' +emoji[man_bowing_medium_dark_skin_tone_minimally]=$'\U1F647\U1F3FE\U200D\U2642' +emoji[man_bowing_dark_skin_tone]=$'\U1F647\U1F3FF\U200D\U2642\UFE0F' +emoji[man_bowing_dark_skin_tone_minimally]=$'\U1F647\U1F3FF\U200D\U2642' +emoji[woman_bowing]=$'\U1F647\U200D\U2640\UFE0F' +emoji[woman_bowing_minimally]=$'\U1F647\U200D\U2640' +emoji[bowing_woman]=$'\U1F647\U200D\U2640' +emoji[woman_bowing_light_skin_tone]=$'\U1F647\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_bowing_light_skin_tone_minimally]=$'\U1F647\U1F3FB\U200D\U2640' +emoji[woman_bowing_medium_light_skin_tone]=$'\U1F647\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_bowing_medium_light_skin_tone_minimally]=$'\U1F647\U1F3FC\U200D\U2640' +emoji[woman_bowing_medium_skin_tone]=$'\U1F647\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_bowing_medium_skin_tone_minimally]=$'\U1F647\U1F3FD\U200D\U2640' +emoji[woman_bowing_medium_dark_skin_tone]=$'\U1F647\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_bowing_medium_dark_skin_tone_minimally]=$'\U1F647\U1F3FE\U200D\U2640' +emoji[woman_bowing_dark_skin_tone]=$'\U1F647\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_bowing_dark_skin_tone_minimally]=$'\U1F647\U1F3FF\U200D\U2640' +emoji[person_facepalming]=$'\U1F926' +emoji[facepalm]=$'\U1F926' +emoji[person_facepalming_light_skin_tone]=$'\U1F926\U1F3FB' +emoji[person_facepalming_medium_light_skin_tone]=$'\U1F926\U1F3FC' +emoji[person_facepalming_medium_skin_tone]=$'\U1F926\U1F3FD' +emoji[person_facepalming_medium_dark_skin_tone]=$'\U1F926\U1F3FE' +emoji[person_facepalming_dark_skin_tone]=$'\U1F926\U1F3FF' +emoji[man_facepalming]=$'\U1F926\U200D\U2642\UFE0F' +emoji[man_facepalming_minimally]=$'\U1F926\U200D\U2642' +emoji[man_facepalming_light_skin_tone]=$'\U1F926\U1F3FB\U200D\U2642\UFE0F' +emoji[man_facepalming_light_skin_tone_minimally]=$'\U1F926\U1F3FB\U200D\U2642' +emoji[man_facepalming_medium_light_skin_tone]=$'\U1F926\U1F3FC\U200D\U2642\UFE0F' +emoji[man_facepalming_medium_light_skin_tone_minimally]=$'\U1F926\U1F3FC\U200D\U2642' +emoji[man_facepalming_medium_skin_tone]=$'\U1F926\U1F3FD\U200D\U2642\UFE0F' +emoji[man_facepalming_medium_skin_tone_minimally]=$'\U1F926\U1F3FD\U200D\U2642' +emoji[man_facepalming_medium_dark_skin_tone]=$'\U1F926\U1F3FE\U200D\U2642\UFE0F' +emoji[man_facepalming_medium_dark_skin_tone_minimally]=$'\U1F926\U1F3FE\U200D\U2642' +emoji[man_facepalming_dark_skin_tone]=$'\U1F926\U1F3FF\U200D\U2642\UFE0F' +emoji[man_facepalming_dark_skin_tone_minimally]=$'\U1F926\U1F3FF\U200D\U2642' +emoji[woman_facepalming]=$'\U1F926\U200D\U2640\UFE0F' +emoji[woman_facepalming_minimally]=$'\U1F926\U200D\U2640' +emoji[woman_facepalming_light_skin_tone]=$'\U1F926\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_facepalming_light_skin_tone_minimally]=$'\U1F926\U1F3FB\U200D\U2640' +emoji[woman_facepalming_medium_light_skin_tone]=$'\U1F926\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_facepalming_medium_light_skin_tone_minimally]=$'\U1F926\U1F3FC\U200D\U2640' +emoji[woman_facepalming_medium_skin_tone]=$'\U1F926\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_facepalming_medium_skin_tone_minimally]=$'\U1F926\U1F3FD\U200D\U2640' +emoji[woman_facepalming_medium_dark_skin_tone]=$'\U1F926\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_facepalming_medium_dark_skin_tone_minimally]=$'\U1F926\U1F3FE\U200D\U2640' +emoji[woman_facepalming_dark_skin_tone]=$'\U1F926\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_facepalming_dark_skin_tone_minimally]=$'\U1F926\U1F3FF\U200D\U2640' +emoji[person_shrugging]=$'\U1F937' +emoji[shrug]=$'\U1F937' +emoji[person_shrugging_light_skin_tone]=$'\U1F937\U1F3FB' +emoji[person_shrugging_medium_light_skin_tone]=$'\U1F937\U1F3FC' +emoji[person_shrugging_medium_skin_tone]=$'\U1F937\U1F3FD' +emoji[person_shrugging_medium_dark_skin_tone]=$'\U1F937\U1F3FE' +emoji[person_shrugging_dark_skin_tone]=$'\U1F937\U1F3FF' +emoji[man_shrugging]=$'\U1F937\U200D\U2642\UFE0F' +emoji[man_shrugging_minimally]=$'\U1F937\U200D\U2642' +emoji[man_shrugging_light_skin_tone]=$'\U1F937\U1F3FB\U200D\U2642\UFE0F' +emoji[man_shrugging_light_skin_tone_minimally]=$'\U1F937\U1F3FB\U200D\U2642' +emoji[man_shrugging_medium_light_skin_tone]=$'\U1F937\U1F3FC\U200D\U2642\UFE0F' +emoji[man_shrugging_medium_light_skin_tone_minimally]=$'\U1F937\U1F3FC\U200D\U2642' +emoji[man_shrugging_medium_skin_tone]=$'\U1F937\U1F3FD\U200D\U2642\UFE0F' +emoji[man_shrugging_medium_skin_tone_minimally]=$'\U1F937\U1F3FD\U200D\U2642' +emoji[man_shrugging_medium_dark_skin_tone]=$'\U1F937\U1F3FE\U200D\U2642\UFE0F' +emoji[man_shrugging_medium_dark_skin_tone_minimally]=$'\U1F937\U1F3FE\U200D\U2642' +emoji[man_shrugging_dark_skin_tone]=$'\U1F937\U1F3FF\U200D\U2642\UFE0F' +emoji[man_shrugging_dark_skin_tone_minimally]=$'\U1F937\U1F3FF\U200D\U2642' +emoji[woman_shrugging]=$'\U1F937\U200D\U2640\UFE0F' +emoji[woman_shrugging_minimally]=$'\U1F937\U200D\U2640' +emoji[woman_shrugging_light_skin_tone]=$'\U1F937\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_shrugging_light_skin_tone_minimally]=$'\U1F937\U1F3FB\U200D\U2640' +emoji[woman_shrugging_medium_light_skin_tone]=$'\U1F937\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_shrugging_medium_light_skin_tone_minimally]=$'\U1F937\U1F3FC\U200D\U2640' +emoji[woman_shrugging_medium_skin_tone]=$'\U1F937\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_shrugging_medium_skin_tone_minimally]=$'\U1F937\U1F3FD\U200D\U2640' +emoji[woman_shrugging_medium_dark_skin_tone]=$'\U1F937\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_shrugging_medium_dark_skin_tone_minimally]=$'\U1F937\U1F3FE\U200D\U2640' +emoji[woman_shrugging_dark_skin_tone]=$'\U1F937\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_shrugging_dark_skin_tone_minimally]=$'\U1F937\U1F3FF\U200D\U2640' +emoji[man_health_worker]=$'\U1F468\U200D\U2695\UFE0F' +emoji[man_health_worker_minimally]=$'\U1F468\U200D\U2695' +emoji[man_health_worker_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U2695\UFE0F' +emoji[man_health_worker_light_skin_tone_minimally]=$'\U1F468\U1F3FB\U200D\U2695' +emoji[man_health_worker_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U2695\UFE0F' +emoji[man_health_worker_medium_light_skin_tone_minimally]=$'\U1F468\U1F3FC\U200D\U2695' +emoji[man_health_worker_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U2695\UFE0F' +emoji[man_health_worker_medium_skin_tone_minimally]=$'\U1F468\U1F3FD\U200D\U2695' +emoji[man_health_worker_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U2695\UFE0F' +emoji[man_health_worker_medium_dark_skin_tone_minimally]=$'\U1F468\U1F3FE\U200D\U2695' +emoji[man_health_worker_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U2695\UFE0F' +emoji[man_health_worker_dark_skin_tone_minimally]=$'\U1F468\U1F3FF\U200D\U2695' +emoji[woman_health_worker]=$'\U1F469\U200D\U2695\UFE0F' +emoji[woman_health_worker_minimally]=$'\U1F469\U200D\U2695' +emoji[woman_health_worker_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U2695\UFE0F' +emoji[woman_health_worker_light_skin_tone_minimally]=$'\U1F469\U1F3FB\U200D\U2695' +emoji[woman_health_worker_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U2695\UFE0F' +emoji[woman_health_worker_medium_light_skin_tone_minimally]=$'\U1F469\U1F3FC\U200D\U2695' +emoji[woman_health_worker_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U2695\UFE0F' +emoji[woman_health_worker_medium_skin_tone_minimally]=$'\U1F469\U1F3FD\U200D\U2695' +emoji[woman_health_worker_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U2695\UFE0F' +emoji[woman_health_worker_medium_dark_skin_tone_minimally]=$'\U1F469\U1F3FE\U200D\U2695' +emoji[woman_health_worker_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U2695\UFE0F' +emoji[woman_health_worker_dark_skin_tone_minimally]=$'\U1F469\U1F3FF\U200D\U2695' +emoji[man_student]=$'\U1F468\U200D\U1F393' +emoji[man_student_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F393' +emoji[man_student_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F393' +emoji[man_student_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F393' +emoji[man_student_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F393' +emoji[man_student_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F393' +emoji[woman_student]=$'\U1F469\U200D\U1F393' +emoji[woman_student_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F393' +emoji[woman_student_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F393' +emoji[woman_student_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F393' +emoji[woman_student_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F393' +emoji[woman_student_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F393' +emoji[man_teacher]=$'\U1F468\U200D\U1F3EB' +emoji[man_teacher_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F3EB' +emoji[man_teacher_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F3EB' +emoji[man_teacher_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F3EB' +emoji[man_teacher_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F3EB' +emoji[man_teacher_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F3EB' +emoji[woman_teacher]=$'\U1F469\U200D\U1F3EB' +emoji[woman_teacher_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F3EB' +emoji[woman_teacher_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F3EB' +emoji[woman_teacher_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F3EB' +emoji[woman_teacher_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F3EB' +emoji[woman_teacher_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F3EB' +emoji[man_judge]=$'\U1F468\U200D\U2696\UFE0F' +emoji[man_judge_minimally]=$'\U1F468\U200D\U2696' +emoji[man_judge_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U2696\UFE0F' +emoji[man_judge_light_skin_tone_minimally]=$'\U1F468\U1F3FB\U200D\U2696' +emoji[man_judge_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U2696\UFE0F' +emoji[man_judge_medium_light_skin_tone_minimally]=$'\U1F468\U1F3FC\U200D\U2696' +emoji[man_judge_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U2696\UFE0F' +emoji[man_judge_medium_skin_tone_minimally]=$'\U1F468\U1F3FD\U200D\U2696' +emoji[man_judge_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U2696\UFE0F' +emoji[man_judge_medium_dark_skin_tone_minimally]=$'\U1F468\U1F3FE\U200D\U2696' +emoji[man_judge_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U2696\UFE0F' +emoji[man_judge_dark_skin_tone_minimally]=$'\U1F468\U1F3FF\U200D\U2696' +emoji[woman_judge]=$'\U1F469\U200D\U2696\UFE0F' +emoji[woman_judge_minimally]=$'\U1F469\U200D\U2696' +emoji[woman_judge_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U2696\UFE0F' +emoji[woman_judge_light_skin_tone_minimally]=$'\U1F469\U1F3FB\U200D\U2696' +emoji[woman_judge_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U2696\UFE0F' +emoji[woman_judge_medium_light_skin_tone_minimally]=$'\U1F469\U1F3FC\U200D\U2696' +emoji[woman_judge_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U2696\UFE0F' +emoji[woman_judge_medium_skin_tone_minimally]=$'\U1F469\U1F3FD\U200D\U2696' +emoji[woman_judge_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U2696\UFE0F' +emoji[woman_judge_medium_dark_skin_tone_minimally]=$'\U1F469\U1F3FE\U200D\U2696' +emoji[woman_judge_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U2696\UFE0F' +emoji[woman_judge_dark_skin_tone_minimally]=$'\U1F469\U1F3FF\U200D\U2696' +emoji[man_farmer]=$'\U1F468\U200D\U1F33E' +emoji[man_farmer_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F33E' +emoji[man_farmer_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F33E' +emoji[man_farmer_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F33E' +emoji[man_farmer_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F33E' +emoji[man_farmer_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F33E' +emoji[woman_farmer]=$'\U1F469\U200D\U1F33E' +emoji[woman_farmer_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F33E' +emoji[woman_farmer_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F33E' +emoji[woman_farmer_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F33E' +emoji[woman_farmer_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F33E' +emoji[woman_farmer_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F33E' +emoji[man_cook]=$'\U1F468\U200D\U1F373' +emoji[man_cook_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F373' +emoji[man_cook_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F373' +emoji[man_cook_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F373' +emoji[man_cook_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F373' +emoji[man_cook_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F373' +emoji[woman_cook]=$'\U1F469\U200D\U1F373' +emoji[woman_cook_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F373' +emoji[woman_cook_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F373' +emoji[woman_cook_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F373' +emoji[woman_cook_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F373' +emoji[woman_cook_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F373' +emoji[man_mechanic]=$'\U1F468\U200D\U1F527' +emoji[man_mechanic_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F527' +emoji[man_mechanic_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F527' +emoji[man_mechanic_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F527' +emoji[man_mechanic_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F527' +emoji[man_mechanic_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F527' +emoji[woman_mechanic]=$'\U1F469\U200D\U1F527' +emoji[woman_mechanic_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F527' +emoji[woman_mechanic_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F527' +emoji[woman_mechanic_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F527' +emoji[woman_mechanic_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F527' +emoji[woman_mechanic_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F527' +emoji[man_factory_worker]=$'\U1F468\U200D\U1F3ED' +emoji[man_factory_worker_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F3ED' +emoji[man_factory_worker_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F3ED' +emoji[man_factory_worker_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F3ED' +emoji[man_factory_worker_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F3ED' +emoji[man_factory_worker_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F3ED' +emoji[woman_factory_worker]=$'\U1F469\U200D\U1F3ED' +emoji[woman_factory_worker_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F3ED' +emoji[woman_factory_worker_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F3ED' +emoji[woman_factory_worker_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F3ED' +emoji[woman_factory_worker_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F3ED' +emoji[woman_factory_worker_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F3ED' +emoji[man_office_worker]=$'\U1F468\U200D\U1F4BC' +emoji[man_office_worker_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F4BC' +emoji[man_office_worker_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F4BC' +emoji[man_office_worker_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F4BC' +emoji[man_office_worker_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F4BC' +emoji[man_office_worker_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F4BC' +emoji[woman_office_worker]=$'\U1F469\U200D\U1F4BC' +emoji[woman_office_worker_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F4BC' +emoji[woman_office_worker_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F4BC' +emoji[woman_office_worker_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F4BC' +emoji[woman_office_worker_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F4BC' +emoji[woman_office_worker_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F4BC' +emoji[man_scientist]=$'\U1F468\U200D\U1F52C' +emoji[man_scientist_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F52C' +emoji[man_scientist_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F52C' +emoji[man_scientist_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F52C' +emoji[man_scientist_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F52C' +emoji[man_scientist_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F52C' +emoji[woman_scientist]=$'\U1F469\U200D\U1F52C' +emoji[woman_scientist_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F52C' +emoji[woman_scientist_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F52C' +emoji[woman_scientist_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F52C' +emoji[woman_scientist_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F52C' +emoji[woman_scientist_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F52C' +emoji[man_technologist]=$'\U1F468\U200D\U1F4BB' +emoji[man_technologist_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F4BB' +emoji[man_technologist_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F4BB' +emoji[man_technologist_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F4BB' +emoji[man_technologist_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F4BB' +emoji[man_technologist_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F4BB' +emoji[woman_technologist]=$'\U1F469\U200D\U1F4BB' +emoji[woman_technologist_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F4BB' +emoji[woman_technologist_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F4BB' +emoji[woman_technologist_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F4BB' +emoji[woman_technologist_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F4BB' +emoji[woman_technologist_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F4BB' +emoji[man_singer]=$'\U1F468\U200D\U1F3A4' +emoji[man_singer_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F3A4' +emoji[man_singer_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F3A4' +emoji[man_singer_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F3A4' +emoji[man_singer_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F3A4' +emoji[man_singer_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F3A4' +emoji[woman_singer]=$'\U1F469\U200D\U1F3A4' +emoji[woman_singer_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F3A4' +emoji[woman_singer_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F3A4' +emoji[woman_singer_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F3A4' +emoji[woman_singer_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F3A4' +emoji[woman_singer_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F3A4' +emoji[man_artist]=$'\U1F468\U200D\U1F3A8' +emoji[man_artist_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F3A8' +emoji[man_artist_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F3A8' +emoji[man_artist_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F3A8' +emoji[man_artist_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F3A8' +emoji[man_artist_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F3A8' +emoji[woman_artist]=$'\U1F469\U200D\U1F3A8' +emoji[woman_artist_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F3A8' +emoji[woman_artist_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F3A8' +emoji[woman_artist_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F3A8' +emoji[woman_artist_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F3A8' +emoji[woman_artist_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F3A8' +emoji[man_pilot]=$'\U1F468\U200D\U2708\UFE0F' +emoji[man_pilot_minimally]=$'\U1F468\U200D\U2708' +emoji[man_pilot_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U2708\UFE0F' +emoji[man_pilot_light_skin_tone_minimally]=$'\U1F468\U1F3FB\U200D\U2708' +emoji[man_pilot_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U2708\UFE0F' +emoji[man_pilot_medium_light_skin_tone_minimally]=$'\U1F468\U1F3FC\U200D\U2708' +emoji[man_pilot_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U2708\UFE0F' +emoji[man_pilot_medium_skin_tone_minimally]=$'\U1F468\U1F3FD\U200D\U2708' +emoji[man_pilot_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U2708\UFE0F' +emoji[man_pilot_medium_dark_skin_tone_minimally]=$'\U1F468\U1F3FE\U200D\U2708' +emoji[man_pilot_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U2708\UFE0F' +emoji[man_pilot_dark_skin_tone_minimally]=$'\U1F468\U1F3FF\U200D\U2708' +emoji[woman_pilot]=$'\U1F469\U200D\U2708\UFE0F' +emoji[woman_pilot_minimally]=$'\U1F469\U200D\U2708' +emoji[woman_pilot_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U2708\UFE0F' +emoji[woman_pilot_light_skin_tone_minimally]=$'\U1F469\U1F3FB\U200D\U2708' +emoji[woman_pilot_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U2708\UFE0F' +emoji[woman_pilot_medium_light_skin_tone_minimally]=$'\U1F469\U1F3FC\U200D\U2708' +emoji[woman_pilot_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U2708\UFE0F' +emoji[woman_pilot_medium_skin_tone_minimally]=$'\U1F469\U1F3FD\U200D\U2708' +emoji[woman_pilot_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U2708\UFE0F' +emoji[woman_pilot_medium_dark_skin_tone_minimally]=$'\U1F469\U1F3FE\U200D\U2708' +emoji[woman_pilot_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U2708\UFE0F' +emoji[woman_pilot_dark_skin_tone_minimally]=$'\U1F469\U1F3FF\U200D\U2708' +emoji[man_astronaut]=$'\U1F468\U200D\U1F680' +emoji[man_astronaut_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F680' +emoji[man_astronaut_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F680' +emoji[man_astronaut_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F680' +emoji[man_astronaut_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F680' +emoji[man_astronaut_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F680' +emoji[woman_astronaut]=$'\U1F469\U200D\U1F680' +emoji[woman_astronaut_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F680' +emoji[woman_astronaut_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F680' +emoji[woman_astronaut_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F680' +emoji[woman_astronaut_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F680' +emoji[woman_astronaut_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F680' +emoji[man_firefighter]=$'\U1F468\U200D\U1F692' +emoji[man_firefighter_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F692' +emoji[man_firefighter_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F692' +emoji[man_firefighter_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F692' +emoji[man_firefighter_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F692' +emoji[man_firefighter_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F692' +emoji[woman_firefighter]=$'\U1F469\U200D\U1F692' +emoji[woman_firefighter_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F692' +emoji[woman_firefighter_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F692' +emoji[woman_firefighter_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F692' +emoji[woman_firefighter_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F692' +emoji[woman_firefighter_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F692' +emoji[police_officer]=$'\U1F46E' +emoji[cop]=$'\U1F46E' +emoji[police_officer_light_skin_tone]=$'\U1F46E\U1F3FB' +emoji[police_officer_medium_light_skin_tone]=$'\U1F46E\U1F3FC' +emoji[police_officer_medium_skin_tone]=$'\U1F46E\U1F3FD' +emoji[police_officer_medium_dark_skin_tone]=$'\U1F46E\U1F3FE' +emoji[police_officer_dark_skin_tone]=$'\U1F46E\U1F3FF' +emoji[man_police_officer]=$'\U1F46E\U200D\U2642\UFE0F' +emoji[man_police_officer_minimally]=$'\U1F46E\U200D\U2642' +emoji[policeman]=$'\U1F46E\U200D\U2642' +emoji[man_police_officer_light_skin_tone]=$'\U1F46E\U1F3FB\U200D\U2642\UFE0F' +emoji[man_police_officer_light_skin_tone_minimally]=$'\U1F46E\U1F3FB\U200D\U2642' +emoji[man_police_officer_medium_light_skin_tone]=$'\U1F46E\U1F3FC\U200D\U2642\UFE0F' +emoji[man_police_officer_medium_light_skin_tone_minimally]=$'\U1F46E\U1F3FC\U200D\U2642' +emoji[man_police_officer_medium_skin_tone]=$'\U1F46E\U1F3FD\U200D\U2642\UFE0F' +emoji[man_police_officer_medium_skin_tone_minimally]=$'\U1F46E\U1F3FD\U200D\U2642' +emoji[man_police_officer_medium_dark_skin_tone]=$'\U1F46E\U1F3FE\U200D\U2642\UFE0F' +emoji[man_police_officer_medium_dark_skin_tone_minimally]=$'\U1F46E\U1F3FE\U200D\U2642' +emoji[man_police_officer_dark_skin_tone]=$'\U1F46E\U1F3FF\U200D\U2642\UFE0F' +emoji[man_police_officer_dark_skin_tone_minimally]=$'\U1F46E\U1F3FF\U200D\U2642' +emoji[woman_police_officer]=$'\U1F46E\U200D\U2640\UFE0F' +emoji[woman_police_officer_minimally]=$'\U1F46E\U200D\U2640' +emoji[policewoman]=$'\U1F46E\U200D\U2640' +emoji[woman_police_officer_light_skin_tone]=$'\U1F46E\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_police_officer_light_skin_tone_minimally]=$'\U1F46E\U1F3FB\U200D\U2640' +emoji[woman_police_officer_medium_light_skin_tone]=$'\U1F46E\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_police_officer_medium_light_skin_tone_minimally]=$'\U1F46E\U1F3FC\U200D\U2640' +emoji[woman_police_officer_medium_skin_tone]=$'\U1F46E\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_police_officer_medium_skin_tone_minimally]=$'\U1F46E\U1F3FD\U200D\U2640' +emoji[woman_police_officer_medium_dark_skin_tone]=$'\U1F46E\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_police_officer_medium_dark_skin_tone_minimally]=$'\U1F46E\U1F3FE\U200D\U2640' +emoji[woman_police_officer_dark_skin_tone]=$'\U1F46E\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_police_officer_dark_skin_tone_minimally]=$'\U1F46E\U1F3FF\U200D\U2640' +emoji[detective]=$'\U1F575\UFE0F' +emoji[detective_unqualified]=$'\U1F575' +emoji[detective_light_skin_tone]=$'\U1F575\U1F3FB' +emoji[detective_medium_light_skin_tone]=$'\U1F575\U1F3FC' +emoji[detective_medium_skin_tone]=$'\U1F575\U1F3FD' +emoji[detective_medium_dark_skin_tone]=$'\U1F575\U1F3FE' +emoji[detective_dark_skin_tone]=$'\U1F575\U1F3FF' +emoji[man_detective]=$'\U1F575\UFE0F\U200D\U2642\UFE0F' +emoji[male_detective]=$'\U1F575\UFE0F\U200D\U2642\UFE0F' +emoji[man_detective_unqualified]=$'\U1F575\U200D\U2642\UFE0F' +emoji[man_detective_unqualified_1]=$'\U1F575\UFE0F\U200D\U2642' +emoji[man_detective_unqualified_2]=$'\U1F575\U200D\U2642' +emoji[man_detective_light_skin_tone]=$'\U1F575\U1F3FB\U200D\U2642\UFE0F' +emoji[man_detective_light_skin_tone_minimally]=$'\U1F575\U1F3FB\U200D\U2642' +emoji[man_detective_medium_light_skin_tone]=$'\U1F575\U1F3FC\U200D\U2642\UFE0F' +emoji[man_detective_medium_light_skin_tone_minimally]=$'\U1F575\U1F3FC\U200D\U2642' +emoji[man_detective_medium_skin_tone]=$'\U1F575\U1F3FD\U200D\U2642\UFE0F' +emoji[man_detective_medium_skin_tone_minimally]=$'\U1F575\U1F3FD\U200D\U2642' +emoji[man_detective_medium_dark_skin_tone]=$'\U1F575\U1F3FE\U200D\U2642\UFE0F' +emoji[man_detective_medium_dark_skin_tone_minimally]=$'\U1F575\U1F3FE\U200D\U2642' +emoji[man_detective_dark_skin_tone]=$'\U1F575\U1F3FF\U200D\U2642\UFE0F' +emoji[man_detective_dark_skin_tone_minimally]=$'\U1F575\U1F3FF\U200D\U2642' +emoji[woman_detective]=$'\U1F575\UFE0F\U200D\U2640\UFE0F' +emoji[female_detective]=$'\U1F575\UFE0F\U200D\U2640\UFE0F' +emoji[woman_detective_unqualified]=$'\U1F575\U200D\U2640\UFE0F' +emoji[woman_detective_unqualified_1]=$'\U1F575\UFE0F\U200D\U2640' +emoji[woman_detective_unqualified_2]=$'\U1F575\U200D\U2640' +emoji[woman_detective_light_skin_tone]=$'\U1F575\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_detective_light_skin_tone_minimally]=$'\U1F575\U1F3FB\U200D\U2640' +emoji[woman_detective_medium_light_skin_tone]=$'\U1F575\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_detective_medium_light_skin_tone_minimally]=$'\U1F575\U1F3FC\U200D\U2640' +emoji[woman_detective_medium_skin_tone]=$'\U1F575\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_detective_medium_skin_tone_minimally]=$'\U1F575\U1F3FD\U200D\U2640' +emoji[woman_detective_medium_dark_skin_tone]=$'\U1F575\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_detective_medium_dark_skin_tone_minimally]=$'\U1F575\U1F3FE\U200D\U2640' +emoji[woman_detective_dark_skin_tone]=$'\U1F575\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_detective_dark_skin_tone_minimally]=$'\U1F575\U1F3FF\U200D\U2640' +emoji[guard]=$'\U1F482' +emoji[guard_light_skin_tone]=$'\U1F482\U1F3FB' +emoji[guard_medium_light_skin_tone]=$'\U1F482\U1F3FC' +emoji[guard_medium_skin_tone]=$'\U1F482\U1F3FD' +emoji[guard_medium_dark_skin_tone]=$'\U1F482\U1F3FE' +emoji[guard_dark_skin_tone]=$'\U1F482\U1F3FF' +emoji[man_guard]=$'\U1F482\U200D\U2642\UFE0F' +emoji[man_guard_minimally]=$'\U1F482\U200D\U2642' +emoji[guardsman]=$'\U1F482\U200D\U2642' +emoji[man_guard_light_skin_tone]=$'\U1F482\U1F3FB\U200D\U2642\UFE0F' +emoji[man_guard_light_skin_tone_minimally]=$'\U1F482\U1F3FB\U200D\U2642' +emoji[man_guard_medium_light_skin_tone]=$'\U1F482\U1F3FC\U200D\U2642\UFE0F' +emoji[man_guard_medium_light_skin_tone_minimally]=$'\U1F482\U1F3FC\U200D\U2642' +emoji[man_guard_medium_skin_tone]=$'\U1F482\U1F3FD\U200D\U2642\UFE0F' +emoji[man_guard_medium_skin_tone_minimally]=$'\U1F482\U1F3FD\U200D\U2642' +emoji[man_guard_medium_dark_skin_tone]=$'\U1F482\U1F3FE\U200D\U2642\UFE0F' +emoji[man_guard_medium_dark_skin_tone_minimally]=$'\U1F482\U1F3FE\U200D\U2642' +emoji[man_guard_dark_skin_tone]=$'\U1F482\U1F3FF\U200D\U2642\UFE0F' +emoji[man_guard_dark_skin_tone_minimally]=$'\U1F482\U1F3FF\U200D\U2642' +emoji[woman_guard]=$'\U1F482\U200D\U2640\UFE0F' +emoji[woman_guard_minimally]=$'\U1F482\U200D\U2640' +emoji[guardswoman]=$'\U1F482\U200D\U2640' +emoji[woman_guard_light_skin_tone]=$'\U1F482\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_guard_light_skin_tone_minimally]=$'\U1F482\U1F3FB\U200D\U2640' +emoji[woman_guard_medium_light_skin_tone]=$'\U1F482\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_guard_medium_light_skin_tone_minimally]=$'\U1F482\U1F3FC\U200D\U2640' +emoji[woman_guard_medium_skin_tone]=$'\U1F482\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_guard_medium_skin_tone_minimally]=$'\U1F482\U1F3FD\U200D\U2640' +emoji[woman_guard_medium_dark_skin_tone]=$'\U1F482\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_guard_medium_dark_skin_tone_minimally]=$'\U1F482\U1F3FE\U200D\U2640' +emoji[woman_guard_dark_skin_tone]=$'\U1F482\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_guard_dark_skin_tone_minimally]=$'\U1F482\U1F3FF\U200D\U2640' +emoji[construction_worker]=$'\U1F477' +emoji[construction_worker_light_skin_tone]=$'\U1F477\U1F3FB' +emoji[construction_worker_medium_light_skin_tone]=$'\U1F477\U1F3FC' +emoji[construction_worker_medium_skin_tone]=$'\U1F477\U1F3FD' +emoji[construction_worker_medium_dark_skin_tone]=$'\U1F477\U1F3FE' +emoji[construction_worker_dark_skin_tone]=$'\U1F477\U1F3FF' +emoji[man_construction_worker]=$'\U1F477\U200D\U2642\UFE0F' +emoji[man_construction_worker_minimally]=$'\U1F477\U200D\U2642' +emoji[construction_worker_man]=$'\U1F477\U200D\U2642' +emoji[man_construction_worker_light_skin_tone]=$'\U1F477\U1F3FB\U200D\U2642\UFE0F' +emoji[man_construction_worker_light_skin_tone_minimally]=$'\U1F477\U1F3FB\U200D\U2642' +emoji[man_construction_worker_medium_light_skin_tone]=$'\U1F477\U1F3FC\U200D\U2642\UFE0F' +emoji[man_construction_worker_medium_light_skin_tone_minimally]=$'\U1F477\U1F3FC\U200D\U2642' +emoji[man_construction_worker_medium_skin_tone]=$'\U1F477\U1F3FD\U200D\U2642\UFE0F' +emoji[man_construction_worker_medium_skin_tone_minimally]=$'\U1F477\U1F3FD\U200D\U2642' +emoji[man_construction_worker_medium_dark_skin_tone]=$'\U1F477\U1F3FE\U200D\U2642\UFE0F' +emoji[man_construction_worker_medium_dark_skin_tone_minimally]=$'\U1F477\U1F3FE\U200D\U2642' +emoji[man_construction_worker_dark_skin_tone]=$'\U1F477\U1F3FF\U200D\U2642\UFE0F' +emoji[man_construction_worker_dark_skin_tone_minimally]=$'\U1F477\U1F3FF\U200D\U2642' +emoji[woman_construction_worker]=$'\U1F477\U200D\U2640\UFE0F' +emoji[woman_construction_worker_minimally]=$'\U1F477\U200D\U2640' +emoji[construction_worker_woman]=$'\U1F477\U200D\U2640' +emoji[woman_construction_worker_light_skin_tone]=$'\U1F477\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_construction_worker_light_skin_tone_minimally]=$'\U1F477\U1F3FB\U200D\U2640' +emoji[woman_construction_worker_medium_light_skin_tone]=$'\U1F477\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_construction_worker_medium_light_skin_tone_minimally]=$'\U1F477\U1F3FC\U200D\U2640' +emoji[woman_construction_worker_medium_skin_tone]=$'\U1F477\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_construction_worker_medium_skin_tone_minimally]=$'\U1F477\U1F3FD\U200D\U2640' +emoji[woman_construction_worker_medium_dark_skin_tone]=$'\U1F477\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_construction_worker_medium_dark_skin_tone_minimally]=$'\U1F477\U1F3FE\U200D\U2640' +emoji[woman_construction_worker_dark_skin_tone]=$'\U1F477\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_construction_worker_dark_skin_tone_minimally]=$'\U1F477\U1F3FF\U200D\U2640' +emoji[prince]=$'\U1F934' +emoji[prince_light_skin_tone]=$'\U1F934\U1F3FB' +emoji[prince_medium_light_skin_tone]=$'\U1F934\U1F3FC' +emoji[prince_medium_skin_tone]=$'\U1F934\U1F3FD' +emoji[prince_medium_dark_skin_tone]=$'\U1F934\U1F3FE' +emoji[prince_dark_skin_tone]=$'\U1F934\U1F3FF' +emoji[princess]=$'\U1F478' +emoji[princess_light_skin_tone]=$'\U1F478\U1F3FB' +emoji[princess_medium_light_skin_tone]=$'\U1F478\U1F3FC' +emoji[princess_medium_skin_tone]=$'\U1F478\U1F3FD' +emoji[princess_medium_dark_skin_tone]=$'\U1F478\U1F3FE' +emoji[princess_dark_skin_tone]=$'\U1F478\U1F3FF' +emoji[person_wearing_turban]=$'\U1F473' +emoji[person_with_turban]=$'\U1F473' +emoji[person_wearing_turban_light_skin_tone]=$'\U1F473\U1F3FB' +emoji[person_wearing_turban_medium_light_skin_tone]=$'\U1F473\U1F3FC' +emoji[person_wearing_turban_medium_skin_tone]=$'\U1F473\U1F3FD' +emoji[person_wearing_turban_medium_dark_skin_tone]=$'\U1F473\U1F3FE' +emoji[person_wearing_turban_dark_skin_tone]=$'\U1F473\U1F3FF' +emoji[man_wearing_turban]=$'\U1F473\U200D\U2642\UFE0F' +emoji[man_wearing_turban_minimally]=$'\U1F473\U200D\U2642' +emoji[man_with_turban]=$'\U1F473\U200D\U2642' +emoji[man_wearing_turban_light_skin_tone]=$'\U1F473\U1F3FB\U200D\U2642\UFE0F' +emoji[man_wearing_turban_light_skin_tone_minimally]=$'\U1F473\U1F3FB\U200D\U2642' +emoji[man_wearing_turban_medium_light_skin_tone]=$'\U1F473\U1F3FC\U200D\U2642\UFE0F' +emoji[man_wearing_turban_medium_light_skin_tone_minimally]=$'\U1F473\U1F3FC\U200D\U2642' +emoji[man_wearing_turban_medium_skin_tone]=$'\U1F473\U1F3FD\U200D\U2642\UFE0F' +emoji[man_wearing_turban_medium_skin_tone_minimally]=$'\U1F473\U1F3FD\U200D\U2642' +emoji[man_wearing_turban_medium_dark_skin_tone]=$'\U1F473\U1F3FE\U200D\U2642\UFE0F' +emoji[man_wearing_turban_medium_dark_skin_tone_minimally]=$'\U1F473\U1F3FE\U200D\U2642' +emoji[man_wearing_turban_dark_skin_tone]=$'\U1F473\U1F3FF\U200D\U2642\UFE0F' +emoji[man_wearing_turban_dark_skin_tone_minimally]=$'\U1F473\U1F3FF\U200D\U2642' +emoji[woman_wearing_turban]=$'\U1F473\U200D\U2640\UFE0F' +emoji[woman_wearing_turban_minimally]=$'\U1F473\U200D\U2640' +emoji[woman_with_turban]=$'\U1F473\U200D\U2640' +emoji[woman_wearing_turban_light_skin_tone]=$'\U1F473\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_wearing_turban_light_skin_tone_minimally]=$'\U1F473\U1F3FB\U200D\U2640' +emoji[woman_wearing_turban_medium_light_skin_tone]=$'\U1F473\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_wearing_turban_medium_light_skin_tone_minimally]=$'\U1F473\U1F3FC\U200D\U2640' +emoji[woman_wearing_turban_medium_skin_tone]=$'\U1F473\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_wearing_turban_medium_skin_tone_minimally]=$'\U1F473\U1F3FD\U200D\U2640' +emoji[woman_wearing_turban_medium_dark_skin_tone]=$'\U1F473\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_wearing_turban_medium_dark_skin_tone_minimally]=$'\U1F473\U1F3FE\U200D\U2640' +emoji[woman_wearing_turban_dark_skin_tone]=$'\U1F473\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_wearing_turban_dark_skin_tone_minimally]=$'\U1F473\U1F3FF\U200D\U2640' +emoji[man_with_Chinese_cap]=$'\U1F472' +emoji[man_with_gua_pi_mao]=$'\U1F472' +emoji[man_with_Chinese_cap_light_skin_tone]=$'\U1F472\U1F3FB' +emoji[man_with_Chinese_cap_medium_light_skin_tone]=$'\U1F472\U1F3FC' +emoji[man_with_Chinese_cap_medium_skin_tone]=$'\U1F472\U1F3FD' +emoji[man_with_Chinese_cap_medium_dark_skin_tone]=$'\U1F472\U1F3FE' +emoji[man_with_Chinese_cap_dark_skin_tone]=$'\U1F472\U1F3FF' +emoji[woman_with_headscarf]=$'\U1F9D5' +emoji[woman_with_headscarf_light_skin_tone]=$'\U1F9D5\U1F3FB' +emoji[woman_with_headscarf_medium_light_skin_tone]=$'\U1F9D5\U1F3FC' +emoji[woman_with_headscarf_medium_skin_tone]=$'\U1F9D5\U1F3FD' +emoji[woman_with_headscarf_medium_dark_skin_tone]=$'\U1F9D5\U1F3FE' +emoji[woman_with_headscarf_dark_skin_tone]=$'\U1F9D5\U1F3FF' +emoji[man_in_tuxedo]=$'\U1F935' +emoji[man_in_tuxedo_light_skin_tone]=$'\U1F935\U1F3FB' +emoji[man_in_tuxedo_medium_light_skin_tone]=$'\U1F935\U1F3FC' +emoji[man_in_tuxedo_medium_skin_tone]=$'\U1F935\U1F3FD' +emoji[man_in_tuxedo_medium_dark_skin_tone]=$'\U1F935\U1F3FE' +emoji[man_in_tuxedo_dark_skin_tone]=$'\U1F935\U1F3FF' +emoji[bride_with_veil]=$'\U1F470' +emoji[bride_with_veil_light_skin_tone]=$'\U1F470\U1F3FB' +emoji[bride_with_veil_medium_light_skin_tone]=$'\U1F470\U1F3FC' +emoji[bride_with_veil_medium_skin_tone]=$'\U1F470\U1F3FD' +emoji[bride_with_veil_medium_dark_skin_tone]=$'\U1F470\U1F3FE' +emoji[bride_with_veil_dark_skin_tone]=$'\U1F470\U1F3FF' +emoji[pregnant_woman]=$'\U1F930' +emoji[pregnant_woman_light_skin_tone]=$'\U1F930\U1F3FB' +emoji[pregnant_woman_medium_light_skin_tone]=$'\U1F930\U1F3FC' +emoji[pregnant_woman_medium_skin_tone]=$'\U1F930\U1F3FD' +emoji[pregnant_woman_medium_dark_skin_tone]=$'\U1F930\U1F3FE' +emoji[pregnant_woman_dark_skin_tone]=$'\U1F930\U1F3FF' +emoji[breast_feeding]=$'\U1F931' +emoji[breast_feeding_light_skin_tone]=$'\U1F931\U1F3FB' +emoji[breast_feeding_medium_light_skin_tone]=$'\U1F931\U1F3FC' +emoji[breast_feeding_medium_skin_tone]=$'\U1F931\U1F3FD' +emoji[breast_feeding_medium_dark_skin_tone]=$'\U1F931\U1F3FE' +emoji[breast_feeding_dark_skin_tone]=$'\U1F931\U1F3FF' +emoji[baby_angel]=$'\U1F47C' +emoji[angel]=$'\U1F47C' +emoji[baby_angel_light_skin_tone]=$'\U1F47C\U1F3FB' +emoji[baby_angel_medium_light_skin_tone]=$'\U1F47C\U1F3FC' +emoji[baby_angel_medium_skin_tone]=$'\U1F47C\U1F3FD' +emoji[baby_angel_medium_dark_skin_tone]=$'\U1F47C\U1F3FE' +emoji[baby_angel_dark_skin_tone]=$'\U1F47C\U1F3FF' +emoji[Santa_Claus]=$'\U1F385' +emoji[santa]=$'\U1F385' +emoji[Santa_Claus_light_skin_tone]=$'\U1F385\U1F3FB' +emoji[Santa_Claus_medium_light_skin_tone]=$'\U1F385\U1F3FC' +emoji[Santa_Claus_medium_skin_tone]=$'\U1F385\U1F3FD' +emoji[Santa_Claus_medium_dark_skin_tone]=$'\U1F385\U1F3FE' +emoji[Santa_Claus_dark_skin_tone]=$'\U1F385\U1F3FF' +emoji[Mrs_Claus]=$'\U1F936' +emoji[mrs_claus]=$'\U1F936' +emoji[Mrs_Claus_light_skin_tone]=$'\U1F936\U1F3FB' +emoji[Mrs_Claus_medium_light_skin_tone]=$'\U1F936\U1F3FC' +emoji[Mrs_Claus_medium_skin_tone]=$'\U1F936\U1F3FD' +emoji[Mrs_Claus_medium_dark_skin_tone]=$'\U1F936\U1F3FE' +emoji[Mrs_Claus_dark_skin_tone]=$'\U1F936\U1F3FF' +emoji[superhero]=$'\U1F9B8' +emoji[superhero_light_skin_tone]=$'\U1F9B8\U1F3FB' +emoji[superhero_medium_light_skin_tone]=$'\U1F9B8\U1F3FC' +emoji[superhero_medium_skin_tone]=$'\U1F9B8\U1F3FD' +emoji[superhero_medium_dark_skin_tone]=$'\U1F9B8\U1F3FE' +emoji[superhero_dark_skin_tone]=$'\U1F9B8\U1F3FF' +emoji[man_superhero]=$'\U1F9B8\U200D\U2642\UFE0F' +emoji[man_superhero_minimally]=$'\U1F9B8\U200D\U2642' +emoji[superhero_man]=$'\U1F9B8\U200D\U2642' +emoji[man_superhero_light_skin_tone]=$'\U1F9B8\U1F3FB\U200D\U2642\UFE0F' +emoji[man_superhero_light_skin_tone_minimally]=$'\U1F9B8\U1F3FB\U200D\U2642' +emoji[man_superhero_medium_light_skin_tone]=$'\U1F9B8\U1F3FC\U200D\U2642\UFE0F' +emoji[man_superhero_medium_light_skin_tone_minimally]=$'\U1F9B8\U1F3FC\U200D\U2642' +emoji[man_superhero_medium_skin_tone]=$'\U1F9B8\U1F3FD\U200D\U2642\UFE0F' +emoji[man_superhero_medium_skin_tone_minimally]=$'\U1F9B8\U1F3FD\U200D\U2642' +emoji[man_superhero_medium_dark_skin_tone]=$'\U1F9B8\U1F3FE\U200D\U2642\UFE0F' +emoji[man_superhero_medium_dark_skin_tone_minimally]=$'\U1F9B8\U1F3FE\U200D\U2642' +emoji[man_superhero_dark_skin_tone]=$'\U1F9B8\U1F3FF\U200D\U2642\UFE0F' +emoji[man_superhero_dark_skin_tone_minimally]=$'\U1F9B8\U1F3FF\U200D\U2642' +emoji[woman_superhero]=$'\U1F9B8\U200D\U2640\UFE0F' +emoji[woman_superhero_minimally]=$'\U1F9B8\U200D\U2640' +emoji[superhero_woman]=$'\U1F9B8\U200D\U2640' +emoji[woman_superhero_light_skin_tone]=$'\U1F9B8\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_superhero_light_skin_tone_minimally]=$'\U1F9B8\U1F3FB\U200D\U2640' +emoji[woman_superhero_medium_light_skin_tone]=$'\U1F9B8\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_superhero_medium_light_skin_tone_minimally]=$'\U1F9B8\U1F3FC\U200D\U2640' +emoji[woman_superhero_medium_skin_tone]=$'\U1F9B8\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_superhero_medium_skin_tone_minimally]=$'\U1F9B8\U1F3FD\U200D\U2640' +emoji[woman_superhero_medium_dark_skin_tone]=$'\U1F9B8\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_superhero_medium_dark_skin_tone_minimally]=$'\U1F9B8\U1F3FE\U200D\U2640' +emoji[woman_superhero_dark_skin_tone]=$'\U1F9B8\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_superhero_dark_skin_tone_minimally]=$'\U1F9B8\U1F3FF\U200D\U2640' +emoji[supervillain]=$'\U1F9B9' +emoji[supervillain_light_skin_tone]=$'\U1F9B9\U1F3FB' +emoji[supervillain_medium_light_skin_tone]=$'\U1F9B9\U1F3FC' +emoji[supervillain_medium_skin_tone]=$'\U1F9B9\U1F3FD' +emoji[supervillain_medium_dark_skin_tone]=$'\U1F9B9\U1F3FE' +emoji[supervillain_dark_skin_tone]=$'\U1F9B9\U1F3FF' +emoji[man_supervillain]=$'\U1F9B9\U200D\U2642\UFE0F' +emoji[man_supervillain_minimally]=$'\U1F9B9\U200D\U2642' +emoji[supervillain_man]=$'\U1F9B9\U200D\U2642' +emoji[man_supervillain_light_skin_tone]=$'\U1F9B9\U1F3FB\U200D\U2642\UFE0F' +emoji[man_supervillain_light_skin_tone_minimally]=$'\U1F9B9\U1F3FB\U200D\U2642' +emoji[man_supervillain_medium_light_skin_tone]=$'\U1F9B9\U1F3FC\U200D\U2642\UFE0F' +emoji[man_supervillain_medium_light_skin_tone_minimally]=$'\U1F9B9\U1F3FC\U200D\U2642' +emoji[man_supervillain_medium_skin_tone]=$'\U1F9B9\U1F3FD\U200D\U2642\UFE0F' +emoji[man_supervillain_medium_skin_tone_minimally]=$'\U1F9B9\U1F3FD\U200D\U2642' +emoji[man_supervillain_medium_dark_skin_tone]=$'\U1F9B9\U1F3FE\U200D\U2642\UFE0F' +emoji[man_supervillain_medium_dark_skin_tone_minimally]=$'\U1F9B9\U1F3FE\U200D\U2642' +emoji[man_supervillain_dark_skin_tone]=$'\U1F9B9\U1F3FF\U200D\U2642\UFE0F' +emoji[man_supervillain_dark_skin_tone_minimally]=$'\U1F9B9\U1F3FF\U200D\U2642' +emoji[woman_supervillain]=$'\U1F9B9\U200D\U2640\UFE0F' +emoji[woman_supervillain_minimally]=$'\U1F9B9\U200D\U2640' +emoji[supervillain_woman]=$'\U1F9B9\U200D\U2640' +emoji[woman_supervillain_light_skin_tone]=$'\U1F9B9\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_supervillain_light_skin_tone_minimally]=$'\U1F9B9\U1F3FB\U200D\U2640' +emoji[woman_supervillain_medium_light_skin_tone]=$'\U1F9B9\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_supervillain_medium_light_skin_tone_minimally]=$'\U1F9B9\U1F3FC\U200D\U2640' +emoji[woman_supervillain_medium_skin_tone]=$'\U1F9B9\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_supervillain_medium_skin_tone_minimally]=$'\U1F9B9\U1F3FD\U200D\U2640' +emoji[woman_supervillain_medium_dark_skin_tone]=$'\U1F9B9\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_supervillain_medium_dark_skin_tone_minimally]=$'\U1F9B9\U1F3FE\U200D\U2640' +emoji[woman_supervillain_dark_skin_tone]=$'\U1F9B9\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_supervillain_dark_skin_tone_minimally]=$'\U1F9B9\U1F3FF\U200D\U2640' +emoji[mage]=$'\U1F9D9' +emoji[mage_light_skin_tone]=$'\U1F9D9\U1F3FB' +emoji[mage_medium_light_skin_tone]=$'\U1F9D9\U1F3FC' +emoji[mage_medium_skin_tone]=$'\U1F9D9\U1F3FD' +emoji[mage_medium_dark_skin_tone]=$'\U1F9D9\U1F3FE' +emoji[mage_dark_skin_tone]=$'\U1F9D9\U1F3FF' +emoji[man_mage]=$'\U1F9D9\U200D\U2642\UFE0F' +emoji[man_mage_minimally]=$'\U1F9D9\U200D\U2642' +emoji[mage_man]=$'\U1F9D9\U200D\U2642' +emoji[man_mage_light_skin_tone]=$'\U1F9D9\U1F3FB\U200D\U2642\UFE0F' +emoji[man_mage_light_skin_tone_minimally]=$'\U1F9D9\U1F3FB\U200D\U2642' +emoji[man_mage_medium_light_skin_tone]=$'\U1F9D9\U1F3FC\U200D\U2642\UFE0F' +emoji[man_mage_medium_light_skin_tone_minimally]=$'\U1F9D9\U1F3FC\U200D\U2642' +emoji[man_mage_medium_skin_tone]=$'\U1F9D9\U1F3FD\U200D\U2642\UFE0F' +emoji[man_mage_medium_skin_tone_minimally]=$'\U1F9D9\U1F3FD\U200D\U2642' +emoji[man_mage_medium_dark_skin_tone]=$'\U1F9D9\U1F3FE\U200D\U2642\UFE0F' +emoji[man_mage_medium_dark_skin_tone_minimally]=$'\U1F9D9\U1F3FE\U200D\U2642' +emoji[man_mage_dark_skin_tone]=$'\U1F9D9\U1F3FF\U200D\U2642\UFE0F' +emoji[man_mage_dark_skin_tone_minimally]=$'\U1F9D9\U1F3FF\U200D\U2642' +emoji[woman_mage]=$'\U1F9D9\U200D\U2640\UFE0F' +emoji[woman_mage_minimally]=$'\U1F9D9\U200D\U2640' +emoji[mage_woman]=$'\U1F9D9\U200D\U2640' +emoji[woman_mage_light_skin_tone]=$'\U1F9D9\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_mage_light_skin_tone_minimally]=$'\U1F9D9\U1F3FB\U200D\U2640' +emoji[woman_mage_medium_light_skin_tone]=$'\U1F9D9\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_mage_medium_light_skin_tone_minimally]=$'\U1F9D9\U1F3FC\U200D\U2640' +emoji[woman_mage_medium_skin_tone]=$'\U1F9D9\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_mage_medium_skin_tone_minimally]=$'\U1F9D9\U1F3FD\U200D\U2640' +emoji[woman_mage_medium_dark_skin_tone]=$'\U1F9D9\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_mage_medium_dark_skin_tone_minimally]=$'\U1F9D9\U1F3FE\U200D\U2640' +emoji[woman_mage_dark_skin_tone]=$'\U1F9D9\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_mage_dark_skin_tone_minimally]=$'\U1F9D9\U1F3FF\U200D\U2640' +emoji[fairy]=$'\U1F9DA' +emoji[fairy_light_skin_tone]=$'\U1F9DA\U1F3FB' +emoji[fairy_medium_light_skin_tone]=$'\U1F9DA\U1F3FC' +emoji[fairy_medium_skin_tone]=$'\U1F9DA\U1F3FD' +emoji[fairy_medium_dark_skin_tone]=$'\U1F9DA\U1F3FE' +emoji[fairy_dark_skin_tone]=$'\U1F9DA\U1F3FF' +emoji[man_fairy]=$'\U1F9DA\U200D\U2642\UFE0F' +emoji[man_fairy_minimally]=$'\U1F9DA\U200D\U2642' +emoji[fairy_man]=$'\U1F9DA\U200D\U2642' +emoji[man_fairy_light_skin_tone]=$'\U1F9DA\U1F3FB\U200D\U2642\UFE0F' +emoji[man_fairy_light_skin_tone_minimally]=$'\U1F9DA\U1F3FB\U200D\U2642' +emoji[man_fairy_medium_light_skin_tone]=$'\U1F9DA\U1F3FC\U200D\U2642\UFE0F' +emoji[man_fairy_medium_light_skin_tone_minimally]=$'\U1F9DA\U1F3FC\U200D\U2642' +emoji[man_fairy_medium_skin_tone]=$'\U1F9DA\U1F3FD\U200D\U2642\UFE0F' +emoji[man_fairy_medium_skin_tone_minimally]=$'\U1F9DA\U1F3FD\U200D\U2642' +emoji[man_fairy_medium_dark_skin_tone]=$'\U1F9DA\U1F3FE\U200D\U2642\UFE0F' +emoji[man_fairy_medium_dark_skin_tone_minimally]=$'\U1F9DA\U1F3FE\U200D\U2642' +emoji[man_fairy_dark_skin_tone]=$'\U1F9DA\U1F3FF\U200D\U2642\UFE0F' +emoji[man_fairy_dark_skin_tone_minimally]=$'\U1F9DA\U1F3FF\U200D\U2642' +emoji[woman_fairy]=$'\U1F9DA\U200D\U2640\UFE0F' +emoji[woman_fairy_minimally]=$'\U1F9DA\U200D\U2640' +emoji[fairy_woman]=$'\U1F9DA\U200D\U2640' +emoji[woman_fairy_light_skin_tone]=$'\U1F9DA\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_fairy_light_skin_tone_minimally]=$'\U1F9DA\U1F3FB\U200D\U2640' +emoji[woman_fairy_medium_light_skin_tone]=$'\U1F9DA\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_fairy_medium_light_skin_tone_minimally]=$'\U1F9DA\U1F3FC\U200D\U2640' +emoji[woman_fairy_medium_skin_tone]=$'\U1F9DA\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_fairy_medium_skin_tone_minimally]=$'\U1F9DA\U1F3FD\U200D\U2640' +emoji[woman_fairy_medium_dark_skin_tone]=$'\U1F9DA\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_fairy_medium_dark_skin_tone_minimally]=$'\U1F9DA\U1F3FE\U200D\U2640' +emoji[woman_fairy_dark_skin_tone]=$'\U1F9DA\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_fairy_dark_skin_tone_minimally]=$'\U1F9DA\U1F3FF\U200D\U2640' +emoji[vampire]=$'\U1F9DB' +emoji[vampire_light_skin_tone]=$'\U1F9DB\U1F3FB' +emoji[vampire_medium_light_skin_tone]=$'\U1F9DB\U1F3FC' +emoji[vampire_medium_skin_tone]=$'\U1F9DB\U1F3FD' +emoji[vampire_medium_dark_skin_tone]=$'\U1F9DB\U1F3FE' +emoji[vampire_dark_skin_tone]=$'\U1F9DB\U1F3FF' +emoji[man_vampire]=$'\U1F9DB\U200D\U2642\UFE0F' +emoji[man_vampire_minimally]=$'\U1F9DB\U200D\U2642' +emoji[vampire_man]=$'\U1F9DB\U200D\U2642' +emoji[man_vampire_light_skin_tone]=$'\U1F9DB\U1F3FB\U200D\U2642\UFE0F' +emoji[man_vampire_light_skin_tone_minimally]=$'\U1F9DB\U1F3FB\U200D\U2642' +emoji[man_vampire_medium_light_skin_tone]=$'\U1F9DB\U1F3FC\U200D\U2642\UFE0F' +emoji[man_vampire_medium_light_skin_tone_minimally]=$'\U1F9DB\U1F3FC\U200D\U2642' +emoji[man_vampire_medium_skin_tone]=$'\U1F9DB\U1F3FD\U200D\U2642\UFE0F' +emoji[man_vampire_medium_skin_tone_minimally]=$'\U1F9DB\U1F3FD\U200D\U2642' +emoji[man_vampire_medium_dark_skin_tone]=$'\U1F9DB\U1F3FE\U200D\U2642\UFE0F' +emoji[man_vampire_medium_dark_skin_tone_minimally]=$'\U1F9DB\U1F3FE\U200D\U2642' +emoji[man_vampire_dark_skin_tone]=$'\U1F9DB\U1F3FF\U200D\U2642\UFE0F' +emoji[man_vampire_dark_skin_tone_minimally]=$'\U1F9DB\U1F3FF\U200D\U2642' +emoji[woman_vampire]=$'\U1F9DB\U200D\U2640\UFE0F' +emoji[woman_vampire_minimally]=$'\U1F9DB\U200D\U2640' +emoji[vampire_woman]=$'\U1F9DB\U200D\U2640' +emoji[woman_vampire_light_skin_tone]=$'\U1F9DB\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_vampire_light_skin_tone_minimally]=$'\U1F9DB\U1F3FB\U200D\U2640' +emoji[woman_vampire_medium_light_skin_tone]=$'\U1F9DB\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_vampire_medium_light_skin_tone_minimally]=$'\U1F9DB\U1F3FC\U200D\U2640' +emoji[woman_vampire_medium_skin_tone]=$'\U1F9DB\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_vampire_medium_skin_tone_minimally]=$'\U1F9DB\U1F3FD\U200D\U2640' +emoji[woman_vampire_medium_dark_skin_tone]=$'\U1F9DB\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_vampire_medium_dark_skin_tone_minimally]=$'\U1F9DB\U1F3FE\U200D\U2640' +emoji[woman_vampire_dark_skin_tone]=$'\U1F9DB\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_vampire_dark_skin_tone_minimally]=$'\U1F9DB\U1F3FF\U200D\U2640' +emoji[merperson]=$'\U1F9DC' +emoji[merperson_light_skin_tone]=$'\U1F9DC\U1F3FB' +emoji[merperson_medium_light_skin_tone]=$'\U1F9DC\U1F3FC' +emoji[merperson_medium_skin_tone]=$'\U1F9DC\U1F3FD' +emoji[merperson_medium_dark_skin_tone]=$'\U1F9DC\U1F3FE' +emoji[merperson_dark_skin_tone]=$'\U1F9DC\U1F3FF' +emoji[merman]=$'\U1F9DC\U200D\U2642\UFE0F' +emoji[merman_minimally]=$'\U1F9DC\U200D\U2642' +emoji[merman_light_skin_tone]=$'\U1F9DC\U1F3FB\U200D\U2642\UFE0F' +emoji[merman_light_skin_tone_minimally]=$'\U1F9DC\U1F3FB\U200D\U2642' +emoji[merman_medium_light_skin_tone]=$'\U1F9DC\U1F3FC\U200D\U2642\UFE0F' +emoji[merman_medium_light_skin_tone_minimally]=$'\U1F9DC\U1F3FC\U200D\U2642' +emoji[merman_medium_skin_tone]=$'\U1F9DC\U1F3FD\U200D\U2642\UFE0F' +emoji[merman_medium_skin_tone_minimally]=$'\U1F9DC\U1F3FD\U200D\U2642' +emoji[merman_medium_dark_skin_tone]=$'\U1F9DC\U1F3FE\U200D\U2642\UFE0F' +emoji[merman_medium_dark_skin_tone_minimally]=$'\U1F9DC\U1F3FE\U200D\U2642' +emoji[merman_dark_skin_tone]=$'\U1F9DC\U1F3FF\U200D\U2642\UFE0F' +emoji[merman_dark_skin_tone_minimally]=$'\U1F9DC\U1F3FF\U200D\U2642' +emoji[mermaid]=$'\U1F9DC\U200D\U2640\UFE0F' +emoji[mermaid_minimally]=$'\U1F9DC\U200D\U2640' +emoji[mermaid_light_skin_tone]=$'\U1F9DC\U1F3FB\U200D\U2640\UFE0F' +emoji[mermaid_light_skin_tone_minimally]=$'\U1F9DC\U1F3FB\U200D\U2640' +emoji[mermaid_medium_light_skin_tone]=$'\U1F9DC\U1F3FC\U200D\U2640\UFE0F' +emoji[mermaid_medium_light_skin_tone_minimally]=$'\U1F9DC\U1F3FC\U200D\U2640' +emoji[mermaid_medium_skin_tone]=$'\U1F9DC\U1F3FD\U200D\U2640\UFE0F' +emoji[mermaid_medium_skin_tone_minimally]=$'\U1F9DC\U1F3FD\U200D\U2640' +emoji[mermaid_medium_dark_skin_tone]=$'\U1F9DC\U1F3FE\U200D\U2640\UFE0F' +emoji[mermaid_medium_dark_skin_tone_minimally]=$'\U1F9DC\U1F3FE\U200D\U2640' +emoji[mermaid_dark_skin_tone]=$'\U1F9DC\U1F3FF\U200D\U2640\UFE0F' +emoji[mermaid_dark_skin_tone_minimally]=$'\U1F9DC\U1F3FF\U200D\U2640' +emoji[elf]=$'\U1F9DD' +emoji[elf_light_skin_tone]=$'\U1F9DD\U1F3FB' +emoji[elf_medium_light_skin_tone]=$'\U1F9DD\U1F3FC' +emoji[elf_medium_skin_tone]=$'\U1F9DD\U1F3FD' +emoji[elf_medium_dark_skin_tone]=$'\U1F9DD\U1F3FE' +emoji[elf_dark_skin_tone]=$'\U1F9DD\U1F3FF' +emoji[man_elf]=$'\U1F9DD\U200D\U2642\UFE0F' +emoji[man_elf_minimally]=$'\U1F9DD\U200D\U2642' +emoji[elf_man]=$'\U1F9DD\U200D\U2642' +emoji[man_elf_light_skin_tone]=$'\U1F9DD\U1F3FB\U200D\U2642\UFE0F' +emoji[man_elf_light_skin_tone_minimally]=$'\U1F9DD\U1F3FB\U200D\U2642' +emoji[man_elf_medium_light_skin_tone]=$'\U1F9DD\U1F3FC\U200D\U2642\UFE0F' +emoji[man_elf_medium_light_skin_tone_minimally]=$'\U1F9DD\U1F3FC\U200D\U2642' +emoji[man_elf_medium_skin_tone]=$'\U1F9DD\U1F3FD\U200D\U2642\UFE0F' +emoji[man_elf_medium_skin_tone_minimally]=$'\U1F9DD\U1F3FD\U200D\U2642' +emoji[man_elf_medium_dark_skin_tone]=$'\U1F9DD\U1F3FE\U200D\U2642\UFE0F' +emoji[man_elf_medium_dark_skin_tone_minimally]=$'\U1F9DD\U1F3FE\U200D\U2642' +emoji[man_elf_dark_skin_tone]=$'\U1F9DD\U1F3FF\U200D\U2642\UFE0F' +emoji[man_elf_dark_skin_tone_minimally]=$'\U1F9DD\U1F3FF\U200D\U2642' +emoji[woman_elf]=$'\U1F9DD\U200D\U2640\UFE0F' +emoji[woman_elf_minimally]=$'\U1F9DD\U200D\U2640' +emoji[elf_woman]=$'\U1F9DD\U200D\U2640' +emoji[woman_elf_light_skin_tone]=$'\U1F9DD\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_elf_light_skin_tone_minimally]=$'\U1F9DD\U1F3FB\U200D\U2640' +emoji[woman_elf_medium_light_skin_tone]=$'\U1F9DD\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_elf_medium_light_skin_tone_minimally]=$'\U1F9DD\U1F3FC\U200D\U2640' +emoji[woman_elf_medium_skin_tone]=$'\U1F9DD\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_elf_medium_skin_tone_minimally]=$'\U1F9DD\U1F3FD\U200D\U2640' +emoji[woman_elf_medium_dark_skin_tone]=$'\U1F9DD\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_elf_medium_dark_skin_tone_minimally]=$'\U1F9DD\U1F3FE\U200D\U2640' +emoji[woman_elf_dark_skin_tone]=$'\U1F9DD\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_elf_dark_skin_tone_minimally]=$'\U1F9DD\U1F3FF\U200D\U2640' +emoji[genie]=$'\U1F9DE' +emoji[man_genie]=$'\U1F9DE\U200D\U2642\UFE0F' +emoji[man_genie_minimally]=$'\U1F9DE\U200D\U2642' +emoji[genie_man]=$'\U1F9DE\U200D\U2642' +emoji[woman_genie]=$'\U1F9DE\U200D\U2640\UFE0F' +emoji[woman_genie_minimally]=$'\U1F9DE\U200D\U2640' +emoji[genie_woman]=$'\U1F9DE\U200D\U2640' +emoji[zombie]=$'\U1F9DF' +emoji[man_zombie]=$'\U1F9DF\U200D\U2642\UFE0F' +emoji[man_zombie_minimally]=$'\U1F9DF\U200D\U2642' +emoji[zombie_man]=$'\U1F9DF\U200D\U2642' +emoji[woman_zombie]=$'\U1F9DF\U200D\U2640\UFE0F' +emoji[woman_zombie_minimally]=$'\U1F9DF\U200D\U2640' +emoji[zombie_woman]=$'\U1F9DF\U200D\U2640' +emoji[person_getting_massage]=$'\U1F486' +emoji[massage]=$'\U1F486' +emoji[person_getting_massage_light_skin_tone]=$'\U1F486\U1F3FB' +emoji[person_getting_massage_medium_light_skin_tone]=$'\U1F486\U1F3FC' +emoji[person_getting_massage_medium_skin_tone]=$'\U1F486\U1F3FD' +emoji[person_getting_massage_medium_dark_skin_tone]=$'\U1F486\U1F3FE' +emoji[person_getting_massage_dark_skin_tone]=$'\U1F486\U1F3FF' +emoji[man_getting_massage]=$'\U1F486\U200D\U2642\UFE0F' +emoji[man_getting_massage_minimally]=$'\U1F486\U200D\U2642' +emoji[massage_man]=$'\U1F486\U200D\U2642' +emoji[man_getting_massage_light_skin_tone]=$'\U1F486\U1F3FB\U200D\U2642\UFE0F' +emoji[man_getting_massage_light_skin_tone_minimally]=$'\U1F486\U1F3FB\U200D\U2642' +emoji[man_getting_massage_medium_light_skin_tone]=$'\U1F486\U1F3FC\U200D\U2642\UFE0F' +emoji[man_getting_massage_medium_light_skin_tone_minimally]=$'\U1F486\U1F3FC\U200D\U2642' +emoji[man_getting_massage_medium_skin_tone]=$'\U1F486\U1F3FD\U200D\U2642\UFE0F' +emoji[man_getting_massage_medium_skin_tone_minimally]=$'\U1F486\U1F3FD\U200D\U2642' +emoji[man_getting_massage_medium_dark_skin_tone]=$'\U1F486\U1F3FE\U200D\U2642\UFE0F' +emoji[man_getting_massage_medium_dark_skin_tone_minimally]=$'\U1F486\U1F3FE\U200D\U2642' +emoji[man_getting_massage_dark_skin_tone]=$'\U1F486\U1F3FF\U200D\U2642\UFE0F' +emoji[man_getting_massage_dark_skin_tone_minimally]=$'\U1F486\U1F3FF\U200D\U2642' +emoji[woman_getting_massage]=$'\U1F486\U200D\U2640\UFE0F' +emoji[woman_getting_massage_minimally]=$'\U1F486\U200D\U2640' +emoji[massage_woman]=$'\U1F486\U200D\U2640' +emoji[woman_getting_massage_light_skin_tone]=$'\U1F486\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_getting_massage_light_skin_tone_minimally]=$'\U1F486\U1F3FB\U200D\U2640' +emoji[woman_getting_massage_medium_light_skin_tone]=$'\U1F486\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_getting_massage_medium_light_skin_tone_minimally]=$'\U1F486\U1F3FC\U200D\U2640' +emoji[woman_getting_massage_medium_skin_tone]=$'\U1F486\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_getting_massage_medium_skin_tone_minimally]=$'\U1F486\U1F3FD\U200D\U2640' +emoji[woman_getting_massage_medium_dark_skin_tone]=$'\U1F486\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_getting_massage_medium_dark_skin_tone_minimally]=$'\U1F486\U1F3FE\U200D\U2640' +emoji[woman_getting_massage_dark_skin_tone]=$'\U1F486\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_getting_massage_dark_skin_tone_minimally]=$'\U1F486\U1F3FF\U200D\U2640' +emoji[person_getting_haircut]=$'\U1F487' +emoji[haircut]=$'\U1F487' +emoji[person_getting_haircut_light_skin_tone]=$'\U1F487\U1F3FB' +emoji[person_getting_haircut_medium_light_skin_tone]=$'\U1F487\U1F3FC' +emoji[person_getting_haircut_medium_skin_tone]=$'\U1F487\U1F3FD' +emoji[person_getting_haircut_medium_dark_skin_tone]=$'\U1F487\U1F3FE' +emoji[person_getting_haircut_dark_skin_tone]=$'\U1F487\U1F3FF' +emoji[man_getting_haircut]=$'\U1F487\U200D\U2642\UFE0F' +emoji[man_getting_haircut_minimally]=$'\U1F487\U200D\U2642' +emoji[haircut_man]=$'\U1F487\U200D\U2642' +emoji[man_getting_haircut_light_skin_tone]=$'\U1F487\U1F3FB\U200D\U2642\UFE0F' +emoji[man_getting_haircut_light_skin_tone_minimally]=$'\U1F487\U1F3FB\U200D\U2642' +emoji[man_getting_haircut_medium_light_skin_tone]=$'\U1F487\U1F3FC\U200D\U2642\UFE0F' +emoji[man_getting_haircut_medium_light_skin_tone_minimally]=$'\U1F487\U1F3FC\U200D\U2642' +emoji[man_getting_haircut_medium_skin_tone]=$'\U1F487\U1F3FD\U200D\U2642\UFE0F' +emoji[man_getting_haircut_medium_skin_tone_minimally]=$'\U1F487\U1F3FD\U200D\U2642' +emoji[man_getting_haircut_medium_dark_skin_tone]=$'\U1F487\U1F3FE\U200D\U2642\UFE0F' +emoji[man_getting_haircut_medium_dark_skin_tone_minimally]=$'\U1F487\U1F3FE\U200D\U2642' +emoji[man_getting_haircut_dark_skin_tone]=$'\U1F487\U1F3FF\U200D\U2642\UFE0F' +emoji[man_getting_haircut_dark_skin_tone_minimally]=$'\U1F487\U1F3FF\U200D\U2642' +emoji[woman_getting_haircut]=$'\U1F487\U200D\U2640\UFE0F' +emoji[woman_getting_haircut_minimally]=$'\U1F487\U200D\U2640' +emoji[haircut_woman]=$'\U1F487\U200D\U2640' +emoji[woman_getting_haircut_light_skin_tone]=$'\U1F487\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_getting_haircut_light_skin_tone_minimally]=$'\U1F487\U1F3FB\U200D\U2640' +emoji[woman_getting_haircut_medium_light_skin_tone]=$'\U1F487\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_getting_haircut_medium_light_skin_tone_minimally]=$'\U1F487\U1F3FC\U200D\U2640' +emoji[woman_getting_haircut_medium_skin_tone]=$'\U1F487\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_getting_haircut_medium_skin_tone_minimally]=$'\U1F487\U1F3FD\U200D\U2640' +emoji[woman_getting_haircut_medium_dark_skin_tone]=$'\U1F487\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_getting_haircut_medium_dark_skin_tone_minimally]=$'\U1F487\U1F3FE\U200D\U2640' +emoji[woman_getting_haircut_dark_skin_tone]=$'\U1F487\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_getting_haircut_dark_skin_tone_minimally]=$'\U1F487\U1F3FF\U200D\U2640' +emoji[person_walking]=$'\U1F6B6' +emoji[walking]=$'\U1F6B6' +emoji[person_walking_light_skin_tone]=$'\U1F6B6\U1F3FB' +emoji[person_walking_medium_light_skin_tone]=$'\U1F6B6\U1F3FC' +emoji[person_walking_medium_skin_tone]=$'\U1F6B6\U1F3FD' +emoji[person_walking_medium_dark_skin_tone]=$'\U1F6B6\U1F3FE' +emoji[person_walking_dark_skin_tone]=$'\U1F6B6\U1F3FF' +emoji[man_walking]=$'\U1F6B6\U200D\U2642\UFE0F' +emoji[man_walking_minimally]=$'\U1F6B6\U200D\U2642' +emoji[walking_man]=$'\U1F6B6\U200D\U2642' +emoji[man_walking_light_skin_tone]=$'\U1F6B6\U1F3FB\U200D\U2642\UFE0F' +emoji[man_walking_light_skin_tone_minimally]=$'\U1F6B6\U1F3FB\U200D\U2642' +emoji[man_walking_medium_light_skin_tone]=$'\U1F6B6\U1F3FC\U200D\U2642\UFE0F' +emoji[man_walking_medium_light_skin_tone_minimally]=$'\U1F6B6\U1F3FC\U200D\U2642' +emoji[man_walking_medium_skin_tone]=$'\U1F6B6\U1F3FD\U200D\U2642\UFE0F' +emoji[man_walking_medium_skin_tone_minimally]=$'\U1F6B6\U1F3FD\U200D\U2642' +emoji[man_walking_medium_dark_skin_tone]=$'\U1F6B6\U1F3FE\U200D\U2642\UFE0F' +emoji[man_walking_medium_dark_skin_tone_minimally]=$'\U1F6B6\U1F3FE\U200D\U2642' +emoji[man_walking_dark_skin_tone]=$'\U1F6B6\U1F3FF\U200D\U2642\UFE0F' +emoji[man_walking_dark_skin_tone_minimally]=$'\U1F6B6\U1F3FF\U200D\U2642' +emoji[woman_walking]=$'\U1F6B6\U200D\U2640\UFE0F' +emoji[woman_walking_minimally]=$'\U1F6B6\U200D\U2640' +emoji[walking_woman]=$'\U1F6B6\U200D\U2640' +emoji[woman_walking_light_skin_tone]=$'\U1F6B6\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_walking_light_skin_tone_minimally]=$'\U1F6B6\U1F3FB\U200D\U2640' +emoji[woman_walking_medium_light_skin_tone]=$'\U1F6B6\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_walking_medium_light_skin_tone_minimally]=$'\U1F6B6\U1F3FC\U200D\U2640' +emoji[woman_walking_medium_skin_tone]=$'\U1F6B6\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_walking_medium_skin_tone_minimally]=$'\U1F6B6\U1F3FD\U200D\U2640' +emoji[woman_walking_medium_dark_skin_tone]=$'\U1F6B6\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_walking_medium_dark_skin_tone_minimally]=$'\U1F6B6\U1F3FE\U200D\U2640' +emoji[woman_walking_dark_skin_tone]=$'\U1F6B6\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_walking_dark_skin_tone_minimally]=$'\U1F6B6\U1F3FF\U200D\U2640' +emoji[person_standing]=$'\U1F9CD' +emoji[standing_person]=$'\U1F9CD' +emoji[person_standing_light_skin_tone]=$'\U1F9CD\U1F3FB' +emoji[person_standing_medium_light_skin_tone]=$'\U1F9CD\U1F3FC' +emoji[person_standing_medium_skin_tone]=$'\U1F9CD\U1F3FD' +emoji[person_standing_medium_dark_skin_tone]=$'\U1F9CD\U1F3FE' +emoji[person_standing_dark_skin_tone]=$'\U1F9CD\U1F3FF' +emoji[man_standing]=$'\U1F9CD\U200D\U2642\UFE0F' +emoji[man_standing_minimally]=$'\U1F9CD\U200D\U2642' +emoji[standing_man]=$'\U1F9CD\U200D\U2642' +emoji[man_standing_light_skin_tone]=$'\U1F9CD\U1F3FB\U200D\U2642\UFE0F' +emoji[man_standing_light_skin_tone_minimally]=$'\U1F9CD\U1F3FB\U200D\U2642' +emoji[man_standing_medium_light_skin_tone]=$'\U1F9CD\U1F3FC\U200D\U2642\UFE0F' +emoji[man_standing_medium_light_skin_tone_minimally]=$'\U1F9CD\U1F3FC\U200D\U2642' +emoji[man_standing_medium_skin_tone]=$'\U1F9CD\U1F3FD\U200D\U2642\UFE0F' +emoji[man_standing_medium_skin_tone_minimally]=$'\U1F9CD\U1F3FD\U200D\U2642' +emoji[man_standing_medium_dark_skin_tone]=$'\U1F9CD\U1F3FE\U200D\U2642\UFE0F' +emoji[man_standing_medium_dark_skin_tone_minimally]=$'\U1F9CD\U1F3FE\U200D\U2642' +emoji[man_standing_dark_skin_tone]=$'\U1F9CD\U1F3FF\U200D\U2642\UFE0F' +emoji[man_standing_dark_skin_tone_minimally]=$'\U1F9CD\U1F3FF\U200D\U2642' +emoji[woman_standing]=$'\U1F9CD\U200D\U2640\UFE0F' +emoji[woman_standing_minimally]=$'\U1F9CD\U200D\U2640' +emoji[standing_woman]=$'\U1F9CD\U200D\U2640' +emoji[woman_standing_light_skin_tone]=$'\U1F9CD\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_standing_light_skin_tone_minimally]=$'\U1F9CD\U1F3FB\U200D\U2640' +emoji[woman_standing_medium_light_skin_tone]=$'\U1F9CD\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_standing_medium_light_skin_tone_minimally]=$'\U1F9CD\U1F3FC\U200D\U2640' +emoji[woman_standing_medium_skin_tone]=$'\U1F9CD\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_standing_medium_skin_tone_minimally]=$'\U1F9CD\U1F3FD\U200D\U2640' +emoji[woman_standing_medium_dark_skin_tone]=$'\U1F9CD\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_standing_medium_dark_skin_tone_minimally]=$'\U1F9CD\U1F3FE\U200D\U2640' +emoji[woman_standing_dark_skin_tone]=$'\U1F9CD\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_standing_dark_skin_tone_minimally]=$'\U1F9CD\U1F3FF\U200D\U2640' +emoji[person_kneeling]=$'\U1F9CE' +emoji[kneeling_person]=$'\U1F9CE' +emoji[person_kneeling_light_skin_tone]=$'\U1F9CE\U1F3FB' +emoji[person_kneeling_medium_light_skin_tone]=$'\U1F9CE\U1F3FC' +emoji[person_kneeling_medium_skin_tone]=$'\U1F9CE\U1F3FD' +emoji[person_kneeling_medium_dark_skin_tone]=$'\U1F9CE\U1F3FE' +emoji[person_kneeling_dark_skin_tone]=$'\U1F9CE\U1F3FF' +emoji[man_kneeling]=$'\U1F9CE\U200D\U2642\UFE0F' +emoji[man_kneeling_minimally]=$'\U1F9CE\U200D\U2642' +emoji[kneeling_man]=$'\U1F9CE\U200D\U2642' +emoji[man_kneeling_light_skin_tone]=$'\U1F9CE\U1F3FB\U200D\U2642\UFE0F' +emoji[man_kneeling_light_skin_tone_minimally]=$'\U1F9CE\U1F3FB\U200D\U2642' +emoji[man_kneeling_medium_light_skin_tone]=$'\U1F9CE\U1F3FC\U200D\U2642\UFE0F' +emoji[man_kneeling_medium_light_skin_tone_minimally]=$'\U1F9CE\U1F3FC\U200D\U2642' +emoji[man_kneeling_medium_skin_tone]=$'\U1F9CE\U1F3FD\U200D\U2642\UFE0F' +emoji[man_kneeling_medium_skin_tone_minimally]=$'\U1F9CE\U1F3FD\U200D\U2642' +emoji[man_kneeling_medium_dark_skin_tone]=$'\U1F9CE\U1F3FE\U200D\U2642\UFE0F' +emoji[man_kneeling_medium_dark_skin_tone_minimally]=$'\U1F9CE\U1F3FE\U200D\U2642' +emoji[man_kneeling_dark_skin_tone]=$'\U1F9CE\U1F3FF\U200D\U2642\UFE0F' +emoji[man_kneeling_dark_skin_tone_minimally]=$'\U1F9CE\U1F3FF\U200D\U2642' +emoji[woman_kneeling]=$'\U1F9CE\U200D\U2640\UFE0F' +emoji[woman_kneeling_minimally]=$'\U1F9CE\U200D\U2640' +emoji[kneeling_woman]=$'\U1F9CE\U200D\U2640' +emoji[woman_kneeling_light_skin_tone]=$'\U1F9CE\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_kneeling_light_skin_tone_minimally]=$'\U1F9CE\U1F3FB\U200D\U2640' +emoji[woman_kneeling_medium_light_skin_tone]=$'\U1F9CE\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_kneeling_medium_light_skin_tone_minimally]=$'\U1F9CE\U1F3FC\U200D\U2640' +emoji[woman_kneeling_medium_skin_tone]=$'\U1F9CE\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_kneeling_medium_skin_tone_minimally]=$'\U1F9CE\U1F3FD\U200D\U2640' +emoji[woman_kneeling_medium_dark_skin_tone]=$'\U1F9CE\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_kneeling_medium_dark_skin_tone_minimally]=$'\U1F9CE\U1F3FE\U200D\U2640' +emoji[woman_kneeling_dark_skin_tone]=$'\U1F9CE\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_kneeling_dark_skin_tone_minimally]=$'\U1F9CE\U1F3FF\U200D\U2640' +emoji[man_with_probing_cane]=$'\U1F468\U200D\U1F9AF' +emoji[man_with_probing_cane_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F9AF' +emoji[man_with_probing_cane_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F9AF' +emoji[man_with_probing_cane_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F9AF' +emoji[man_with_probing_cane_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F9AF' +emoji[man_with_probing_cane_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F9AF' +emoji[woman_with_probing_cane]=$'\U1F469\U200D\U1F9AF' +emoji[woman_with_probing_cane_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F9AF' +emoji[woman_with_probing_cane_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F9AF' +emoji[woman_with_probing_cane_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F9AF' +emoji[woman_with_probing_cane_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F9AF' +emoji[woman_with_probing_cane_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F9AF' +emoji[man_in_motorized_wheelchair]=$'\U1F468\U200D\U1F9BC' +emoji[man_in_motorized_wheelchair_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F9BC' +emoji[man_in_motorized_wheelchair_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F9BC' +emoji[man_in_motorized_wheelchair_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F9BC' +emoji[man_in_motorized_wheelchair_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F9BC' +emoji[man_in_motorized_wheelchair_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F9BC' +emoji[woman_in_motorized_wheelchair]=$'\U1F469\U200D\U1F9BC' +emoji[woman_in_motorized_wheelchair_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F9BC' +emoji[woman_in_motorized_wheelchair_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F9BC' +emoji[woman_in_motorized_wheelchair_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F9BC' +emoji[woman_in_motorized_wheelchair_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F9BC' +emoji[woman_in_motorized_wheelchair_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F9BC' +emoji[man_in_manual_wheelchair]=$'\U1F468\U200D\U1F9BD' +emoji[man_in_manual_wheelchair_light_skin_tone]=$'\U1F468\U1F3FB\U200D\U1F9BD' +emoji[man_in_manual_wheelchair_medium_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F9BD' +emoji[man_in_manual_wheelchair_medium_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F9BD' +emoji[man_in_manual_wheelchair_medium_dark_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F9BD' +emoji[man_in_manual_wheelchair_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F9BD' +emoji[woman_in_manual_wheelchair]=$'\U1F469\U200D\U1F9BD' +emoji[woman_in_manual_wheelchair_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F9BD' +emoji[woman_in_manual_wheelchair_medium_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F9BD' +emoji[woman_in_manual_wheelchair_medium_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F9BD' +emoji[woman_in_manual_wheelchair_medium_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F9BD' +emoji[woman_in_manual_wheelchair_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F9BD' +emoji[person_running]=$'\U1F3C3' +emoji[runner]=$'\U1F3C3' +emoji[running]=$'\U1F3C3' +emoji[person_running_light_skin_tone]=$'\U1F3C3\U1F3FB' +emoji[person_running_medium_light_skin_tone]=$'\U1F3C3\U1F3FC' +emoji[person_running_medium_skin_tone]=$'\U1F3C3\U1F3FD' +emoji[person_running_medium_dark_skin_tone]=$'\U1F3C3\U1F3FE' +emoji[person_running_dark_skin_tone]=$'\U1F3C3\U1F3FF' +emoji[man_running]=$'\U1F3C3\U200D\U2642\UFE0F' +emoji[man_running_minimally]=$'\U1F3C3\U200D\U2642' +emoji[running_man]=$'\U1F3C3\U200D\U2642' +emoji[man_running_light_skin_tone]=$'\U1F3C3\U1F3FB\U200D\U2642\UFE0F' +emoji[man_running_light_skin_tone_minimally]=$'\U1F3C3\U1F3FB\U200D\U2642' +emoji[man_running_medium_light_skin_tone]=$'\U1F3C3\U1F3FC\U200D\U2642\UFE0F' +emoji[man_running_medium_light_skin_tone_minimally]=$'\U1F3C3\U1F3FC\U200D\U2642' +emoji[man_running_medium_skin_tone]=$'\U1F3C3\U1F3FD\U200D\U2642\UFE0F' +emoji[man_running_medium_skin_tone_minimally]=$'\U1F3C3\U1F3FD\U200D\U2642' +emoji[man_running_medium_dark_skin_tone]=$'\U1F3C3\U1F3FE\U200D\U2642\UFE0F' +emoji[man_running_medium_dark_skin_tone_minimally]=$'\U1F3C3\U1F3FE\U200D\U2642' +emoji[man_running_dark_skin_tone]=$'\U1F3C3\U1F3FF\U200D\U2642\UFE0F' +emoji[man_running_dark_skin_tone_minimally]=$'\U1F3C3\U1F3FF\U200D\U2642' +emoji[woman_running]=$'\U1F3C3\U200D\U2640\UFE0F' +emoji[woman_running_minimally]=$'\U1F3C3\U200D\U2640' +emoji[running_woman]=$'\U1F3C3\U200D\U2640' +emoji[woman_running_light_skin_tone]=$'\U1F3C3\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_running_light_skin_tone_minimally]=$'\U1F3C3\U1F3FB\U200D\U2640' +emoji[woman_running_medium_light_skin_tone]=$'\U1F3C3\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_running_medium_light_skin_tone_minimally]=$'\U1F3C3\U1F3FC\U200D\U2640' +emoji[woman_running_medium_skin_tone]=$'\U1F3C3\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_running_medium_skin_tone_minimally]=$'\U1F3C3\U1F3FD\U200D\U2640' +emoji[woman_running_medium_dark_skin_tone]=$'\U1F3C3\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_running_medium_dark_skin_tone_minimally]=$'\U1F3C3\U1F3FE\U200D\U2640' +emoji[woman_running_dark_skin_tone]=$'\U1F3C3\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_running_dark_skin_tone_minimally]=$'\U1F3C3\U1F3FF\U200D\U2640' +emoji[woman_dancing]=$'\U1F483' +emoji[dancer]=$'\U1F483' +emoji[woman_dancing_light_skin_tone]=$'\U1F483\U1F3FB' +emoji[woman_dancing_medium_light_skin_tone]=$'\U1F483\U1F3FC' +emoji[woman_dancing_medium_skin_tone]=$'\U1F483\U1F3FD' +emoji[woman_dancing_medium_dark_skin_tone]=$'\U1F483\U1F3FE' +emoji[woman_dancing_dark_skin_tone]=$'\U1F483\U1F3FF' +emoji[woman_dancing_dark_skin_tone_1]=$'\U1F57A' +emoji[man_dancing]=$'\U1F57A' +emoji[man_dancing_light_skin_tone]=$'\U1F57A\U1F3FB' +emoji[man_dancing_medium_light_skin_tone]=$'\U1F57A\U1F3FC' +emoji[man_dancing_medium_skin_tone]=$'\U1F57A\U1F3FD' +emoji[man_dancing_medium_dark_skin_tone]=$'\U1F57A\U1F3FE' +emoji[man_dancing_dark_skin_tone]=$'\U1F57A\U1F3FF' +emoji[man_in_suit_levitating]=$'\U1F574\UFE0F' +emoji[man_in_suit_levitating_unqualified]=$'\U1F574' +emoji[business_suit_levitating]=$'\U1F574' +emoji[man_in_suit_levitating_light_skin_tone]=$'\U1F574\U1F3FB' +emoji[man_in_suit_levitating_medium_light_skin_tone]=$'\U1F574\U1F3FC' +emoji[man_in_suit_levitating_medium_skin_tone]=$'\U1F574\U1F3FD' +emoji[man_in_suit_levitating_medium_dark_skin_tone]=$'\U1F574\U1F3FE' +emoji[man_in_suit_levitating_dark_skin_tone]=$'\U1F574\U1F3FF' +emoji[people_with_bunny_ears]=$'\U1F46F' +emoji[dancers]=$'\U1F46F' +emoji[men_with_bunny_ears]=$'\U1F46F\U200D\U2642\UFE0F' +emoji[men_with_bunny_ears_minimally]=$'\U1F46F\U200D\U2642' +emoji[dancing_men]=$'\U1F46F\U200D\U2642' +emoji[women_with_bunny_ears]=$'\U1F46F\U200D\U2640\UFE0F' +emoji[women_with_bunny_ears_minimally]=$'\U1F46F\U200D\U2640' +emoji[dancing_women]=$'\U1F46F\U200D\U2640' +emoji[person_in_steamy_room]=$'\U1F9D6' +emoji[sauna_person]=$'\U1F9D6' +emoji[person_in_steamy_room_light_skin_tone]=$'\U1F9D6\U1F3FB' +emoji[person_in_steamy_room_medium_light_skin_tone]=$'\U1F9D6\U1F3FC' +emoji[person_in_steamy_room_medium_skin_tone]=$'\U1F9D6\U1F3FD' +emoji[person_in_steamy_room_medium_dark_skin_tone]=$'\U1F9D6\U1F3FE' +emoji[person_in_steamy_room_dark_skin_tone]=$'\U1F9D6\U1F3FF' +emoji[man_in_steamy_room]=$'\U1F9D6\U200D\U2642\UFE0F' +emoji[man_in_steamy_room_minimally]=$'\U1F9D6\U200D\U2642' +emoji[sauna_man]=$'\U1F9D6\U200D\U2642' +emoji[man_in_steamy_room_light_skin_tone]=$'\U1F9D6\U1F3FB\U200D\U2642\UFE0F' +emoji[man_in_steamy_room_light_skin_tone_minimally]=$'\U1F9D6\U1F3FB\U200D\U2642' +emoji[man_in_steamy_room_medium_light_skin_tone]=$'\U1F9D6\U1F3FC\U200D\U2642\UFE0F' +emoji[man_in_steamy_room_medium_light_skin_tone_minimally]=$'\U1F9D6\U1F3FC\U200D\U2642' +emoji[man_in_steamy_room_medium_skin_tone]=$'\U1F9D6\U1F3FD\U200D\U2642\UFE0F' +emoji[man_in_steamy_room_medium_skin_tone_minimally]=$'\U1F9D6\U1F3FD\U200D\U2642' +emoji[man_in_steamy_room_medium_dark_skin_tone]=$'\U1F9D6\U1F3FE\U200D\U2642\UFE0F' +emoji[man_in_steamy_room_medium_dark_skin_tone_minimally]=$'\U1F9D6\U1F3FE\U200D\U2642' +emoji[man_in_steamy_room_dark_skin_tone]=$'\U1F9D6\U1F3FF\U200D\U2642\UFE0F' +emoji[man_in_steamy_room_dark_skin_tone_minimally]=$'\U1F9D6\U1F3FF\U200D\U2642' +emoji[woman_in_steamy_room]=$'\U1F9D6\U200D\U2640\UFE0F' +emoji[woman_in_steamy_room_minimally]=$'\U1F9D6\U200D\U2640' +emoji[sauna_woman]=$'\U1F9D6\U200D\U2640' +emoji[woman_in_steamy_room_light_skin_tone]=$'\U1F9D6\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_in_steamy_room_light_skin_tone_minimally]=$'\U1F9D6\U1F3FB\U200D\U2640' +emoji[woman_in_steamy_room_medium_light_skin_tone]=$'\U1F9D6\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_in_steamy_room_medium_light_skin_tone_minimally]=$'\U1F9D6\U1F3FC\U200D\U2640' +emoji[woman_in_steamy_room_medium_skin_tone]=$'\U1F9D6\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_in_steamy_room_medium_skin_tone_minimally]=$'\U1F9D6\U1F3FD\U200D\U2640' +emoji[woman_in_steamy_room_medium_dark_skin_tone]=$'\U1F9D6\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_in_steamy_room_medium_dark_skin_tone_minimally]=$'\U1F9D6\U1F3FE\U200D\U2640' +emoji[woman_in_steamy_room_dark_skin_tone]=$'\U1F9D6\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_in_steamy_room_dark_skin_tone_minimally]=$'\U1F9D6\U1F3FF\U200D\U2640' +emoji[person_climbing]=$'\U1F9D7' +emoji[climbing]=$'\U1F9D7' +emoji[person_climbing_light_skin_tone]=$'\U1F9D7\U1F3FB' +emoji[person_climbing_medium_light_skin_tone]=$'\U1F9D7\U1F3FC' +emoji[person_climbing_medium_skin_tone]=$'\U1F9D7\U1F3FD' +emoji[person_climbing_medium_dark_skin_tone]=$'\U1F9D7\U1F3FE' +emoji[person_climbing_dark_skin_tone]=$'\U1F9D7\U1F3FF' +emoji[man_climbing]=$'\U1F9D7\U200D\U2642\UFE0F' +emoji[man_climbing_minimally]=$'\U1F9D7\U200D\U2642' +emoji[climbing_man]=$'\U1F9D7\U200D\U2642' +emoji[man_climbing_light_skin_tone]=$'\U1F9D7\U1F3FB\U200D\U2642\UFE0F' +emoji[man_climbing_light_skin_tone_minimally]=$'\U1F9D7\U1F3FB\U200D\U2642' +emoji[man_climbing_medium_light_skin_tone]=$'\U1F9D7\U1F3FC\U200D\U2642\UFE0F' +emoji[man_climbing_medium_light_skin_tone_minimally]=$'\U1F9D7\U1F3FC\U200D\U2642' +emoji[man_climbing_medium_skin_tone]=$'\U1F9D7\U1F3FD\U200D\U2642\UFE0F' +emoji[man_climbing_medium_skin_tone_minimally]=$'\U1F9D7\U1F3FD\U200D\U2642' +emoji[man_climbing_medium_dark_skin_tone]=$'\U1F9D7\U1F3FE\U200D\U2642\UFE0F' +emoji[man_climbing_medium_dark_skin_tone_minimally]=$'\U1F9D7\U1F3FE\U200D\U2642' +emoji[man_climbing_dark_skin_tone]=$'\U1F9D7\U1F3FF\U200D\U2642\UFE0F' +emoji[man_climbing_dark_skin_tone_minimally]=$'\U1F9D7\U1F3FF\U200D\U2642' +emoji[woman_climbing]=$'\U1F9D7\U200D\U2640\UFE0F' +emoji[woman_climbing_minimally]=$'\U1F9D7\U200D\U2640' +emoji[climbing_woman]=$'\U1F9D7\U200D\U2640' +emoji[woman_climbing_light_skin_tone]=$'\U1F9D7\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_climbing_light_skin_tone_minimally]=$'\U1F9D7\U1F3FB\U200D\U2640' +emoji[woman_climbing_medium_light_skin_tone]=$'\U1F9D7\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_climbing_medium_light_skin_tone_minimally]=$'\U1F9D7\U1F3FC\U200D\U2640' +emoji[woman_climbing_medium_skin_tone]=$'\U1F9D7\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_climbing_medium_skin_tone_minimally]=$'\U1F9D7\U1F3FD\U200D\U2640' +emoji[woman_climbing_medium_dark_skin_tone]=$'\U1F9D7\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_climbing_medium_dark_skin_tone_minimally]=$'\U1F9D7\U1F3FE\U200D\U2640' +emoji[woman_climbing_dark_skin_tone]=$'\U1F9D7\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_climbing_dark_skin_tone_minimally]=$'\U1F9D7\U1F3FF\U200D\U2640' +emoji[person_fencing]=$'\U1F93A' +emoji[horse_racing]=$'\U1F3C7' +emoji[horse_racing_light_skin_tone]=$'\U1F3C7\U1F3FB' +emoji[horse_racing_medium_light_skin_tone]=$'\U1F3C7\U1F3FC' +emoji[horse_racing_medium_skin_tone]=$'\U1F3C7\U1F3FD' +emoji[horse_racing_medium_dark_skin_tone]=$'\U1F3C7\U1F3FE' +emoji[horse_racing_dark_skin_tone]=$'\U1F3C7\U1F3FF' +emoji[skier]=$'\U26F7\UFE0F' +emoji[skier_unqualified]=$'\U26F7' +emoji[snowboarder]=$'\U1F3C2' +emoji[snowboarder_light_skin_tone]=$'\U1F3C2\U1F3FB' +emoji[snowboarder_medium_light_skin_tone]=$'\U1F3C2\U1F3FC' +emoji[snowboarder_medium_skin_tone]=$'\U1F3C2\U1F3FD' +emoji[snowboarder_medium_dark_skin_tone]=$'\U1F3C2\U1F3FE' +emoji[snowboarder_dark_skin_tone]=$'\U1F3C2\U1F3FF' +emoji[person_golfing]=$'\U1F3CC\UFE0F' +emoji[person_golfing_unqualified]=$'\U1F3CC' +emoji[golfing]=$'\U1F3CC' +emoji[person_golfing_light_skin_tone]=$'\U1F3CC\U1F3FB' +emoji[person_golfing_medium_light_skin_tone]=$'\U1F3CC\U1F3FC' +emoji[person_golfing_medium_skin_tone]=$'\U1F3CC\U1F3FD' +emoji[person_golfing_medium_dark_skin_tone]=$'\U1F3CC\U1F3FE' +emoji[person_golfing_dark_skin_tone]=$'\U1F3CC\U1F3FF' +emoji[man_golfing]=$'\U1F3CC\UFE0F\U200D\U2642\UFE0F' +emoji[golfing_man]=$'\U1F3CC\UFE0F\U200D\U2642\UFE0F' +emoji[man_golfing_unqualified]=$'\U1F3CC\U200D\U2642\UFE0F' +emoji[man_golfing_unqualified_1]=$'\U1F3CC\UFE0F\U200D\U2642' +emoji[man_golfing_unqualified_2]=$'\U1F3CC\U200D\U2642' +emoji[man_golfing_light_skin_tone]=$'\U1F3CC\U1F3FB\U200D\U2642\UFE0F' +emoji[man_golfing_light_skin_tone_minimally]=$'\U1F3CC\U1F3FB\U200D\U2642' +emoji[man_golfing_medium_light_skin_tone]=$'\U1F3CC\U1F3FC\U200D\U2642\UFE0F' +emoji[man_golfing_medium_light_skin_tone_minimally]=$'\U1F3CC\U1F3FC\U200D\U2642' +emoji[man_golfing_medium_skin_tone]=$'\U1F3CC\U1F3FD\U200D\U2642\UFE0F' +emoji[man_golfing_medium_skin_tone_minimally]=$'\U1F3CC\U1F3FD\U200D\U2642' +emoji[man_golfing_medium_dark_skin_tone]=$'\U1F3CC\U1F3FE\U200D\U2642\UFE0F' +emoji[man_golfing_medium_dark_skin_tone_minimally]=$'\U1F3CC\U1F3FE\U200D\U2642' +emoji[man_golfing_dark_skin_tone]=$'\U1F3CC\U1F3FF\U200D\U2642\UFE0F' +emoji[man_golfing_dark_skin_tone_minimally]=$'\U1F3CC\U1F3FF\U200D\U2642' +emoji[woman_golfing]=$'\U1F3CC\UFE0F\U200D\U2640\UFE0F' +emoji[golfing_woman]=$'\U1F3CC\UFE0F\U200D\U2640\UFE0F' +emoji[woman_golfing_unqualified]=$'\U1F3CC\U200D\U2640\UFE0F' +emoji[woman_golfing_unqualified_1]=$'\U1F3CC\UFE0F\U200D\U2640' +emoji[woman_golfing_unqualified_2]=$'\U1F3CC\U200D\U2640' +emoji[woman_golfing_light_skin_tone]=$'\U1F3CC\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_golfing_light_skin_tone_minimally]=$'\U1F3CC\U1F3FB\U200D\U2640' +emoji[woman_golfing_medium_light_skin_tone]=$'\U1F3CC\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_golfing_medium_light_skin_tone_minimally]=$'\U1F3CC\U1F3FC\U200D\U2640' +emoji[woman_golfing_medium_skin_tone]=$'\U1F3CC\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_golfing_medium_skin_tone_minimally]=$'\U1F3CC\U1F3FD\U200D\U2640' +emoji[woman_golfing_medium_dark_skin_tone]=$'\U1F3CC\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_golfing_medium_dark_skin_tone_minimally]=$'\U1F3CC\U1F3FE\U200D\U2640' +emoji[woman_golfing_dark_skin_tone]=$'\U1F3CC\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_golfing_dark_skin_tone_minimally]=$'\U1F3CC\U1F3FF\U200D\U2640' +emoji[person_surfing]=$'\U1F3C4' +emoji[surfer]=$'\U1F3C4' +emoji[person_surfing_light_skin_tone]=$'\U1F3C4\U1F3FB' +emoji[person_surfing_medium_light_skin_tone]=$'\U1F3C4\U1F3FC' +emoji[person_surfing_medium_skin_tone]=$'\U1F3C4\U1F3FD' +emoji[person_surfing_medium_dark_skin_tone]=$'\U1F3C4\U1F3FE' +emoji[person_surfing_dark_skin_tone]=$'\U1F3C4\U1F3FF' +emoji[man_surfing]=$'\U1F3C4\U200D\U2642\UFE0F' +emoji[man_surfing_minimally]=$'\U1F3C4\U200D\U2642' +emoji[surfing_man]=$'\U1F3C4\U200D\U2642' +emoji[man_surfing_light_skin_tone]=$'\U1F3C4\U1F3FB\U200D\U2642\UFE0F' +emoji[man_surfing_light_skin_tone_minimally]=$'\U1F3C4\U1F3FB\U200D\U2642' +emoji[man_surfing_medium_light_skin_tone]=$'\U1F3C4\U1F3FC\U200D\U2642\UFE0F' +emoji[man_surfing_medium_light_skin_tone_minimally]=$'\U1F3C4\U1F3FC\U200D\U2642' +emoji[man_surfing_medium_skin_tone]=$'\U1F3C4\U1F3FD\U200D\U2642\UFE0F' +emoji[man_surfing_medium_skin_tone_minimally]=$'\U1F3C4\U1F3FD\U200D\U2642' +emoji[man_surfing_medium_dark_skin_tone]=$'\U1F3C4\U1F3FE\U200D\U2642\UFE0F' +emoji[man_surfing_medium_dark_skin_tone_minimally]=$'\U1F3C4\U1F3FE\U200D\U2642' +emoji[man_surfing_dark_skin_tone]=$'\U1F3C4\U1F3FF\U200D\U2642\UFE0F' +emoji[man_surfing_dark_skin_tone_minimally]=$'\U1F3C4\U1F3FF\U200D\U2642' +emoji[woman_surfing]=$'\U1F3C4\U200D\U2640\UFE0F' +emoji[woman_surfing_minimally]=$'\U1F3C4\U200D\U2640' +emoji[surfing_woman]=$'\U1F3C4\U200D\U2640' +emoji[woman_surfing_light_skin_tone]=$'\U1F3C4\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_surfing_light_skin_tone_minimally]=$'\U1F3C4\U1F3FB\U200D\U2640' +emoji[woman_surfing_medium_light_skin_tone]=$'\U1F3C4\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_surfing_medium_light_skin_tone_minimally]=$'\U1F3C4\U1F3FC\U200D\U2640' +emoji[woman_surfing_medium_skin_tone]=$'\U1F3C4\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_surfing_medium_skin_tone_minimally]=$'\U1F3C4\U1F3FD\U200D\U2640' +emoji[woman_surfing_medium_dark_skin_tone]=$'\U1F3C4\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_surfing_medium_dark_skin_tone_minimally]=$'\U1F3C4\U1F3FE\U200D\U2640' +emoji[woman_surfing_dark_skin_tone]=$'\U1F3C4\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_surfing_dark_skin_tone_minimally]=$'\U1F3C4\U1F3FF\U200D\U2640' +emoji[person_rowing_boat]=$'\U1F6A3' +emoji[rowboat]=$'\U1F6A3' +emoji[person_rowing_boat_light_skin_tone]=$'\U1F6A3\U1F3FB' +emoji[person_rowing_boat_medium_light_skin_tone]=$'\U1F6A3\U1F3FC' +emoji[person_rowing_boat_medium_skin_tone]=$'\U1F6A3\U1F3FD' +emoji[person_rowing_boat_medium_dark_skin_tone]=$'\U1F6A3\U1F3FE' +emoji[person_rowing_boat_dark_skin_tone]=$'\U1F6A3\U1F3FF' +emoji[man_rowing_boat]=$'\U1F6A3\U200D\U2642\UFE0F' +emoji[man_rowing_boat_minimally]=$'\U1F6A3\U200D\U2642' +emoji[rowing_man]=$'\U1F6A3\U200D\U2642' +emoji[man_rowing_boat_light_skin_tone]=$'\U1F6A3\U1F3FB\U200D\U2642\UFE0F' +emoji[man_rowing_boat_light_skin_tone_minimally]=$'\U1F6A3\U1F3FB\U200D\U2642' +emoji[man_rowing_boat_medium_light_skin_tone]=$'\U1F6A3\U1F3FC\U200D\U2642\UFE0F' +emoji[man_rowing_boat_medium_light_skin_tone_minimally]=$'\U1F6A3\U1F3FC\U200D\U2642' +emoji[man_rowing_boat_medium_skin_tone]=$'\U1F6A3\U1F3FD\U200D\U2642\UFE0F' +emoji[man_rowing_boat_medium_skin_tone_minimally]=$'\U1F6A3\U1F3FD\U200D\U2642' +emoji[man_rowing_boat_medium_dark_skin_tone]=$'\U1F6A3\U1F3FE\U200D\U2642\UFE0F' +emoji[man_rowing_boat_medium_dark_skin_tone_minimally]=$'\U1F6A3\U1F3FE\U200D\U2642' +emoji[man_rowing_boat_dark_skin_tone]=$'\U1F6A3\U1F3FF\U200D\U2642\UFE0F' +emoji[man_rowing_boat_dark_skin_tone_minimally]=$'\U1F6A3\U1F3FF\U200D\U2642' +emoji[woman_rowing_boat]=$'\U1F6A3\U200D\U2640\UFE0F' +emoji[woman_rowing_boat_minimally]=$'\U1F6A3\U200D\U2640' +emoji[rowing_woman]=$'\U1F6A3\U200D\U2640' +emoji[woman_rowing_boat_light_skin_tone]=$'\U1F6A3\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_rowing_boat_light_skin_tone_minimally]=$'\U1F6A3\U1F3FB\U200D\U2640' +emoji[woman_rowing_boat_medium_light_skin_tone]=$'\U1F6A3\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_rowing_boat_medium_light_skin_tone_minimally]=$'\U1F6A3\U1F3FC\U200D\U2640' +emoji[woman_rowing_boat_medium_skin_tone]=$'\U1F6A3\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_rowing_boat_medium_skin_tone_minimally]=$'\U1F6A3\U1F3FD\U200D\U2640' +emoji[woman_rowing_boat_medium_dark_skin_tone]=$'\U1F6A3\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_rowing_boat_medium_dark_skin_tone_minimally]=$'\U1F6A3\U1F3FE\U200D\U2640' +emoji[woman_rowing_boat_dark_skin_tone]=$'\U1F6A3\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_rowing_boat_dark_skin_tone_minimally]=$'\U1F6A3\U1F3FF\U200D\U2640' +emoji[person_swimming]=$'\U1F3CA' +emoji[swimmer]=$'\U1F3CA' +emoji[person_swimming_light_skin_tone]=$'\U1F3CA\U1F3FB' +emoji[person_swimming_medium_light_skin_tone]=$'\U1F3CA\U1F3FC' +emoji[person_swimming_medium_skin_tone]=$'\U1F3CA\U1F3FD' +emoji[person_swimming_medium_dark_skin_tone]=$'\U1F3CA\U1F3FE' +emoji[person_swimming_dark_skin_tone]=$'\U1F3CA\U1F3FF' +emoji[man_swimming]=$'\U1F3CA\U200D\U2642\UFE0F' +emoji[man_swimming_minimally]=$'\U1F3CA\U200D\U2642' +emoji[swimming_man]=$'\U1F3CA\U200D\U2642' +emoji[man_swimming_light_skin_tone]=$'\U1F3CA\U1F3FB\U200D\U2642\UFE0F' +emoji[man_swimming_light_skin_tone_minimally]=$'\U1F3CA\U1F3FB\U200D\U2642' +emoji[man_swimming_medium_light_skin_tone]=$'\U1F3CA\U1F3FC\U200D\U2642\UFE0F' +emoji[man_swimming_medium_light_skin_tone_minimally]=$'\U1F3CA\U1F3FC\U200D\U2642' +emoji[man_swimming_medium_skin_tone]=$'\U1F3CA\U1F3FD\U200D\U2642\UFE0F' +emoji[man_swimming_medium_skin_tone_minimally]=$'\U1F3CA\U1F3FD\U200D\U2642' +emoji[man_swimming_medium_dark_skin_tone]=$'\U1F3CA\U1F3FE\U200D\U2642\UFE0F' +emoji[man_swimming_medium_dark_skin_tone_minimally]=$'\U1F3CA\U1F3FE\U200D\U2642' +emoji[man_swimming_dark_skin_tone]=$'\U1F3CA\U1F3FF\U200D\U2642\UFE0F' +emoji[man_swimming_dark_skin_tone_minimally]=$'\U1F3CA\U1F3FF\U200D\U2642' +emoji[woman_swimming]=$'\U1F3CA\U200D\U2640\UFE0F' +emoji[woman_swimming_minimally]=$'\U1F3CA\U200D\U2640' +emoji[swimming_woman]=$'\U1F3CA\U200D\U2640' +emoji[woman_swimming_light_skin_tone]=$'\U1F3CA\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_swimming_light_skin_tone_minimally]=$'\U1F3CA\U1F3FB\U200D\U2640' +emoji[woman_swimming_medium_light_skin_tone]=$'\U1F3CA\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_swimming_medium_light_skin_tone_minimally]=$'\U1F3CA\U1F3FC\U200D\U2640' +emoji[woman_swimming_medium_skin_tone]=$'\U1F3CA\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_swimming_medium_skin_tone_minimally]=$'\U1F3CA\U1F3FD\U200D\U2640' +emoji[woman_swimming_medium_dark_skin_tone]=$'\U1F3CA\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_swimming_medium_dark_skin_tone_minimally]=$'\U1F3CA\U1F3FE\U200D\U2640' +emoji[woman_swimming_dark_skin_tone]=$'\U1F3CA\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_swimming_dark_skin_tone_minimally]=$'\U1F3CA\U1F3FF\U200D\U2640' +emoji[person_bouncing_ball]=$'\U26F9\UFE0F' +emoji[person_bouncing_ball_unqualified]=$'\U26F9' +emoji[bouncing_ball_person]=$'\U26F9' +emoji[person_bouncing_ball_light_skin_tone]=$'\U26F9\U1F3FB' +emoji[person_bouncing_ball_medium_light_skin_tone]=$'\U26F9\U1F3FC' +emoji[person_bouncing_ball_medium_skin_tone]=$'\U26F9\U1F3FD' +emoji[person_bouncing_ball_medium_dark_skin_tone]=$'\U26F9\U1F3FE' +emoji[person_bouncing_ball_dark_skin_tone]=$'\U26F9\U1F3FF' +emoji[man_bouncing_ball]=$'\U26F9\UFE0F\U200D\U2642\UFE0F' +emoji[bouncing_ball_man]=$'\U26F9\UFE0F\U200D\U2642\UFE0F' +emoji[basketball_man]=$'\U26F9\UFE0F\U200D\U2642\UFE0F' +emoji[man_bouncing_ball_unqualified]=$'\U26F9\U200D\U2642\UFE0F' +emoji[man_bouncing_ball_unqualified_1]=$'\U26F9\UFE0F\U200D\U2642' +emoji[man_bouncing_ball_unqualified_2]=$'\U26F9\U200D\U2642' +emoji[man_bouncing_ball_light_skin_tone]=$'\U26F9\U1F3FB\U200D\U2642\UFE0F' +emoji[man_bouncing_ball_light_skin_tone_minimally]=$'\U26F9\U1F3FB\U200D\U2642' +emoji[man_bouncing_ball_medium_light_skin_tone]=$'\U26F9\U1F3FC\U200D\U2642\UFE0F' +emoji[man_bouncing_ball_medium_light_skin_tone_minimally]=$'\U26F9\U1F3FC\U200D\U2642' +emoji[man_bouncing_ball_medium_skin_tone]=$'\U26F9\U1F3FD\U200D\U2642\UFE0F' +emoji[man_bouncing_ball_medium_skin_tone_minimally]=$'\U26F9\U1F3FD\U200D\U2642' +emoji[man_bouncing_ball_medium_dark_skin_tone]=$'\U26F9\U1F3FE\U200D\U2642\UFE0F' +emoji[man_bouncing_ball_medium_dark_skin_tone_minimally]=$'\U26F9\U1F3FE\U200D\U2642' +emoji[man_bouncing_ball_dark_skin_tone]=$'\U26F9\U1F3FF\U200D\U2642\UFE0F' +emoji[man_bouncing_ball_dark_skin_tone_minimally]=$'\U26F9\U1F3FF\U200D\U2642' +emoji[woman_bouncing_ball]=$'\U26F9\UFE0F\U200D\U2640\UFE0F' +emoji[bouncing_ball_woman]=$'\U26F9\UFE0F\U200D\U2640\UFE0F' +emoji[basketball_woman]=$'\U26F9\UFE0F\U200D\U2640\UFE0F' +emoji[woman_bouncing_ball_unqualified]=$'\U26F9\U200D\U2640\UFE0F' +emoji[woman_bouncing_ball_unqualified_1]=$'\U26F9\UFE0F\U200D\U2640' +emoji[woman_bouncing_ball_unqualified_2]=$'\U26F9\U200D\U2640' +emoji[woman_bouncing_ball_light_skin_tone]=$'\U26F9\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_bouncing_ball_light_skin_tone_minimally]=$'\U26F9\U1F3FB\U200D\U2640' +emoji[woman_bouncing_ball_medium_light_skin_tone]=$'\U26F9\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_bouncing_ball_medium_light_skin_tone_minimally]=$'\U26F9\U1F3FC\U200D\U2640' +emoji[woman_bouncing_ball_medium_skin_tone]=$'\U26F9\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_bouncing_ball_medium_skin_tone_minimally]=$'\U26F9\U1F3FD\U200D\U2640' +emoji[woman_bouncing_ball_medium_dark_skin_tone]=$'\U26F9\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_bouncing_ball_medium_dark_skin_tone_minimally]=$'\U26F9\U1F3FE\U200D\U2640' +emoji[woman_bouncing_ball_dark_skin_tone]=$'\U26F9\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_bouncing_ball_dark_skin_tone_minimally]=$'\U26F9\U1F3FF\U200D\U2640' +emoji[person_lifting_weights]=$'\U1F3CB\UFE0F' +emoji[person_lifting_weights_unqualified]=$'\U1F3CB' +emoji[weight_lifting]=$'\U1F3CB' +emoji[person_lifting_weights_light_skin_tone]=$'\U1F3CB\U1F3FB' +emoji[person_lifting_weights_medium_light_skin_tone]=$'\U1F3CB\U1F3FC' +emoji[person_lifting_weights_medium_skin_tone]=$'\U1F3CB\U1F3FD' +emoji[person_lifting_weights_medium_dark_skin_tone]=$'\U1F3CB\U1F3FE' +emoji[person_lifting_weights_dark_skin_tone]=$'\U1F3CB\U1F3FF' +emoji[man_lifting_weights]=$'\U1F3CB\UFE0F\U200D\U2642\UFE0F' +emoji[weight_lifting_man]=$'\U1F3CB\UFE0F\U200D\U2642\UFE0F' +emoji[man_lifting_weights_unqualified]=$'\U1F3CB\U200D\U2642\UFE0F' +emoji[man_lifting_weights_unqualified_1]=$'\U1F3CB\UFE0F\U200D\U2642' +emoji[man_lifting_weights_unqualified_2]=$'\U1F3CB\U200D\U2642' +emoji[man_lifting_weights_light_skin_tone]=$'\U1F3CB\U1F3FB\U200D\U2642\UFE0F' +emoji[man_lifting_weights_light_skin_tone_minimally]=$'\U1F3CB\U1F3FB\U200D\U2642' +emoji[man_lifting_weights_medium_light_skin_tone]=$'\U1F3CB\U1F3FC\U200D\U2642\UFE0F' +emoji[man_lifting_weights_medium_light_skin_tone_minimally]=$'\U1F3CB\U1F3FC\U200D\U2642' +emoji[man_lifting_weights_medium_skin_tone]=$'\U1F3CB\U1F3FD\U200D\U2642\UFE0F' +emoji[man_lifting_weights_medium_skin_tone_minimally]=$'\U1F3CB\U1F3FD\U200D\U2642' +emoji[man_lifting_weights_medium_dark_skin_tone]=$'\U1F3CB\U1F3FE\U200D\U2642\UFE0F' +emoji[man_lifting_weights_medium_dark_skin_tone_minimally]=$'\U1F3CB\U1F3FE\U200D\U2642' +emoji[man_lifting_weights_dark_skin_tone]=$'\U1F3CB\U1F3FF\U200D\U2642\UFE0F' +emoji[man_lifting_weights_dark_skin_tone_minimally]=$'\U1F3CB\U1F3FF\U200D\U2642' +emoji[woman_lifting_weights]=$'\U1F3CB\UFE0F\U200D\U2640\UFE0F' +emoji[weight_lifting_woman]=$'\U1F3CB\UFE0F\U200D\U2640\UFE0F' +emoji[woman_lifting_weights_unqualified]=$'\U1F3CB\U200D\U2640\UFE0F' +emoji[woman_lifting_weights_unqualified_1]=$'\U1F3CB\UFE0F\U200D\U2640' +emoji[woman_lifting_weights_unqualified_2]=$'\U1F3CB\U200D\U2640' +emoji[woman_lifting_weights_light_skin_tone]=$'\U1F3CB\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_lifting_weights_light_skin_tone_minimally]=$'\U1F3CB\U1F3FB\U200D\U2640' +emoji[woman_lifting_weights_medium_light_skin_tone]=$'\U1F3CB\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_lifting_weights_medium_light_skin_tone_minimally]=$'\U1F3CB\U1F3FC\U200D\U2640' +emoji[woman_lifting_weights_medium_skin_tone]=$'\U1F3CB\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_lifting_weights_medium_skin_tone_minimally]=$'\U1F3CB\U1F3FD\U200D\U2640' +emoji[woman_lifting_weights_medium_dark_skin_tone]=$'\U1F3CB\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_lifting_weights_medium_dark_skin_tone_minimally]=$'\U1F3CB\U1F3FE\U200D\U2640' +emoji[woman_lifting_weights_dark_skin_tone]=$'\U1F3CB\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_lifting_weights_dark_skin_tone_minimally]=$'\U1F3CB\U1F3FF\U200D\U2640' +emoji[person_biking]=$'\U1F6B4' +emoji[bicyclist]=$'\U1F6B4' +emoji[person_biking_light_skin_tone]=$'\U1F6B4\U1F3FB' +emoji[person_biking_medium_light_skin_tone]=$'\U1F6B4\U1F3FC' +emoji[person_biking_medium_skin_tone]=$'\U1F6B4\U1F3FD' +emoji[person_biking_medium_dark_skin_tone]=$'\U1F6B4\U1F3FE' +emoji[person_biking_dark_skin_tone]=$'\U1F6B4\U1F3FF' +emoji[man_biking]=$'\U1F6B4\U200D\U2642\UFE0F' +emoji[man_biking_minimally]=$'\U1F6B4\U200D\U2642' +emoji[biking_man]=$'\U1F6B4\U200D\U2642' +emoji[man_biking_light_skin_tone]=$'\U1F6B4\U1F3FB\U200D\U2642\UFE0F' +emoji[man_biking_light_skin_tone_minimally]=$'\U1F6B4\U1F3FB\U200D\U2642' +emoji[man_biking_medium_light_skin_tone]=$'\U1F6B4\U1F3FC\U200D\U2642\UFE0F' +emoji[man_biking_medium_light_skin_tone_minimally]=$'\U1F6B4\U1F3FC\U200D\U2642' +emoji[man_biking_medium_skin_tone]=$'\U1F6B4\U1F3FD\U200D\U2642\UFE0F' +emoji[man_biking_medium_skin_tone_minimally]=$'\U1F6B4\U1F3FD\U200D\U2642' +emoji[man_biking_medium_dark_skin_tone]=$'\U1F6B4\U1F3FE\U200D\U2642\UFE0F' +emoji[man_biking_medium_dark_skin_tone_minimally]=$'\U1F6B4\U1F3FE\U200D\U2642' +emoji[man_biking_dark_skin_tone]=$'\U1F6B4\U1F3FF\U200D\U2642\UFE0F' +emoji[man_biking_dark_skin_tone_minimally]=$'\U1F6B4\U1F3FF\U200D\U2642' +emoji[woman_biking]=$'\U1F6B4\U200D\U2640\UFE0F' +emoji[woman_biking_minimally]=$'\U1F6B4\U200D\U2640' +emoji[biking_woman]=$'\U1F6B4\U200D\U2640' +emoji[woman_biking_light_skin_tone]=$'\U1F6B4\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_biking_light_skin_tone_minimally]=$'\U1F6B4\U1F3FB\U200D\U2640' +emoji[woman_biking_medium_light_skin_tone]=$'\U1F6B4\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_biking_medium_light_skin_tone_minimally]=$'\U1F6B4\U1F3FC\U200D\U2640' +emoji[woman_biking_medium_skin_tone]=$'\U1F6B4\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_biking_medium_skin_tone_minimally]=$'\U1F6B4\U1F3FD\U200D\U2640' +emoji[woman_biking_medium_dark_skin_tone]=$'\U1F6B4\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_biking_medium_dark_skin_tone_minimally]=$'\U1F6B4\U1F3FE\U200D\U2640' +emoji[woman_biking_dark_skin_tone]=$'\U1F6B4\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_biking_dark_skin_tone_minimally]=$'\U1F6B4\U1F3FF\U200D\U2640' +emoji[person_mountain_biking]=$'\U1F6B5' +emoji[mountain_bicyclist]=$'\U1F6B5' +emoji[person_mountain_biking_light_skin_tone]=$'\U1F6B5\U1F3FB' +emoji[person_mountain_biking_medium_light_skin_tone]=$'\U1F6B5\U1F3FC' +emoji[person_mountain_biking_medium_skin_tone]=$'\U1F6B5\U1F3FD' +emoji[person_mountain_biking_medium_dark_skin_tone]=$'\U1F6B5\U1F3FE' +emoji[person_mountain_biking_dark_skin_tone]=$'\U1F6B5\U1F3FF' +emoji[man_mountain_biking]=$'\U1F6B5\U200D\U2642\UFE0F' +emoji[man_mountain_biking_minimally]=$'\U1F6B5\U200D\U2642' +emoji[mountain_biking_man]=$'\U1F6B5\U200D\U2642' +emoji[man_mountain_biking_light_skin_tone]=$'\U1F6B5\U1F3FB\U200D\U2642\UFE0F' +emoji[man_mountain_biking_light_skin_tone_minimally]=$'\U1F6B5\U1F3FB\U200D\U2642' +emoji[man_mountain_biking_medium_light_skin_tone]=$'\U1F6B5\U1F3FC\U200D\U2642\UFE0F' +emoji[man_mountain_biking_medium_light_skin_tone_minimally]=$'\U1F6B5\U1F3FC\U200D\U2642' +emoji[man_mountain_biking_medium_skin_tone]=$'\U1F6B5\U1F3FD\U200D\U2642\UFE0F' +emoji[man_mountain_biking_medium_skin_tone_minimally]=$'\U1F6B5\U1F3FD\U200D\U2642' +emoji[man_mountain_biking_medium_dark_skin_tone]=$'\U1F6B5\U1F3FE\U200D\U2642\UFE0F' +emoji[man_mountain_biking_medium_dark_skin_tone_minimally]=$'\U1F6B5\U1F3FE\U200D\U2642' +emoji[man_mountain_biking_dark_skin_tone]=$'\U1F6B5\U1F3FF\U200D\U2642\UFE0F' +emoji[man_mountain_biking_dark_skin_tone_minimally]=$'\U1F6B5\U1F3FF\U200D\U2642' +emoji[woman_mountain_biking]=$'\U1F6B5\U200D\U2640\UFE0F' +emoji[woman_mountain_biking_minimally]=$'\U1F6B5\U200D\U2640' +emoji[mountain_biking_woman]=$'\U1F6B5\U200D\U2640' +emoji[woman_mountain_biking_light_skin_tone]=$'\U1F6B5\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_mountain_biking_light_skin_tone_minimally]=$'\U1F6B5\U1F3FB\U200D\U2640' +emoji[woman_mountain_biking_medium_light_skin_tone]=$'\U1F6B5\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_mountain_biking_medium_light_skin_tone_minimally]=$'\U1F6B5\U1F3FC\U200D\U2640' +emoji[woman_mountain_biking_medium_skin_tone]=$'\U1F6B5\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_mountain_biking_medium_skin_tone_minimally]=$'\U1F6B5\U1F3FD\U200D\U2640' +emoji[woman_mountain_biking_medium_dark_skin_tone]=$'\U1F6B5\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_mountain_biking_medium_dark_skin_tone_minimally]=$'\U1F6B5\U1F3FE\U200D\U2640' +emoji[woman_mountain_biking_dark_skin_tone]=$'\U1F6B5\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_mountain_biking_dark_skin_tone_minimally]=$'\U1F6B5\U1F3FF\U200D\U2640' +emoji[person_cartwheeling]=$'\U1F938' +emoji[cartwheeling]=$'\U1F938' +emoji[person_cartwheeling_light_skin_tone]=$'\U1F938\U1F3FB' +emoji[person_cartwheeling_medium_light_skin_tone]=$'\U1F938\U1F3FC' +emoji[person_cartwheeling_medium_skin_tone]=$'\U1F938\U1F3FD' +emoji[person_cartwheeling_medium_dark_skin_tone]=$'\U1F938\U1F3FE' +emoji[person_cartwheeling_dark_skin_tone]=$'\U1F938\U1F3FF' +emoji[man_cartwheeling]=$'\U1F938\U200D\U2642\UFE0F' +emoji[man_cartwheeling_minimally]=$'\U1F938\U200D\U2642' +emoji[man_cartwheeling_light_skin_tone]=$'\U1F938\U1F3FB\U200D\U2642\UFE0F' +emoji[man_cartwheeling_light_skin_tone_minimally]=$'\U1F938\U1F3FB\U200D\U2642' +emoji[man_cartwheeling_medium_light_skin_tone]=$'\U1F938\U1F3FC\U200D\U2642\UFE0F' +emoji[man_cartwheeling_medium_light_skin_tone_minimally]=$'\U1F938\U1F3FC\U200D\U2642' +emoji[man_cartwheeling_medium_skin_tone]=$'\U1F938\U1F3FD\U200D\U2642\UFE0F' +emoji[man_cartwheeling_medium_skin_tone_minimally]=$'\U1F938\U1F3FD\U200D\U2642' +emoji[man_cartwheeling_medium_dark_skin_tone]=$'\U1F938\U1F3FE\U200D\U2642\UFE0F' +emoji[man_cartwheeling_medium_dark_skin_tone_minimally]=$'\U1F938\U1F3FE\U200D\U2642' +emoji[man_cartwheeling_dark_skin_tone]=$'\U1F938\U1F3FF\U200D\U2642\UFE0F' +emoji[man_cartwheeling_dark_skin_tone_minimally]=$'\U1F938\U1F3FF\U200D\U2642' +emoji[woman_cartwheeling]=$'\U1F938\U200D\U2640\UFE0F' +emoji[woman_cartwheeling_minimally]=$'\U1F938\U200D\U2640' +emoji[woman_cartwheeling_light_skin_tone]=$'\U1F938\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_cartwheeling_light_skin_tone_minimally]=$'\U1F938\U1F3FB\U200D\U2640' +emoji[woman_cartwheeling_medium_light_skin_tone]=$'\U1F938\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_cartwheeling_medium_light_skin_tone_minimally]=$'\U1F938\U1F3FC\U200D\U2640' +emoji[woman_cartwheeling_medium_skin_tone]=$'\U1F938\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_cartwheeling_medium_skin_tone_minimally]=$'\U1F938\U1F3FD\U200D\U2640' +emoji[woman_cartwheeling_medium_dark_skin_tone]=$'\U1F938\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_cartwheeling_medium_dark_skin_tone_minimally]=$'\U1F938\U1F3FE\U200D\U2640' +emoji[woman_cartwheeling_dark_skin_tone]=$'\U1F938\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_cartwheeling_dark_skin_tone_minimally]=$'\U1F938\U1F3FF\U200D\U2640' +emoji[people_wrestling]=$'\U1F93C' +emoji[wrestling]=$'\U1F93C' +emoji[men_wrestling]=$'\U1F93C\U200D\U2642\UFE0F' +emoji[men_wrestling_minimally]=$'\U1F93C\U200D\U2642' +emoji[women_wrestling]=$'\U1F93C\U200D\U2640\UFE0F' +emoji[women_wrestling_minimally]=$'\U1F93C\U200D\U2640' +emoji[person_playing_water_polo]=$'\U1F93D' +emoji[water_polo]=$'\U1F93D' +emoji[person_playing_water_polo_light_skin_tone]=$'\U1F93D\U1F3FB' +emoji[person_playing_water_polo_medium_light_skin_tone]=$'\U1F93D\U1F3FC' +emoji[person_playing_water_polo_medium_skin_tone]=$'\U1F93D\U1F3FD' +emoji[person_playing_water_polo_medium_dark_skin_tone]=$'\U1F93D\U1F3FE' +emoji[person_playing_water_polo_dark_skin_tone]=$'\U1F93D\U1F3FF' +emoji[man_playing_water_polo]=$'\U1F93D\U200D\U2642\UFE0F' +emoji[man_playing_water_polo_minimally]=$'\U1F93D\U200D\U2642' +emoji[man_playing_water_polo_light_skin_tone]=$'\U1F93D\U1F3FB\U200D\U2642\UFE0F' +emoji[man_playing_water_polo_light_skin_tone_minimally]=$'\U1F93D\U1F3FB\U200D\U2642' +emoji[man_playing_water_polo_medium_light_skin_tone]=$'\U1F93D\U1F3FC\U200D\U2642\UFE0F' +emoji[man_playing_water_polo_medium_light_skin_tone_minimally]=$'\U1F93D\U1F3FC\U200D\U2642' +emoji[man_playing_water_polo_medium_skin_tone]=$'\U1F93D\U1F3FD\U200D\U2642\UFE0F' +emoji[man_playing_water_polo_medium_skin_tone_minimally]=$'\U1F93D\U1F3FD\U200D\U2642' +emoji[man_playing_water_polo_medium_dark_skin_tone]=$'\U1F93D\U1F3FE\U200D\U2642\UFE0F' +emoji[man_playing_water_polo_medium_dark_skin_tone_minimally]=$'\U1F93D\U1F3FE\U200D\U2642' +emoji[man_playing_water_polo_dark_skin_tone]=$'\U1F93D\U1F3FF\U200D\U2642\UFE0F' +emoji[man_playing_water_polo_dark_skin_tone_minimally]=$'\U1F93D\U1F3FF\U200D\U2642' +emoji[woman_playing_water_polo]=$'\U1F93D\U200D\U2640\UFE0F' +emoji[woman_playing_water_polo_minimally]=$'\U1F93D\U200D\U2640' +emoji[woman_playing_water_polo_light_skin_tone]=$'\U1F93D\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_playing_water_polo_light_skin_tone_minimally]=$'\U1F93D\U1F3FB\U200D\U2640' +emoji[woman_playing_water_polo_medium_light_skin_tone]=$'\U1F93D\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_playing_water_polo_medium_light_skin_tone_minimally]=$'\U1F93D\U1F3FC\U200D\U2640' +emoji[woman_playing_water_polo_medium_skin_tone]=$'\U1F93D\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_playing_water_polo_medium_skin_tone_minimally]=$'\U1F93D\U1F3FD\U200D\U2640' +emoji[woman_playing_water_polo_medium_dark_skin_tone]=$'\U1F93D\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_playing_water_polo_medium_dark_skin_tone_minimally]=$'\U1F93D\U1F3FE\U200D\U2640' +emoji[woman_playing_water_polo_dark_skin_tone]=$'\U1F93D\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_playing_water_polo_dark_skin_tone_minimally]=$'\U1F93D\U1F3FF\U200D\U2640' +emoji[person_playing_handball]=$'\U1F93E' +emoji[handball_person]=$'\U1F93E' +emoji[person_playing_handball_light_skin_tone]=$'\U1F93E\U1F3FB' +emoji[person_playing_handball_medium_light_skin_tone]=$'\U1F93E\U1F3FC' +emoji[person_playing_handball_medium_skin_tone]=$'\U1F93E\U1F3FD' +emoji[person_playing_handball_medium_dark_skin_tone]=$'\U1F93E\U1F3FE' +emoji[person_playing_handball_dark_skin_tone]=$'\U1F93E\U1F3FF' +emoji[man_playing_handball]=$'\U1F93E\U200D\U2642\UFE0F' +emoji[man_playing_handball_minimally]=$'\U1F93E\U200D\U2642' +emoji[man_playing_handball_light_skin_tone]=$'\U1F93E\U1F3FB\U200D\U2642\UFE0F' +emoji[man_playing_handball_light_skin_tone_minimally]=$'\U1F93E\U1F3FB\U200D\U2642' +emoji[man_playing_handball_medium_light_skin_tone]=$'\U1F93E\U1F3FC\U200D\U2642\UFE0F' +emoji[man_playing_handball_medium_light_skin_tone_minimally]=$'\U1F93E\U1F3FC\U200D\U2642' +emoji[man_playing_handball_medium_skin_tone]=$'\U1F93E\U1F3FD\U200D\U2642\UFE0F' +emoji[man_playing_handball_medium_skin_tone_minimally]=$'\U1F93E\U1F3FD\U200D\U2642' +emoji[man_playing_handball_medium_dark_skin_tone]=$'\U1F93E\U1F3FE\U200D\U2642\UFE0F' +emoji[man_playing_handball_medium_dark_skin_tone_minimally]=$'\U1F93E\U1F3FE\U200D\U2642' +emoji[man_playing_handball_dark_skin_tone]=$'\U1F93E\U1F3FF\U200D\U2642\UFE0F' +emoji[man_playing_handball_dark_skin_tone_minimally]=$'\U1F93E\U1F3FF\U200D\U2642' +emoji[woman_playing_handball]=$'\U1F93E\U200D\U2640\UFE0F' +emoji[woman_playing_handball_minimally]=$'\U1F93E\U200D\U2640' +emoji[woman_playing_handball_light_skin_tone]=$'\U1F93E\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_playing_handball_light_skin_tone_minimally]=$'\U1F93E\U1F3FB\U200D\U2640' +emoji[woman_playing_handball_medium_light_skin_tone]=$'\U1F93E\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_playing_handball_medium_light_skin_tone_minimally]=$'\U1F93E\U1F3FC\U200D\U2640' +emoji[woman_playing_handball_medium_skin_tone]=$'\U1F93E\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_playing_handball_medium_skin_tone_minimally]=$'\U1F93E\U1F3FD\U200D\U2640' +emoji[woman_playing_handball_medium_dark_skin_tone]=$'\U1F93E\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_playing_handball_medium_dark_skin_tone_minimally]=$'\U1F93E\U1F3FE\U200D\U2640' +emoji[woman_playing_handball_dark_skin_tone]=$'\U1F93E\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_playing_handball_dark_skin_tone_minimally]=$'\U1F93E\U1F3FF\U200D\U2640' +emoji[person_juggling]=$'\U1F939' +emoji[juggling_person]=$'\U1F939' +emoji[person_juggling_light_skin_tone]=$'\U1F939\U1F3FB' +emoji[person_juggling_medium_light_skin_tone]=$'\U1F939\U1F3FC' +emoji[person_juggling_medium_skin_tone]=$'\U1F939\U1F3FD' +emoji[person_juggling_medium_dark_skin_tone]=$'\U1F939\U1F3FE' +emoji[person_juggling_dark_skin_tone]=$'\U1F939\U1F3FF' +emoji[man_juggling]=$'\U1F939\U200D\U2642\UFE0F' +emoji[man_juggling_minimally]=$'\U1F939\U200D\U2642' +emoji[man_juggling_light_skin_tone]=$'\U1F939\U1F3FB\U200D\U2642\UFE0F' +emoji[man_juggling_light_skin_tone_minimally]=$'\U1F939\U1F3FB\U200D\U2642' +emoji[man_juggling_medium_light_skin_tone]=$'\U1F939\U1F3FC\U200D\U2642\UFE0F' +emoji[man_juggling_medium_light_skin_tone_minimally]=$'\U1F939\U1F3FC\U200D\U2642' +emoji[man_juggling_medium_skin_tone]=$'\U1F939\U1F3FD\U200D\U2642\UFE0F' +emoji[man_juggling_medium_skin_tone_minimally]=$'\U1F939\U1F3FD\U200D\U2642' +emoji[man_juggling_medium_dark_skin_tone]=$'\U1F939\U1F3FE\U200D\U2642\UFE0F' +emoji[man_juggling_medium_dark_skin_tone_minimally]=$'\U1F939\U1F3FE\U200D\U2642' +emoji[man_juggling_dark_skin_tone]=$'\U1F939\U1F3FF\U200D\U2642\UFE0F' +emoji[man_juggling_dark_skin_tone_minimally]=$'\U1F939\U1F3FF\U200D\U2642' +emoji[woman_juggling]=$'\U1F939\U200D\U2640\UFE0F' +emoji[woman_juggling_minimally]=$'\U1F939\U200D\U2640' +emoji[woman_juggling_light_skin_tone]=$'\U1F939\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_juggling_light_skin_tone_minimally]=$'\U1F939\U1F3FB\U200D\U2640' +emoji[woman_juggling_medium_light_skin_tone]=$'\U1F939\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_juggling_medium_light_skin_tone_minimally]=$'\U1F939\U1F3FC\U200D\U2640' +emoji[woman_juggling_medium_skin_tone]=$'\U1F939\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_juggling_medium_skin_tone_minimally]=$'\U1F939\U1F3FD\U200D\U2640' +emoji[woman_juggling_medium_dark_skin_tone]=$'\U1F939\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_juggling_medium_dark_skin_tone_minimally]=$'\U1F939\U1F3FE\U200D\U2640' +emoji[woman_juggling_dark_skin_tone]=$'\U1F939\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_juggling_dark_skin_tone_minimally]=$'\U1F939\U1F3FF\U200D\U2640' +emoji[person_in_lotus_position]=$'\U1F9D8' +emoji[lotus_position]=$'\U1F9D8' +emoji[person_in_lotus_position_light_skin_tone]=$'\U1F9D8\U1F3FB' +emoji[person_in_lotus_position_medium_light_skin_tone]=$'\U1F9D8\U1F3FC' +emoji[person_in_lotus_position_medium_skin_tone]=$'\U1F9D8\U1F3FD' +emoji[person_in_lotus_position_medium_dark_skin_tone]=$'\U1F9D8\U1F3FE' +emoji[person_in_lotus_position_dark_skin_tone]=$'\U1F9D8\U1F3FF' +emoji[man_in_lotus_position]=$'\U1F9D8\U200D\U2642\UFE0F' +emoji[man_in_lotus_position_minimally]=$'\U1F9D8\U200D\U2642' +emoji[lotus_position_man]=$'\U1F9D8\U200D\U2642' +emoji[man_in_lotus_position_light_skin_tone]=$'\U1F9D8\U1F3FB\U200D\U2642\UFE0F' +emoji[man_in_lotus_position_light_skin_tone_minimally]=$'\U1F9D8\U1F3FB\U200D\U2642' +emoji[man_in_lotus_position_medium_light_skin_tone]=$'\U1F9D8\U1F3FC\U200D\U2642\UFE0F' +emoji[man_in_lotus_position_medium_light_skin_tone_minimally]=$'\U1F9D8\U1F3FC\U200D\U2642' +emoji[man_in_lotus_position_medium_skin_tone]=$'\U1F9D8\U1F3FD\U200D\U2642\UFE0F' +emoji[man_in_lotus_position_medium_skin_tone_minimally]=$'\U1F9D8\U1F3FD\U200D\U2642' +emoji[man_in_lotus_position_medium_dark_skin_tone]=$'\U1F9D8\U1F3FE\U200D\U2642\UFE0F' +emoji[man_in_lotus_position_medium_dark_skin_tone_minimally]=$'\U1F9D8\U1F3FE\U200D\U2642' +emoji[man_in_lotus_position_dark_skin_tone]=$'\U1F9D8\U1F3FF\U200D\U2642\UFE0F' +emoji[man_in_lotus_position_dark_skin_tone_minimally]=$'\U1F9D8\U1F3FF\U200D\U2642' +emoji[woman_in_lotus_position]=$'\U1F9D8\U200D\U2640\UFE0F' +emoji[woman_in_lotus_position_minimally]=$'\U1F9D8\U200D\U2640' +emoji[lotus_position_woman]=$'\U1F9D8\U200D\U2640' +emoji[woman_in_lotus_position_light_skin_tone]=$'\U1F9D8\U1F3FB\U200D\U2640\UFE0F' +emoji[woman_in_lotus_position_light_skin_tone_minimally]=$'\U1F9D8\U1F3FB\U200D\U2640' +emoji[woman_in_lotus_position_medium_light_skin_tone]=$'\U1F9D8\U1F3FC\U200D\U2640\UFE0F' +emoji[woman_in_lotus_position_medium_light_skin_tone_minimally]=$'\U1F9D8\U1F3FC\U200D\U2640' +emoji[woman_in_lotus_position_medium_skin_tone]=$'\U1F9D8\U1F3FD\U200D\U2640\UFE0F' +emoji[woman_in_lotus_position_medium_skin_tone_minimally]=$'\U1F9D8\U1F3FD\U200D\U2640' +emoji[woman_in_lotus_position_medium_dark_skin_tone]=$'\U1F9D8\U1F3FE\U200D\U2640\UFE0F' +emoji[woman_in_lotus_position_medium_dark_skin_tone_minimally]=$'\U1F9D8\U1F3FE\U200D\U2640' +emoji[woman_in_lotus_position_dark_skin_tone]=$'\U1F9D8\U1F3FF\U200D\U2640\UFE0F' +emoji[woman_in_lotus_position_dark_skin_tone_minimally]=$'\U1F9D8\U1F3FF\U200D\U2640' +emoji[person_taking_bath]=$'\U1F6C0' +emoji[bath]=$'\U1F6C0' +emoji[person_taking_bath_light_skin_tone]=$'\U1F6C0\U1F3FB' +emoji[person_taking_bath_medium_light_skin_tone]=$'\U1F6C0\U1F3FC' +emoji[person_taking_bath_medium_skin_tone]=$'\U1F6C0\U1F3FD' +emoji[person_taking_bath_medium_dark_skin_tone]=$'\U1F6C0\U1F3FE' +emoji[person_taking_bath_dark_skin_tone]=$'\U1F6C0\U1F3FF' +emoji[person_in_bed]=$'\U1F6CC' +emoji[sleeping_bed]=$'\U1F6CC' +emoji[person_in_bed_light_skin_tone]=$'\U1F6CC\U1F3FB' +emoji[person_in_bed_medium_light_skin_tone]=$'\U1F6CC\U1F3FC' +emoji[person_in_bed_medium_skin_tone]=$'\U1F6CC\U1F3FD' +emoji[person_in_bed_medium_dark_skin_tone]=$'\U1F6CC\U1F3FE' +emoji[person_in_bed_dark_skin_tone]=$'\U1F6CC\U1F3FF' +emoji[people_holding_hands]=$'\U1F9D1\U200D\U1F91D\U200D\U1F9D1' +emoji[people_holding_hands_light_skin_tone]=$'\U1F9D1\U1F3FB\U200D\U1F91D\U200D\U1F9D1\U1F3FB' +emoji[people_holding_hands_medium_light_skin_tone_light_skin_tone]=$'\U1F9D1\U1F3FC\U200D\U1F91D\U200D\U1F9D1\U1F3FB' +emoji[people_holding_hands_medium_light_skin_tone_light_skin_tone_1]=$'\U1F9D1\U1F3FC\U200D\U1F91D\U200D\U1F9D1\U1F3FC' +emoji[people_holding_hands_medium_skin_tone_light_skin_tone]=$'\U1F9D1\U1F3FD\U200D\U1F91D\U200D\U1F9D1\U1F3FB' +emoji[people_holding_hands_medium_skin_tone_medium_light_skin_tone]=$'\U1F9D1\U1F3FD\U200D\U1F91D\U200D\U1F9D1\U1F3FC' +emoji[people_holding_hands_medium_skin_tone_medium_light_skin_tone_1]=$'\U1F9D1\U1F3FD\U200D\U1F91D\U200D\U1F9D1\U1F3FD' +emoji[people_holding_hands_medium_dark_skin_tone_light_skin_tone]=$'\U1F9D1\U1F3FE\U200D\U1F91D\U200D\U1F9D1\U1F3FB' +emoji[people_holding_hands_medium_dark_skin_tone_medium_light_skin_tone]=$'\U1F9D1\U1F3FE\U200D\U1F91D\U200D\U1F9D1\U1F3FC' +emoji[people_holding_hands_medium_dark_skin_tone_medium_skin_tone]=$'\U1F9D1\U1F3FE\U200D\U1F91D\U200D\U1F9D1\U1F3FD' +emoji[people_holding_hands_medium_dark_skin_tone_medium_skin_tone_1]=$'\U1F9D1\U1F3FE\U200D\U1F91D\U200D\U1F9D1\U1F3FE' +emoji[people_holding_hands_dark_skin_tone_light_skin_tone]=$'\U1F9D1\U1F3FF\U200D\U1F91D\U200D\U1F9D1\U1F3FB' +emoji[people_holding_hands_dark_skin_tone_medium_light_skin_tone]=$'\U1F9D1\U1F3FF\U200D\U1F91D\U200D\U1F9D1\U1F3FC' +emoji[people_holding_hands_dark_skin_tone_medium_skin_tone]=$'\U1F9D1\U1F3FF\U200D\U1F91D\U200D\U1F9D1\U1F3FD' +emoji[people_holding_hands_dark_skin_tone_medium_dark_skin_tone]=$'\U1F9D1\U1F3FF\U200D\U1F91D\U200D\U1F9D1\U1F3FE' +emoji[people_holding_hands_dark_skin_tone_medium_dark_skin_tone_1]=$'\U1F9D1\U1F3FF\U200D\U1F91D\U200D\U1F9D1\U1F3FF' +emoji[women_holding_hands]=$'\U1F46D' +emoji[two_women_holding_hands]=$'\U1F46D' +emoji[women_holding_hands_light_skin_tone]=$'\U1F46D\U1F3FB' +emoji[women_holding_hands_medium_light_skin_tone_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F91D\U200D\U1F469\U1F3FB' +emoji[women_holding_hands_medium_light_skin_tone_light_skin_tone_1]=$'\U1F46D\U1F3FC' +emoji[women_holding_hands_medium_skin_tone_light_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F91D\U200D\U1F469\U1F3FB' +emoji[women_holding_hands_medium_skin_tone_medium_light_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F91D\U200D\U1F469\U1F3FC' +emoji[women_holding_hands_medium_skin_tone_medium_light_skin_tone_1]=$'\U1F46D\U1F3FD' +emoji[women_holding_hands_medium_dark_skin_tone_light_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F91D\U200D\U1F469\U1F3FB' +emoji[women_holding_hands_medium_dark_skin_tone_medium_light_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F91D\U200D\U1F469\U1F3FC' +emoji[women_holding_hands_medium_dark_skin_tone_medium_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F91D\U200D\U1F469\U1F3FD' +emoji[women_holding_hands_medium_dark_skin_tone_medium_skin_tone_1]=$'\U1F46D\U1F3FE' +emoji[women_holding_hands_dark_skin_tone_light_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F91D\U200D\U1F469\U1F3FB' +emoji[women_holding_hands_dark_skin_tone_medium_light_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F91D\U200D\U1F469\U1F3FC' +emoji[women_holding_hands_dark_skin_tone_medium_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F91D\U200D\U1F469\U1F3FD' +emoji[women_holding_hands_dark_skin_tone_medium_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F91D\U200D\U1F469\U1F3FE' +emoji[women_holding_hands_dark_skin_tone_medium_dark_skin_tone_1]=$'\U1F46D\U1F3FF' +emoji[woman_and_man_holding_hands]=$'\U1F46B' +emoji[couple]=$'\U1F46B' +emoji[woman_and_man_holding_hands_light_skin_tone]=$'\U1F46B\U1F3FB' +emoji[woman_and_man_holding_hands_light_skin_tone_medium_light_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F91D\U200D\U1F468\U1F3FC' +emoji[woman_and_man_holding_hands_light_skin_tone_medium_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F91D\U200D\U1F468\U1F3FD' +emoji[woman_and_man_holding_hands_light_skin_tone_medium_dark_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F91D\U200D\U1F468\U1F3FE' +emoji[woman_and_man_holding_hands_light_skin_tone_dark_skin_tone]=$'\U1F469\U1F3FB\U200D\U1F91D\U200D\U1F468\U1F3FF' +emoji[woman_and_man_holding_hands_medium_light_skin_tone_light_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F91D\U200D\U1F468\U1F3FB' +emoji[woman_and_man_holding_hands_medium_light_skin_tone_light_skin_tone_1]=$'\U1F46B\U1F3FC' +emoji[woman_and_man_holding_hands_medium_light_skin_tone_medium_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F91D\U200D\U1F468\U1F3FD' +emoji[woman_and_man_holding_hands_medium_light_skin_tone_medium_dark_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F91D\U200D\U1F468\U1F3FE' +emoji[woman_and_man_holding_hands_medium_light_skin_tone_dark_skin_tone]=$'\U1F469\U1F3FC\U200D\U1F91D\U200D\U1F468\U1F3FF' +emoji[woman_and_man_holding_hands_medium_skin_tone_light_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F91D\U200D\U1F468\U1F3FB' +emoji[woman_and_man_holding_hands_medium_skin_tone_medium_light_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F91D\U200D\U1F468\U1F3FC' +emoji[woman_and_man_holding_hands_medium_skin_tone_medium_light_skin_tone_1]=$'\U1F46B\U1F3FD' +emoji[woman_and_man_holding_hands_medium_skin_tone_medium_dark_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F91D\U200D\U1F468\U1F3FE' +emoji[woman_and_man_holding_hands_medium_skin_tone_dark_skin_tone]=$'\U1F469\U1F3FD\U200D\U1F91D\U200D\U1F468\U1F3FF' +emoji[woman_and_man_holding_hands_medium_dark_skin_tone_light_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F91D\U200D\U1F468\U1F3FB' +emoji[woman_and_man_holding_hands_medium_dark_skin_tone_medium_light_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F91D\U200D\U1F468\U1F3FC' +emoji[woman_and_man_holding_hands_medium_dark_skin_tone_medium_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F91D\U200D\U1F468\U1F3FD' +emoji[woman_and_man_holding_hands_medium_dark_skin_tone_medium_skin_tone_1]=$'\U1F46B\U1F3FE' +emoji[woman_and_man_holding_hands_medium_dark_skin_tone_dark_skin_tone]=$'\U1F469\U1F3FE\U200D\U1F91D\U200D\U1F468\U1F3FF' +emoji[woman_and_man_holding_hands_dark_skin_tone_light_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F91D\U200D\U1F468\U1F3FB' +emoji[woman_and_man_holding_hands_dark_skin_tone_medium_light_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F91D\U200D\U1F468\U1F3FC' +emoji[woman_and_man_holding_hands_dark_skin_tone_medium_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F91D\U200D\U1F468\U1F3FD' +emoji[woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone]=$'\U1F469\U1F3FF\U200D\U1F91D\U200D\U1F468\U1F3FE' +emoji[woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone_1]=$'\U1F46B\U1F3FF' +emoji[men_holding_hands]=$'\U1F46C' +emoji[two_men_holding_hands]=$'\U1F46C' +emoji[men_holding_hands_light_skin_tone]=$'\U1F46C\U1F3FB' +emoji[men_holding_hands_medium_light_skin_tone_light_skin_tone]=$'\U1F468\U1F3FC\U200D\U1F91D\U200D\U1F468\U1F3FB' +emoji[men_holding_hands_medium_light_skin_tone_light_skin_tone_1]=$'\U1F46C\U1F3FC' +emoji[men_holding_hands_medium_skin_tone_light_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F91D\U200D\U1F468\U1F3FB' +emoji[men_holding_hands_medium_skin_tone_medium_light_skin_tone]=$'\U1F468\U1F3FD\U200D\U1F91D\U200D\U1F468\U1F3FC' +emoji[men_holding_hands_medium_skin_tone_medium_light_skin_tone_1]=$'\U1F46C\U1F3FD' +emoji[men_holding_hands_medium_dark_skin_tone_light_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F91D\U200D\U1F468\U1F3FB' +emoji[men_holding_hands_medium_dark_skin_tone_medium_light_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F91D\U200D\U1F468\U1F3FC' +emoji[men_holding_hands_medium_dark_skin_tone_medium_skin_tone]=$'\U1F468\U1F3FE\U200D\U1F91D\U200D\U1F468\U1F3FD' +emoji[men_holding_hands_medium_dark_skin_tone_medium_skin_tone_1]=$'\U1F46C\U1F3FE' +emoji[men_holding_hands_dark_skin_tone_light_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F91D\U200D\U1F468\U1F3FB' +emoji[men_holding_hands_dark_skin_tone_medium_light_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F91D\U200D\U1F468\U1F3FC' +emoji[men_holding_hands_dark_skin_tone_medium_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F91D\U200D\U1F468\U1F3FD' +emoji[men_holding_hands_dark_skin_tone_medium_dark_skin_tone]=$'\U1F468\U1F3FF\U200D\U1F91D\U200D\U1F468\U1F3FE' +emoji[men_holding_hands_dark_skin_tone_medium_dark_skin_tone_1]=$'\U1F46C\U1F3FF' +emoji[kiss]=$'\U1F48F' +emoji[couplekiss]=$'\U1F48F' +emoji[kiss_woman_man]=$'\U1F469\U200D\U2764\UFE0F\U200D\U1F48B\U200D\U1F468' +emoji[couplekiss_man_woman]=$'\U1F469\U200D\U2764\UFE0F\U200D\U1F48B\U200D\U1F468' +emoji[kiss_woman_man_minimally]=$'\U1F469\U200D\U2764\U200D\U1F48B\U200D\U1F468' +emoji[kiss_man_man]=$'\U1F468\U200D\U2764\UFE0F\U200D\U1F48B\U200D\U1F468' +emoji[couplekiss_man_man]=$'\U1F468\U200D\U2764\UFE0F\U200D\U1F48B\U200D\U1F468' +emoji[kiss_man_man_minimally]=$'\U1F468\U200D\U2764\U200D\U1F48B\U200D\U1F468' +emoji[kiss_woman_woman]=$'\U1F469\U200D\U2764\UFE0F\U200D\U1F48B\U200D\U1F469' +emoji[couplekiss_woman_woman]=$'\U1F469\U200D\U2764\UFE0F\U200D\U1F48B\U200D\U1F469' +emoji[kiss_woman_woman_minimally]=$'\U1F469\U200D\U2764\U200D\U1F48B\U200D\U1F469' +emoji[couple_with_heart]=$'\U1F491' +emoji[couple_with_heart_woman_man]=$'\U1F469\U200D\U2764\UFE0F\U200D\U1F468' +emoji[couple_with_heart_woman_man_minimally]=$'\U1F469\U200D\U2764\U200D\U1F468' +emoji[couple_with_heart_man_man]=$'\U1F468\U200D\U2764\UFE0F\U200D\U1F468' +emoji[couple_with_heart_man_man_minimally]=$'\U1F468\U200D\U2764\U200D\U1F468' +emoji[couple_with_heart_woman_woman]=$'\U1F469\U200D\U2764\UFE0F\U200D\U1F469' +emoji[couple_with_heart_woman_woman_minimally]=$'\U1F469\U200D\U2764\U200D\U1F469' +emoji[family]=$'\U1F46A' +emoji[family_man_woman_boy]=$'\U1F468\U200D\U1F469\U200D\U1F466' +emoji[family_man_woman_girl]=$'\U1F468\U200D\U1F469\U200D\U1F467' +emoji[family_man_woman_girl_boy]=$'\U1F468\U200D\U1F469\U200D\U1F467\U200D\U1F466' +emoji[family_man_woman_boy_boy]=$'\U1F468\U200D\U1F469\U200D\U1F466\U200D\U1F466' +emoji[family_man_woman_girl_girl]=$'\U1F468\U200D\U1F469\U200D\U1F467\U200D\U1F467' +emoji[family_man_man_boy]=$'\U1F468\U200D\U1F468\U200D\U1F466' +emoji[family_man_man_girl]=$'\U1F468\U200D\U1F468\U200D\U1F467' +emoji[family_man_man_girl_boy]=$'\U1F468\U200D\U1F468\U200D\U1F467\U200D\U1F466' +emoji[family_man_man_boy_boy]=$'\U1F468\U200D\U1F468\U200D\U1F466\U200D\U1F466' +emoji[family_man_man_girl_girl]=$'\U1F468\U200D\U1F468\U200D\U1F467\U200D\U1F467' +emoji[family_woman_woman_boy]=$'\U1F469\U200D\U1F469\U200D\U1F466' +emoji[family_woman_woman_girl]=$'\U1F469\U200D\U1F469\U200D\U1F467' +emoji[family_woman_woman_girl_boy]=$'\U1F469\U200D\U1F469\U200D\U1F467\U200D\U1F466' +emoji[family_woman_woman_boy_boy]=$'\U1F469\U200D\U1F469\U200D\U1F466\U200D\U1F466' +emoji[family_woman_woman_girl_girl]=$'\U1F469\U200D\U1F469\U200D\U1F467\U200D\U1F467' +emoji[family_man_boy]=$'\U1F468\U200D\U1F466' +emoji[family_man_boy_boy]=$'\U1F468\U200D\U1F466\U200D\U1F466' +emoji[family_man_girl]=$'\U1F468\U200D\U1F467' +emoji[family_man_girl_boy]=$'\U1F468\U200D\U1F467\U200D\U1F466' +emoji[family_man_girl_girl]=$'\U1F468\U200D\U1F467\U200D\U1F467' +emoji[family_woman_boy]=$'\U1F469\U200D\U1F466' +emoji[family_woman_boy_boy]=$'\U1F469\U200D\U1F466\U200D\U1F466' +emoji[family_woman_girl]=$'\U1F469\U200D\U1F467' +emoji[family_woman_girl_boy]=$'\U1F469\U200D\U1F467\U200D\U1F466' +emoji[family_woman_girl_girl]=$'\U1F469\U200D\U1F467\U200D\U1F467' +emoji[speaking_head]=$'\U1F5E3\UFE0F' +emoji[speaking_head_unqualified]=$'\U1F5E3' +emoji[bust_in_silhouette]=$'\U1F464' +emoji[busts_in_silhouette]=$'\U1F465' +emoji[footprints]=$'\U1F463' +emoji_mod[light_skin_tone]=$'\U1F3FB' +emoji_mod[medium_light_skin_tone]=$'\U1F3FC' +emoji_mod[medium_skin_tone]=$'\U1F3FD' +emoji_mod[medium_dark_skin_tone]=$'\U1F3FE' +emoji_mod[medium_dark_skin_tone_1]=$'\U1F3FF' +emoji_mod[red_hair]=$'\U1F9B0' +emoji_mod[curly_hair]=$'\U1F9B1' +emoji_mod[white_hair]=$'\U1F9B3' +emoji_mod[bald]=$'\U1F9B2' +emoji[monkey_face]=$'\U1F435' +emoji[monkey_face_1]=$'\U1F412' +emoji[monkey]=$'\U1F412' +emoji[gorilla]=$'\U1F98D' +emoji[orangutan]=$'\U1F9A7' +emoji[dog_face]=$'\U1F436' +emoji[dog]=$'\U1F436' +emoji[dog_face_1]=$'\U1F415' +emoji[dog2]=$'\U1F415' +emoji[guide_dog]=$'\U1F9AE' +emoji[service_dog]=$'\U1F415\U200D\U1F9BA' +emoji[poodle]=$'\U1F429' +emoji[wolf]=$'\U1F43A' +emoji[fox]=$'\U1F98A' +emoji[fox_face]=$'\U1F98A' +emoji[raccoon]=$'\U1F99D' +emoji[cat_face]=$'\U1F431' +emoji[cat]=$'\U1F431' +emoji[cat_face_1]=$'\U1F408' +emoji[cat2]=$'\U1F408' +emoji[lion]=$'\U1F981' +emoji[tiger_face]=$'\U1F42F' +emoji[tiger]=$'\U1F42F' +emoji[tiger_face_1]=$'\U1F405' +emoji[tiger2]=$'\U1F405' +emoji[leopard]=$'\U1F406' +emoji[horse_face]=$'\U1F434' +emoji[horse]=$'\U1F434' +emoji[horse_face_1]=$'\U1F40E' +emoji[racehorse]=$'\U1F40E' +emoji[unicorn]=$'\U1F984' +emoji[zebra]=$'\U1F993' +emoji[deer]=$'\U1F98C' +emoji[cow_face]=$'\U1F42E' +emoji[ox]=$'\U1F402' +emoji[water_buffalo]=$'\U1F403' +emoji[cow]=$'\U1F404' +emoji[cow2]=$'\U1F404' +emoji[pig_face]=$'\U1F437' +emoji[pig]=$'\U1F437' +emoji[pig_face_1]=$'\U1F416' +emoji[pig2]=$'\U1F416' +emoji[boar]=$'\U1F417' +emoji[pig_nose]=$'\U1F43D' +emoji[ram]=$'\U1F40F' +emoji[ewe]=$'\U1F411' +emoji[sheep]=$'\U1F411' +emoji[goat]=$'\U1F410' +emoji[camel]=$'\U1F42A' +emoji[dromedary_camel]=$'\U1F42A' +emoji[two_hump_camel]=$'\U1F42B' +emoji[llama]=$'\U1F999' +emoji[giraffe]=$'\U1F992' +emoji[elephant]=$'\U1F418' +emoji[rhinoceros]=$'\U1F98F' +emoji[hippopotamus]=$'\U1F99B' +emoji[mouse_face]=$'\U1F42D' +emoji[mouse]=$'\U1F42D' +emoji[mouse_face_1]=$'\U1F401' +emoji[mouse2]=$'\U1F401' +emoji[rat]=$'\U1F400' +emoji[hamster]=$'\U1F439' +emoji[rabbit_face]=$'\U1F430' +emoji[rabbit]=$'\U1F430' +emoji[rabbit_face_1]=$'\U1F407' +emoji[rabbit2]=$'\U1F407' +emoji[chipmunk]=$'\U1F43F\UFE0F' +emoji[chipmunk_unqualified]=$'\U1F43F' +emoji[hedgehog]=$'\U1F994' +emoji[bat]=$'\U1F987' +emoji[bear]=$'\U1F43B' +emoji[koala]=$'\U1F428' +emoji[panda]=$'\U1F43C' +emoji[panda_face]=$'\U1F43C' +emoji[sloth]=$'\U1F9A5' +emoji[otter]=$'\U1F9A6' +emoji[skunk]=$'\U1F9A8' +emoji[kangaroo]=$'\U1F998' +emoji[badger]=$'\U1F9A1' +emoji[paw_prints]=$'\U1F43E' +emoji[feet]=$'\U1F43E' +emoji[turkey]=$'\U1F983' +emoji[chicken]=$'\U1F414' +emoji[rooster]=$'\U1F413' +emoji[hatching_chick]=$'\U1F423' +emoji[baby_chick]=$'\U1F424' +emoji[front_facing_baby_chick]=$'\U1F425' +emoji[hatched_chick]=$'\U1F425' +emoji[bird]=$'\U1F426' +emoji[penguin]=$'\U1F427' +emoji[dove]=$'\U1F54A\UFE0F' +emoji[dove_unqualified]=$'\U1F54A' +emoji[eagle]=$'\U1F985' +emoji[duck]=$'\U1F986' +emoji[swan]=$'\U1F9A2' +emoji[owl]=$'\U1F989' +emoji[flamingo]=$'\U1F9A9' +emoji[peacock]=$'\U1F99A' +emoji[parrot]=$'\U1F99C' +emoji[frog]=$'\U1F438' +emoji[crocodile]=$'\U1F40A' +emoji[turtle]=$'\U1F422' +emoji[lizard]=$'\U1F98E' +emoji[snake]=$'\U1F40D' +emoji[dragon_face]=$'\U1F432' +emoji[dragon_face_1]=$'\U1F409' +emoji[dragon]=$'\U1F409' +emoji[sauropod]=$'\U1F995' +emoji[T_Rex]=$'\U1F996' +emoji[t-rex]=$'\U1F996' +emoji[spouting_whale]=$'\U1F433' +emoji[whale]=$'\U1F433' +emoji[spouting_whale_1]=$'\U1F40B' +emoji[whale2]=$'\U1F40B' +emoji[dolphin]=$'\U1F42C' +emoji[flipper]=$'\U1F42C' +emoji[fish]=$'\U1F41F' +emoji[tropical_fish]=$'\U1F420' +emoji[blowfish]=$'\U1F421' +emoji[shark]=$'\U1F988' +emoji[octopus]=$'\U1F419' +emoji[spiral_shell]=$'\U1F41A' +emoji[shell]=$'\U1F41A' +emoji[snail]=$'\U1F40C' +emoji[butterfly]=$'\U1F98B' +emoji[bug]=$'\U1F41B' +emoji[ant]=$'\U1F41C' +emoji[honeybee]=$'\U1F41D' +emoji[bee]=$'\U1F41D' +emoji[lady_beetle]=$'\U1F41E' +emoji[beetle]=$'\U1F41E' +emoji[cricket]=$'\U1F997' +emoji[spider]=$'\U1F577\UFE0F' +emoji[spider_unqualified]=$'\U1F577' +emoji[spider_web]=$'\U1F578\UFE0F' +emoji[spider_web_unqualified]=$'\U1F578' +emoji[scorpion]=$'\U1F982' +emoji[mosquito]=$'\U1F99F' +emoji[microbe]=$'\U1F9A0' +emoji[bouquet]=$'\U1F490' +emoji[cherry_blossom]=$'\U1F338' +emoji[white_flower]=$'\U1F4AE' +emoji[rosette]=$'\U1F3F5\UFE0F' +emoji[rosette_unqualified]=$'\U1F3F5' +emoji[rosette_unqualified_1]=$'\U1F339' +emoji[rose]=$'\U1F339' +emoji[wilted_flower]=$'\U1F940' +emoji[hibiscus]=$'\U1F33A' +emoji[sunflower]=$'\U1F33B' +emoji[blossom]=$'\U1F33C' +emoji[tulip]=$'\U1F337' +emoji[seedling]=$'\U1F331' +emoji[evergreen_tree]=$'\U1F332' +emoji[deciduous_tree]=$'\U1F333' +emoji[palm_tree]=$'\U1F334' +emoji[cactus]=$'\U1F335' +emoji[sheaf_of_rice]=$'\U1F33E' +emoji[ear_of_rice]=$'\U1F33E' +emoji[herb]=$'\U1F33F' +emoji[shamrock]=$'\U2618\UFE0F' +emoji[shamrock_unqualified]=$'\U2618' +emoji[four_leaf_clover]=$'\U1F340' +emoji[maple_leaf]=$'\U1F341' +emoji[fallen_leaf]=$'\U1F342' +emoji[leaf_fluttering_in_wind]=$'\U1F343' +emoji[leaves]=$'\U1F343' +emoji[grapes]=$'\U1F347' +emoji[melon]=$'\U1F348' +emoji[watermelon]=$'\U1F349' +emoji[tangerine]=$'\U1F34A' +emoji[orange]=$'\U1F34A' +emoji[mandarin]=$'\U1F34A' +emoji[lemon]=$'\U1F34B' +emoji[banana]=$'\U1F34C' +emoji[pineapple]=$'\U1F34D' +emoji[mango]=$'\U1F96D' +emoji[red_apple]=$'\U1F34E' +emoji[apple]=$'\U1F34E' +emoji[green_apple]=$'\U1F34F' +emoji[pear]=$'\U1F350' +emoji[peach]=$'\U1F351' +emoji[cherries]=$'\U1F352' +emoji[strawberry]=$'\U1F353' +emoji[kiwi_fruit]=$'\U1F95D' +emoji[tomato]=$'\U1F345' +emoji[coconut]=$'\U1F965' +emoji[avocado]=$'\U1F951' +emoji[eggplant]=$'\U1F346' +emoji[potato]=$'\U1F954' +emoji[carrot]=$'\U1F955' +emoji[ear_of_corn]=$'\U1F33D' +emoji[corn]=$'\U1F33D' +emoji[hot_pepper]=$'\U1F336\UFE0F' +emoji[hot_pepper_unqualified]=$'\U1F336' +emoji[cucumber]=$'\U1F952' +emoji[leafy_green]=$'\U1F96C' +emoji[broccoli]=$'\U1F966' +emoji[garlic]=$'\U1F9C4' +emoji[onion]=$'\U1F9C5' +emoji[mushroom]=$'\U1F344' +emoji[peanuts]=$'\U1F95C' +emoji[chestnut]=$'\U1F330' +emoji[bread]=$'\U1F35E' +emoji[croissant]=$'\U1F950' +emoji[baguette_bread]=$'\U1F956' +emoji[pretzel]=$'\U1F968' +emoji[bagel]=$'\U1F96F' +emoji[pancakes]=$'\U1F95E' +emoji[waffle]=$'\U1F9C7' +emoji[cheese_wedge]=$'\U1F9C0' +emoji[cheese]=$'\U1F9C0' +emoji[meat_on_bone]=$'\U1F356' +emoji[poultry_leg]=$'\U1F357' +emoji[cut_of_meat]=$'\U1F969' +emoji[bacon]=$'\U1F953' +emoji[hamburger]=$'\U1F354' +emoji[french_fries]=$'\U1F35F' +emoji[fries]=$'\U1F35F' +emoji[pizza]=$'\U1F355' +emoji[hot_dog]=$'\U1F32D' +emoji[hotdog]=$'\U1F32D' +emoji[sandwich]=$'\U1F96A' +emoji[taco]=$'\U1F32E' +emoji[burrito]=$'\U1F32F' +emoji[stuffed_flatbread]=$'\U1F959' +emoji[falafel]=$'\U1F9C6' +emoji[egg]=$'\U1F95A' +emoji[cooking]=$'\U1F373' +emoji[fried_egg]=$'\U1F373' +emoji[shallow_pan_of_food]=$'\U1F958' +emoji[pot_of_food]=$'\U1F372' +emoji[stew]=$'\U1F372' +emoji[bowl_with_spoon]=$'\U1F963' +emoji[green_salad]=$'\U1F957' +emoji[popcorn]=$'\U1F37F' +emoji[butter]=$'\U1F9C8' +emoji[salt]=$'\U1F9C2' +emoji[canned_food]=$'\U1F96B' +emoji[bento_box]=$'\U1F371' +emoji[bento]=$'\U1F371' +emoji[rice_cracker]=$'\U1F358' +emoji[rice_ball]=$'\U1F359' +emoji[cooked_rice]=$'\U1F35A' +emoji[rice]=$'\U1F35A' +emoji[curry_rice]=$'\U1F35B' +emoji[curry]=$'\U1F35B' +emoji[steaming_bowl]=$'\U1F35C' +emoji[ramen]=$'\U1F35C' +emoji[spaghetti]=$'\U1F35D' +emoji[roasted_sweet_potato]=$'\U1F360' +emoji[sweet_potato]=$'\U1F360' +emoji[oden]=$'\U1F362' +emoji[sushi]=$'\U1F363' +emoji[fried_shrimp]=$'\U1F364' +emoji[fish_cake_with_swirl]=$'\U1F365' +emoji[fish_cake]=$'\U1F365' +emoji[moon_cake]=$'\U1F96E' +emoji[dango]=$'\U1F361' +emoji[dumpling]=$'\U1F95F' +emoji[fortune_cookie]=$'\U1F960' +emoji[takeout_box]=$'\U1F961' +emoji[crab]=$'\U1F980' +emoji[lobster]=$'\U1F99E' +emoji[shrimp]=$'\U1F990' +emoji[squid]=$'\U1F991' +emoji[oyster]=$'\U1F9AA' +emoji[soft_ice_cream]=$'\U1F366' +emoji[icecream]=$'\U1F366' +emoji[shaved_ice]=$'\U1F367' +emoji[ice_cream]=$'\U1F368' +emoji[doughnut]=$'\U1F369' +emoji[cookie]=$'\U1F36A' +emoji[birthday_cake]=$'\U1F382' +emoji[birthday]=$'\U1F382' +emoji[shortcake]=$'\U1F370' +emoji[cake]=$'\U1F370' +emoji[cupcake]=$'\U1F9C1' +emoji[pie]=$'\U1F967' +emoji[chocolate_bar]=$'\U1F36B' +emoji[candy]=$'\U1F36C' +emoji[lollipop]=$'\U1F36D' +emoji[custard]=$'\U1F36E' +emoji[honey_pot]=$'\U1F36F' +emoji[baby_bottle]=$'\U1F37C' +emoji[glass_of_milk]=$'\U1F95B' +emoji[milk_glass]=$'\U1F95B' +emoji[hot_beverage]=$'\U2615' +emoji[coffee]=$'\U2615' +emoji[teacup_without_handle]=$'\U1F375' +emoji[tea]=$'\U1F375' +emoji[sake]=$'\U1F376' +emoji[bottle_with_popping_cork]=$'\U1F37E' +emoji[champagne]=$'\U1F37E' +emoji[wine_glass]=$'\U1F377' +emoji[cocktail_glass]=$'\U1F378' +emoji[cocktail]=$'\U1F378' +emoji[tropical_drink]=$'\U1F379' +emoji[beer_mug]=$'\U1F37A' +emoji[beer]=$'\U1F37A' +emoji[clinking_beer_mugs]=$'\U1F37B' +emoji[beers]=$'\U1F37B' +emoji[clinking_glasses]=$'\U1F942' +emoji[tumbler_glass]=$'\U1F943' +emoji[cup_with_straw]=$'\U1F964' +emoji[beverage_box]=$'\U1F9C3' +emoji[mate]=$'\U1F9C9' +emoji[ice_cube]=$'\U1F9CA' +emoji[chopsticks]=$'\U1F962' +emoji[fork_and_knife_with_plate]=$'\U1F37D\UFE0F' +emoji[fork_and_knife_with_plate_unqualified]=$'\U1F37D' +emoji[plate_with_cutlery]=$'\U1F37D' +emoji[fork_and_knife_with_plate_unqualified_1]=$'\U1F374' +emoji[fork_and_knife]=$'\U1F374' +emoji[spoon]=$'\U1F944' +emoji[kitchen_knife]=$'\U1F52A' +emoji[hocho]=$'\U1F52A' +emoji[knife]=$'\U1F52A' +emoji[amphora]=$'\U1F3FA' +emoji[globe_showing_Europe_Africa]=$'\U1F30D' +emoji[earth_africa]=$'\U1F30D' +emoji[globe_showing_Americas]=$'\U1F30E' +emoji[earth_americas]=$'\U1F30E' +emoji[globe_showing_Asia_Australia]=$'\U1F30F' +emoji[earth_asia]=$'\U1F30F' +emoji[globe_with_meridians]=$'\U1F310' +emoji[world_map]=$'\U1F5FA\UFE0F' +emoji[world_map_unqualified]=$'\U1F5FA' +emoji[map_of_Japan]=$'\U1F5FE' +emoji[japan]=$'\U1F5FE' +emoji[compass]=$'\U1F9ED' +emoji[snow_capped_mountain]=$'\U1F3D4\UFE0F' +emoji[snow_capped_mountain_unqualified]=$'\U1F3D4' +emoji[mountain_snow]=$'\U1F3D4' +emoji[snow_capped_mountain_unqualified_1]=$'\U26F0\UFE0F' +emoji[snow_capped_mountain_unqualified_2]=$'\U26F0' +emoji[mountain]=$'\U26F0' +emoji[volcano]=$'\U1F30B' +emoji[mount_fuji]=$'\U1F5FB' +emoji[camping]=$'\U1F3D5\UFE0F' +emoji[camping_unqualified]=$'\U1F3D5' +emoji[beach_with_umbrella]=$'\U1F3D6\UFE0F' +emoji[beach_with_umbrella_unqualified]=$'\U1F3D6' +emoji[beach_umbrella]=$'\U1F3D6' +emoji[desert]=$'\U1F3DC\UFE0F' +emoji[desert_unqualified]=$'\U1F3DC' +emoji[desert_island]=$'\U1F3DD\UFE0F' +emoji[desert_island_unqualified]=$'\U1F3DD' +emoji[national_park]=$'\U1F3DE\UFE0F' +emoji[national_park_unqualified]=$'\U1F3DE' +emoji[stadium]=$'\U1F3DF\UFE0F' +emoji[stadium_unqualified]=$'\U1F3DF' +emoji[classical_building]=$'\U1F3DB\UFE0F' +emoji[classical_building_unqualified]=$'\U1F3DB' +emoji[building_construction]=$'\U1F3D7\UFE0F' +emoji[building_construction_unqualified]=$'\U1F3D7' +emoji[brick]=$'\U1F9F1' +emoji[bricks]=$'\U1F9F1' +emoji[houses]=$'\U1F3D8\UFE0F' +emoji[houses_unqualified]=$'\U1F3D8' +emoji[derelict_house]=$'\U1F3DA\UFE0F' +emoji[derelict_house_unqualified]=$'\U1F3DA' +emoji[derelict_house_unqualified_1]=$'\U1F3E0' +emoji[house]=$'\U1F3E0' +emoji[house_with_garden]=$'\U1F3E1' +emoji[office_building]=$'\U1F3E2' +emoji[office]=$'\U1F3E2' +emoji[Japanese_post_office]=$'\U1F3E3' +emoji[post_office]=$'\U1F3E3' +emoji[Japanese_post_office_1]=$'\U1F3E4' +emoji[european_post_office]=$'\U1F3E4' +emoji[hospital]=$'\U1F3E5' +emoji[bank]=$'\U1F3E6' +emoji[hotel]=$'\U1F3E8' +emoji[love_hotel]=$'\U1F3E9' +emoji[convenience_store]=$'\U1F3EA' +emoji[school]=$'\U1F3EB' +emoji[department_store]=$'\U1F3EC' +emoji[factory]=$'\U1F3ED' +emoji[Japanese_castle]=$'\U1F3EF' +emoji[japanese_castle]=$'\U1F3EF' +emoji[Japanese_castle_1]=$'\U1F3F0' +emoji[european_castle]=$'\U1F3F0' +emoji[wedding]=$'\U1F492' +emoji[Tokyo_tower]=$'\U1F5FC' +emoji[tokyo_tower]=$'\U1F5FC' +emoji[Statue_of_Liberty]=$'\U1F5FD' +emoji[statue_of_liberty]=$'\U1F5FD' +emoji[church]=$'\U26EA' +emoji[mosque]=$'\U1F54C' +emoji[hindu_temple]=$'\U1F6D5' +emoji[synagogue]=$'\U1F54D' +emoji[shinto_shrine]=$'\U26E9\UFE0F' +emoji[shinto_shrine_unqualified]=$'\U26E9' +emoji[kaaba]=$'\U1F54B' +emoji[fountain]=$'\U26F2' +emoji[tent]=$'\U26FA' +emoji[foggy]=$'\U1F301' +emoji[night_with_stars]=$'\U1F303' +emoji[cityscape]=$'\U1F3D9\UFE0F' +emoji[cityscape_unqualified]=$'\U1F3D9' +emoji[sunrise_over_mountains]=$'\U1F304' +emoji[sunrise_over_mountains_1]=$'\U1F305' +emoji[sunrise]=$'\U1F305' +emoji[cityscape_at_dusk]=$'\U1F306' +emoji[city_sunset]=$'\U1F306' +emoji[sunset]=$'\U1F307' +emoji[city_sunrise]=$'\U1F307' +emoji[bridge_at_night]=$'\U1F309' +emoji[hot_springs]=$'\U2668\UFE0F' +emoji[hotsprings]=$'\U2668\UFE0F' +emoji[hot_springs_unqualified]=$'\U2668' +emoji[carousel_horse]=$'\U1F3A0' +emoji[ferris_wheel]=$'\U1F3A1' +emoji[roller_coaster]=$'\U1F3A2' +emoji[barber_pole]=$'\U1F488' +emoji[barber]=$'\U1F488' +emoji[circus_tent]=$'\U1F3AA' +emoji[locomotive]=$'\U1F682' +emoji[steam_locomotive]=$'\U1F682' +emoji[railway_car]=$'\U1F683' +emoji[high_speed_train]=$'\U1F684' +emoji[bullettrain_side]=$'\U1F684' +emoji[bullet_train]=$'\U1F685' +emoji[bullettrain_front]=$'\U1F685' +emoji[bullet_train_1]=$'\U1F686' +emoji[train2]=$'\U1F686' +emoji[metro]=$'\U1F687' +emoji[light_rail]=$'\U1F688' +emoji[station]=$'\U1F689' +emoji[tram]=$'\U1F68A' +emoji[monorail]=$'\U1F69D' +emoji[mountain_railway]=$'\U1F69E' +emoji[tram_car]=$'\U1F68B' +emoji[train]=$'\U1F68B' +emoji[bus]=$'\U1F68C' +emoji[oncoming_bus]=$'\U1F68D' +emoji[trolleybus]=$'\U1F68E' +emoji[minibus]=$'\U1F690' +emoji[ambulance]=$'\U1F691' +emoji[fire_engine]=$'\U1F692' +emoji[police_car]=$'\U1F693' +emoji[oncoming_police_car]=$'\U1F694' +emoji[taxi]=$'\U1F695' +emoji[oncoming_taxi]=$'\U1F696' +emoji[automobile]=$'\U1F697' +emoji[car]=$'\U1F697' +emoji[red_car]=$'\U1F697' +emoji[oncoming_automobile]=$'\U1F698' +emoji[sport_utility_vehicle]=$'\U1F699' +emoji[blue_car]=$'\U1F699' +emoji[delivery_truck]=$'\U1F69A' +emoji[truck]=$'\U1F69A' +emoji[articulated_lorry]=$'\U1F69B' +emoji[tractor]=$'\U1F69C' +emoji[racing_car]=$'\U1F3CE\UFE0F' +emoji[racing_car_unqualified]=$'\U1F3CE' +emoji[motorcycle]=$'\U1F3CD\UFE0F' +emoji[motorcycle_unqualified]=$'\U1F3CD' +emoji[motor_scooter]=$'\U1F6F5' +emoji[manual_wheelchair]=$'\U1F9BD' +emoji[motorized_wheelchair]=$'\U1F9BC' +emoji[auto_rickshaw]=$'\U1F6FA' +emoji[bicycle]=$'\U1F6B2' +emoji[bike]=$'\U1F6B2' +emoji[kick_scooter]=$'\U1F6F4' +emoji[skateboard]=$'\U1F6F9' +emoji[bus_stop]=$'\U1F68F' +emoji[busstop]=$'\U1F68F' +emoji[motorway]=$'\U1F6E3\UFE0F' +emoji[motorway_unqualified]=$'\U1F6E3' +emoji[railway_track]=$'\U1F6E4\UFE0F' +emoji[railway_track_unqualified]=$'\U1F6E4' +emoji[oil_drum]=$'\U1F6E2\UFE0F' +emoji[oil_drum_unqualified]=$'\U1F6E2' +emoji[fuel_pump]=$'\U26FD' +emoji[fuelpump]=$'\U26FD' +emoji[police_car_light]=$'\U1F6A8' +emoji[rotating_light]=$'\U1F6A8' +emoji[horizontal_traffic_light]=$'\U1F6A5' +emoji[traffic_light]=$'\U1F6A5' +emoji[vertical_traffic_light]=$'\U1F6A6' +emoji[stop_sign]=$'\U1F6D1' +emoji[construction]=$'\U1F6A7' +emoji[anchor]=$'\U2693' +emoji[sailboat]=$'\U26F5' +emoji[boat]=$'\U26F5' +emoji[canoe]=$'\U1F6F6' +emoji[speedboat]=$'\U1F6A4' +emoji[passenger_ship]=$'\U1F6F3\UFE0F' +emoji[passenger_ship_unqualified]=$'\U1F6F3' +emoji[ferry]=$'\U26F4\UFE0F' +emoji[ferry_unqualified]=$'\U26F4' +emoji[motor_boat]=$'\U1F6E5\UFE0F' +emoji[motor_boat_unqualified]=$'\U1F6E5' +emoji[ship]=$'\U1F6A2' +emoji[airplane]=$'\U2708\UFE0F' +emoji[airplane_unqualified]=$'\U2708' +emoji[small_airplane]=$'\U1F6E9\UFE0F' +emoji[small_airplane_unqualified]=$'\U1F6E9' +emoji[airplane_departure]=$'\U1F6EB' +emoji[flight_departure]=$'\U1F6EB' +emoji[airplane_arrival]=$'\U1F6EC' +emoji[flight_arrival]=$'\U1F6EC' +emoji[parachute]=$'\U1FA82' +emoji[seat]=$'\U1F4BA' +emoji[helicopter]=$'\U1F681' +emoji[suspension_railway]=$'\U1F69F' +emoji[mountain_cableway]=$'\U1F6A0' +emoji[aerial_tramway]=$'\U1F6A1' +emoji[satellite]=$'\U1F6F0\UFE0F' +emoji[satellite_unqualified]=$'\U1F6F0' +emoji[artificial_satellite]=$'\U1F6F0' +emoji[rocket]=$'\U1F680' +emoji[flying_saucer]=$'\U1F6F8' +emoji[bellhop_bell]=$'\U1F6CE\UFE0F' +emoji[bellhop_bell_unqualified]=$'\U1F6CE' +emoji[luggage]=$'\U1F9F3' +emoji[hourglass_done]=$'\U231B' +emoji[hourglass]=$'\U231B' +emoji[hourglass_not_done]=$'\U23F3' +emoji[hourglass_flowing_sand]=$'\U23F3' +emoji[watch]=$'\U231A' +emoji[alarm_clock]=$'\U23F0' +emoji[stopwatch]=$'\U23F1\UFE0F' +emoji[stopwatch_unqualified]=$'\U23F1' +emoji[timer_clock]=$'\U23F2\UFE0F' +emoji[timer_clock_unqualified]=$'\U23F2' +emoji[mantelpiece_clock]=$'\U1F570\UFE0F' +emoji[mantelpiece_clock_unqualified]=$'\U1F570' +emoji[twelve_o_clock]=$'\U1F55B' +emoji[clock12]=$'\U1F55B' +emoji[twelve_thirty]=$'\U1F567' +emoji[clock1230]=$'\U1F567' +emoji[one_o_clock]=$'\U1F550' +emoji[clock1]=$'\U1F550' +emoji[one_thirty]=$'\U1F55C' +emoji[clock130]=$'\U1F55C' +emoji[two_o_clock]=$'\U1F551' +emoji[clock2]=$'\U1F551' +emoji[two_thirty]=$'\U1F55D' +emoji[clock230]=$'\U1F55D' +emoji[three_o_clock]=$'\U1F552' +emoji[clock3]=$'\U1F552' +emoji[three_thirty]=$'\U1F55E' +emoji[clock330]=$'\U1F55E' +emoji[four_o_clock]=$'\U1F553' +emoji[clock4]=$'\U1F553' +emoji[four_thirty]=$'\U1F55F' +emoji[clock430]=$'\U1F55F' +emoji[five_o_clock]=$'\U1F554' +emoji[clock5]=$'\U1F554' +emoji[five_thirty]=$'\U1F560' +emoji[clock530]=$'\U1F560' +emoji[six_o_clock]=$'\U1F555' +emoji[clock6]=$'\U1F555' +emoji[six_thirty]=$'\U1F561' +emoji[clock630]=$'\U1F561' +emoji[seven_o_clock]=$'\U1F556' +emoji[clock7]=$'\U1F556' +emoji[seven_thirty]=$'\U1F562' +emoji[clock730]=$'\U1F562' +emoji[eight_o_clock]=$'\U1F557' +emoji[clock8]=$'\U1F557' +emoji[eight_thirty]=$'\U1F563' +emoji[clock830]=$'\U1F563' +emoji[nine_o_clock]=$'\U1F558' +emoji[clock9]=$'\U1F558' +emoji[nine_thirty]=$'\U1F564' +emoji[clock930]=$'\U1F564' +emoji[ten_o_clock]=$'\U1F559' +emoji[clock10]=$'\U1F559' +emoji[ten_thirty]=$'\U1F565' +emoji[clock1030]=$'\U1F565' +emoji[eleven_o_clock]=$'\U1F55A' +emoji[clock11]=$'\U1F55A' +emoji[eleven_thirty]=$'\U1F566' +emoji[clock1130]=$'\U1F566' +emoji[new_moon]=$'\U1F311' +emoji[waxing_crescent_moon]=$'\U1F312' +emoji[first_quarter_moon]=$'\U1F313' +emoji[waxing_gibbous_moon]=$'\U1F314' +emoji[moon]=$'\U1F314' +emoji[full_moon]=$'\U1F315' +emoji[waning_gibbous_moon]=$'\U1F316' +emoji[last_quarter_moon]=$'\U1F317' +emoji[waning_crescent_moon]=$'\U1F318' +emoji[waning_crescent_moon_1]=$'\U1F319' +emoji[crescent_moon]=$'\U1F319' +emoji[new_moon_face]=$'\U1F31A' +emoji[new_moon_with_face]=$'\U1F31A' +emoji[first_quarter_moon_face]=$'\U1F31B' +emoji[first_quarter_moon_with_face]=$'\U1F31B' +emoji[last_quarter_moon_face]=$'\U1F31C' +emoji[last_quarter_moon_with_face]=$'\U1F31C' +emoji[thermometer]=$'\U1F321\UFE0F' +emoji[thermometer_unqualified]=$'\U1F321' +emoji[sun]=$'\U2600\UFE0F' +emoji[sunny]=$'\U2600\UFE0F' +emoji[sun_unqualified]=$'\U2600' +emoji[full_moon_face]=$'\U1F31D' +emoji[full_moon_with_face]=$'\U1F31D' +emoji[sun_with_face]=$'\U1F31E' +emoji[ringed_planet]=$'\U1FA90' +emoji[star]=$'\U2B50' +emoji[glowing_star]=$'\U1F31F' +emoji[star2]=$'\U1F31F' +emoji[shooting_star]=$'\U1F320' +emoji[stars]=$'\U1F320' +emoji[milky_way]=$'\U1F30C' +emoji[cloud]=$'\U2601\UFE0F' +emoji[cloud_unqualified]=$'\U2601' +emoji[sun_behind_cloud]=$'\U26C5' +emoji[partly_sunny]=$'\U26C5' +emoji[cloud_with_lightning_and_rain]=$'\U26C8\UFE0F' +emoji[cloud_with_lightning_and_rain_unqualified]=$'\U26C8' +emoji[sun_behind_small_cloud]=$'\U1F324\UFE0F' +emoji[sun_behind_small_cloud_unqualified]=$'\U1F324' +emoji[sun_behind_large_cloud]=$'\U1F325\UFE0F' +emoji[sun_behind_large_cloud_unqualified]=$'\U1F325' +emoji[sun_behind_rain_cloud]=$'\U1F326\UFE0F' +emoji[sun_behind_rain_cloud_unqualified]=$'\U1F326' +emoji[cloud_with_rain]=$'\U1F327\UFE0F' +emoji[cloud_with_rain_unqualified]=$'\U1F327' +emoji[cloud_with_snow]=$'\U1F328\UFE0F' +emoji[cloud_with_snow_unqualified]=$'\U1F328' +emoji[cloud_with_lightning]=$'\U1F329\UFE0F' +emoji[cloud_with_lightning_unqualified]=$'\U1F329' +emoji[tornado]=$'\U1F32A\UFE0F' +emoji[tornado_unqualified]=$'\U1F32A' +emoji[fog]=$'\U1F32B\UFE0F' +emoji[fog_unqualified]=$'\U1F32B' +emoji[wind_face]=$'\U1F32C\UFE0F' +emoji[wind_face_unqualified]=$'\U1F32C' +emoji[cyclone]=$'\U1F300' +emoji[rainbow]=$'\U1F308' +emoji[closed_umbrella]=$'\U1F302' +emoji[closed_umbrella_1]=$'\U2602\UFE0F' +emoji[open_umbrella]=$'\U2602\UFE0F' +emoji[umbrella_unqualified]=$'\U2602' +emoji[umbrella_with_rain_drops]=$'\U2614' +emoji[umbrella]=$'\U2614' +emoji[umbrella_on_ground]=$'\U26F1\UFE0F' +emoji[umbrella_on_ground_unqualified]=$'\U26F1' +emoji[parasol_on_ground]=$'\U26F1' +emoji[high_voltage]=$'\U26A1' +emoji[zap]=$'\U26A1' +emoji[snowflake]=$'\U2744\UFE0F' +emoji[snowflake_unqualified]=$'\U2744' +emoji[snowman]=$'\U2603\UFE0F' +emoji[snowman_with_snow]=$'\U2603\UFE0F' +emoji[snowman_unqualified]=$'\U2603' +emoji[snowman_without_snow]=$'\U26C4' +emoji[comet]=$'\U2604\UFE0F' +emoji[comet_unqualified]=$'\U2604' +emoji[fire]=$'\U1F525' +emoji[droplet]=$'\U1F4A7' +emoji[water_wave]=$'\U1F30A' +emoji[ocean]=$'\U1F30A' +emoji[jack_o_lantern]=$'\U1F383' +emoji[Christmas_tree]=$'\U1F384' +emoji[christmas_tree]=$'\U1F384' +emoji[fireworks]=$'\U1F386' +emoji[sparkler]=$'\U1F387' +emoji[firecracker]=$'\U1F9E8' +emoji[sparkles]=$'\U2728' +emoji[balloon]=$'\U1F388' +emoji[party_popper]=$'\U1F389' +emoji[tada]=$'\U1F389' +emoji[confetti_ball]=$'\U1F38A' +emoji[tanabata_tree]=$'\U1F38B' +emoji[pine_decoration]=$'\U1F38D' +emoji[bamboo]=$'\U1F38D' +emoji[Japanese_dolls]=$'\U1F38E' +emoji[dolls]=$'\U1F38E' +emoji[carp_streamer]=$'\U1F38F' +emoji[flags]=$'\U1F38F' +emoji[wind_chime]=$'\U1F390' +emoji[moon_viewing_ceremony]=$'\U1F391' +emoji[rice_scene]=$'\U1F391' +emoji[red_envelope]=$'\U1F9E7' +emoji[ribbon]=$'\U1F380' +emoji[wrapped_gift]=$'\U1F381' +emoji[gift]=$'\U1F381' +emoji[reminder_ribbon]=$'\U1F397\UFE0F' +emoji[reminder_ribbon_unqualified]=$'\U1F397' +emoji[admission_tickets]=$'\U1F39F\UFE0F' +emoji[admission_tickets_unqualified]=$'\U1F39F' +emoji[tickets]=$'\U1F39F' +emoji[admission_tickets_unqualified_1]=$'\U1F3AB' +emoji[ticket]=$'\U1F3AB' +emoji[military_medal]=$'\U1F396\UFE0F' +emoji[military_medal_unqualified]=$'\U1F396' +emoji[medal_military]=$'\U1F396' +emoji[trophy]=$'\U1F3C6' +emoji[sports_medal]=$'\U1F3C5' +emoji[medal_sports]=$'\U1F3C5' +emoji[1st_place_medal]=$'\U1F947' +emoji[2nd_place_medal]=$'\U1F948' +emoji[3rd_place_medal]=$'\U1F949' +emoji[soccer_ball]=$'\U26BD' +emoji[soccer]=$'\U26BD' +emoji[baseball]=$'\U26BE' +emoji[softball]=$'\U1F94E' +emoji[basketball]=$'\U1F3C0' +emoji[volleyball]=$'\U1F3D0' +emoji[american_football]=$'\U1F3C8' +emoji[football]=$'\U1F3C8' +emoji[rugby_football]=$'\U1F3C9' +emoji[tennis]=$'\U1F3BE' +emoji[flying_disc]=$'\U1F94F' +emoji[bowling]=$'\U1F3B3' +emoji[cricket_game]=$'\U1F3CF' +emoji[field_hockey]=$'\U1F3D1' +emoji[ice_hockey]=$'\U1F3D2' +emoji[lacrosse]=$'\U1F94D' +emoji[ping_pong]=$'\U1F3D3' +emoji[badminton]=$'\U1F3F8' +emoji[boxing_glove]=$'\U1F94A' +emoji[martial_arts_uniform]=$'\U1F94B' +emoji[goal_net]=$'\U1F945' +emoji[flag_in_hole]=$'\U26F3' +emoji[golf]=$'\U26F3' +emoji[ice_skate]=$'\U26F8\UFE0F' +emoji[ice_skate_unqualified]=$'\U26F8' +emoji[fishing_pole]=$'\U1F3A3' +emoji[fishing_pole_and_fish]=$'\U1F3A3' +emoji[diving_mask]=$'\U1F93F' +emoji[running_shirt]=$'\U1F3BD' +emoji[running_shirt_with_sash]=$'\U1F3BD' +emoji[skis]=$'\U1F3BF' +emoji[ski]=$'\U1F3BF' +emoji[sled]=$'\U1F6F7' +emoji[curling_stone]=$'\U1F94C' +emoji[direct_hit]=$'\U1F3AF' +emoji[dart]=$'\U1F3AF' +emoji[yo_yo]=$'\U1FA80' +emoji[kite]=$'\U1FA81' +emoji[pool_8_ball]=$'\U1F3B1' +emoji[8ball]=$'\U1F3B1' +emoji[crystal_ball]=$'\U1F52E' +emoji[nazar_amulet]=$'\U1F9FF' +emoji[video_game]=$'\U1F3AE' +emoji[joystick]=$'\U1F579\UFE0F' +emoji[joystick_unqualified]=$'\U1F579' +emoji[slot_machine]=$'\U1F3B0' +emoji[game_die]=$'\U1F3B2' +emoji[puzzle_piece]=$'\U1F9E9' +emoji[jigsaw]=$'\U1F9E9' +emoji[teddy_bear]=$'\U1F9F8' +emoji[spade_suit]=$'\U2660\UFE0F' +emoji[spades]=$'\U2660\UFE0F' +emoji[spade_suit_unqualified]=$'\U2660' +emoji[heart_suit]=$'\U2665\UFE0F' +emoji[hearts]=$'\U2665\UFE0F' +emoji[heart_suit_unqualified]=$'\U2665' +emoji[diamond_suit]=$'\U2666\UFE0F' +emoji[diamonds]=$'\U2666\UFE0F' +emoji[diamond_suit_unqualified]=$'\U2666' +emoji[club_suit]=$'\U2663\UFE0F' +emoji[clubs]=$'\U2663\UFE0F' +emoji[club_suit_unqualified]=$'\U2663' +emoji[chess_pawn]=$'\U265F\UFE0F' +emoji[chess_pawn_unqualified]=$'\U265F' +emoji[joker]=$'\U1F0CF' +emoji[black_joker]=$'\U1F0CF' +emoji[mahjong_red_dragon]=$'\U1F004' +emoji[mahjong]=$'\U1F004' +emoji[flower_playing_cards]=$'\U1F3B4' +emoji[performing_arts]=$'\U1F3AD' +emoji[framed_picture]=$'\U1F5BC\UFE0F' +emoji[framed_picture_unqualified]=$'\U1F5BC' +emoji[artist_palette]=$'\U1F3A8' +emoji[art]=$'\U1F3A8' +emoji[thread]=$'\U1F9F5' +emoji[yarn]=$'\U1F9F6' +emoji[glasses]=$'\U1F453' +emoji[eyeglasses]=$'\U1F453' +emoji[sunglasses]=$'\U1F576\UFE0F' +emoji[sunglasses_unqualified]=$'\U1F576' +emoji[dark_sunglasses]=$'\U1F576' +emoji[goggles]=$'\U1F97D' +emoji[lab_coat]=$'\U1F97C' +emoji[safety_vest]=$'\U1F9BA' +emoji[necktie]=$'\U1F454' +emoji[t_shirt]=$'\U1F455' +emoji[shirt]=$'\U1F455' +emoji[tshirt]=$'\U1F455' +emoji[jeans]=$'\U1F456' +emoji[scarf]=$'\U1F9E3' +emoji[gloves]=$'\U1F9E4' +emoji[coat]=$'\U1F9E5' +emoji[socks]=$'\U1F9E6' +emoji[dress]=$'\U1F457' +emoji[kimono]=$'\U1F458' +emoji[sari]=$'\U1F97B' +emoji[one_piece_swimsuit]=$'\U1FA71' +emoji[swim_brief]=$'\U1FA72' +emoji[shorts]=$'\U1FA73' +emoji[bikini]=$'\U1F459' +emoji[woman_s_clothes]=$'\U1F45A' +emoji[womans_clothes]=$'\U1F45A' +emoji[purse]=$'\U1F45B' +emoji[handbag]=$'\U1F45C' +emoji[clutch_bag]=$'\U1F45D' +emoji[pouch]=$'\U1F45D' +emoji[shopping_bags]=$'\U1F6CD\UFE0F' +emoji[shopping_bags_unqualified]=$'\U1F6CD' +emoji[shopping]=$'\U1F6CD' +emoji[backpack]=$'\U1F392' +emoji[school_satchel]=$'\U1F392' +emoji[man_s_shoe]=$'\U1F45E' +emoji[mans_shoe]=$'\U1F45E' +emoji[shoe]=$'\U1F45E' +emoji[running_shoe]=$'\U1F45F' +emoji[athletic_shoe]=$'\U1F45F' +emoji[hiking_boot]=$'\U1F97E' +emoji[flat_shoe]=$'\U1F97F' +emoji[high_heeled_shoe]=$'\U1F460' +emoji[high_heel]=$'\U1F460' +emoji[woman_s_sandal]=$'\U1F461' +emoji[sandal]=$'\U1F461' +emoji[ballet_shoes]=$'\U1FA70' +emoji[woman_s_boot]=$'\U1F462' +emoji[boot]=$'\U1F462' +emoji[crown]=$'\U1F451' +emoji[woman_s_hat]=$'\U1F452' +emoji[womans_hat]=$'\U1F452' +emoji[top_hat]=$'\U1F3A9' +emoji[tophat]=$'\U1F3A9' +emoji[graduation_cap]=$'\U1F393' +emoji[mortar_board]=$'\U1F393' +emoji[billed_cap]=$'\U1F9E2' +emoji[rescue_worker_s_helmet]=$'\U26D1\UFE0F' +emoji[rescue_worker_s_helmet_unqualified]=$'\U26D1' +emoji[rescue_worker_helmet]=$'\U26D1' +emoji[prayer_beads]=$'\U1F4FF' +emoji[lipstick]=$'\U1F484' +emoji[ring]=$'\U1F48D' +emoji[gem_stone]=$'\U1F48E' +emoji[gem]=$'\U1F48E' +emoji[muted_speaker]=$'\U1F507' +emoji[mute]=$'\U1F507' +emoji[speaker_low_volume]=$'\U1F508' +emoji[speaker]=$'\U1F508' +emoji[speaker_medium_volume]=$'\U1F509' +emoji[sound]=$'\U1F509' +emoji[speaker_high_volume]=$'\U1F50A' +emoji[loud_sound]=$'\U1F50A' +emoji[loudspeaker]=$'\U1F4E2' +emoji[megaphone]=$'\U1F4E3' +emoji[mega]=$'\U1F4E3' +emoji[postal_horn]=$'\U1F4EF' +emoji[bell]=$'\U1F514' +emoji[bell_with_slash]=$'\U1F515' +emoji[no_bell]=$'\U1F515' +emoji[musical_score]=$'\U1F3BC' +emoji[musical_note]=$'\U1F3B5' +emoji[musical_notes]=$'\U1F3B6' +emoji[notes]=$'\U1F3B6' +emoji[studio_microphone]=$'\U1F399\UFE0F' +emoji[studio_microphone_unqualified]=$'\U1F399' +emoji[level_slider]=$'\U1F39A\UFE0F' +emoji[level_slider_unqualified]=$'\U1F39A' +emoji[control_knobs]=$'\U1F39B\UFE0F' +emoji[control_knobs_unqualified]=$'\U1F39B' +emoji[microphone]=$'\U1F3A4' +emoji[headphone]=$'\U1F3A7' +emoji[headphones]=$'\U1F3A7' +emoji[radio]=$'\U1F4FB' +emoji[saxophone]=$'\U1F3B7' +emoji[guitar]=$'\U1F3B8' +emoji[musical_keyboard]=$'\U1F3B9' +emoji[trumpet]=$'\U1F3BA' +emoji[violin]=$'\U1F3BB' +emoji[banjo]=$'\U1FA95' +emoji[drum]=$'\U1F941' +emoji[mobile_phone]=$'\U1F4F1' +emoji[iphone]=$'\U1F4F1' +emoji[mobile_phone_with_arrow]=$'\U1F4F2' +emoji[calling]=$'\U1F4F2' +emoji[telephone]=$'\U260E\UFE0F' +emoji[phone]=$'\U260E\UFE0F' +emoji[telephone_unqualified]=$'\U260E' +emoji[telephone_receiver]=$'\U1F4DE' +emoji[pager]=$'\U1F4DF' +emoji[fax_machine]=$'\U1F4E0' +emoji[fax]=$'\U1F4E0' +emoji[battery]=$'\U1F50B' +emoji[electric_plug]=$'\U1F50C' +emoji[laptop_computer]=$'\U1F4BB' +emoji[computer]=$'\U1F4BB' +emoji[desktop_computer]=$'\U1F5A5\UFE0F' +emoji[desktop_computer_unqualified]=$'\U1F5A5' +emoji[printer]=$'\U1F5A8\UFE0F' +emoji[printer_unqualified]=$'\U1F5A8' +emoji[keyboard]=$'\U2328\UFE0F' +emoji[keyboard_unqualified]=$'\U2328' +emoji[computer_mouse]=$'\U1F5B1\UFE0F' +emoji[computer_mouse_unqualified]=$'\U1F5B1' +emoji[trackball]=$'\U1F5B2\UFE0F' +emoji[trackball_unqualified]=$'\U1F5B2' +emoji[computer_disk]=$'\U1F4BD' +emoji[minidisc]=$'\U1F4BD' +emoji[floppy_disk]=$'\U1F4BE' +emoji[optical_disk]=$'\U1F4BF' +emoji[cd]=$'\U1F4BF' +emoji[dvd]=$'\U1F4C0' +emoji[abacus]=$'\U1F9EE' +emoji[movie_camera]=$'\U1F3A5' +emoji[film_frames]=$'\U1F39E\UFE0F' +emoji[film_frames_unqualified]=$'\U1F39E' +emoji[film_strip]=$'\U1F39E' +emoji[film_projector]=$'\U1F4FD\UFE0F' +emoji[film_projector_unqualified]=$'\U1F4FD' +emoji[clapper_board]=$'\U1F3AC' +emoji[clapper]=$'\U1F3AC' +emoji[television]=$'\U1F4FA' +emoji[tv]=$'\U1F4FA' +emoji[camera]=$'\U1F4F7' +emoji[camera_with_flash]=$'\U1F4F8' +emoji[camera_flash]=$'\U1F4F8' +emoji[video_camera]=$'\U1F4F9' +emoji[videocassette]=$'\U1F4FC' +emoji[vhs]=$'\U1F4FC' +emoji[magnifying_glass_tilted_left]=$'\U1F50D' +emoji[mag]=$'\U1F50D' +emoji[magnifying_glass_tilted_right]=$'\U1F50E' +emoji[mag_right]=$'\U1F50E' +emoji[candle]=$'\U1F56F\UFE0F' +emoji[candle_unqualified]=$'\U1F56F' +emoji[light_bulb]=$'\U1F4A1' +emoji[bulb]=$'\U1F4A1' +emoji[flashlight]=$'\U1F526' +emoji[red_paper_lantern]=$'\U1F3EE' +emoji[izakaya_lantern]=$'\U1F3EE' +emoji[lantern]=$'\U1F3EE' +emoji[diya_lamp]=$'\U1FA94' +emoji[notebook_with_decorative_cover]=$'\U1F4D4' +emoji[closed_book]=$'\U1F4D5' +emoji[open_book]=$'\U1F4D6' +emoji[book]=$'\U1F4D6' +emoji[green_book]=$'\U1F4D7' +emoji[blue_book]=$'\U1F4D8' +emoji[orange_book]=$'\U1F4D9' +emoji[books]=$'\U1F4DA' +emoji[notebook]=$'\U1F4D3' +emoji[ledger]=$'\U1F4D2' +emoji[page_with_curl]=$'\U1F4C3' +emoji[scroll]=$'\U1F4DC' +emoji[page_facing_up]=$'\U1F4C4' +emoji[newspaper]=$'\U1F4F0' +emoji[rolled_up_newspaper]=$'\U1F5DE\UFE0F' +emoji[rolled_up_newspaper_unqualified]=$'\U1F5DE' +emoji[newspaper_roll]=$'\U1F5DE' +emoji[bookmark_tabs]=$'\U1F4D1' +emoji[bookmark_tabs_1]=$'\U1F516' +emoji[bookmark]=$'\U1F516' +emoji[label]=$'\U1F3F7\UFE0F' +emoji[label_unqualified]=$'\U1F3F7' +emoji[money_bag]=$'\U1F4B0' +emoji[moneybag]=$'\U1F4B0' +emoji[yen_banknote]=$'\U1F4B4' +emoji[yen]=$'\U1F4B4' +emoji[dollar_banknote]=$'\U1F4B5' +emoji[dollar]=$'\U1F4B5' +emoji[euro_banknote]=$'\U1F4B6' +emoji[euro]=$'\U1F4B6' +emoji[pound_banknote]=$'\U1F4B7' +emoji[pound]=$'\U1F4B7' +emoji[money_with_wings]=$'\U1F4B8' +emoji[credit_card]=$'\U1F4B3' +emoji[receipt]=$'\U1F9FE' +emoji[chart_increasing_with_yen]=$'\U1F4B9' +emoji[chart]=$'\U1F4B9' +emoji[currency_exchange]=$'\U1F4B1' +emoji[heavy_dollar_sign]=$'\U1F4B2' +emoji[envelope]=$'\U2709\UFE0F' +emoji[email]=$'\U2709\UFE0F' +emoji[envelope_unqualified]=$'\U2709' +emoji[e_mail]=$'\U1F4E7' +emoji[e-mail]=$'\U1F4E7' +emoji[incoming_envelope]=$'\U1F4E8' +emoji[envelope_with_arrow]=$'\U1F4E9' +emoji[outbox_tray]=$'\U1F4E4' +emoji[inbox_tray]=$'\U1F4E5' +emoji[package]=$'\U1F4E6' +emoji[closed_mailbox_with_raised_flag]=$'\U1F4EB' +emoji[mailbox]=$'\U1F4EB' +emoji[closed_mailbox_with_lowered_flag]=$'\U1F4EA' +emoji[mailbox_closed]=$'\U1F4EA' +emoji[open_mailbox_with_raised_flag]=$'\U1F4EC' +emoji[mailbox_with_mail]=$'\U1F4EC' +emoji[open_mailbox_with_lowered_flag]=$'\U1F4ED' +emoji[mailbox_with_no_mail]=$'\U1F4ED' +emoji[postbox]=$'\U1F4EE' +emoji[ballot_box_with_ballot]=$'\U1F5F3\UFE0F' +emoji[ballot_box_with_ballot_unqualified]=$'\U1F5F3' +emoji[ballot_box]=$'\U1F5F3' +emoji[pencil]=$'\U270F\UFE0F' +emoji[pencil2]=$'\U270F\UFE0F' +emoji[pencil_unqualified]=$'\U270F' +emoji[black_nib]=$'\U2712\UFE0F' +emoji[black_nib_unqualified]=$'\U2712' +emoji[fountain_pen]=$'\U1F58B\UFE0F' +emoji[fountain_pen_unqualified]=$'\U1F58B' +emoji[fountain_pen_unqualified_1]=$'\U1F58A\UFE0F' +emoji[fountain_pen_unqualified_2]=$'\U1F58A' +emoji[pen]=$'\U1F58A' +emoji[paintbrush]=$'\U1F58C\UFE0F' +emoji[paintbrush_unqualified]=$'\U1F58C' +emoji[crayon]=$'\U1F58D\UFE0F' +emoji[crayon_unqualified]=$'\U1F58D' +emoji[memo]=$'\U1F4DD' +emoji[briefcase]=$'\U1F4BC' +emoji[file_folder]=$'\U1F4C1' +emoji[open_file_folder]=$'\U1F4C2' +emoji[card_index_dividers]=$'\U1F5C2\UFE0F' +emoji[card_index_dividers_unqualified]=$'\U1F5C2' +emoji[calendar]=$'\U1F4C5' +emoji[date]=$'\U1F4C5' +emoji[tear_off_calendar]=$'\U1F4C6' +emoji[spiral_notepad]=$'\U1F5D2\UFE0F' +emoji[spiral_notepad_unqualified]=$'\U1F5D2' +emoji[spiral_calendar]=$'\U1F5D3\UFE0F' +emoji[spiral_calendar_unqualified]=$'\U1F5D3' +emoji[card_index]=$'\U1F4C7' +emoji[chart_increasing]=$'\U1F4C8' +emoji[chart_with_upwards_trend]=$'\U1F4C8' +emoji[chart_decreasing]=$'\U1F4C9' +emoji[chart_with_downwards_trend]=$'\U1F4C9' +emoji[bar_chart]=$'\U1F4CA' +emoji[clipboard]=$'\U1F4CB' +emoji[pushpin]=$'\U1F4CC' +emoji[round_pushpin]=$'\U1F4CD' +emoji[paperclip]=$'\U1F4CE' +emoji[linked_paperclips]=$'\U1F587\UFE0F' +emoji[linked_paperclips_unqualified]=$'\U1F587' +emoji[paperclips]=$'\U1F587' +emoji[straight_ruler]=$'\U1F4CF' +emoji[triangular_ruler]=$'\U1F4D0' +emoji[scissors]=$'\U2702\UFE0F' +emoji[scissors_unqualified]=$'\U2702' +emoji[card_file_box]=$'\U1F5C3\UFE0F' +emoji[card_file_box_unqualified]=$'\U1F5C3' +emoji[file_cabinet]=$'\U1F5C4\UFE0F' +emoji[file_cabinet_unqualified]=$'\U1F5C4' +emoji[wastebasket]=$'\U1F5D1\UFE0F' +emoji[wastebasket_unqualified]=$'\U1F5D1' +emoji[locked]=$'\U1F512' +emoji[lock]=$'\U1F512' +emoji[unlocked]=$'\U1F513' +emoji[unlock]=$'\U1F513' +emoji[locked_with_pen]=$'\U1F50F' +emoji[lock_with_ink_pen]=$'\U1F50F' +emoji[locked_with_key]=$'\U1F510' +emoji[closed_lock_with_key]=$'\U1F510' +emoji[locked_with_key_1]=$'\U1F511' +emoji[key]=$'\U1F511' +emoji[old_key]=$'\U1F5DD\UFE0F' +emoji[old_key_unqualified]=$'\U1F5DD' +emoji[hammer]=$'\U1F528' +emoji[axe]=$'\U1FA93' +emoji[pick]=$'\U26CF\UFE0F' +emoji[pick_unqualified]=$'\U26CF' +emoji[hammer_and_pick]=$'\U2692\UFE0F' +emoji[hammer_and_pick_unqualified]=$'\U2692' +emoji[hammer_and_wrench]=$'\U1F6E0\UFE0F' +emoji[hammer_and_wrench_unqualified]=$'\U1F6E0' +emoji[dagger]=$'\U1F5E1\UFE0F' +emoji[dagger_unqualified]=$'\U1F5E1' +emoji[crossed_swords]=$'\U2694\UFE0F' +emoji[crossed_swords_unqualified]=$'\U2694' +emoji[pistol]=$'\U1F52B' +emoji[gun]=$'\U1F52B' +emoji[bow_and_arrow]=$'\U1F3F9' +emoji[shield]=$'\U1F6E1\UFE0F' +emoji[shield_unqualified]=$'\U1F6E1' +emoji[wrench]=$'\U1F527' +emoji[nut_and_bolt]=$'\U1F529' +emoji[gear]=$'\U2699\UFE0F' +emoji[gear_unqualified]=$'\U2699' +emoji[clamp]=$'\U1F5DC\UFE0F' +emoji[clamp_unqualified]=$'\U1F5DC' +emoji[balance_scale]=$'\U2696\UFE0F' +emoji[balance_scale_unqualified]=$'\U2696' +emoji[probing_cane]=$'\U1F9AF' +emoji[link]=$'\U1F517' +emoji[chains]=$'\U26D3\UFE0F' +emoji[chains_unqualified]=$'\U26D3' +emoji[toolbox]=$'\U1F9F0' +emoji[magnet]=$'\U1F9F2' +emoji[alembic]=$'\U2697\UFE0F' +emoji[alembic_unqualified]=$'\U2697' +emoji[test_tube]=$'\U1F9EA' +emoji[petri_dish]=$'\U1F9EB' +emoji[dna]=$'\U1F9EC' +emoji[microscope]=$'\U1F52C' +emoji[telescope]=$'\U1F52D' +emoji[satellite_antenna]=$'\U1F4E1' +emoji[syringe]=$'\U1F489' +emoji[drop_of_blood]=$'\U1FA78' +emoji[pill]=$'\U1F48A' +emoji[adhesive_bandage]=$'\U1FA79' +emoji[stethoscope]=$'\U1FA7A' +emoji[door]=$'\U1F6AA' +emoji[bed]=$'\U1F6CF\UFE0F' +emoji[bed_unqualified]=$'\U1F6CF' +emoji[couch_and_lamp]=$'\U1F6CB\UFE0F' +emoji[couch_and_lamp_unqualified]=$'\U1F6CB' +emoji[chair]=$'\U1FA91' +emoji[toilet]=$'\U1F6BD' +emoji[shower]=$'\U1F6BF' +emoji[bathtub]=$'\U1F6C1' +emoji[razor]=$'\U1FA92' +emoji[lotion_bottle]=$'\U1F9F4' +emoji[safety_pin]=$'\U1F9F7' +emoji[broom]=$'\U1F9F9' +emoji[basket]=$'\U1F9FA' +emoji[roll_of_paper]=$'\U1F9FB' +emoji[soap]=$'\U1F9FC' +emoji[sponge]=$'\U1F9FD' +emoji[fire_extinguisher]=$'\U1F9EF' +emoji[shopping_cart]=$'\U1F6D2' +emoji[cigarette]=$'\U1F6AC' +emoji[smoking]=$'\U1F6AC' +emoji[coffin]=$'\U26B0\UFE0F' +emoji[coffin_unqualified]=$'\U26B0' +emoji[funeral_urn]=$'\U26B1\UFE0F' +emoji[funeral_urn_unqualified]=$'\U26B1' +emoji[moai]=$'\U1F5FF' +emoji[moyai]=$'\U1F5FF' +emoji[ATM_sign]=$'\U1F3E7' +emoji[atm]=$'\U1F3E7' +emoji[litter_in_bin_sign]=$'\U1F6AE' +emoji[put_litter_in_its_place]=$'\U1F6AE' +emoji[potable_water]=$'\U1F6B0' +emoji[wheelchair_symbol]=$'\U267F' +emoji[wheelchair]=$'\U267F' +emoji[men_s_room]=$'\U1F6B9' +emoji[mens]=$'\U1F6B9' +emoji[women_s_room]=$'\U1F6BA' +emoji[womens]=$'\U1F6BA' +emoji[restroom]=$'\U1F6BB' +emoji[baby_symbol]=$'\U1F6BC' +emoji[water_closet]=$'\U1F6BE' +emoji[wc]=$'\U1F6BE' +emoji[passport_control]=$'\U1F6C2' +emoji[customs]=$'\U1F6C3' +emoji[baggage_claim]=$'\U1F6C4' +emoji[left_luggage]=$'\U1F6C5' +emoji[warning]=$'\U26A0\UFE0F' +emoji[warning_unqualified]=$'\U26A0' +emoji[children_crossing]=$'\U1F6B8' +emoji[no_entry]=$'\U26D4' +emoji[prohibited]=$'\U1F6AB' +emoji[no_entry_sign]=$'\U1F6AB' +emoji[no_bicycles]=$'\U1F6B3' +emoji[no_smoking]=$'\U1F6AD' +emoji[no_littering]=$'\U1F6AF' +emoji[do_not_litter]=$'\U1F6AF' +emoji[non_potable_water]=$'\U1F6B1' +emoji[non-potable_water]=$'\U1F6B1' +emoji[no_pedestrians]=$'\U1F6B7' +emoji[no_mobile_phones]=$'\U1F4F5' +emoji[no_one_under_eighteen]=$'\U1F51E' +emoji[underage]=$'\U1F51E' +emoji[radioactive]=$'\U2622\UFE0F' +emoji[radioactive_unqualified]=$'\U2622' +emoji[biohazard]=$'\U2623\UFE0F' +emoji[biohazard_unqualified]=$'\U2623' +emoji[up_arrow]=$'\U2B06\UFE0F' +emoji[arrow_up]=$'\U2B06\UFE0F' +emoji[up_arrow_unqualified]=$'\U2B06' +emoji[up_right_arrow]=$'\U2197\UFE0F' +emoji[arrow_upper_right]=$'\U2197\UFE0F' +emoji[up_right_arrow_unqualified]=$'\U2197' +emoji[up_right_arrow_unqualified_1]=$'\U27A1\UFE0F' +emoji[arrow_right]=$'\U27A1\UFE0F' +emoji[up_right_arrow_unqualified_2]=$'\U27A1' +emoji[down_right_arrow]=$'\U2198\UFE0F' +emoji[arrow_lower_right]=$'\U2198\UFE0F' +emoji[down_right_arrow_unqualified]=$'\U2198' +emoji[down_arrow]=$'\U2B07\UFE0F' +emoji[arrow_down]=$'\U2B07\UFE0F' +emoji[down_arrow_unqualified]=$'\U2B07' +emoji[down_left_arrow]=$'\U2199\UFE0F' +emoji[arrow_lower_left]=$'\U2199\UFE0F' +emoji[down_left_arrow_unqualified]=$'\U2199' +emoji[down_left_arrow_unqualified_1]=$'\U2B05\UFE0F' +emoji[arrow_left]=$'\U2B05\UFE0F' +emoji[down_left_arrow_unqualified_2]=$'\U2B05' +emoji[up_left_arrow]=$'\U2196\UFE0F' +emoji[arrow_upper_left]=$'\U2196\UFE0F' +emoji[up_left_arrow_unqualified]=$'\U2196' +emoji[up_down_arrow]=$'\U2195\UFE0F' +emoji[arrow_up_down]=$'\U2195\UFE0F' +emoji[up_down_arrow_unqualified]=$'\U2195' +emoji[left_right_arrow]=$'\U2194\UFE0F' +emoji[left_right_arrow_unqualified]=$'\U2194' +emoji[right_arrow_curving_left]=$'\U21A9\UFE0F' +emoji[leftwards_arrow_with_hook]=$'\U21A9\UFE0F' +emoji[right_arrow_curving_left_unqualified]=$'\U21A9' +emoji[left_arrow_curving_right]=$'\U21AA\UFE0F' +emoji[arrow_right_hook]=$'\U21AA\UFE0F' +emoji[left_arrow_curving_right_unqualified]=$'\U21AA' +emoji[right_arrow_curving_up]=$'\U2934\UFE0F' +emoji[arrow_heading_up]=$'\U2934\UFE0F' +emoji[right_arrow_curving_up_unqualified]=$'\U2934' +emoji[right_arrow_curving_down]=$'\U2935\UFE0F' +emoji[arrow_heading_down]=$'\U2935\UFE0F' +emoji[right_arrow_curving_down_unqualified]=$'\U2935' +emoji[clockwise_vertical_arrows]=$'\U1F503' +emoji[arrows_clockwise]=$'\U1F503' +emoji[counterclockwise_arrows_button]=$'\U1F504' +emoji[arrows_counterclockwise]=$'\U1F504' +emoji[BACK_arrow]=$'\U1F519' +emoji[back]=$'\U1F519' +emoji[END_arrow]=$'\U1F51A' +emoji[end]=$'\U1F51A' +emoji[ON_arrow]=$'\U1F51B' +emoji[on]=$'\U1F51B' +emoji[SOON_arrow]=$'\U1F51C' +emoji[soon]=$'\U1F51C' +emoji[TOP_arrow]=$'\U1F51D' +emoji[top]=$'\U1F51D' +emoji[place_of_worship]=$'\U1F6D0' +emoji[atom_symbol]=$'\U269B\UFE0F' +emoji[atom_symbol_unqualified]=$'\U269B' +emoji[atom_symbol_unqualified_1]=$'\U1F549\UFE0F' +emoji[om_unqualified]=$'\U1F549' +emoji[om]=$'\U1F549' +emoji[star_of_David]=$'\U2721\UFE0F' +emoji[star_of_david]=$'\U2721\UFE0F' +emoji[star_of_David_unqualified]=$'\U2721' +emoji[wheel_of_dharma]=$'\U2638\UFE0F' +emoji[wheel_of_dharma_unqualified]=$'\U2638' +emoji[yin_yang]=$'\U262F\UFE0F' +emoji[yin_yang_unqualified]=$'\U262F' +emoji[latin_cross]=$'\U271D\UFE0F' +emoji[latin_cross_unqualified]=$'\U271D' +emoji[orthodox_cross]=$'\U2626\UFE0F' +emoji[orthodox_cross_unqualified]=$'\U2626' +emoji[star_and_crescent]=$'\U262A\UFE0F' +emoji[star_and_crescent_unqualified]=$'\U262A' +emoji[peace_symbol]=$'\U262E\UFE0F' +emoji[peace_symbol_unqualified]=$'\U262E' +emoji[menorah]=$'\U1F54E' +emoji[dotted_six_pointed_star]=$'\U1F52F' +emoji[six_pointed_star]=$'\U1F52F' +emoji[Aries]=$'\U2648' +emoji[aries]=$'\U2648' +emoji[Taurus]=$'\U2649' +emoji[taurus]=$'\U2649' +emoji[Gemini]=$'\U264A' +emoji[gemini]=$'\U264A' +emoji[Cancer]=$'\U264B' +emoji[cancer]=$'\U264B' +emoji[Leo]=$'\U264C' +emoji[leo]=$'\U264C' +emoji[Virgo]=$'\U264D' +emoji[virgo]=$'\U264D' +emoji[Libra]=$'\U264E' +emoji[libra]=$'\U264E' +emoji[Scorpio]=$'\U264F' +emoji[scorpius]=$'\U264F' +emoji[Sagittarius]=$'\U2650' +emoji[sagittarius]=$'\U2650' +emoji[Capricorn]=$'\U2651' +emoji[capricorn]=$'\U2651' +emoji[Aquarius]=$'\U2652' +emoji[aquarius]=$'\U2652' +emoji[Pisces]=$'\U2653' +emoji[pisces]=$'\U2653' +emoji[Ophiuchus]=$'\U26CE' +emoji[ophiuchus]=$'\U26CE' +emoji[shuffle_tracks_button]=$'\U1F500' +emoji[twisted_rightwards_arrows]=$'\U1F500' +emoji[repeat_button]=$'\U1F501' +emoji[repeat]=$'\U1F501' +emoji[repeat_single_button]=$'\U1F502' +emoji[repeat_one]=$'\U1F502' +emoji[play_button]=$'\U25B6\UFE0F' +emoji[arrow_forward]=$'\U25B6\UFE0F' +emoji[play_button_unqualified]=$'\U25B6' +emoji[fast_forward_button]=$'\U23E9' +emoji[fast_forward]=$'\U23E9' +emoji[next_track_button]=$'\U23ED\UFE0F' +emoji[next_track_button_unqualified]=$'\U23ED' +emoji[play_or_pause_button]=$'\U23EF\UFE0F' +emoji[play_or_pause_button_unqualified]=$'\U23EF' +emoji[reverse_button]=$'\U25C0\UFE0F' +emoji[arrow_backward]=$'\U25C0\UFE0F' +emoji[reverse_button_unqualified]=$'\U25C0' +emoji[fast_reverse_button]=$'\U23EA' +emoji[rewind]=$'\U23EA' +emoji[last_track_button]=$'\U23EE\UFE0F' +emoji[last_track_button_unqualified]=$'\U23EE' +emoji[previous_track_button]=$'\U23EE' +emoji[upwards_button]=$'\U1F53C' +emoji[arrow_up_small]=$'\U1F53C' +emoji[fast_up_button]=$'\U23EB' +emoji[arrow_double_up]=$'\U23EB' +emoji[downwards_button]=$'\U1F53D' +emoji[arrow_down_small]=$'\U1F53D' +emoji[fast_down_button]=$'\U23EC' +emoji[arrow_double_down]=$'\U23EC' +emoji[pause_button]=$'\U23F8\UFE0F' +emoji[pause_button_unqualified]=$'\U23F8' +emoji[stop_button]=$'\U23F9\UFE0F' +emoji[stop_button_unqualified]=$'\U23F9' +emoji[record_button]=$'\U23FA\UFE0F' +emoji[record_button_unqualified]=$'\U23FA' +emoji[eject_button]=$'\U23CF\UFE0F' +emoji[eject_button_unqualified]=$'\U23CF' +emoji[cinema]=$'\U1F3A6' +emoji[dim_button]=$'\U1F505' +emoji[low_brightness]=$'\U1F505' +emoji[bright_button]=$'\U1F506' +emoji[high_brightness]=$'\U1F506' +emoji[antenna_bars]=$'\U1F4F6' +emoji[signal_strength]=$'\U1F4F6' +emoji[vibration_mode]=$'\U1F4F3' +emoji[mobile_phone_off]=$'\U1F4F4' +emoji[female_sign]=$'\U2640\UFE0F' +emoji[female_sign_unqualified]=$'\U2640' +emoji[female_sign_unqualified_1]=$'\U2642\UFE0F' +emoji[male_sign]=$'\U2642\UFE0F' +emoji[female_sign_unqualified_2]=$'\U2642' +emoji[medical_symbol]=$'\U2695\UFE0F' +emoji[medical_symbol_unqualified]=$'\U2695' +emoji[infinity]=$'\U267E\UFE0F' +emoji[infinity_unqualified]=$'\U267E' +emoji[recycling_symbol]=$'\U267B\UFE0F' +emoji[recycle]=$'\U267B\UFE0F' +emoji[recycling_symbol_unqualified]=$'\U267B' +emoji[fleur_de_lis]=$'\U269C\UFE0F' +emoji[fleur_de_lis_unqualified]=$'\U269C' +emoji[trident_emblem]=$'\U1F531' +emoji[trident]=$'\U1F531' +emoji[name_badge]=$'\U1F4DB' +emoji[Japanese_symbol_for_beginner]=$'\U1F530' +emoji[beginner]=$'\U1F530' +emoji[hollow_red_circle]=$'\U2B55' +emoji[o]=$'\U2B55' +emoji[check_mark_button]=$'\U2705' +emoji[white_check_mark]=$'\U2705' +emoji[check_box_with_check]=$'\U2611\UFE0F' +emoji[ballot_box_with_check]=$'\U2611\UFE0F' +emoji[check_box_with_check_unqualified]=$'\U2611' +emoji[check_mark]=$'\U2714\UFE0F' +emoji[heavy_check_mark]=$'\U2714\UFE0F' +emoji[check_mark_unqualified]=$'\U2714' +emoji[multiplication_sign]=$'\U2716\UFE0F' +emoji[heavy_multiplication_x]=$'\U2716\UFE0F' +emoji[multiplication_sign_unqualified]=$'\U2716' +emoji[cross_mark]=$'\U274C' +emoji[x]=$'\U274C' +emoji[cross_mark_button]=$'\U274E' +emoji[negative_squared_cross_mark]=$'\U274E' +emoji[plus_sign]=$'\U2795' +emoji[heavy_plus_sign]=$'\U2795' +emoji[minus_sign]=$'\U2796' +emoji[heavy_minus_sign]=$'\U2796' +emoji[division_sign]=$'\U2797' +emoji[heavy_division_sign]=$'\U2797' +emoji[curly_loop]=$'\U27B0' +emoji[double_curly_loop]=$'\U27BF' +emoji[loop]=$'\U27BF' +emoji[part_alternation_mark]=$'\U303D\UFE0F' +emoji[part_alternation_mark_unqualified]=$'\U303D' +emoji[eight_spoked_asterisk]=$'\U2733\UFE0F' +emoji[eight_spoked_asterisk_unqualified]=$'\U2733' +emoji[eight_pointed_star]=$'\U2734\UFE0F' +emoji[eight_pointed_black_star]=$'\U2734\UFE0F' +emoji[eight_pointed_star_unqualified]=$'\U2734' +emoji[sparkle]=$'\U2747\UFE0F' +emoji[sparkle_unqualified]=$'\U2747' +emoji[double_exclamation_mark]=$'\U203C\UFE0F' +emoji[bangbang]=$'\U203C\UFE0F' +emoji[double_exclamation_mark_unqualified]=$'\U203C' +emoji[exclamation_question_mark]=$'\U2049\UFE0F' +emoji[interrobang]=$'\U2049\UFE0F' +emoji[exclamation_question_mark_unqualified]=$'\U2049' +emoji[exclamation_question_mark_unqualified_1]=$'\U2753' +emoji[question]=$'\U2753' +emoji[white_question_mark]=$'\U2754' +emoji[grey_question]=$'\U2754' +emoji[white_exclamation_mark]=$'\U2755' +emoji[grey_exclamation]=$'\U2755' +emoji[white_exclamation_mark_1]=$'\U2757' +emoji[exclamation]=$'\U2757' +emoji[heavy_exclamation_mark]=$'\U2757' +emoji[wavy_dash]=$'\U3030\UFE0F' +emoji[wavy_dash_unqualified]=$'\U3030' +emoji[copyright]=$'\U00A9\UFE0F' +emoji[copyright_unqualified]=$'\U00A9' +emoji[registered]=$'\U00AE\UFE0F' +emoji[registered_unqualified]=$'\U00AE' +emoji[trade_mark]=$'\U2122\UFE0F' +emoji[tm]=$'\U2122\UFE0F' +emoji[trade_mark_unqualified]=$'\U2122' +emoji[keycap_#]=$'\U0023\UFE0F\U20E3' +emoji[hash]=$'\U0023\UFE0F\U20E3' +emoji[keycap_#_unqualified]=$'\U0023\U20E3' +emoji[keycap_*]=$'\U002A\UFE0F\U20E3' +emoji[asterisk]=$'\U002A\UFE0F\U20E3' +emoji[keycap_*_unqualified]=$'\U002A\U20E3' +emoji[keycap_0]=$'\U0030\UFE0F\U20E3' +emoji[zero]=$'\U0030\UFE0F\U20E3' +emoji[keycap_0_unqualified]=$'\U0030\U20E3' +emoji[keycap_1]=$'\U0031\UFE0F\U20E3' +emoji[one]=$'\U0031\UFE0F\U20E3' +emoji[keycap_1_unqualified]=$'\U0031\U20E3' +emoji[keycap_2]=$'\U0032\UFE0F\U20E3' +emoji[two]=$'\U0032\UFE0F\U20E3' +emoji[keycap_2_unqualified]=$'\U0032\U20E3' +emoji[keycap_3]=$'\U0033\UFE0F\U20E3' +emoji[three]=$'\U0033\UFE0F\U20E3' +emoji[keycap_3_unqualified]=$'\U0033\U20E3' +emoji[keycap_4]=$'\U0034\UFE0F\U20E3' +emoji[four]=$'\U0034\UFE0F\U20E3' +emoji[keycap_4_unqualified]=$'\U0034\U20E3' +emoji[keycap_5]=$'\U0035\UFE0F\U20E3' +emoji[five]=$'\U0035\UFE0F\U20E3' +emoji[keycap_5_unqualified]=$'\U0035\U20E3' +emoji[keycap_6]=$'\U0036\UFE0F\U20E3' +emoji[six]=$'\U0036\UFE0F\U20E3' +emoji[keycap_6_unqualified]=$'\U0036\U20E3' +emoji[keycap_7]=$'\U0037\UFE0F\U20E3' +emoji[seven]=$'\U0037\UFE0F\U20E3' +emoji[keycap_7_unqualified]=$'\U0037\U20E3' +emoji[keycap_8]=$'\U0038\UFE0F\U20E3' +emoji[eight]=$'\U0038\UFE0F\U20E3' +emoji[keycap_8_unqualified]=$'\U0038\U20E3' +emoji[keycap_9]=$'\U0039\UFE0F\U20E3' +emoji[nine]=$'\U0039\UFE0F\U20E3' +emoji[keycap_9_unqualified]=$'\U0039\U20E3' +emoji[keycap_10]=$'\U1F51F' +emoji[keycap_ten]=$'\U1F51F' +emoji[input_latin_uppercase]=$'\U1F520' +emoji[capital_abcd]=$'\U1F520' +emoji[input_latin_lowercase]=$'\U1F521' +emoji[abcd]=$'\U1F521' +emoji[input_numbers]=$'\U1F522' +emoji[1234]=$'\U1F522' +emoji[input_symbols]=$'\U1F523' +emoji[symbols]=$'\U1F523' +emoji[input_latin_letters]=$'\U1F524' +emoji[abc]=$'\U1F524' +emoji[A_button_blood_type_]=$'\U1F170\UFE0F' +emoji[a]=$'\U1F170\UFE0F' +emoji[A_button_blood_type__unqualified]=$'\U1F170' +emoji[AB_button_blood_type_]=$'\U1F18E' +emoji[ab]=$'\U1F18E' +emoji[AB_button_blood_type__1]=$'\U1F171\UFE0F' +emoji[b]=$'\U1F171\UFE0F' +emoji[B_button_blood_type__unqualified]=$'\U1F171' +emoji[CL_button]=$'\U1F191' +emoji[cl]=$'\U1F191' +emoji[COOL_button]=$'\U1F192' +emoji[cool]=$'\U1F192' +emoji[FREE_button]=$'\U1F193' +emoji[free]=$'\U1F193' +emoji[information]=$'\U2139\UFE0F' +emoji[information_source]=$'\U2139\UFE0F' +emoji[information_unqualified]=$'\U2139' +emoji[ID_button]=$'\U1F194' +emoji[id]=$'\U1F194' +emoji[circled_M]=$'\U24C2\UFE0F' +emoji[m]=$'\U24C2\UFE0F' +emoji[circled_M_unqualified]=$'\U24C2' +emoji[NEW_button]=$'\U1F195' +emoji[new]=$'\U1F195' +emoji[NG_button]=$'\U1F196' +emoji[ng]=$'\U1F196' +emoji[O_button_blood_type_]=$'\U1F17E\UFE0F' +emoji[o2]=$'\U1F17E\UFE0F' +emoji[O_button_blood_type__unqualified]=$'\U1F17E' +emoji[OK_button]=$'\U1F197' +emoji[ok]=$'\U1F197' +emoji[P_button]=$'\U1F17F\UFE0F' +emoji[parking]=$'\U1F17F\UFE0F' +emoji[P_button_unqualified]=$'\U1F17F' +emoji[SOS_button]=$'\U1F198' +emoji[sos]=$'\U1F198' +emoji[UP_button]=$'\U1F199' +emoji[up]=$'\U1F199' +emoji[VS_button]=$'\U1F19A' +emoji[vs]=$'\U1F19A' +emoji[Japanese_here_button]=$'\U1F201' +emoji[koko]=$'\U1F201' +emoji[Japanese_service_charge_button]=$'\U1F202\UFE0F' +emoji[sa]=$'\U1F202\UFE0F' +emoji[Japanese_service_charge_button_unqualified]=$'\U1F202' +emoji[Japanese_monthly_amount_button]=$'\U1F237\UFE0F' +emoji[u6708]=$'\U1F237\UFE0F' +emoji[Japanese_monthly_amount_button_unqualified]=$'\U1F237' +emoji[Japanese_not_free_of_charge_button]=$'\U1F236' +emoji[u6709]=$'\U1F236' +emoji[Japanese_reserved_button]=$'\U1F22F' +emoji[u6307]=$'\U1F22F' +emoji[Japanese_bargain_button]=$'\U1F250' +emoji[ideograph_advantage]=$'\U1F250' +emoji[Japanese_discount_button]=$'\U1F239' +emoji[u5272]=$'\U1F239' +emoji[Japanese_free_of_charge_button]=$'\U1F21A' +emoji[u7121]=$'\U1F21A' +emoji[Japanese_prohibited_button]=$'\U1F232' +emoji[u7981]=$'\U1F232' +emoji[Japanese_acceptable_button]=$'\U1F251' +emoji[accept]=$'\U1F251' +emoji[Japanese_application_button]=$'\U1F238' +emoji[u7533]=$'\U1F238' +emoji[Japanese_passing_grade_button]=$'\U1F234' +emoji[u5408]=$'\U1F234' +emoji[Japanese_vacancy_button]=$'\U1F233' +emoji[u7a7a]=$'\U1F233' +emoji[Japanese_congratulations_button]=$'\U3297\UFE0F' +emoji[congratulations]=$'\U3297\UFE0F' +emoji[Japanese_congratulations_button_unqualified]=$'\U3297' +emoji[Japanese_secret_button]=$'\U3299\UFE0F' +emoji[secret]=$'\U3299\UFE0F' +emoji[Japanese_secret_button_unqualified]=$'\U3299' +emoji[Japanese_open_for_business_button]=$'\U1F23A' +emoji[u55b6]=$'\U1F23A' +emoji[Japanese_no_vacancy_button]=$'\U1F235' +emoji[u6e80]=$'\U1F235' +emoji[red_circle]=$'\U1F534' +emoji[orange_circle]=$'\U1F7E0' +emoji[yellow_circle]=$'\U1F7E1' +emoji[green_circle]=$'\U1F7E2' +emoji[blue_circle]=$'\U1F535' +emoji[large_blue_circle]=$'\U1F535' +emoji[purple_circle]=$'\U1F7E3' +emoji[brown_circle]=$'\U1F7E4' +emoji[black_circle]=$'\U26AB' +emoji[white_circle]=$'\U26AA' +emoji[red_square]=$'\U1F7E5' +emoji[orange_square]=$'\U1F7E7' +emoji[yellow_square]=$'\U1F7E8' +emoji[green_square]=$'\U1F7E9' +emoji[blue_square]=$'\U1F7E6' +emoji[purple_square]=$'\U1F7EA' +emoji[brown_square]=$'\U1F7EB' +emoji[black_large_square]=$'\U2B1B' +emoji[white_large_square]=$'\U2B1C' +emoji[black_medium_square]=$'\U25FC\UFE0F' +emoji[black_medium_square_unqualified]=$'\U25FC' +emoji[white_medium_square]=$'\U25FB\UFE0F' +emoji[white_medium_square_unqualified]=$'\U25FB' +emoji[black_medium_small_square]=$'\U25FE' +emoji[white_medium_small_square]=$'\U25FD' +emoji[black_small_square]=$'\U25AA\UFE0F' +emoji[black_small_square_unqualified]=$'\U25AA' +emoji[white_small_square]=$'\U25AB\UFE0F' +emoji[white_small_square_unqualified]=$'\U25AB' +emoji[large_orange_diamond]=$'\U1F536' +emoji[large_blue_diamond]=$'\U1F537' +emoji[small_orange_diamond]=$'\U1F538' +emoji[small_blue_diamond]=$'\U1F539' +emoji[red_triangle_pointed_up]=$'\U1F53A' +emoji[small_red_triangle]=$'\U1F53A' +emoji[red_triangle_pointed_down]=$'\U1F53B' +emoji[small_red_triangle_down]=$'\U1F53B' +emoji[diamond_with_a_dot]=$'\U1F4A0' +emoji[diamond_shape_with_a_dot_inside]=$'\U1F4A0' +emoji[radio_button]=$'\U1F518' +emoji[white_square_button]=$'\U1F533' +emoji[black_square_button]=$'\U1F532' +emoji_flags[chequered_flag]=$'\U1F3C1' +emoji_flags[checkered_flag]=$'\U1F3C1' +emoji_flags[triangular_flag]=$'\U1F6A9' +emoji_flags[triangular_flag_on_post]=$'\U1F6A9' +emoji_flags[crossed_flags]=$'\U1F38C' +emoji_flags[black_flag]=$'\U1F3F4' +emoji_flags[white_flag]=$'\U1F3F3\UFE0F' +emoji_flags[white_flag_unqualified]=$'\U1F3F3' +emoji_flags[rainbow_flag]=$'\U1F3F3\UFE0F\U200D\U1F308' +emoji_flags[rainbow_flag_unqualified]=$'\U1F3F3\U200D\U1F308' +emoji_flags[pirate_flag]=$'\U1F3F4\U200D\U2620\UFE0F' +emoji_flags[pirate_flag_minimally]=$'\U1F3F4\U200D\U2620' +emoji_flags[Ascension_Island]=$'\U1F1E6\U1F1E8' +emoji_flags[ascension_island]=$'\U1F1E6\U1F1E8' +emoji_flags[Andorra]=$'\U1F1E6\U1F1E9' +emoji_flags[AD]=$'\U1F1E6\U1F1E9' +emoji_flags[AND]=$'\U1F1E6\U1F1E9' +emoji_flags[andorra]=$'\U1F1E6\U1F1E9' +emoji_flags[United_Arab_Emirates]=$'\U1F1E6\U1F1EA' +emoji_flags[AE]=$'\U1F1E6\U1F1EA' +emoji_flags[ARE]=$'\U1F1E6\U1F1EA' +emoji_flags[united_arab_emirates]=$'\U1F1E6\U1F1EA' +emoji_flags[Afghanistan]=$'\U1F1E6\U1F1EB' +emoji_flags[AF]=$'\U1F1E6\U1F1EB' +emoji_flags[AFG]=$'\U1F1E6\U1F1EB' +emoji_flags[afghanistan]=$'\U1F1E6\U1F1EB' +emoji_flags[Antigua_and_Barbuda]=$'\U1F1E6\U1F1EC' +emoji_flags[AG]=$'\U1F1E6\U1F1EC' +emoji_flags[ATG]=$'\U1F1E6\U1F1EC' +emoji_flags[antigua_barbuda]=$'\U1F1E6\U1F1EC' +emoji_flags[Anguilla]=$'\U1F1E6\U1F1EE' +emoji_flags[AI]=$'\U1F1E6\U1F1EE' +emoji_flags[AIA]=$'\U1F1E6\U1F1EE' +emoji_flags[anguilla]=$'\U1F1E6\U1F1EE' +emoji_flags[Albania]=$'\U1F1E6\U1F1F1' +emoji_flags[AL]=$'\U1F1E6\U1F1F1' +emoji_flags[ALB]=$'\U1F1E6\U1F1F1' +emoji_flags[albania]=$'\U1F1E6\U1F1F1' +emoji_flags[Armenia]=$'\U1F1E6\U1F1F2' +emoji_flags[AM]=$'\U1F1E6\U1F1F2' +emoji_flags[ARM]=$'\U1F1E6\U1F1F2' +emoji_flags[armenia]=$'\U1F1E6\U1F1F2' +emoji_flags[Angola]=$'\U1F1E6\U1F1F4' +emoji_flags[AO]=$'\U1F1E6\U1F1F4' +emoji_flags[AGO]=$'\U1F1E6\U1F1F4' +emoji_flags[angola]=$'\U1F1E6\U1F1F4' +emoji_flags[Antarctica]=$'\U1F1E6\U1F1F6' +emoji_flags[AQ]=$'\U1F1E6\U1F1F6' +emoji_flags[ATA]=$'\U1F1E6\U1F1F6' +emoji_flags[antarctica]=$'\U1F1E6\U1F1F6' +emoji_flags[Argentina]=$'\U1F1E6\U1F1F7' +emoji_flags[AR]=$'\U1F1E6\U1F1F7' +emoji_flags[ARG]=$'\U1F1E6\U1F1F7' +emoji_flags[argentina]=$'\U1F1E6\U1F1F7' +emoji_flags[American_Samoa]=$'\U1F1E6\U1F1F8' +emoji_flags[AS]=$'\U1F1E6\U1F1F8' +emoji_flags[ASM]=$'\U1F1E6\U1F1F8' +emoji_flags[american_samoa]=$'\U1F1E6\U1F1F8' +emoji_flags[Austria]=$'\U1F1E6\U1F1F9' +emoji_flags[AT]=$'\U1F1E6\U1F1F9' +emoji_flags[AUT]=$'\U1F1E6\U1F1F9' +emoji_flags[austria]=$'\U1F1E6\U1F1F9' +emoji_flags[Australia]=$'\U1F1E6\U1F1FA' +emoji_flags[AU]=$'\U1F1E6\U1F1FA' +emoji_flags[AUS]=$'\U1F1E6\U1F1FA' +emoji_flags[australia]=$'\U1F1E6\U1F1FA' +emoji_flags[Aruba]=$'\U1F1E6\U1F1FC' +emoji_flags[AW]=$'\U1F1E6\U1F1FC' +emoji_flags[ABW]=$'\U1F1E6\U1F1FC' +emoji_flags[aruba]=$'\U1F1E6\U1F1FC' +emoji_flags[Åland_Islands]=$'\U1F1E6\U1F1FD' +emoji_flags[AX]=$'\U1F1E6\U1F1FD' +emoji_flags[ALA]=$'\U1F1E6\U1F1FD' +emoji_flags[aland_islands]=$'\U1F1E6\U1F1FD' +emoji_flags[Azerbaijan]=$'\U1F1E6\U1F1FF' +emoji_flags[AZ]=$'\U1F1E6\U1F1FF' +emoji_flags[AZE]=$'\U1F1E6\U1F1FF' +emoji_flags[azerbaijan]=$'\U1F1E6\U1F1FF' +emoji_flags[Bosnia_and_Herzegovina]=$'\U1F1E7\U1F1E6' +emoji_flags[BA]=$'\U1F1E7\U1F1E6' +emoji_flags[BIH]=$'\U1F1E7\U1F1E6' +emoji_flags[bosnia_herzegovina]=$'\U1F1E7\U1F1E6' +emoji_flags[Barbados]=$'\U1F1E7\U1F1E7' +emoji_flags[BB]=$'\U1F1E7\U1F1E7' +emoji_flags[BRB]=$'\U1F1E7\U1F1E7' +emoji_flags[barbados]=$'\U1F1E7\U1F1E7' +emoji_flags[Bangladesh]=$'\U1F1E7\U1F1E9' +emoji_flags[BD]=$'\U1F1E7\U1F1E9' +emoji_flags[BGD]=$'\U1F1E7\U1F1E9' +emoji_flags[bangladesh]=$'\U1F1E7\U1F1E9' +emoji_flags[Belgium]=$'\U1F1E7\U1F1EA' +emoji_flags[BE]=$'\U1F1E7\U1F1EA' +emoji_flags[BEL]=$'\U1F1E7\U1F1EA' +emoji_flags[belgium]=$'\U1F1E7\U1F1EA' +emoji_flags[Burkina_Faso]=$'\U1F1E7\U1F1EB' +emoji_flags[BF]=$'\U1F1E7\U1F1EB' +emoji_flags[BFA]=$'\U1F1E7\U1F1EB' +emoji_flags[burkina_faso]=$'\U1F1E7\U1F1EB' +emoji_flags[Bulgaria]=$'\U1F1E7\U1F1EC' +emoji_flags[BG]=$'\U1F1E7\U1F1EC' +emoji_flags[BGR]=$'\U1F1E7\U1F1EC' +emoji_flags[bulgaria]=$'\U1F1E7\U1F1EC' +emoji_flags[Bahrain]=$'\U1F1E7\U1F1ED' +emoji_flags[BH]=$'\U1F1E7\U1F1ED' +emoji_flags[BHR]=$'\U1F1E7\U1F1ED' +emoji_flags[bahrain]=$'\U1F1E7\U1F1ED' +emoji_flags[Burundi]=$'\U1F1E7\U1F1EE' +emoji_flags[BI]=$'\U1F1E7\U1F1EE' +emoji_flags[BDI]=$'\U1F1E7\U1F1EE' +emoji_flags[burundi]=$'\U1F1E7\U1F1EE' +emoji_flags[Benin]=$'\U1F1E7\U1F1EF' +emoji_flags[BJ]=$'\U1F1E7\U1F1EF' +emoji_flags[BEN]=$'\U1F1E7\U1F1EF' +emoji_flags[benin]=$'\U1F1E7\U1F1EF' +emoji_flags[St_Barthélemy]=$'\U1F1E7\U1F1F1' +emoji_flags[BL]=$'\U1F1E7\U1F1F1' +emoji_flags[BLM]=$'\U1F1E7\U1F1F1' +emoji_flags[st_barthelemy]=$'\U1F1E7\U1F1F1' +emoji_flags[Bermuda]=$'\U1F1E7\U1F1F2' +emoji_flags[BM]=$'\U1F1E7\U1F1F2' +emoji_flags[BMU]=$'\U1F1E7\U1F1F2' +emoji_flags[bermuda]=$'\U1F1E7\U1F1F2' +emoji_flags[Brunei]=$'\U1F1E7\U1F1F3' +emoji_flags[BN]=$'\U1F1E7\U1F1F3' +emoji_flags[BRN]=$'\U1F1E7\U1F1F3' +emoji_flags[brunei]=$'\U1F1E7\U1F1F3' +emoji_flags[Bolivia]=$'\U1F1E7\U1F1F4' +emoji_flags[BO]=$'\U1F1E7\U1F1F4' +emoji_flags[BOL]=$'\U1F1E7\U1F1F4' +emoji_flags[bolivia]=$'\U1F1E7\U1F1F4' +emoji_flags[Caribbean_Netherlands]=$'\U1F1E7\U1F1F6' +emoji_flags[BQ]=$'\U1F1E7\U1F1F6' +emoji_flags[BES]=$'\U1F1E7\U1F1F6' +emoji_flags[caribbean_netherlands]=$'\U1F1E7\U1F1F6' +emoji_flags[Brazil]=$'\U1F1E7\U1F1F7' +emoji_flags[BR]=$'\U1F1E7\U1F1F7' +emoji_flags[BRA]=$'\U1F1E7\U1F1F7' +emoji_flags[brazil]=$'\U1F1E7\U1F1F7' +emoji_flags[Bahamas]=$'\U1F1E7\U1F1F8' +emoji_flags[BS]=$'\U1F1E7\U1F1F8' +emoji_flags[BHS]=$'\U1F1E7\U1F1F8' +emoji_flags[bahamas]=$'\U1F1E7\U1F1F8' +emoji_flags[Bhutan]=$'\U1F1E7\U1F1F9' +emoji_flags[BT]=$'\U1F1E7\U1F1F9' +emoji_flags[BTN]=$'\U1F1E7\U1F1F9' +emoji_flags[bhutan]=$'\U1F1E7\U1F1F9' +emoji_flags[Bouvet_Island]=$'\U1F1E7\U1F1FB' +emoji_flags[BV]=$'\U1F1E7\U1F1FB' +emoji_flags[BVT]=$'\U1F1E7\U1F1FB' +emoji_flags[bouvet_island]=$'\U1F1E7\U1F1FB' +emoji_flags[Botswana]=$'\U1F1E7\U1F1FC' +emoji_flags[BW]=$'\U1F1E7\U1F1FC' +emoji_flags[BWA]=$'\U1F1E7\U1F1FC' +emoji_flags[botswana]=$'\U1F1E7\U1F1FC' +emoji_flags[Belarus]=$'\U1F1E7\U1F1FE' +emoji_flags[BY]=$'\U1F1E7\U1F1FE' +emoji_flags[BLR]=$'\U1F1E7\U1F1FE' +emoji_flags[belarus]=$'\U1F1E7\U1F1FE' +emoji_flags[Belize]=$'\U1F1E7\U1F1FF' +emoji_flags[BZ]=$'\U1F1E7\U1F1FF' +emoji_flags[BLZ]=$'\U1F1E7\U1F1FF' +emoji_flags[belize]=$'\U1F1E7\U1F1FF' +emoji_flags[Canada]=$'\U1F1E8\U1F1E6' +emoji_flags[CA]=$'\U1F1E8\U1F1E6' +emoji_flags[CAN]=$'\U1F1E8\U1F1E6' +emoji_flags[canada]=$'\U1F1E8\U1F1E6' +emoji_flags[Cocos_Keeling_Islands]=$'\U1F1E8\U1F1E8' +emoji_flags[CC]=$'\U1F1E8\U1F1E8' +emoji_flags[CCK]=$'\U1F1E8\U1F1E8' +emoji_flags[cocos_islands]=$'\U1F1E8\U1F1E8' +emoji_flags[Congo__Kinshasa]=$'\U1F1E8\U1F1E9' +emoji_flags[CD]=$'\U1F1E8\U1F1E9' +emoji_flags[COD]=$'\U1F1E8\U1F1E9' +emoji_flags[congo_kinshasa]=$'\U1F1E8\U1F1E9' +emoji_flags[Central_African_Republic]=$'\U1F1E8\U1F1EB' +emoji_flags[CF]=$'\U1F1E8\U1F1EB' +emoji_flags[CAF]=$'\U1F1E8\U1F1EB' +emoji_flags[central_african_republic]=$'\U1F1E8\U1F1EB' +emoji_flags[Congo__Brazzaville]=$'\U1F1E8\U1F1EC' +emoji_flags[CG]=$'\U1F1E8\U1F1EC' +emoji_flags[COG]=$'\U1F1E8\U1F1EC' +emoji_flags[congo_brazzaville]=$'\U1F1E8\U1F1EC' +emoji_flags[Switzerland]=$'\U1F1E8\U1F1ED' +emoji_flags[CH]=$'\U1F1E8\U1F1ED' +emoji_flags[CHE]=$'\U1F1E8\U1F1ED' +emoji_flags[switzerland]=$'\U1F1E8\U1F1ED' +emoji_flags[Côte_d_Ivoire]=$'\U1F1E8\U1F1EE' +emoji_flags[CI]=$'\U1F1E8\U1F1EE' +emoji_flags[CIV]=$'\U1F1E8\U1F1EE' +emoji_flags[cote_divoire]=$'\U1F1E8\U1F1EE' +emoji_flags[Cook_Islands]=$'\U1F1E8\U1F1F0' +emoji_flags[CK]=$'\U1F1E8\U1F1F0' +emoji_flags[COK]=$'\U1F1E8\U1F1F0' +emoji_flags[cook_islands]=$'\U1F1E8\U1F1F0' +emoji_flags[Chile]=$'\U1F1E8\U1F1F1' +emoji_flags[CL]=$'\U1F1E8\U1F1F1' +emoji_flags[CHL]=$'\U1F1E8\U1F1F1' +emoji_flags[chile]=$'\U1F1E8\U1F1F1' +emoji_flags[Cameroon]=$'\U1F1E8\U1F1F2' +emoji_flags[CM]=$'\U1F1E8\U1F1F2' +emoji_flags[CMR]=$'\U1F1E8\U1F1F2' +emoji_flags[cameroon]=$'\U1F1E8\U1F1F2' +emoji_flags[China]=$'\U1F1E8\U1F1F3' +emoji_flags[CN]=$'\U1F1E8\U1F1F3' +emoji_flags[CHN]=$'\U1F1E8\U1F1F3' +emoji_flags[cn]=$'\U1F1E8\U1F1F3' +emoji_flags[Colombia]=$'\U1F1E8\U1F1F4' +emoji_flags[CO]=$'\U1F1E8\U1F1F4' +emoji_flags[COL]=$'\U1F1E8\U1F1F4' +emoji_flags[colombia]=$'\U1F1E8\U1F1F4' +emoji_flags[Clipperton_Island]=$'\U1F1E8\U1F1F5' +emoji_flags[clipperton_island]=$'\U1F1E8\U1F1F5' +emoji_flags[Costa_Rica]=$'\U1F1E8\U1F1F7' +emoji_flags[CR]=$'\U1F1E8\U1F1F7' +emoji_flags[CRI]=$'\U1F1E8\U1F1F7' +emoji_flags[costa_rica]=$'\U1F1E8\U1F1F7' +emoji_flags[Cuba]=$'\U1F1E8\U1F1FA' +emoji_flags[CU]=$'\U1F1E8\U1F1FA' +emoji_flags[CUB]=$'\U1F1E8\U1F1FA' +emoji_flags[cuba]=$'\U1F1E8\U1F1FA' +emoji_flags[Cape_Verde]=$'\U1F1E8\U1F1FB' +emoji_flags[CV]=$'\U1F1E8\U1F1FB' +emoji_flags[CPV]=$'\U1F1E8\U1F1FB' +emoji_flags[cape_verde]=$'\U1F1E8\U1F1FB' +emoji_flags[Curaçao]=$'\U1F1E8\U1F1FC' +emoji_flags[CW]=$'\U1F1E8\U1F1FC' +emoji_flags[CUW]=$'\U1F1E8\U1F1FC' +emoji_flags[curacao]=$'\U1F1E8\U1F1FC' +emoji_flags[Christmas_Island]=$'\U1F1E8\U1F1FD' +emoji_flags[CX]=$'\U1F1E8\U1F1FD' +emoji_flags[CXR]=$'\U1F1E8\U1F1FD' +emoji_flags[christmas_island]=$'\U1F1E8\U1F1FD' +emoji_flags[Cyprus]=$'\U1F1E8\U1F1FE' +emoji_flags[CY]=$'\U1F1E8\U1F1FE' +emoji_flags[CYP]=$'\U1F1E8\U1F1FE' +emoji_flags[cyprus]=$'\U1F1E8\U1F1FE' +emoji_flags[Czechia]=$'\U1F1E8\U1F1FF' +emoji_flags[CZ]=$'\U1F1E8\U1F1FF' +emoji_flags[CZE]=$'\U1F1E8\U1F1FF' +emoji_flags[czech_republic]=$'\U1F1E8\U1F1FF' +emoji_flags[Germany]=$'\U1F1E9\U1F1EA' +emoji_flags[DE]=$'\U1F1E9\U1F1EA' +emoji_flags[DEU]=$'\U1F1E9\U1F1EA' +emoji_flags[de]=$'\U1F1E9\U1F1EA' +emoji_flags[Diego_Garcia]=$'\U1F1E9\U1F1EC' +emoji_flags[diego_garcia]=$'\U1F1E9\U1F1EC' +emoji_flags[Djibouti]=$'\U1F1E9\U1F1EF' +emoji_flags[DJ]=$'\U1F1E9\U1F1EF' +emoji_flags[DJI]=$'\U1F1E9\U1F1EF' +emoji_flags[djibouti]=$'\U1F1E9\U1F1EF' +emoji_flags[Denmark]=$'\U1F1E9\U1F1F0' +emoji_flags[DK]=$'\U1F1E9\U1F1F0' +emoji_flags[DNK]=$'\U1F1E9\U1F1F0' +emoji_flags[denmark]=$'\U1F1E9\U1F1F0' +emoji_flags[Dominica]=$'\U1F1E9\U1F1F2' +emoji_flags[DM]=$'\U1F1E9\U1F1F2' +emoji_flags[DMA]=$'\U1F1E9\U1F1F2' +emoji_flags[dominica]=$'\U1F1E9\U1F1F2' +emoji_flags[Dominican_Republic]=$'\U1F1E9\U1F1F4' +emoji_flags[DO]=$'\U1F1E9\U1F1F4' +emoji_flags[DOM]=$'\U1F1E9\U1F1F4' +emoji_flags[dominican_republic]=$'\U1F1E9\U1F1F4' +emoji_flags[Algeria]=$'\U1F1E9\U1F1FF' +emoji_flags[DZ]=$'\U1F1E9\U1F1FF' +emoji_flags[DZA]=$'\U1F1E9\U1F1FF' +emoji_flags[algeria]=$'\U1F1E9\U1F1FF' +emoji_flags[Ceuta_and_Melilla]=$'\U1F1EA\U1F1E6' +emoji_flags[ceuta_melilla]=$'\U1F1EA\U1F1E6' +emoji_flags[Ecuador]=$'\U1F1EA\U1F1E8' +emoji_flags[EC]=$'\U1F1EA\U1F1E8' +emoji_flags[ECU]=$'\U1F1EA\U1F1E8' +emoji_flags[ecuador]=$'\U1F1EA\U1F1E8' +emoji_flags[Estonia]=$'\U1F1EA\U1F1EA' +emoji_flags[EE]=$'\U1F1EA\U1F1EA' +emoji_flags[EST]=$'\U1F1EA\U1F1EA' +emoji_flags[estonia]=$'\U1F1EA\U1F1EA' +emoji_flags[Egypt]=$'\U1F1EA\U1F1EC' +emoji_flags[EG]=$'\U1F1EA\U1F1EC' +emoji_flags[EGY]=$'\U1F1EA\U1F1EC' +emoji_flags[egypt]=$'\U1F1EA\U1F1EC' +emoji_flags[Western_Sahara]=$'\U1F1EA\U1F1ED' +emoji_flags[EH]=$'\U1F1EA\U1F1ED' +emoji_flags[ESH]=$'\U1F1EA\U1F1ED' +emoji_flags[western_sahara]=$'\U1F1EA\U1F1ED' +emoji_flags[Eritrea]=$'\U1F1EA\U1F1F7' +emoji_flags[ER]=$'\U1F1EA\U1F1F7' +emoji_flags[ERI]=$'\U1F1EA\U1F1F7' +emoji_flags[eritrea]=$'\U1F1EA\U1F1F7' +emoji_flags[Spain]=$'\U1F1EA\U1F1F8' +emoji_flags[ES]=$'\U1F1EA\U1F1F8' +emoji_flags[ESP]=$'\U1F1EA\U1F1F8' +emoji_flags[es]=$'\U1F1EA\U1F1F8' +emoji_flags[Ethiopia]=$'\U1F1EA\U1F1F9' +emoji_flags[ET]=$'\U1F1EA\U1F1F9' +emoji_flags[ETH]=$'\U1F1EA\U1F1F9' +emoji_flags[ethiopia]=$'\U1F1EA\U1F1F9' +emoji_flags[European_Union]=$'\U1F1EA\U1F1FA' +emoji_flags[eu]=$'\U1F1EA\U1F1FA' +emoji_flags[european_union]=$'\U1F1EA\U1F1FA' +emoji_flags[Finland]=$'\U1F1EB\U1F1EE' +emoji_flags[FI]=$'\U1F1EB\U1F1EE' +emoji_flags[FIN]=$'\U1F1EB\U1F1EE' +emoji_flags[finland]=$'\U1F1EB\U1F1EE' +emoji_flags[Fiji]=$'\U1F1EB\U1F1EF' +emoji_flags[FJ]=$'\U1F1EB\U1F1EF' +emoji_flags[FJI]=$'\U1F1EB\U1F1EF' +emoji_flags[fiji]=$'\U1F1EB\U1F1EF' +emoji_flags[Falkland_Islands]=$'\U1F1EB\U1F1F0' +emoji_flags[FK]=$'\U1F1EB\U1F1F0' +emoji_flags[FLK]=$'\U1F1EB\U1F1F0' +emoji_flags[falkland_islands]=$'\U1F1EB\U1F1F0' +emoji_flags[Micronesia]=$'\U1F1EB\U1F1F2' +emoji_flags[FM]=$'\U1F1EB\U1F1F2' +emoji_flags[FSM]=$'\U1F1EB\U1F1F2' +emoji_flags[micronesia]=$'\U1F1EB\U1F1F2' +emoji_flags[Faroe_Islands]=$'\U1F1EB\U1F1F4' +emoji_flags[FO]=$'\U1F1EB\U1F1F4' +emoji_flags[FRO]=$'\U1F1EB\U1F1F4' +emoji_flags[faroe_islands]=$'\U1F1EB\U1F1F4' +emoji_flags[France]=$'\U1F1EB\U1F1F7' +emoji_flags[FR]=$'\U1F1EB\U1F1F7' +emoji_flags[FRA]=$'\U1F1EB\U1F1F7' +emoji_flags[fr]=$'\U1F1EB\U1F1F7' +emoji_flags[Gabon]=$'\U1F1EC\U1F1E6' +emoji_flags[GA]=$'\U1F1EC\U1F1E6' +emoji_flags[GAB]=$'\U1F1EC\U1F1E6' +emoji_flags[gabon]=$'\U1F1EC\U1F1E6' +emoji_flags[United_Kingdom]=$'\U1F1EC\U1F1E7' +emoji_flags[GB]=$'\U1F1EC\U1F1E7' +emoji_flags[GBR]=$'\U1F1EC\U1F1E7' +emoji_flags[gb]=$'\U1F1EC\U1F1E7' +emoji_flags[uk]=$'\U1F1EC\U1F1E7' +emoji_flags[Grenada]=$'\U1F1EC\U1F1E9' +emoji_flags[GD]=$'\U1F1EC\U1F1E9' +emoji_flags[GRD]=$'\U1F1EC\U1F1E9' +emoji_flags[grenada]=$'\U1F1EC\U1F1E9' +emoji_flags[Georgia]=$'\U1F1EC\U1F1EA' +emoji_flags[GE]=$'\U1F1EC\U1F1EA' +emoji_flags[GEO]=$'\U1F1EC\U1F1EA' +emoji_flags[georgia]=$'\U1F1EC\U1F1EA' +emoji_flags[French_Guiana]=$'\U1F1EC\U1F1EB' +emoji_flags[GF]=$'\U1F1EC\U1F1EB' +emoji_flags[GUF]=$'\U1F1EC\U1F1EB' +emoji_flags[french_guiana]=$'\U1F1EC\U1F1EB' +emoji_flags[Guernsey]=$'\U1F1EC\U1F1EC' +emoji_flags[GG]=$'\U1F1EC\U1F1EC' +emoji_flags[GGY]=$'\U1F1EC\U1F1EC' +emoji_flags[guernsey]=$'\U1F1EC\U1F1EC' +emoji_flags[Ghana]=$'\U1F1EC\U1F1ED' +emoji_flags[GH]=$'\U1F1EC\U1F1ED' +emoji_flags[GHA]=$'\U1F1EC\U1F1ED' +emoji_flags[ghana]=$'\U1F1EC\U1F1ED' +emoji_flags[Gibraltar]=$'\U1F1EC\U1F1EE' +emoji_flags[GI]=$'\U1F1EC\U1F1EE' +emoji_flags[GIB]=$'\U1F1EC\U1F1EE' +emoji_flags[gibraltar]=$'\U1F1EC\U1F1EE' +emoji_flags[Greenland]=$'\U1F1EC\U1F1F1' +emoji_flags[GL]=$'\U1F1EC\U1F1F1' +emoji_flags[GRL]=$'\U1F1EC\U1F1F1' +emoji_flags[greenland]=$'\U1F1EC\U1F1F1' +emoji_flags[Gambia]=$'\U1F1EC\U1F1F2' +emoji_flags[GM]=$'\U1F1EC\U1F1F2' +emoji_flags[GMB]=$'\U1F1EC\U1F1F2' +emoji_flags[gambia]=$'\U1F1EC\U1F1F2' +emoji_flags[Guinea]=$'\U1F1EC\U1F1F3' +emoji_flags[GN]=$'\U1F1EC\U1F1F3' +emoji_flags[GIN]=$'\U1F1EC\U1F1F3' +emoji_flags[guinea]=$'\U1F1EC\U1F1F3' +emoji_flags[Guadeloupe]=$'\U1F1EC\U1F1F5' +emoji_flags[GP]=$'\U1F1EC\U1F1F5' +emoji_flags[GLP]=$'\U1F1EC\U1F1F5' +emoji_flags[guadeloupe]=$'\U1F1EC\U1F1F5' +emoji_flags[Equatorial_Guinea]=$'\U1F1EC\U1F1F6' +emoji_flags[GQ]=$'\U1F1EC\U1F1F6' +emoji_flags[GNQ]=$'\U1F1EC\U1F1F6' +emoji_flags[equatorial_guinea]=$'\U1F1EC\U1F1F6' +emoji_flags[Greece]=$'\U1F1EC\U1F1F7' +emoji_flags[GR]=$'\U1F1EC\U1F1F7' +emoji_flags[GRC]=$'\U1F1EC\U1F1F7' +emoji_flags[greece]=$'\U1F1EC\U1F1F7' +emoji_flags[South_Georgia_and_South_Sandwich_Islands]=$'\U1F1EC\U1F1F8' +emoji_flags[GS]=$'\U1F1EC\U1F1F8' +emoji_flags[SGS]=$'\U1F1EC\U1F1F8' +emoji_flags[south_georgia_south_sandwich_islands]=$'\U1F1EC\U1F1F8' +emoji_flags[Guatemala]=$'\U1F1EC\U1F1F9' +emoji_flags[GT]=$'\U1F1EC\U1F1F9' +emoji_flags[GTM]=$'\U1F1EC\U1F1F9' +emoji_flags[guatemala]=$'\U1F1EC\U1F1F9' +emoji_flags[Guam]=$'\U1F1EC\U1F1FA' +emoji_flags[GU]=$'\U1F1EC\U1F1FA' +emoji_flags[GUM]=$'\U1F1EC\U1F1FA' +emoji_flags[guam]=$'\U1F1EC\U1F1FA' +emoji_flags[Guinea_Bissau]=$'\U1F1EC\U1F1FC' +emoji_flags[GW]=$'\U1F1EC\U1F1FC' +emoji_flags[GNB]=$'\U1F1EC\U1F1FC' +emoji_flags[guinea_bissau]=$'\U1F1EC\U1F1FC' +emoji_flags[Guyana]=$'\U1F1EC\U1F1FE' +emoji_flags[GY]=$'\U1F1EC\U1F1FE' +emoji_flags[GUY]=$'\U1F1EC\U1F1FE' +emoji_flags[guyana]=$'\U1F1EC\U1F1FE' +emoji_flags[Hong_Kong_SAR_China]=$'\U1F1ED\U1F1F0' +emoji_flags[HK]=$'\U1F1ED\U1F1F0' +emoji_flags[HKG]=$'\U1F1ED\U1F1F0' +emoji_flags[hong_kong]=$'\U1F1ED\U1F1F0' +emoji_flags[Heard_and_McDonald_Islands]=$'\U1F1ED\U1F1F2' +emoji_flags[HM]=$'\U1F1ED\U1F1F2' +emoji_flags[HMD]=$'\U1F1ED\U1F1F2' +emoji_flags[heard_mcdonald_islands]=$'\U1F1ED\U1F1F2' +emoji_flags[Honduras]=$'\U1F1ED\U1F1F3' +emoji_flags[HN]=$'\U1F1ED\U1F1F3' +emoji_flags[HND]=$'\U1F1ED\U1F1F3' +emoji_flags[honduras]=$'\U1F1ED\U1F1F3' +emoji_flags[Croatia]=$'\U1F1ED\U1F1F7' +emoji_flags[HR]=$'\U1F1ED\U1F1F7' +emoji_flags[HRV]=$'\U1F1ED\U1F1F7' +emoji_flags[croatia]=$'\U1F1ED\U1F1F7' +emoji_flags[Haiti]=$'\U1F1ED\U1F1F9' +emoji_flags[HT]=$'\U1F1ED\U1F1F9' +emoji_flags[HTI]=$'\U1F1ED\U1F1F9' +emoji_flags[haiti]=$'\U1F1ED\U1F1F9' +emoji_flags[Hungary]=$'\U1F1ED\U1F1FA' +emoji_flags[HU]=$'\U1F1ED\U1F1FA' +emoji_flags[HUN]=$'\U1F1ED\U1F1FA' +emoji_flags[hungary]=$'\U1F1ED\U1F1FA' +emoji_flags[Canary_Islands]=$'\U1F1EE\U1F1E8' +emoji_flags[canary_islands]=$'\U1F1EE\U1F1E8' +emoji_flags[Indonesia]=$'\U1F1EE\U1F1E9' +emoji_flags[ID]=$'\U1F1EE\U1F1E9' +emoji_flags[IDN]=$'\U1F1EE\U1F1E9' +emoji_flags[indonesia]=$'\U1F1EE\U1F1E9' +emoji_flags[Ireland]=$'\U1F1EE\U1F1EA' +emoji_flags[IE]=$'\U1F1EE\U1F1EA' +emoji_flags[IRL]=$'\U1F1EE\U1F1EA' +emoji_flags[ireland]=$'\U1F1EE\U1F1EA' +emoji_flags[Israel]=$'\U1F1EE\U1F1F1' +emoji_flags[IL]=$'\U1F1EE\U1F1F1' +emoji_flags[ISR]=$'\U1F1EE\U1F1F1' +emoji_flags[israel]=$'\U1F1EE\U1F1F1' +emoji_flags[Isle_of_Man]=$'\U1F1EE\U1F1F2' +emoji_flags[IM]=$'\U1F1EE\U1F1F2' +emoji_flags[IMN]=$'\U1F1EE\U1F1F2' +emoji_flags[isle_of_man]=$'\U1F1EE\U1F1F2' +emoji_flags[India]=$'\U1F1EE\U1F1F3' +emoji_flags[IN]=$'\U1F1EE\U1F1F3' +emoji_flags[IND]=$'\U1F1EE\U1F1F3' +emoji_flags[india]=$'\U1F1EE\U1F1F3' +emoji_flags[British_Indian_Ocean_Territory]=$'\U1F1EE\U1F1F4' +emoji_flags[IO]=$'\U1F1EE\U1F1F4' +emoji_flags[IOT]=$'\U1F1EE\U1F1F4' +emoji_flags[british_indian_ocean_territory]=$'\U1F1EE\U1F1F4' +emoji_flags[Iraq]=$'\U1F1EE\U1F1F6' +emoji_flags[IQ]=$'\U1F1EE\U1F1F6' +emoji_flags[IRQ]=$'\U1F1EE\U1F1F6' +emoji_flags[iraq]=$'\U1F1EE\U1F1F6' +emoji_flags[Iran]=$'\U1F1EE\U1F1F7' +emoji_flags[IR]=$'\U1F1EE\U1F1F7' +emoji_flags[IRN]=$'\U1F1EE\U1F1F7' +emoji_flags[iran]=$'\U1F1EE\U1F1F7' +emoji_flags[Iceland]=$'\U1F1EE\U1F1F8' +emoji_flags[IS]=$'\U1F1EE\U1F1F8' +emoji_flags[ISL]=$'\U1F1EE\U1F1F8' +emoji_flags[iceland]=$'\U1F1EE\U1F1F8' +emoji_flags[Italy]=$'\U1F1EE\U1F1F9' +emoji_flags[IT]=$'\U1F1EE\U1F1F9' +emoji_flags[ITA]=$'\U1F1EE\U1F1F9' +emoji_flags[it]=$'\U1F1EE\U1F1F9' +emoji_flags[Jersey]=$'\U1F1EF\U1F1EA' +emoji_flags[JE]=$'\U1F1EF\U1F1EA' +emoji_flags[JEY]=$'\U1F1EF\U1F1EA' +emoji_flags[jersey]=$'\U1F1EF\U1F1EA' +emoji_flags[Jamaica]=$'\U1F1EF\U1F1F2' +emoji_flags[JM]=$'\U1F1EF\U1F1F2' +emoji_flags[JAM]=$'\U1F1EF\U1F1F2' +emoji_flags[jamaica]=$'\U1F1EF\U1F1F2' +emoji_flags[Jordan]=$'\U1F1EF\U1F1F4' +emoji_flags[JO]=$'\U1F1EF\U1F1F4' +emoji_flags[JOR]=$'\U1F1EF\U1F1F4' +emoji_flags[jordan]=$'\U1F1EF\U1F1F4' +emoji_flags[Japan]=$'\U1F1EF\U1F1F5' +emoji_flags[JP]=$'\U1F1EF\U1F1F5' +emoji_flags[JPN]=$'\U1F1EF\U1F1F5' +emoji_flags[jp]=$'\U1F1EF\U1F1F5' +emoji_flags[Kenya]=$'\U1F1F0\U1F1EA' +emoji_flags[KE]=$'\U1F1F0\U1F1EA' +emoji_flags[KEN]=$'\U1F1F0\U1F1EA' +emoji_flags[kenya]=$'\U1F1F0\U1F1EA' +emoji_flags[Kyrgyzstan]=$'\U1F1F0\U1F1EC' +emoji_flags[KG]=$'\U1F1F0\U1F1EC' +emoji_flags[KGZ]=$'\U1F1F0\U1F1EC' +emoji_flags[kyrgyzstan]=$'\U1F1F0\U1F1EC' +emoji_flags[Cambodia]=$'\U1F1F0\U1F1ED' +emoji_flags[KH]=$'\U1F1F0\U1F1ED' +emoji_flags[KHM]=$'\U1F1F0\U1F1ED' +emoji_flags[cambodia]=$'\U1F1F0\U1F1ED' +emoji_flags[Kiribati]=$'\U1F1F0\U1F1EE' +emoji_flags[KI]=$'\U1F1F0\U1F1EE' +emoji_flags[KIR]=$'\U1F1F0\U1F1EE' +emoji_flags[kiribati]=$'\U1F1F0\U1F1EE' +emoji_flags[Comoros]=$'\U1F1F0\U1F1F2' +emoji_flags[KM]=$'\U1F1F0\U1F1F2' +emoji_flags[COM]=$'\U1F1F0\U1F1F2' +emoji_flags[comoros]=$'\U1F1F0\U1F1F2' +emoji_flags[St_Kitts_and_Nevis]=$'\U1F1F0\U1F1F3' +emoji_flags[KN]=$'\U1F1F0\U1F1F3' +emoji_flags[KNA]=$'\U1F1F0\U1F1F3' +emoji_flags[st_kitts_nevis]=$'\U1F1F0\U1F1F3' +emoji_flags[North_Korea]=$'\U1F1F0\U1F1F5' +emoji_flags[KP]=$'\U1F1F0\U1F1F5' +emoji_flags[PRK]=$'\U1F1F0\U1F1F5' +emoji_flags[north_korea]=$'\U1F1F0\U1F1F5' +emoji_flags[South_Korea]=$'\U1F1F0\U1F1F7' +emoji_flags[KR]=$'\U1F1F0\U1F1F7' +emoji_flags[KOR]=$'\U1F1F0\U1F1F7' +emoji_flags[kr]=$'\U1F1F0\U1F1F7' +emoji_flags[Kuwait]=$'\U1F1F0\U1F1FC' +emoji_flags[KW]=$'\U1F1F0\U1F1FC' +emoji_flags[KWT]=$'\U1F1F0\U1F1FC' +emoji_flags[kuwait]=$'\U1F1F0\U1F1FC' +emoji_flags[Cayman_Islands]=$'\U1F1F0\U1F1FE' +emoji_flags[KY]=$'\U1F1F0\U1F1FE' +emoji_flags[CYM]=$'\U1F1F0\U1F1FE' +emoji_flags[cayman_islands]=$'\U1F1F0\U1F1FE' +emoji_flags[Kazakhstan]=$'\U1F1F0\U1F1FF' +emoji_flags[KZ]=$'\U1F1F0\U1F1FF' +emoji_flags[KAZ]=$'\U1F1F0\U1F1FF' +emoji_flags[kazakhstan]=$'\U1F1F0\U1F1FF' +emoji_flags[Laos]=$'\U1F1F1\U1F1E6' +emoji_flags[LA]=$'\U1F1F1\U1F1E6' +emoji_flags[LAO]=$'\U1F1F1\U1F1E6' +emoji_flags[laos]=$'\U1F1F1\U1F1E6' +emoji_flags[Lebanon]=$'\U1F1F1\U1F1E7' +emoji_flags[LB]=$'\U1F1F1\U1F1E7' +emoji_flags[LBN]=$'\U1F1F1\U1F1E7' +emoji_flags[lebanon]=$'\U1F1F1\U1F1E7' +emoji_flags[St_Lucia]=$'\U1F1F1\U1F1E8' +emoji_flags[LC]=$'\U1F1F1\U1F1E8' +emoji_flags[LCA]=$'\U1F1F1\U1F1E8' +emoji_flags[st_lucia]=$'\U1F1F1\U1F1E8' +emoji_flags[Liechtenstein]=$'\U1F1F1\U1F1EE' +emoji_flags[LI]=$'\U1F1F1\U1F1EE' +emoji_flags[LIE]=$'\U1F1F1\U1F1EE' +emoji_flags[liechtenstein]=$'\U1F1F1\U1F1EE' +emoji_flags[Sri_Lanka]=$'\U1F1F1\U1F1F0' +emoji_flags[LK]=$'\U1F1F1\U1F1F0' +emoji_flags[LKA]=$'\U1F1F1\U1F1F0' +emoji_flags[sri_lanka]=$'\U1F1F1\U1F1F0' +emoji_flags[Liberia]=$'\U1F1F1\U1F1F7' +emoji_flags[LR]=$'\U1F1F1\U1F1F7' +emoji_flags[LBR]=$'\U1F1F1\U1F1F7' +emoji_flags[liberia]=$'\U1F1F1\U1F1F7' +emoji_flags[Lesotho]=$'\U1F1F1\U1F1F8' +emoji_flags[LS]=$'\U1F1F1\U1F1F8' +emoji_flags[LSO]=$'\U1F1F1\U1F1F8' +emoji_flags[lesotho]=$'\U1F1F1\U1F1F8' +emoji_flags[Lithuania]=$'\U1F1F1\U1F1F9' +emoji_flags[LT]=$'\U1F1F1\U1F1F9' +emoji_flags[LTU]=$'\U1F1F1\U1F1F9' +emoji_flags[lithuania]=$'\U1F1F1\U1F1F9' +emoji_flags[Luxembourg]=$'\U1F1F1\U1F1FA' +emoji_flags[LU]=$'\U1F1F1\U1F1FA' +emoji_flags[LUX]=$'\U1F1F1\U1F1FA' +emoji_flags[luxembourg]=$'\U1F1F1\U1F1FA' +emoji_flags[Latvia]=$'\U1F1F1\U1F1FB' +emoji_flags[LV]=$'\U1F1F1\U1F1FB' +emoji_flags[LVA]=$'\U1F1F1\U1F1FB' +emoji_flags[latvia]=$'\U1F1F1\U1F1FB' +emoji_flags[Libya]=$'\U1F1F1\U1F1FE' +emoji_flags[LY]=$'\U1F1F1\U1F1FE' +emoji_flags[LBY]=$'\U1F1F1\U1F1FE' +emoji_flags[libya]=$'\U1F1F1\U1F1FE' +emoji_flags[Morocco]=$'\U1F1F2\U1F1E6' +emoji_flags[MA]=$'\U1F1F2\U1F1E6' +emoji_flags[MAR]=$'\U1F1F2\U1F1E6' +emoji_flags[morocco]=$'\U1F1F2\U1F1E6' +emoji_flags[Monaco]=$'\U1F1F2\U1F1E8' +emoji_flags[MC]=$'\U1F1F2\U1F1E8' +emoji_flags[MCO]=$'\U1F1F2\U1F1E8' +emoji_flags[monaco]=$'\U1F1F2\U1F1E8' +emoji_flags[Moldova]=$'\U1F1F2\U1F1E9' +emoji_flags[MD]=$'\U1F1F2\U1F1E9' +emoji_flags[MDA]=$'\U1F1F2\U1F1E9' +emoji_flags[moldova]=$'\U1F1F2\U1F1E9' +emoji_flags[Montenegro]=$'\U1F1F2\U1F1EA' +emoji_flags[ME]=$'\U1F1F2\U1F1EA' +emoji_flags[MNE]=$'\U1F1F2\U1F1EA' +emoji_flags[montenegro]=$'\U1F1F2\U1F1EA' +emoji_flags[St_Martin]=$'\U1F1F2\U1F1EB' +emoji_flags[MF]=$'\U1F1F2\U1F1EB' +emoji_flags[MAF]=$'\U1F1F2\U1F1EB' +emoji_flags[st_martin]=$'\U1F1F2\U1F1EB' +emoji_flags[Madagascar]=$'\U1F1F2\U1F1EC' +emoji_flags[MG]=$'\U1F1F2\U1F1EC' +emoji_flags[MDG]=$'\U1F1F2\U1F1EC' +emoji_flags[madagascar]=$'\U1F1F2\U1F1EC' +emoji_flags[Marshall_Islands]=$'\U1F1F2\U1F1ED' +emoji_flags[MH]=$'\U1F1F2\U1F1ED' +emoji_flags[MHL]=$'\U1F1F2\U1F1ED' +emoji_flags[marshall_islands]=$'\U1F1F2\U1F1ED' +emoji_flags[Macedonia]=$'\U1F1F2\U1F1F0' +emoji_flags[MK]=$'\U1F1F2\U1F1F0' +emoji_flags[MKD]=$'\U1F1F2\U1F1F0' +emoji_flags[macedonia]=$'\U1F1F2\U1F1F0' +emoji_flags[Mali]=$'\U1F1F2\U1F1F1' +emoji_flags[ML]=$'\U1F1F2\U1F1F1' +emoji_flags[MLI]=$'\U1F1F2\U1F1F1' +emoji_flags[mali]=$'\U1F1F2\U1F1F1' +emoji_flags[Myanmar_Burma_]=$'\U1F1F2\U1F1F2' +emoji_flags[MM]=$'\U1F1F2\U1F1F2' +emoji_flags[MMR]=$'\U1F1F2\U1F1F2' +emoji_flags[myanmar]=$'\U1F1F2\U1F1F2' +emoji_flags[Mongolia]=$'\U1F1F2\U1F1F3' +emoji_flags[MN]=$'\U1F1F2\U1F1F3' +emoji_flags[MNG]=$'\U1F1F2\U1F1F3' +emoji_flags[mongolia]=$'\U1F1F2\U1F1F3' +emoji_flags[Macao_SAR_China]=$'\U1F1F2\U1F1F4' +emoji_flags[MO]=$'\U1F1F2\U1F1F4' +emoji_flags[MAC]=$'\U1F1F2\U1F1F4' +emoji_flags[macau]=$'\U1F1F2\U1F1F4' +emoji_flags[Northern_Mariana_Islands]=$'\U1F1F2\U1F1F5' +emoji_flags[MP]=$'\U1F1F2\U1F1F5' +emoji_flags[MNP]=$'\U1F1F2\U1F1F5' +emoji_flags[northern_mariana_islands]=$'\U1F1F2\U1F1F5' +emoji_flags[Martinique]=$'\U1F1F2\U1F1F6' +emoji_flags[MQ]=$'\U1F1F2\U1F1F6' +emoji_flags[MTQ]=$'\U1F1F2\U1F1F6' +emoji_flags[martinique]=$'\U1F1F2\U1F1F6' +emoji_flags[Mauritania]=$'\U1F1F2\U1F1F7' +emoji_flags[MR]=$'\U1F1F2\U1F1F7' +emoji_flags[MRT]=$'\U1F1F2\U1F1F7' +emoji_flags[mauritania]=$'\U1F1F2\U1F1F7' +emoji_flags[Montserrat]=$'\U1F1F2\U1F1F8' +emoji_flags[MS]=$'\U1F1F2\U1F1F8' +emoji_flags[MSR]=$'\U1F1F2\U1F1F8' +emoji_flags[montserrat]=$'\U1F1F2\U1F1F8' +emoji_flags[Malta]=$'\U1F1F2\U1F1F9' +emoji_flags[MT]=$'\U1F1F2\U1F1F9' +emoji_flags[MLT]=$'\U1F1F2\U1F1F9' +emoji_flags[malta]=$'\U1F1F2\U1F1F9' +emoji_flags[Mauritius]=$'\U1F1F2\U1F1FA' +emoji_flags[MU]=$'\U1F1F2\U1F1FA' +emoji_flags[MUS]=$'\U1F1F2\U1F1FA' +emoji_flags[mauritius]=$'\U1F1F2\U1F1FA' +emoji_flags[Maldives]=$'\U1F1F2\U1F1FB' +emoji_flags[MV]=$'\U1F1F2\U1F1FB' +emoji_flags[MDV]=$'\U1F1F2\U1F1FB' +emoji_flags[maldives]=$'\U1F1F2\U1F1FB' +emoji_flags[Malawi]=$'\U1F1F2\U1F1FC' +emoji_flags[MW]=$'\U1F1F2\U1F1FC' +emoji_flags[MWI]=$'\U1F1F2\U1F1FC' +emoji_flags[malawi]=$'\U1F1F2\U1F1FC' +emoji_flags[Mexico]=$'\U1F1F2\U1F1FD' +emoji_flags[MX]=$'\U1F1F2\U1F1FD' +emoji_flags[MEX]=$'\U1F1F2\U1F1FD' +emoji_flags[mexico]=$'\U1F1F2\U1F1FD' +emoji_flags[Malaysia]=$'\U1F1F2\U1F1FE' +emoji_flags[MY]=$'\U1F1F2\U1F1FE' +emoji_flags[MYS]=$'\U1F1F2\U1F1FE' +emoji_flags[malaysia]=$'\U1F1F2\U1F1FE' +emoji_flags[Mozambique]=$'\U1F1F2\U1F1FF' +emoji_flags[MZ]=$'\U1F1F2\U1F1FF' +emoji_flags[MOZ]=$'\U1F1F2\U1F1FF' +emoji_flags[mozambique]=$'\U1F1F2\U1F1FF' +emoji_flags[Namibia]=$'\U1F1F3\U1F1E6' +emoji_flags[NA]=$'\U1F1F3\U1F1E6' +emoji_flags[NAM]=$'\U1F1F3\U1F1E6' +emoji_flags[namibia]=$'\U1F1F3\U1F1E6' +emoji_flags[New_Caledonia]=$'\U1F1F3\U1F1E8' +emoji_flags[NC]=$'\U1F1F3\U1F1E8' +emoji_flags[NCL]=$'\U1F1F3\U1F1E8' +emoji_flags[new_caledonia]=$'\U1F1F3\U1F1E8' +emoji_flags[Niger]=$'\U1F1F3\U1F1EA' +emoji_flags[NE]=$'\U1F1F3\U1F1EA' +emoji_flags[NER]=$'\U1F1F3\U1F1EA' +emoji_flags[niger]=$'\U1F1F3\U1F1EA' +emoji_flags[Norfolk_Island]=$'\U1F1F3\U1F1EB' +emoji_flags[NF]=$'\U1F1F3\U1F1EB' +emoji_flags[NFK]=$'\U1F1F3\U1F1EB' +emoji_flags[norfolk_island]=$'\U1F1F3\U1F1EB' +emoji_flags[Nigeria]=$'\U1F1F3\U1F1EC' +emoji_flags[NG]=$'\U1F1F3\U1F1EC' +emoji_flags[NGA]=$'\U1F1F3\U1F1EC' +emoji_flags[nigeria]=$'\U1F1F3\U1F1EC' +emoji_flags[Nicaragua]=$'\U1F1F3\U1F1EE' +emoji_flags[NI]=$'\U1F1F3\U1F1EE' +emoji_flags[NIC]=$'\U1F1F3\U1F1EE' +emoji_flags[nicaragua]=$'\U1F1F3\U1F1EE' +emoji_flags[Netherlands]=$'\U1F1F3\U1F1F1' +emoji_flags[NL]=$'\U1F1F3\U1F1F1' +emoji_flags[NLD]=$'\U1F1F3\U1F1F1' +emoji_flags[netherlands]=$'\U1F1F3\U1F1F1' +emoji_flags[Norway]=$'\U1F1F3\U1F1F4' +emoji_flags[NO]=$'\U1F1F3\U1F1F4' +emoji_flags[NOR]=$'\U1F1F3\U1F1F4' +emoji_flags[norway]=$'\U1F1F3\U1F1F4' +emoji_flags[Nepal]=$'\U1F1F3\U1F1F5' +emoji_flags[NP]=$'\U1F1F3\U1F1F5' +emoji_flags[NPL]=$'\U1F1F3\U1F1F5' +emoji_flags[nepal]=$'\U1F1F3\U1F1F5' +emoji_flags[Nauru]=$'\U1F1F3\U1F1F7' +emoji_flags[NR]=$'\U1F1F3\U1F1F7' +emoji_flags[NRU]=$'\U1F1F3\U1F1F7' +emoji_flags[nauru]=$'\U1F1F3\U1F1F7' +emoji_flags[Niue]=$'\U1F1F3\U1F1FA' +emoji_flags[NU]=$'\U1F1F3\U1F1FA' +emoji_flags[NIU]=$'\U1F1F3\U1F1FA' +emoji_flags[niue]=$'\U1F1F3\U1F1FA' +emoji_flags[New_Zealand]=$'\U1F1F3\U1F1FF' +emoji_flags[NZ]=$'\U1F1F3\U1F1FF' +emoji_flags[NZL]=$'\U1F1F3\U1F1FF' +emoji_flags[new_zealand]=$'\U1F1F3\U1F1FF' +emoji_flags[Oman]=$'\U1F1F4\U1F1F2' +emoji_flags[OM]=$'\U1F1F4\U1F1F2' +emoji_flags[OMN]=$'\U1F1F4\U1F1F2' +emoji_flags[oman]=$'\U1F1F4\U1F1F2' +emoji_flags[Panama]=$'\U1F1F5\U1F1E6' +emoji_flags[PA]=$'\U1F1F5\U1F1E6' +emoji_flags[PAN]=$'\U1F1F5\U1F1E6' +emoji_flags[panama]=$'\U1F1F5\U1F1E6' +emoji_flags[Peru]=$'\U1F1F5\U1F1EA' +emoji_flags[PE]=$'\U1F1F5\U1F1EA' +emoji_flags[PER]=$'\U1F1F5\U1F1EA' +emoji_flags[peru]=$'\U1F1F5\U1F1EA' +emoji_flags[French_Polynesia]=$'\U1F1F5\U1F1EB' +emoji_flags[PF]=$'\U1F1F5\U1F1EB' +emoji_flags[PYF]=$'\U1F1F5\U1F1EB' +emoji_flags[french_polynesia]=$'\U1F1F5\U1F1EB' +emoji_flags[Papua_New_Guinea]=$'\U1F1F5\U1F1EC' +emoji_flags[PG]=$'\U1F1F5\U1F1EC' +emoji_flags[PNG]=$'\U1F1F5\U1F1EC' +emoji_flags[papua_new_guinea]=$'\U1F1F5\U1F1EC' +emoji_flags[Philippines]=$'\U1F1F5\U1F1ED' +emoji_flags[PH]=$'\U1F1F5\U1F1ED' +emoji_flags[PHL]=$'\U1F1F5\U1F1ED' +emoji_flags[philippines]=$'\U1F1F5\U1F1ED' +emoji_flags[Pakistan]=$'\U1F1F5\U1F1F0' +emoji_flags[PK]=$'\U1F1F5\U1F1F0' +emoji_flags[PAK]=$'\U1F1F5\U1F1F0' +emoji_flags[pakistan]=$'\U1F1F5\U1F1F0' +emoji_flags[Poland]=$'\U1F1F5\U1F1F1' +emoji_flags[PL]=$'\U1F1F5\U1F1F1' +emoji_flags[POL]=$'\U1F1F5\U1F1F1' +emoji_flags[poland]=$'\U1F1F5\U1F1F1' +emoji_flags[St_Pierre_and_Miquelon]=$'\U1F1F5\U1F1F2' +emoji_flags[PM]=$'\U1F1F5\U1F1F2' +emoji_flags[SPM]=$'\U1F1F5\U1F1F2' +emoji_flags[st_pierre_miquelon]=$'\U1F1F5\U1F1F2' +emoji_flags[Pitcairn_Islands]=$'\U1F1F5\U1F1F3' +emoji_flags[PN]=$'\U1F1F5\U1F1F3' +emoji_flags[PCN]=$'\U1F1F5\U1F1F3' +emoji_flags[pitcairn_islands]=$'\U1F1F5\U1F1F3' +emoji_flags[Puerto_Rico]=$'\U1F1F5\U1F1F7' +emoji_flags[PR]=$'\U1F1F5\U1F1F7' +emoji_flags[PRI]=$'\U1F1F5\U1F1F7' +emoji_flags[puerto_rico]=$'\U1F1F5\U1F1F7' +emoji_flags[Palestinian_Territories]=$'\U1F1F5\U1F1F8' +emoji_flags[PS]=$'\U1F1F5\U1F1F8' +emoji_flags[PSE]=$'\U1F1F5\U1F1F8' +emoji_flags[palestinian_territories]=$'\U1F1F5\U1F1F8' +emoji_flags[Portugal]=$'\U1F1F5\U1F1F9' +emoji_flags[PT]=$'\U1F1F5\U1F1F9' +emoji_flags[PRT]=$'\U1F1F5\U1F1F9' +emoji_flags[portugal]=$'\U1F1F5\U1F1F9' +emoji_flags[Palau]=$'\U1F1F5\U1F1FC' +emoji_flags[PW]=$'\U1F1F5\U1F1FC' +emoji_flags[PLW]=$'\U1F1F5\U1F1FC' +emoji_flags[palau]=$'\U1F1F5\U1F1FC' +emoji_flags[Paraguay]=$'\U1F1F5\U1F1FE' +emoji_flags[PY]=$'\U1F1F5\U1F1FE' +emoji_flags[PRY]=$'\U1F1F5\U1F1FE' +emoji_flags[paraguay]=$'\U1F1F5\U1F1FE' +emoji_flags[Qatar]=$'\U1F1F6\U1F1E6' +emoji_flags[QA]=$'\U1F1F6\U1F1E6' +emoji_flags[QAT]=$'\U1F1F6\U1F1E6' +emoji_flags[qatar]=$'\U1F1F6\U1F1E6' +emoji_flags[Réunion]=$'\U1F1F7\U1F1EA' +emoji_flags[RE]=$'\U1F1F7\U1F1EA' +emoji_flags[REU]=$'\U1F1F7\U1F1EA' +emoji_flags[reunion]=$'\U1F1F7\U1F1EA' +emoji_flags[Romania]=$'\U1F1F7\U1F1F4' +emoji_flags[RO]=$'\U1F1F7\U1F1F4' +emoji_flags[ROU]=$'\U1F1F7\U1F1F4' +emoji_flags[romania]=$'\U1F1F7\U1F1F4' +emoji_flags[Serbia]=$'\U1F1F7\U1F1F8' +emoji_flags[RS]=$'\U1F1F7\U1F1F8' +emoji_flags[SRB]=$'\U1F1F7\U1F1F8' +emoji_flags[serbia]=$'\U1F1F7\U1F1F8' +emoji_flags[Russia]=$'\U1F1F7\U1F1FA' +emoji_flags[RU]=$'\U1F1F7\U1F1FA' +emoji_flags[RUS]=$'\U1F1F7\U1F1FA' +emoji_flags[ru]=$'\U1F1F7\U1F1FA' +emoji_flags[Rwanda]=$'\U1F1F7\U1F1FC' +emoji_flags[RW]=$'\U1F1F7\U1F1FC' +emoji_flags[RWA]=$'\U1F1F7\U1F1FC' +emoji_flags[rwanda]=$'\U1F1F7\U1F1FC' +emoji_flags[Saudi_Arabia]=$'\U1F1F8\U1F1E6' +emoji_flags[SA]=$'\U1F1F8\U1F1E6' +emoji_flags[SAU]=$'\U1F1F8\U1F1E6' +emoji_flags[saudi_arabia]=$'\U1F1F8\U1F1E6' +emoji_flags[Solomon_Islands]=$'\U1F1F8\U1F1E7' +emoji_flags[SB]=$'\U1F1F8\U1F1E7' +emoji_flags[SLB]=$'\U1F1F8\U1F1E7' +emoji_flags[solomon_islands]=$'\U1F1F8\U1F1E7' +emoji_flags[Seychelles]=$'\U1F1F8\U1F1E8' +emoji_flags[SC]=$'\U1F1F8\U1F1E8' +emoji_flags[SYC]=$'\U1F1F8\U1F1E8' +emoji_flags[seychelles]=$'\U1F1F8\U1F1E8' +emoji_flags[Sudan]=$'\U1F1F8\U1F1E9' +emoji_flags[SD]=$'\U1F1F8\U1F1E9' +emoji_flags[SDN]=$'\U1F1F8\U1F1E9' +emoji_flags[sudan]=$'\U1F1F8\U1F1E9' +emoji_flags[Sweden]=$'\U1F1F8\U1F1EA' +emoji_flags[SE]=$'\U1F1F8\U1F1EA' +emoji_flags[SWE]=$'\U1F1F8\U1F1EA' +emoji_flags[sweden]=$'\U1F1F8\U1F1EA' +emoji_flags[Singapore]=$'\U1F1F8\U1F1EC' +emoji_flags[SG]=$'\U1F1F8\U1F1EC' +emoji_flags[SGP]=$'\U1F1F8\U1F1EC' +emoji_flags[singapore]=$'\U1F1F8\U1F1EC' +emoji_flags[St_Helena]=$'\U1F1F8\U1F1ED' +emoji_flags[SH]=$'\U1F1F8\U1F1ED' +emoji_flags[SHN]=$'\U1F1F8\U1F1ED' +emoji_flags[st_helena]=$'\U1F1F8\U1F1ED' +emoji_flags[Slovenia]=$'\U1F1F8\U1F1EE' +emoji_flags[SI]=$'\U1F1F8\U1F1EE' +emoji_flags[SVN]=$'\U1F1F8\U1F1EE' +emoji_flags[slovenia]=$'\U1F1F8\U1F1EE' +emoji_flags[Svalbard_and_Jan_Mayen]=$'\U1F1F8\U1F1EF' +emoji_flags[SJ]=$'\U1F1F8\U1F1EF' +emoji_flags[SJM]=$'\U1F1F8\U1F1EF' +emoji_flags[svalbard_jan_mayen]=$'\U1F1F8\U1F1EF' +emoji_flags[Slovakia]=$'\U1F1F8\U1F1F0' +emoji_flags[SK]=$'\U1F1F8\U1F1F0' +emoji_flags[SVK]=$'\U1F1F8\U1F1F0' +emoji_flags[slovakia]=$'\U1F1F8\U1F1F0' +emoji_flags[Sierra_Leone]=$'\U1F1F8\U1F1F1' +emoji_flags[SL]=$'\U1F1F8\U1F1F1' +emoji_flags[SLE]=$'\U1F1F8\U1F1F1' +emoji_flags[sierra_leone]=$'\U1F1F8\U1F1F1' +emoji_flags[San_Marino]=$'\U1F1F8\U1F1F2' +emoji_flags[SM]=$'\U1F1F8\U1F1F2' +emoji_flags[SMR]=$'\U1F1F8\U1F1F2' +emoji_flags[san_marino]=$'\U1F1F8\U1F1F2' +emoji_flags[Senegal]=$'\U1F1F8\U1F1F3' +emoji_flags[SN]=$'\U1F1F8\U1F1F3' +emoji_flags[SEN]=$'\U1F1F8\U1F1F3' +emoji_flags[senegal]=$'\U1F1F8\U1F1F3' +emoji_flags[Somalia]=$'\U1F1F8\U1F1F4' +emoji_flags[SO]=$'\U1F1F8\U1F1F4' +emoji_flags[SOM]=$'\U1F1F8\U1F1F4' +emoji_flags[somalia]=$'\U1F1F8\U1F1F4' +emoji_flags[Suriname]=$'\U1F1F8\U1F1F7' +emoji_flags[SR]=$'\U1F1F8\U1F1F7' +emoji_flags[SUR]=$'\U1F1F8\U1F1F7' +emoji_flags[suriname]=$'\U1F1F8\U1F1F7' +emoji_flags[South_Sudan]=$'\U1F1F8\U1F1F8' +emoji_flags[SS]=$'\U1F1F8\U1F1F8' +emoji_flags[SSD]=$'\U1F1F8\U1F1F8' +emoji_flags[south_sudan]=$'\U1F1F8\U1F1F8' +emoji_flags[São_Tomé_and_Príncipe]=$'\U1F1F8\U1F1F9' +emoji_flags[sao_tome_principe]=$'\U1F1F8\U1F1F9' +emoji_flags[El_Salvador]=$'\U1F1F8\U1F1FB' +emoji_flags[SV]=$'\U1F1F8\U1F1FB' +emoji_flags[SLV]=$'\U1F1F8\U1F1FB' +emoji_flags[el_salvador]=$'\U1F1F8\U1F1FB' +emoji_flags[Sint_Maarten]=$'\U1F1F8\U1F1FD' +emoji_flags[SX]=$'\U1F1F8\U1F1FD' +emoji_flags[SXM]=$'\U1F1F8\U1F1FD' +emoji_flags[sint_maarten]=$'\U1F1F8\U1F1FD' +emoji_flags[Syria]=$'\U1F1F8\U1F1FE' +emoji_flags[SY]=$'\U1F1F8\U1F1FE' +emoji_flags[SYR]=$'\U1F1F8\U1F1FE' +emoji_flags[syria]=$'\U1F1F8\U1F1FE' +emoji_flags[Eswatini]=$'\U1F1F8\U1F1FF' +emoji_flags[SZ]=$'\U1F1F8\U1F1FF' +emoji_flags[SWZ]=$'\U1F1F8\U1F1FF' +emoji_flags[swaziland]=$'\U1F1F8\U1F1FF' +emoji_flags[Tristan_da_Cunha]=$'\U1F1F9\U1F1E6' +emoji_flags[tristan_da_cunha]=$'\U1F1F9\U1F1E6' +emoji_flags[Turks_and_Caicos_Islands]=$'\U1F1F9\U1F1E8' +emoji_flags[TC]=$'\U1F1F9\U1F1E8' +emoji_flags[TCA]=$'\U1F1F9\U1F1E8' +emoji_flags[turks_caicos_islands]=$'\U1F1F9\U1F1E8' +emoji_flags[Chad]=$'\U1F1F9\U1F1E9' +emoji_flags[TD]=$'\U1F1F9\U1F1E9' +emoji_flags[TCD]=$'\U1F1F9\U1F1E9' +emoji_flags[chad]=$'\U1F1F9\U1F1E9' +emoji_flags[French_Southern_Territories]=$'\U1F1F9\U1F1EB' +emoji_flags[TF]=$'\U1F1F9\U1F1EB' +emoji_flags[ATF]=$'\U1F1F9\U1F1EB' +emoji_flags[french_southern_territories]=$'\U1F1F9\U1F1EB' +emoji_flags[Togo]=$'\U1F1F9\U1F1EC' +emoji_flags[TG]=$'\U1F1F9\U1F1EC' +emoji_flags[TGO]=$'\U1F1F9\U1F1EC' +emoji_flags[togo]=$'\U1F1F9\U1F1EC' +emoji_flags[Thailand]=$'\U1F1F9\U1F1ED' +emoji_flags[TH]=$'\U1F1F9\U1F1ED' +emoji_flags[THA]=$'\U1F1F9\U1F1ED' +emoji_flags[thailand]=$'\U1F1F9\U1F1ED' +emoji_flags[Tajikistan]=$'\U1F1F9\U1F1EF' +emoji_flags[TJ]=$'\U1F1F9\U1F1EF' +emoji_flags[TJK]=$'\U1F1F9\U1F1EF' +emoji_flags[tajikistan]=$'\U1F1F9\U1F1EF' +emoji_flags[Tokelau]=$'\U1F1F9\U1F1F0' +emoji_flags[TK]=$'\U1F1F9\U1F1F0' +emoji_flags[TKL]=$'\U1F1F9\U1F1F0' +emoji_flags[tokelau]=$'\U1F1F9\U1F1F0' +emoji_flags[Timor_Leste]=$'\U1F1F9\U1F1F1' +emoji_flags[TL]=$'\U1F1F9\U1F1F1' +emoji_flags[TLS]=$'\U1F1F9\U1F1F1' +emoji_flags[timor_leste]=$'\U1F1F9\U1F1F1' +emoji_flags[Turkmenistan]=$'\U1F1F9\U1F1F2' +emoji_flags[TM]=$'\U1F1F9\U1F1F2' +emoji_flags[TKM]=$'\U1F1F9\U1F1F2' +emoji_flags[turkmenistan]=$'\U1F1F9\U1F1F2' +emoji_flags[Tunisia]=$'\U1F1F9\U1F1F3' +emoji_flags[TN]=$'\U1F1F9\U1F1F3' +emoji_flags[TUN]=$'\U1F1F9\U1F1F3' +emoji_flags[tunisia]=$'\U1F1F9\U1F1F3' +emoji_flags[Tonga]=$'\U1F1F9\U1F1F4' +emoji_flags[TO]=$'\U1F1F9\U1F1F4' +emoji_flags[TON]=$'\U1F1F9\U1F1F4' +emoji_flags[tonga]=$'\U1F1F9\U1F1F4' +emoji_flags[Turkey]=$'\U1F1F9\U1F1F7' +emoji_flags[TR]=$'\U1F1F9\U1F1F7' +emoji_flags[TUR]=$'\U1F1F9\U1F1F7' +emoji_flags[tr]=$'\U1F1F9\U1F1F7' +emoji_flags[Trinidad_and_Tobago]=$'\U1F1F9\U1F1F9' +emoji_flags[TT]=$'\U1F1F9\U1F1F9' +emoji_flags[TTO]=$'\U1F1F9\U1F1F9' +emoji_flags[trinidad_tobago]=$'\U1F1F9\U1F1F9' +emoji_flags[Tuvalu]=$'\U1F1F9\U1F1FB' +emoji_flags[TV]=$'\U1F1F9\U1F1FB' +emoji_flags[TUV]=$'\U1F1F9\U1F1FB' +emoji_flags[tuvalu]=$'\U1F1F9\U1F1FB' +emoji_flags[Taiwan]=$'\U1F1F9\U1F1FC' +emoji_flags[TW]=$'\U1F1F9\U1F1FC' +emoji_flags[TWN]=$'\U1F1F9\U1F1FC' +emoji_flags[taiwan]=$'\U1F1F9\U1F1FC' +emoji_flags[Tanzania]=$'\U1F1F9\U1F1FF' +emoji_flags[TZ]=$'\U1F1F9\U1F1FF' +emoji_flags[TZA]=$'\U1F1F9\U1F1FF' +emoji_flags[tanzania]=$'\U1F1F9\U1F1FF' +emoji_flags[Ukraine]=$'\U1F1FA\U1F1E6' +emoji_flags[UA]=$'\U1F1FA\U1F1E6' +emoji_flags[UKR]=$'\U1F1FA\U1F1E6' +emoji_flags[ukraine]=$'\U1F1FA\U1F1E6' +emoji_flags[Uganda]=$'\U1F1FA\U1F1EC' +emoji_flags[UG]=$'\U1F1FA\U1F1EC' +emoji_flags[UGA]=$'\U1F1FA\U1F1EC' +emoji_flags[uganda]=$'\U1F1FA\U1F1EC' +emoji_flags[U_S_Outlying_Islands]=$'\U1F1FA\U1F1F2' +emoji_flags[us_outlying_islands]=$'\U1F1FA\U1F1F2' +emoji_flags[United_Nations]=$'\U1F1FA\U1F1F3' +emoji_flags[united_nations]=$'\U1F1FA\U1F1F3' +emoji_flags[United_States]=$'\U1F1FA\U1F1F8' +emoji_flags[US]=$'\U1F1FA\U1F1F8' +emoji_flags[USA]=$'\U1F1FA\U1F1F8' +emoji_flags[us]=$'\U1F1FA\U1F1F8' +emoji_flags[Uruguay]=$'\U1F1FA\U1F1FE' +emoji_flags[UY]=$'\U1F1FA\U1F1FE' +emoji_flags[URY]=$'\U1F1FA\U1F1FE' +emoji_flags[uruguay]=$'\U1F1FA\U1F1FE' +emoji_flags[Uzbekistan]=$'\U1F1FA\U1F1FF' +emoji_flags[UZ]=$'\U1F1FA\U1F1FF' +emoji_flags[UZB]=$'\U1F1FA\U1F1FF' +emoji_flags[uzbekistan]=$'\U1F1FA\U1F1FF' +emoji_flags[Vatican_City]=$'\U1F1FB\U1F1E6' +emoji_flags[VA]=$'\U1F1FB\U1F1E6' +emoji_flags[VAT]=$'\U1F1FB\U1F1E6' +emoji_flags[vatican_city]=$'\U1F1FB\U1F1E6' +emoji_flags[St_Vincent_and_Grenadines]=$'\U1F1FB\U1F1E8' +emoji_flags[VC]=$'\U1F1FB\U1F1E8' +emoji_flags[VCT]=$'\U1F1FB\U1F1E8' +emoji_flags[st_vincent_grenadines]=$'\U1F1FB\U1F1E8' +emoji_flags[Venezuela]=$'\U1F1FB\U1F1EA' +emoji_flags[VE]=$'\U1F1FB\U1F1EA' +emoji_flags[VEN]=$'\U1F1FB\U1F1EA' +emoji_flags[venezuela]=$'\U1F1FB\U1F1EA' +emoji_flags[British_Virgin_Islands]=$'\U1F1FB\U1F1EC' +emoji_flags[VG]=$'\U1F1FB\U1F1EC' +emoji_flags[VGB]=$'\U1F1FB\U1F1EC' +emoji_flags[british_virgin_islands]=$'\U1F1FB\U1F1EC' +emoji_flags[U_S_Virgin_Islands]=$'\U1F1FB\U1F1EE' +emoji_flags[VI]=$'\U1F1FB\U1F1EE' +emoji_flags[VIR]=$'\U1F1FB\U1F1EE' +emoji_flags[us_virgin_islands]=$'\U1F1FB\U1F1EE' +emoji_flags[Vietnam]=$'\U1F1FB\U1F1F3' +emoji_flags[VN]=$'\U1F1FB\U1F1F3' +emoji_flags[VNM]=$'\U1F1FB\U1F1F3' +emoji_flags[vietnam]=$'\U1F1FB\U1F1F3' +emoji_flags[Vanuatu]=$'\U1F1FB\U1F1FA' +emoji_flags[VU]=$'\U1F1FB\U1F1FA' +emoji_flags[VUT]=$'\U1F1FB\U1F1FA' +emoji_flags[vanuatu]=$'\U1F1FB\U1F1FA' +emoji_flags[Wallis_and_Futuna]=$'\U1F1FC\U1F1EB' +emoji_flags[WF]=$'\U1F1FC\U1F1EB' +emoji_flags[WLF]=$'\U1F1FC\U1F1EB' +emoji_flags[wallis_futuna]=$'\U1F1FC\U1F1EB' +emoji_flags[Samoa]=$'\U1F1FC\U1F1F8' +emoji_flags[WS]=$'\U1F1FC\U1F1F8' +emoji_flags[WSM]=$'\U1F1FC\U1F1F8' +emoji_flags[samoa]=$'\U1F1FC\U1F1F8' +emoji_flags[Kosovo]=$'\U1F1FD\U1F1F0' +emoji_flags[XK]=$'\U1F1FD\U1F1F0' +emoji_flags[XKX]=$'\U1F1FD\U1F1F0' +emoji_flags[kosovo]=$'\U1F1FD\U1F1F0' +emoji_flags[Yemen]=$'\U1F1FE\U1F1EA' +emoji_flags[YE]=$'\U1F1FE\U1F1EA' +emoji_flags[YEM]=$'\U1F1FE\U1F1EA' +emoji_flags[yemen]=$'\U1F1FE\U1F1EA' +emoji_flags[Mayotte]=$'\U1F1FE\U1F1F9' +emoji_flags[YT]=$'\U1F1FE\U1F1F9' +emoji_flags[MYT]=$'\U1F1FE\U1F1F9' +emoji_flags[mayotte]=$'\U1F1FE\U1F1F9' +emoji_flags[South_Africa]=$'\U1F1FF\U1F1E6' +emoji_flags[ZA]=$'\U1F1FF\U1F1E6' +emoji_flags[ZAF]=$'\U1F1FF\U1F1E6' +emoji_flags[south_africa]=$'\U1F1FF\U1F1E6' +emoji_flags[Zambia]=$'\U1F1FF\U1F1F2' +emoji_flags[ZM]=$'\U1F1FF\U1F1F2' +emoji_flags[ZMB]=$'\U1F1FF\U1F1F2' +emoji_flags[zambia]=$'\U1F1FF\U1F1F2' +emoji_flags[Zimbabwe]=$'\U1F1FF\U1F1FC' +emoji_flags[ZW]=$'\U1F1FF\U1F1FC' +emoji_flags[ZWE]=$'\U1F1FF\U1F1FC' +emoji_flags[zimbabwe]=$'\U1F1FF\U1F1FC' +emoji_flags[England]=$'\U1F3F4\UE0067\UE0062\UE0065\UE006E\UE0067\UE007F' +emoji_flags[england]=$'\U1F3F4\UE0067\UE0062\UE0065\UE006E\UE0067\UE007F' +emoji_flags[Scotland]=$'\U1F3F4\UE0067\UE0062\UE0073\UE0063\UE0074\UE007F' +emoji_flags[scotland]=$'\U1F3F4\UE0067\UE0062\UE0073\UE0063\UE0074\UE007F' +emoji_flags[Wales]=$'\U1F3F4\UE0067\UE0062\UE0077\UE006C\UE0073\UE007F' +emoji_flags[wales]=$'\U1F3F4\UE0067\UE0062\UE0077\UE006C\UE0073\UE007F' + +emoji_groups[fruits]=" + grapes + melon + watermelon + tangerine + lemon + banana + pineapple + mango + red_apple + green_apple + pear + peach + cherries + strawberry + kiwi_fruit + tomato + coconut +" + +emoji_groups[vehicles]=" + locomotive + railway_car + high_speed_train + bullet_train + bullet_train_1 + metro + light_rail + station + tram + monorail + mountain_railway + tram_car + bus + oncoming_bus + trolleybus + minibus + ambulance + fire_engine + police_car + oncoming_police_car + taxi + oncoming_taxi + automobile + oncoming_automobile + sport_utility_vehicle + delivery_truck + articulated_lorry + tractor + racing_car + motorcycle + motor_scooter + manual_wheelchair + motorized_wheelchair + auto_rickshaw + bicycle + kick_scooter + skateboard + bus_stop + motorway + railway_track + oil_drum + fuel_pump + police_car_light + horizontal_traffic_light + vertical_traffic_light + stop_sign + construction + anchor + sailboat + canoe + speedboat + passenger_ship + ferry + motor_boat + ship + airplane + small_airplane + airplane_departure + airplane_arrival + parachute + seat + helicopter + suspension_railway + mountain_cableway + aerial_tramway + satellite + rocket + flying_saucer + ATM_sign + litter_in_bin_sign + potable_water + wheelchair_symbol + men_s_room + women_s_room + restroom + baby_symbol + water_closet + passport_control + customs + baggage_claim + left_luggage +" + +emoji_groups[hands]=" + waving_hand + waving_hand_light_skin_tone + waving_hand_medium_light_skin_tone + waving_hand_medium_skin_tone + waving_hand_medium_dark_skin_tone + waving_hand_dark_skin_tone + raised_back_of_hand + raised_back_of_hand_light_skin_tone + raised_back_of_hand_medium_light_skin_tone + raised_back_of_hand_medium_skin_tone + raised_back_of_hand_medium_dark_skin_tone + raised_back_of_hand_dark_skin_tone + hand_with_fingers_splayed + hand_with_fingers_splayed_light_skin_tone + hand_with_fingers_splayed_medium_light_skin_tone + hand_with_fingers_splayed_medium_skin_tone + hand_with_fingers_splayed_medium_dark_skin_tone + hand_with_fingers_splayed_dark_skin_tone + raised_hand + raised_hand_light_skin_tone + raised_hand_medium_light_skin_tone + raised_hand_medium_skin_tone + raised_hand_medium_dark_skin_tone + raised_hand_dark_skin_tone + vulcan_salute + vulcan_salute_light_skin_tone + vulcan_salute_medium_light_skin_tone + vulcan_salute_medium_skin_tone + vulcan_salute_medium_dark_skin_tone + vulcan_salute_dark_skin_tone + OK_hand + OK_hand_light_skin_tone + OK_hand_medium_light_skin_tone + OK_hand_medium_skin_tone + OK_hand_medium_dark_skin_tone + OK_hand_dark_skin_tone + pinching_hand + pinching_hand_light_skin_tone + pinching_hand_medium_light_skin_tone + pinching_hand_medium_skin_tone + pinching_hand_medium_dark_skin_tone + pinching_hand_dark_skin_tone + victory_hand + victory_hand_light_skin_tone + victory_hand_medium_light_skin_tone + victory_hand_medium_skin_tone + victory_hand_medium_dark_skin_tone + victory_hand_dark_skin_tone + crossed_fingers + crossed_fingers_light_skin_tone + crossed_fingers_medium_light_skin_tone + crossed_fingers_medium_skin_tone + crossed_fingers_medium_dark_skin_tone + crossed_fingers_dark_skin_tone + love_you_gesture + love_you_gesture_light_skin_tone + love_you_gesture_medium_light_skin_tone + love_you_gesture_medium_skin_tone + love_you_gesture_medium_dark_skin_tone + love_you_gesture_dark_skin_tone + sign_of_the_horns + sign_of_the_horns_light_skin_tone + sign_of_the_horns_medium_light_skin_tone + sign_of_the_horns_medium_skin_tone + sign_of_the_horns_medium_dark_skin_tone + sign_of_the_horns_dark_skin_tone + call_me_hand + call_me_hand_light_skin_tone + call_me_hand_medium_light_skin_tone + call_me_hand_medium_skin_tone + call_me_hand_medium_dark_skin_tone + call_me_hand_dark_skin_tone + backhand_index_pointing_left + backhand_index_pointing_left_light_skin_tone + backhand_index_pointing_left_medium_light_skin_tone + backhand_index_pointing_left_medium_skin_tone + backhand_index_pointing_left_medium_dark_skin_tone + backhand_index_pointing_left_dark_skin_tone + backhand_index_pointing_right + backhand_index_pointing_right_light_skin_tone + backhand_index_pointing_right_medium_light_skin_tone + backhand_index_pointing_right_medium_skin_tone + backhand_index_pointing_right_medium_dark_skin_tone + backhand_index_pointing_right_dark_skin_tone + backhand_index_pointing_up + backhand_index_pointing_up_light_skin_tone + backhand_index_pointing_up_medium_light_skin_tone + backhand_index_pointing_up_medium_skin_tone + backhand_index_pointing_up_medium_dark_skin_tone + backhand_index_pointing_up_dark_skin_tone + middle_finger + middle_finger_light_skin_tone + middle_finger_medium_light_skin_tone + middle_finger_medium_skin_tone + middle_finger_medium_dark_skin_tone + middle_finger_dark_skin_tone + backhand_index_pointing_down + backhand_index_pointing_down_light_skin_tone + backhand_index_pointing_down_medium_light_skin_tone + backhand_index_pointing_down_medium_skin_tone + backhand_index_pointing_down_medium_dark_skin_tone + backhand_index_pointing_down_dark_skin_tone + index_pointing_up + index_pointing_up_light_skin_tone + index_pointing_up_medium_light_skin_tone + index_pointing_up_medium_skin_tone + index_pointing_up_medium_dark_skin_tone + index_pointing_up_dark_skin_tone + thumbs_up + thumbs_up_light_skin_tone + thumbs_up_medium_light_skin_tone + thumbs_up_medium_skin_tone + thumbs_up_medium_dark_skin_tone + thumbs_up_dark_skin_tone + thumbs_down + thumbs_down_light_skin_tone + thumbs_down_medium_light_skin_tone + thumbs_down_medium_skin_tone + thumbs_down_medium_dark_skin_tone + thumbs_down_dark_skin_tone + raised_fist + raised_fist_light_skin_tone + raised_fist_medium_light_skin_tone + raised_fist_medium_skin_tone + raised_fist_medium_dark_skin_tone + raised_fist_dark_skin_tone + oncoming_fist + oncoming_fist_light_skin_tone + oncoming_fist_medium_light_skin_tone + oncoming_fist_medium_skin_tone + oncoming_fist_medium_dark_skin_tone + oncoming_fist_dark_skin_tone + left_facing_fist + left_facing_fist_light_skin_tone + left_facing_fist_medium_light_skin_tone + left_facing_fist_medium_skin_tone + left_facing_fist_medium_dark_skin_tone + left_facing_fist_dark_skin_tone + right_facing_fist + right_facing_fist_light_skin_tone + right_facing_fist_medium_light_skin_tone + right_facing_fist_medium_skin_tone + right_facing_fist_medium_dark_skin_tone + right_facing_fist_dark_skin_tone + writing_hand + writing_hand_light_skin_tone + writing_hand_medium_light_skin_tone + writing_hand_medium_skin_tone + writing_hand_medium_dark_skin_tone + writing_hand_dark_skin_tone + nail_polish + nail_polish_light_skin_tone + nail_polish_medium_light_skin_tone + nail_polish_medium_skin_tone + nail_polish_medium_dark_skin_tone + nail_polish_dark_skin_tone + selfie + selfie_light_skin_tone + selfie_medium_light_skin_tone + selfie_medium_skin_tone + selfie_medium_dark_skin_tone + selfie_dark_skin_tone +" + +emoji_groups[people]=" + person_frowning + person_frowning_light_skin_tone + person_frowning_medium_light_skin_tone + person_frowning_medium_skin_tone + person_frowning_medium_dark_skin_tone + person_frowning_dark_skin_tone + man_frowning + man_frowning_light_skin_tone + man_frowning_medium_light_skin_tone + man_frowning_medium_skin_tone + man_frowning_medium_dark_skin_tone + man_frowning_dark_skin_tone + woman_frowning + woman_frowning_light_skin_tone + woman_frowning_medium_light_skin_tone + woman_frowning_medium_skin_tone + woman_frowning_medium_dark_skin_tone + woman_frowning_dark_skin_tone + person_pouting + person_pouting_light_skin_tone + person_pouting_medium_light_skin_tone + person_pouting_medium_skin_tone + person_pouting_medium_dark_skin_tone + person_pouting_dark_skin_tone + man_pouting + man_pouting_light_skin_tone + man_pouting_medium_light_skin_tone + man_pouting_medium_skin_tone + man_pouting_medium_dark_skin_tone + man_pouting_dark_skin_tone + woman_pouting + woman_pouting_light_skin_tone + woman_pouting_medium_light_skin_tone + woman_pouting_medium_skin_tone + woman_pouting_medium_dark_skin_tone + woman_pouting_dark_skin_tone + person_gesturing_NO + person_gesturing_NO_light_skin_tone + person_gesturing_NO_medium_light_skin_tone + person_gesturing_NO_medium_skin_tone + person_gesturing_NO_medium_dark_skin_tone + person_gesturing_NO_dark_skin_tone + man_gesturing_NO + man_gesturing_NO_light_skin_tone + man_gesturing_NO_medium_light_skin_tone + man_gesturing_NO_medium_skin_tone + man_gesturing_NO_medium_dark_skin_tone + man_gesturing_NO_dark_skin_tone + woman_gesturing_NO + woman_gesturing_NO_light_skin_tone + woman_gesturing_NO_medium_light_skin_tone + woman_gesturing_NO_medium_skin_tone + woman_gesturing_NO_medium_dark_skin_tone + woman_gesturing_NO_dark_skin_tone + person_gesturing_OK + person_gesturing_OK_light_skin_tone + person_gesturing_OK_medium_light_skin_tone + person_gesturing_OK_medium_skin_tone + person_gesturing_OK_medium_dark_skin_tone + person_gesturing_OK_dark_skin_tone + man_gesturing_OK + man_gesturing_OK_light_skin_tone + man_gesturing_OK_medium_light_skin_tone + man_gesturing_OK_medium_skin_tone + man_gesturing_OK_medium_dark_skin_tone + man_gesturing_OK_dark_skin_tone + woman_gesturing_OK + woman_gesturing_OK_light_skin_tone + woman_gesturing_OK_medium_light_skin_tone + woman_gesturing_OK_medium_skin_tone + woman_gesturing_OK_medium_dark_skin_tone + woman_gesturing_OK_dark_skin_tone + person_tipping_hand + person_tipping_hand_light_skin_tone + person_tipping_hand_medium_light_skin_tone + person_tipping_hand_medium_skin_tone + person_tipping_hand_medium_dark_skin_tone + person_tipping_hand_dark_skin_tone + man_tipping_hand + man_tipping_hand_light_skin_tone + man_tipping_hand_medium_light_skin_tone + man_tipping_hand_medium_skin_tone + man_tipping_hand_medium_dark_skin_tone + man_tipping_hand_dark_skin_tone + woman_tipping_hand + woman_tipping_hand_light_skin_tone + woman_tipping_hand_medium_light_skin_tone + woman_tipping_hand_medium_skin_tone + woman_tipping_hand_medium_dark_skin_tone + woman_tipping_hand_dark_skin_tone + person_raising_hand + person_raising_hand_light_skin_tone + person_raising_hand_medium_light_skin_tone + person_raising_hand_medium_skin_tone + person_raising_hand_medium_dark_skin_tone + person_raising_hand_dark_skin_tone + man_raising_hand + man_raising_hand_light_skin_tone + man_raising_hand_medium_light_skin_tone + man_raising_hand_medium_skin_tone + man_raising_hand_medium_dark_skin_tone + man_raising_hand_dark_skin_tone + woman_raising_hand + woman_raising_hand_light_skin_tone + woman_raising_hand_medium_light_skin_tone + woman_raising_hand_medium_skin_tone + woman_raising_hand_medium_dark_skin_tone + woman_raising_hand_dark_skin_tone + deaf_person + deaf_person_light_skin_tone + deaf_person_medium_light_skin_tone + deaf_person_medium_skin_tone + deaf_person_medium_dark_skin_tone + deaf_person_dark_skin_tone + deaf_man + deaf_man_light_skin_tone + deaf_man_medium_light_skin_tone + deaf_man_medium_skin_tone + deaf_man_medium_dark_skin_tone + deaf_man_dark_skin_tone + deaf_woman + deaf_woman_light_skin_tone + deaf_woman_medium_light_skin_tone + deaf_woman_medium_skin_tone + deaf_woman_medium_dark_skin_tone + deaf_woman_dark_skin_tone + person_bowing + person_bowing_light_skin_tone + person_bowing_medium_light_skin_tone + person_bowing_medium_skin_tone + person_bowing_medium_dark_skin_tone + person_bowing_dark_skin_tone + man_bowing + man_bowing_light_skin_tone + man_bowing_medium_light_skin_tone + man_bowing_medium_skin_tone + man_bowing_medium_dark_skin_tone + man_bowing_dark_skin_tone + woman_bowing + woman_bowing_light_skin_tone + woman_bowing_medium_light_skin_tone + woman_bowing_medium_skin_tone + woman_bowing_medium_dark_skin_tone + woman_bowing_dark_skin_tone + person_facepalming + person_facepalming_light_skin_tone + person_facepalming_medium_light_skin_tone + person_facepalming_medium_skin_tone + person_facepalming_medium_dark_skin_tone + person_facepalming_dark_skin_tone + man_facepalming + man_facepalming_light_skin_tone + man_facepalming_medium_light_skin_tone + man_facepalming_medium_skin_tone + man_facepalming_medium_dark_skin_tone + man_facepalming_dark_skin_tone + woman_facepalming + woman_facepalming_light_skin_tone + woman_facepalming_medium_light_skin_tone + woman_facepalming_medium_skin_tone + woman_facepalming_medium_dark_skin_tone + woman_facepalming_dark_skin_tone + person_shrugging + person_shrugging_light_skin_tone + person_shrugging_medium_light_skin_tone + person_shrugging_medium_skin_tone + person_shrugging_medium_dark_skin_tone + person_shrugging_dark_skin_tone + man_shrugging + man_shrugging_light_skin_tone + man_shrugging_medium_light_skin_tone + man_shrugging_medium_skin_tone + man_shrugging_medium_dark_skin_tone + man_shrugging_dark_skin_tone + woman_shrugging + woman_shrugging_light_skin_tone + woman_shrugging_medium_light_skin_tone + woman_shrugging_medium_skin_tone + woman_shrugging_medium_dark_skin_tone + woman_shrugging_dark_skin_tone + man_health_worker + man_health_worker_light_skin_tone + man_health_worker_medium_light_skin_tone + man_health_worker_medium_skin_tone + man_health_worker_medium_dark_skin_tone + man_health_worker_dark_skin_tone + woman_health_worker + woman_health_worker_light_skin_tone + woman_health_worker_medium_light_skin_tone + woman_health_worker_medium_skin_tone + woman_health_worker_medium_dark_skin_tone + woman_health_worker_dark_skin_tone + man_student + man_student_light_skin_tone + man_student_medium_light_skin_tone + man_student_medium_skin_tone + man_student_medium_dark_skin_tone + man_student_dark_skin_tone + woman_student + woman_student_light_skin_tone + woman_student_medium_light_skin_tone + woman_student_medium_skin_tone + woman_student_medium_dark_skin_tone + woman_student_dark_skin_tone + man_teacher + man_teacher_light_skin_tone + man_teacher_medium_light_skin_tone + man_teacher_medium_skin_tone + man_teacher_medium_dark_skin_tone + man_teacher_dark_skin_tone + woman_teacher + woman_teacher_light_skin_tone + woman_teacher_medium_light_skin_tone + woman_teacher_medium_skin_tone + woman_teacher_medium_dark_skin_tone + woman_teacher_dark_skin_tone + man_judge + man_judge_light_skin_tone + man_judge_medium_light_skin_tone + man_judge_medium_skin_tone + man_judge_medium_dark_skin_tone + man_judge_dark_skin_tone + woman_judge + woman_judge_light_skin_tone + woman_judge_medium_light_skin_tone + woman_judge_medium_skin_tone + woman_judge_medium_dark_skin_tone + woman_judge_dark_skin_tone + man_farmer + man_farmer_light_skin_tone + man_farmer_medium_light_skin_tone + man_farmer_medium_skin_tone + man_farmer_medium_dark_skin_tone + man_farmer_dark_skin_tone + woman_farmer + woman_farmer_light_skin_tone + woman_farmer_medium_light_skin_tone + woman_farmer_medium_skin_tone + woman_farmer_medium_dark_skin_tone + woman_farmer_dark_skin_tone + man_cook + man_cook_light_skin_tone + man_cook_medium_light_skin_tone + man_cook_medium_skin_tone + man_cook_medium_dark_skin_tone + man_cook_dark_skin_tone + woman_cook + woman_cook_light_skin_tone + woman_cook_medium_light_skin_tone + woman_cook_medium_skin_tone + woman_cook_medium_dark_skin_tone + woman_cook_dark_skin_tone + man_mechanic + man_mechanic_light_skin_tone + man_mechanic_medium_light_skin_tone + man_mechanic_medium_skin_tone + man_mechanic_medium_dark_skin_tone + man_mechanic_dark_skin_tone + woman_mechanic + woman_mechanic_light_skin_tone + woman_mechanic_medium_light_skin_tone + woman_mechanic_medium_skin_tone + woman_mechanic_medium_dark_skin_tone + woman_mechanic_dark_skin_tone + man_factory_worker + man_factory_worker_light_skin_tone + man_factory_worker_medium_light_skin_tone + man_factory_worker_medium_skin_tone + man_factory_worker_medium_dark_skin_tone + man_factory_worker_dark_skin_tone + woman_factory_worker + woman_factory_worker_light_skin_tone + woman_factory_worker_medium_light_skin_tone + woman_factory_worker_medium_skin_tone + woman_factory_worker_medium_dark_skin_tone + woman_factory_worker_dark_skin_tone + man_office_worker + man_office_worker_light_skin_tone + man_office_worker_medium_light_skin_tone + man_office_worker_medium_skin_tone + man_office_worker_medium_dark_skin_tone + man_office_worker_dark_skin_tone + woman_office_worker + woman_office_worker_light_skin_tone + woman_office_worker_medium_light_skin_tone + woman_office_worker_medium_skin_tone + woman_office_worker_medium_dark_skin_tone + woman_office_worker_dark_skin_tone + man_scientist + man_scientist_light_skin_tone + man_scientist_medium_light_skin_tone + man_scientist_medium_skin_tone + man_scientist_medium_dark_skin_tone + man_scientist_dark_skin_tone + woman_scientist + woman_scientist_light_skin_tone + woman_scientist_medium_light_skin_tone + woman_scientist_medium_skin_tone + woman_scientist_medium_dark_skin_tone + woman_scientist_dark_skin_tone + man_technologist + man_technologist_light_skin_tone + man_technologist_medium_light_skin_tone + man_technologist_medium_skin_tone + man_technologist_medium_dark_skin_tone + man_technologist_dark_skin_tone + woman_technologist + woman_technologist_light_skin_tone + woman_technologist_medium_light_skin_tone + woman_technologist_medium_skin_tone + woman_technologist_medium_dark_skin_tone + woman_technologist_dark_skin_tone + man_singer + man_singer_light_skin_tone + man_singer_medium_light_skin_tone + man_singer_medium_skin_tone + man_singer_medium_dark_skin_tone + man_singer_dark_skin_tone + woman_singer + woman_singer_light_skin_tone + woman_singer_medium_light_skin_tone + woman_singer_medium_skin_tone + woman_singer_medium_dark_skin_tone + woman_singer_dark_skin_tone + man_artist + man_artist_light_skin_tone + man_artist_medium_light_skin_tone + man_artist_medium_skin_tone + man_artist_medium_dark_skin_tone + man_artist_dark_skin_tone + woman_artist + woman_artist_light_skin_tone + woman_artist_medium_light_skin_tone + woman_artist_medium_skin_tone + woman_artist_medium_dark_skin_tone + woman_artist_dark_skin_tone + man_pilot + man_pilot_light_skin_tone + man_pilot_medium_light_skin_tone + man_pilot_medium_skin_tone + man_pilot_medium_dark_skin_tone + man_pilot_dark_skin_tone + woman_pilot + woman_pilot_light_skin_tone + woman_pilot_medium_light_skin_tone + woman_pilot_medium_skin_tone + woman_pilot_medium_dark_skin_tone + woman_pilot_dark_skin_tone + man_astronaut + man_astronaut_light_skin_tone + man_astronaut_medium_light_skin_tone + man_astronaut_medium_skin_tone + man_astronaut_medium_dark_skin_tone + man_astronaut_dark_skin_tone + woman_astronaut + woman_astronaut_light_skin_tone + woman_astronaut_medium_light_skin_tone + woman_astronaut_medium_skin_tone + woman_astronaut_medium_dark_skin_tone + woman_astronaut_dark_skin_tone + man_firefighter + man_firefighter_light_skin_tone + man_firefighter_medium_light_skin_tone + man_firefighter_medium_skin_tone + man_firefighter_medium_dark_skin_tone + man_firefighter_dark_skin_tone + woman_firefighter + woman_firefighter_light_skin_tone + woman_firefighter_medium_light_skin_tone + woman_firefighter_medium_skin_tone + woman_firefighter_medium_dark_skin_tone + woman_firefighter_dark_skin_tone + police_officer + police_officer_light_skin_tone + police_officer_medium_light_skin_tone + police_officer_medium_skin_tone + police_officer_medium_dark_skin_tone + police_officer_dark_skin_tone + man_police_officer + man_police_officer_light_skin_tone + man_police_officer_medium_light_skin_tone + man_police_officer_medium_skin_tone + man_police_officer_medium_dark_skin_tone + man_police_officer_dark_skin_tone + woman_police_officer + woman_police_officer_light_skin_tone + woman_police_officer_medium_light_skin_tone + woman_police_officer_medium_skin_tone + woman_police_officer_medium_dark_skin_tone + woman_police_officer_dark_skin_tone + detective + detective_light_skin_tone + detective_medium_light_skin_tone + detective_medium_skin_tone + detective_medium_dark_skin_tone + detective_dark_skin_tone + man_detective + man_detective_light_skin_tone + man_detective_medium_light_skin_tone + man_detective_medium_skin_tone + man_detective_medium_dark_skin_tone + man_detective_dark_skin_tone + woman_detective + woman_detective_light_skin_tone + woman_detective_medium_light_skin_tone + woman_detective_medium_skin_tone + woman_detective_medium_dark_skin_tone + woman_detective_dark_skin_tone + guard + guard_light_skin_tone + guard_medium_light_skin_tone + guard_medium_skin_tone + guard_medium_dark_skin_tone + guard_dark_skin_tone + man_guard + man_guard_light_skin_tone + man_guard_medium_light_skin_tone + man_guard_medium_skin_tone + man_guard_medium_dark_skin_tone + man_guard_dark_skin_tone + woman_guard + woman_guard_light_skin_tone + woman_guard_medium_light_skin_tone + woman_guard_medium_skin_tone + woman_guard_medium_dark_skin_tone + woman_guard_dark_skin_tone + construction_worker + construction_worker_light_skin_tone + construction_worker_medium_light_skin_tone + construction_worker_medium_skin_tone + construction_worker_medium_dark_skin_tone + construction_worker_dark_skin_tone + man_construction_worker + man_construction_worker_light_skin_tone + man_construction_worker_medium_light_skin_tone + man_construction_worker_medium_skin_tone + man_construction_worker_medium_dark_skin_tone + man_construction_worker_dark_skin_tone + woman_construction_worker + woman_construction_worker_light_skin_tone + woman_construction_worker_medium_light_skin_tone + woman_construction_worker_medium_skin_tone + woman_construction_worker_medium_dark_skin_tone + woman_construction_worker_dark_skin_tone + prince + prince_light_skin_tone + prince_medium_light_skin_tone + prince_medium_skin_tone + prince_medium_dark_skin_tone + prince_dark_skin_tone + princess + princess_light_skin_tone + princess_medium_light_skin_tone + princess_medium_skin_tone + princess_medium_dark_skin_tone + princess_dark_skin_tone + person_wearing_turban + person_wearing_turban_light_skin_tone + person_wearing_turban_medium_light_skin_tone + person_wearing_turban_medium_skin_tone + person_wearing_turban_medium_dark_skin_tone + person_wearing_turban_dark_skin_tone + man_wearing_turban + man_wearing_turban_light_skin_tone + man_wearing_turban_medium_light_skin_tone + man_wearing_turban_medium_skin_tone + man_wearing_turban_medium_dark_skin_tone + man_wearing_turban_dark_skin_tone + woman_wearing_turban + woman_wearing_turban_light_skin_tone + woman_wearing_turban_medium_light_skin_tone + woman_wearing_turban_medium_skin_tone + woman_wearing_turban_medium_dark_skin_tone + woman_wearing_turban_dark_skin_tone + man_with_Chinese_cap + man_with_Chinese_cap_light_skin_tone + man_with_Chinese_cap_medium_light_skin_tone + man_with_Chinese_cap_medium_skin_tone + man_with_Chinese_cap_medium_dark_skin_tone + man_with_Chinese_cap_dark_skin_tone + woman_with_headscarf + woman_with_headscarf_light_skin_tone + woman_with_headscarf_medium_light_skin_tone + woman_with_headscarf_medium_skin_tone + woman_with_headscarf_medium_dark_skin_tone + woman_with_headscarf_dark_skin_tone + man_in_tuxedo + man_in_tuxedo_light_skin_tone + man_in_tuxedo_medium_light_skin_tone + man_in_tuxedo_medium_skin_tone + man_in_tuxedo_medium_dark_skin_tone + man_in_tuxedo_dark_skin_tone + bride_with_veil + bride_with_veil_light_skin_tone + bride_with_veil_medium_light_skin_tone + bride_with_veil_medium_skin_tone + bride_with_veil_medium_dark_skin_tone + bride_with_veil_dark_skin_tone + pregnant_woman + pregnant_woman_light_skin_tone + pregnant_woman_medium_light_skin_tone + pregnant_woman_medium_skin_tone + pregnant_woman_medium_dark_skin_tone + pregnant_woman_dark_skin_tone + breast_feeding + breast_feeding_light_skin_tone + breast_feeding_medium_light_skin_tone + breast_feeding_medium_skin_tone + breast_feeding_medium_dark_skin_tone + breast_feeding_dark_skin_tone + baby_angel + baby_angel_light_skin_tone + baby_angel_medium_light_skin_tone + baby_angel_medium_skin_tone + baby_angel_medium_dark_skin_tone + baby_angel_dark_skin_tone + Santa_Claus + Santa_Claus_light_skin_tone + Santa_Claus_medium_light_skin_tone + Santa_Claus_medium_skin_tone + Santa_Claus_medium_dark_skin_tone + Santa_Claus_dark_skin_tone + Mrs_Claus + Mrs_Claus_light_skin_tone + Mrs_Claus_medium_light_skin_tone + Mrs_Claus_medium_skin_tone + Mrs_Claus_medium_dark_skin_tone + Mrs_Claus_dark_skin_tone + superhero + superhero_light_skin_tone + superhero_medium_light_skin_tone + superhero_medium_skin_tone + superhero_medium_dark_skin_tone + superhero_dark_skin_tone + man_superhero + man_superhero_light_skin_tone + man_superhero_medium_light_skin_tone + man_superhero_medium_skin_tone + man_superhero_medium_dark_skin_tone + man_superhero_dark_skin_tone + woman_superhero + woman_superhero_light_skin_tone + woman_superhero_medium_light_skin_tone + woman_superhero_medium_skin_tone + woman_superhero_medium_dark_skin_tone + woman_superhero_dark_skin_tone + supervillain + supervillain_light_skin_tone + supervillain_medium_light_skin_tone + supervillain_medium_skin_tone + supervillain_medium_dark_skin_tone + supervillain_dark_skin_tone + man_supervillain + man_supervillain_light_skin_tone + man_supervillain_medium_light_skin_tone + man_supervillain_medium_skin_tone + man_supervillain_medium_dark_skin_tone + man_supervillain_dark_skin_tone + woman_supervillain + woman_supervillain_light_skin_tone + woman_supervillain_medium_light_skin_tone + woman_supervillain_medium_skin_tone + woman_supervillain_medium_dark_skin_tone + woman_supervillain_dark_skin_tone + mage + mage_light_skin_tone + mage_medium_light_skin_tone + mage_medium_skin_tone + mage_medium_dark_skin_tone + mage_dark_skin_tone + man_mage + man_mage_light_skin_tone + man_mage_medium_light_skin_tone + man_mage_medium_skin_tone + man_mage_medium_dark_skin_tone + man_mage_dark_skin_tone + woman_mage + woman_mage_light_skin_tone + woman_mage_medium_light_skin_tone + woman_mage_medium_skin_tone + woman_mage_medium_dark_skin_tone + woman_mage_dark_skin_tone + fairy + fairy_light_skin_tone + fairy_medium_light_skin_tone + fairy_medium_skin_tone + fairy_medium_dark_skin_tone + fairy_dark_skin_tone + man_fairy + man_fairy_light_skin_tone + man_fairy_medium_light_skin_tone + man_fairy_medium_skin_tone + man_fairy_medium_dark_skin_tone + man_fairy_dark_skin_tone + woman_fairy + woman_fairy_light_skin_tone + woman_fairy_medium_light_skin_tone + woman_fairy_medium_skin_tone + woman_fairy_medium_dark_skin_tone + woman_fairy_dark_skin_tone + vampire + vampire_light_skin_tone + vampire_medium_light_skin_tone + vampire_medium_skin_tone + vampire_medium_dark_skin_tone + vampire_dark_skin_tone + man_vampire + man_vampire_light_skin_tone + man_vampire_medium_light_skin_tone + man_vampire_medium_skin_tone + man_vampire_medium_dark_skin_tone + man_vampire_dark_skin_tone + woman_vampire + woman_vampire_light_skin_tone + woman_vampire_medium_light_skin_tone + woman_vampire_medium_skin_tone + woman_vampire_medium_dark_skin_tone + woman_vampire_dark_skin_tone + merperson + merperson_light_skin_tone + merperson_medium_light_skin_tone + merperson_medium_skin_tone + merperson_medium_dark_skin_tone + merperson_dark_skin_tone + merman + merman_light_skin_tone + merman_medium_light_skin_tone + merman_medium_skin_tone + merman_medium_dark_skin_tone + merman_dark_skin_tone + mermaid + mermaid_light_skin_tone + mermaid_medium_light_skin_tone + mermaid_medium_skin_tone + mermaid_medium_dark_skin_tone + mermaid_dark_skin_tone + elf + elf_light_skin_tone + elf_medium_light_skin_tone + elf_medium_skin_tone + elf_medium_dark_skin_tone + elf_dark_skin_tone + man_elf + man_elf_light_skin_tone + man_elf_medium_light_skin_tone + man_elf_medium_skin_tone + man_elf_medium_dark_skin_tone + man_elf_dark_skin_tone + woman_elf + woman_elf_light_skin_tone + woman_elf_medium_light_skin_tone + woman_elf_medium_skin_tone + woman_elf_medium_dark_skin_tone + woman_elf_dark_skin_tone + genie + man_genie + woman_genie + zombie + man_zombie + woman_zombie + person_getting_massage + person_getting_massage_light_skin_tone + person_getting_massage_medium_light_skin_tone + person_getting_massage_medium_skin_tone + person_getting_massage_medium_dark_skin_tone + person_getting_massage_dark_skin_tone + man_getting_massage + man_getting_massage_light_skin_tone + man_getting_massage_medium_light_skin_tone + man_getting_massage_medium_skin_tone + man_getting_massage_medium_dark_skin_tone + man_getting_massage_dark_skin_tone + woman_getting_massage + woman_getting_massage_light_skin_tone + woman_getting_massage_medium_light_skin_tone + woman_getting_massage_medium_skin_tone + woman_getting_massage_medium_dark_skin_tone + woman_getting_massage_dark_skin_tone + person_getting_haircut + person_getting_haircut_light_skin_tone + person_getting_haircut_medium_light_skin_tone + person_getting_haircut_medium_skin_tone + person_getting_haircut_medium_dark_skin_tone + person_getting_haircut_dark_skin_tone + man_getting_haircut + man_getting_haircut_light_skin_tone + man_getting_haircut_medium_light_skin_tone + man_getting_haircut_medium_skin_tone + man_getting_haircut_medium_dark_skin_tone + man_getting_haircut_dark_skin_tone + woman_getting_haircut + woman_getting_haircut_light_skin_tone + woman_getting_haircut_medium_light_skin_tone + woman_getting_haircut_medium_skin_tone + woman_getting_haircut_medium_dark_skin_tone + woman_getting_haircut_dark_skin_tone + person_walking + person_walking_light_skin_tone + person_walking_medium_light_skin_tone + person_walking_medium_skin_tone + person_walking_medium_dark_skin_tone + person_walking_dark_skin_tone + man_walking + man_walking_light_skin_tone + man_walking_medium_light_skin_tone + man_walking_medium_skin_tone + man_walking_medium_dark_skin_tone + man_walking_dark_skin_tone + woman_walking + woman_walking_light_skin_tone + woman_walking_medium_light_skin_tone + woman_walking_medium_skin_tone + woman_walking_medium_dark_skin_tone + woman_walking_dark_skin_tone + person_standing + person_standing_light_skin_tone + person_standing_medium_light_skin_tone + person_standing_medium_skin_tone + person_standing_medium_dark_skin_tone + person_standing_dark_skin_tone + man_standing + man_standing_light_skin_tone + man_standing_medium_light_skin_tone + man_standing_medium_skin_tone + man_standing_medium_dark_skin_tone + man_standing_dark_skin_tone + woman_standing + woman_standing_light_skin_tone + woman_standing_medium_light_skin_tone + woman_standing_medium_skin_tone + woman_standing_medium_dark_skin_tone + woman_standing_dark_skin_tone + person_kneeling + person_kneeling_light_skin_tone + person_kneeling_medium_light_skin_tone + person_kneeling_medium_skin_tone + person_kneeling_medium_dark_skin_tone + person_kneeling_dark_skin_tone + man_kneeling + man_kneeling_light_skin_tone + man_kneeling_medium_light_skin_tone + man_kneeling_medium_skin_tone + man_kneeling_medium_dark_skin_tone + man_kneeling_dark_skin_tone + woman_kneeling + woman_kneeling_light_skin_tone + woman_kneeling_medium_light_skin_tone + woman_kneeling_medium_skin_tone + woman_kneeling_medium_dark_skin_tone + woman_kneeling_dark_skin_tone + man_with_probing_cane + man_with_probing_cane_light_skin_tone + man_with_probing_cane_medium_light_skin_tone + man_with_probing_cane_medium_skin_tone + man_with_probing_cane_medium_dark_skin_tone + man_with_probing_cane_dark_skin_tone + woman_with_probing_cane + woman_with_probing_cane_light_skin_tone + woman_with_probing_cane_medium_light_skin_tone + woman_with_probing_cane_medium_skin_tone + woman_with_probing_cane_medium_dark_skin_tone + woman_with_probing_cane_dark_skin_tone + man_in_motorized_wheelchair + man_in_motorized_wheelchair_light_skin_tone + man_in_motorized_wheelchair_medium_light_skin_tone + man_in_motorized_wheelchair_medium_skin_tone + man_in_motorized_wheelchair_medium_dark_skin_tone + man_in_motorized_wheelchair_dark_skin_tone + woman_in_motorized_wheelchair + woman_in_motorized_wheelchair_light_skin_tone + woman_in_motorized_wheelchair_medium_light_skin_tone + woman_in_motorized_wheelchair_medium_skin_tone + woman_in_motorized_wheelchair_medium_dark_skin_tone + woman_in_motorized_wheelchair_dark_skin_tone + man_in_manual_wheelchair + man_in_manual_wheelchair_light_skin_tone + man_in_manual_wheelchair_medium_light_skin_tone + man_in_manual_wheelchair_medium_skin_tone + man_in_manual_wheelchair_medium_dark_skin_tone + man_in_manual_wheelchair_dark_skin_tone + woman_in_manual_wheelchair + woman_in_manual_wheelchair_light_skin_tone + woman_in_manual_wheelchair_medium_light_skin_tone + woman_in_manual_wheelchair_medium_skin_tone + woman_in_manual_wheelchair_medium_dark_skin_tone + woman_in_manual_wheelchair_dark_skin_tone + person_running + person_running_light_skin_tone + person_running_medium_light_skin_tone + person_running_medium_skin_tone + person_running_medium_dark_skin_tone + person_running_dark_skin_tone + man_running + man_running_light_skin_tone + man_running_medium_light_skin_tone + man_running_medium_skin_tone + man_running_medium_dark_skin_tone + man_running_dark_skin_tone + woman_running + woman_running_light_skin_tone + woman_running_medium_light_skin_tone + woman_running_medium_skin_tone + woman_running_medium_dark_skin_tone + woman_running_dark_skin_tone + woman_dancing + woman_dancing_light_skin_tone + woman_dancing_medium_light_skin_tone + woman_dancing_medium_skin_tone + woman_dancing_medium_dark_skin_tone + woman_dancing_dark_skin_tone + woman_dancing_dark_skin_tone_1 + man_dancing_light_skin_tone + man_dancing_medium_light_skin_tone + man_dancing_medium_skin_tone + man_dancing_medium_dark_skin_tone + man_dancing_dark_skin_tone + man_in_suit_levitating + man_in_suit_levitating_light_skin_tone + man_in_suit_levitating_medium_light_skin_tone + man_in_suit_levitating_medium_skin_tone + man_in_suit_levitating_medium_dark_skin_tone + man_in_suit_levitating_dark_skin_tone + people_with_bunny_ears + men_with_bunny_ears + women_with_bunny_ears + person_in_steamy_room + person_in_steamy_room_light_skin_tone + person_in_steamy_room_medium_light_skin_tone + person_in_steamy_room_medium_skin_tone + person_in_steamy_room_medium_dark_skin_tone + person_in_steamy_room_dark_skin_tone + man_in_steamy_room + man_in_steamy_room_light_skin_tone + man_in_steamy_room_medium_light_skin_tone + man_in_steamy_room_medium_skin_tone + man_in_steamy_room_medium_dark_skin_tone + man_in_steamy_room_dark_skin_tone + woman_in_steamy_room + woman_in_steamy_room_light_skin_tone + woman_in_steamy_room_medium_light_skin_tone + woman_in_steamy_room_medium_skin_tone + woman_in_steamy_room_medium_dark_skin_tone + woman_in_steamy_room_dark_skin_tone + person_climbing + person_climbing_light_skin_tone + person_climbing_medium_light_skin_tone + person_climbing_medium_skin_tone + person_climbing_medium_dark_skin_tone + person_climbing_dark_skin_tone + man_climbing + man_climbing_light_skin_tone + man_climbing_medium_light_skin_tone + man_climbing_medium_skin_tone + man_climbing_medium_dark_skin_tone + man_climbing_dark_skin_tone + woman_climbing + woman_climbing_light_skin_tone + woman_climbing_medium_light_skin_tone + woman_climbing_medium_skin_tone + woman_climbing_medium_dark_skin_tone + woman_climbing_dark_skin_tone + person_fencing + horse_racing + horse_racing_light_skin_tone + horse_racing_medium_light_skin_tone + horse_racing_medium_skin_tone + horse_racing_medium_dark_skin_tone + horse_racing_dark_skin_tone + skier + snowboarder + snowboarder_light_skin_tone + snowboarder_medium_light_skin_tone + snowboarder_medium_skin_tone + snowboarder_medium_dark_skin_tone + snowboarder_dark_skin_tone + person_golfing + person_golfing_light_skin_tone + person_golfing_medium_light_skin_tone + person_golfing_medium_skin_tone + person_golfing_medium_dark_skin_tone + person_golfing_dark_skin_tone + man_golfing + man_golfing_light_skin_tone + man_golfing_medium_light_skin_tone + man_golfing_medium_skin_tone + man_golfing_medium_dark_skin_tone + man_golfing_dark_skin_tone + woman_golfing + woman_golfing_light_skin_tone + woman_golfing_medium_light_skin_tone + woman_golfing_medium_skin_tone + woman_golfing_medium_dark_skin_tone + woman_golfing_dark_skin_tone + person_surfing + person_surfing_light_skin_tone + person_surfing_medium_light_skin_tone + person_surfing_medium_skin_tone + person_surfing_medium_dark_skin_tone + person_surfing_dark_skin_tone + man_surfing + man_surfing_light_skin_tone + man_surfing_medium_light_skin_tone + man_surfing_medium_skin_tone + man_surfing_medium_dark_skin_tone + man_surfing_dark_skin_tone + woman_surfing + woman_surfing_light_skin_tone + woman_surfing_medium_light_skin_tone + woman_surfing_medium_skin_tone + woman_surfing_medium_dark_skin_tone + woman_surfing_dark_skin_tone + person_rowing_boat + person_rowing_boat_light_skin_tone + person_rowing_boat_medium_light_skin_tone + person_rowing_boat_medium_skin_tone + person_rowing_boat_medium_dark_skin_tone + person_rowing_boat_dark_skin_tone + man_rowing_boat + man_rowing_boat_light_skin_tone + man_rowing_boat_medium_light_skin_tone + man_rowing_boat_medium_skin_tone + man_rowing_boat_medium_dark_skin_tone + man_rowing_boat_dark_skin_tone + woman_rowing_boat + woman_rowing_boat_light_skin_tone + woman_rowing_boat_medium_light_skin_tone + woman_rowing_boat_medium_skin_tone + woman_rowing_boat_medium_dark_skin_tone + woman_rowing_boat_dark_skin_tone + person_swimming + person_swimming_light_skin_tone + person_swimming_medium_light_skin_tone + person_swimming_medium_skin_tone + person_swimming_medium_dark_skin_tone + person_swimming_dark_skin_tone + man_swimming + man_swimming_light_skin_tone + man_swimming_medium_light_skin_tone + man_swimming_medium_skin_tone + man_swimming_medium_dark_skin_tone + man_swimming_dark_skin_tone + woman_swimming + woman_swimming_light_skin_tone + woman_swimming_medium_light_skin_tone + woman_swimming_medium_skin_tone + woman_swimming_medium_dark_skin_tone + woman_swimming_dark_skin_tone + person_bouncing_ball + person_bouncing_ball_light_skin_tone + person_bouncing_ball_medium_light_skin_tone + person_bouncing_ball_medium_skin_tone + person_bouncing_ball_medium_dark_skin_tone + person_bouncing_ball_dark_skin_tone + man_bouncing_ball + man_bouncing_ball_light_skin_tone + man_bouncing_ball_medium_light_skin_tone + man_bouncing_ball_medium_skin_tone + man_bouncing_ball_medium_dark_skin_tone + man_bouncing_ball_dark_skin_tone + woman_bouncing_ball + woman_bouncing_ball_light_skin_tone + woman_bouncing_ball_medium_light_skin_tone + woman_bouncing_ball_medium_skin_tone + woman_bouncing_ball_medium_dark_skin_tone + woman_bouncing_ball_dark_skin_tone + person_lifting_weights + person_lifting_weights_light_skin_tone + person_lifting_weights_medium_light_skin_tone + person_lifting_weights_medium_skin_tone + person_lifting_weights_medium_dark_skin_tone + person_lifting_weights_dark_skin_tone + man_lifting_weights + man_lifting_weights_light_skin_tone + man_lifting_weights_medium_light_skin_tone + man_lifting_weights_medium_skin_tone + man_lifting_weights_medium_dark_skin_tone + man_lifting_weights_dark_skin_tone + woman_lifting_weights + woman_lifting_weights_light_skin_tone + woman_lifting_weights_medium_light_skin_tone + woman_lifting_weights_medium_skin_tone + woman_lifting_weights_medium_dark_skin_tone + woman_lifting_weights_dark_skin_tone + person_biking + person_biking_light_skin_tone + person_biking_medium_light_skin_tone + person_biking_medium_skin_tone + person_biking_medium_dark_skin_tone + person_biking_dark_skin_tone + man_biking + man_biking_light_skin_tone + man_biking_medium_light_skin_tone + man_biking_medium_skin_tone + man_biking_medium_dark_skin_tone + man_biking_dark_skin_tone + woman_biking + woman_biking_light_skin_tone + woman_biking_medium_light_skin_tone + woman_biking_medium_skin_tone + woman_biking_medium_dark_skin_tone + woman_biking_dark_skin_tone + person_mountain_biking + person_mountain_biking_light_skin_tone + person_mountain_biking_medium_light_skin_tone + person_mountain_biking_medium_skin_tone + person_mountain_biking_medium_dark_skin_tone + person_mountain_biking_dark_skin_tone + man_mountain_biking + man_mountain_biking_light_skin_tone + man_mountain_biking_medium_light_skin_tone + man_mountain_biking_medium_skin_tone + man_mountain_biking_medium_dark_skin_tone + man_mountain_biking_dark_skin_tone + woman_mountain_biking + woman_mountain_biking_light_skin_tone + woman_mountain_biking_medium_light_skin_tone + woman_mountain_biking_medium_skin_tone + woman_mountain_biking_medium_dark_skin_tone + woman_mountain_biking_dark_skin_tone + person_cartwheeling + person_cartwheeling_light_skin_tone + person_cartwheeling_medium_light_skin_tone + person_cartwheeling_medium_skin_tone + person_cartwheeling_medium_dark_skin_tone + person_cartwheeling_dark_skin_tone + man_cartwheeling + man_cartwheeling_light_skin_tone + man_cartwheeling_medium_light_skin_tone + man_cartwheeling_medium_skin_tone + man_cartwheeling_medium_dark_skin_tone + man_cartwheeling_dark_skin_tone + woman_cartwheeling + woman_cartwheeling_light_skin_tone + woman_cartwheeling_medium_light_skin_tone + woman_cartwheeling_medium_skin_tone + woman_cartwheeling_medium_dark_skin_tone + woman_cartwheeling_dark_skin_tone + people_wrestling + men_wrestling + women_wrestling + person_playing_water_polo + person_playing_water_polo_light_skin_tone + person_playing_water_polo_medium_light_skin_tone + person_playing_water_polo_medium_skin_tone + person_playing_water_polo_medium_dark_skin_tone + person_playing_water_polo_dark_skin_tone + man_playing_water_polo + man_playing_water_polo_light_skin_tone + man_playing_water_polo_medium_light_skin_tone + man_playing_water_polo_medium_skin_tone + man_playing_water_polo_medium_dark_skin_tone + man_playing_water_polo_dark_skin_tone + woman_playing_water_polo + woman_playing_water_polo_light_skin_tone + woman_playing_water_polo_medium_light_skin_tone + woman_playing_water_polo_medium_skin_tone + woman_playing_water_polo_medium_dark_skin_tone + woman_playing_water_polo_dark_skin_tone + person_playing_handball + person_playing_handball_light_skin_tone + person_playing_handball_medium_light_skin_tone + person_playing_handball_medium_skin_tone + person_playing_handball_medium_dark_skin_tone + person_playing_handball_dark_skin_tone + man_playing_handball + man_playing_handball_light_skin_tone + man_playing_handball_medium_light_skin_tone + man_playing_handball_medium_skin_tone + man_playing_handball_medium_dark_skin_tone + man_playing_handball_dark_skin_tone + woman_playing_handball + woman_playing_handball_light_skin_tone + woman_playing_handball_medium_light_skin_tone + woman_playing_handball_medium_skin_tone + woman_playing_handball_medium_dark_skin_tone + woman_playing_handball_dark_skin_tone + person_juggling + person_juggling_light_skin_tone + person_juggling_medium_light_skin_tone + person_juggling_medium_skin_tone + person_juggling_medium_dark_skin_tone + person_juggling_dark_skin_tone + man_juggling + man_juggling_light_skin_tone + man_juggling_medium_light_skin_tone + man_juggling_medium_skin_tone + man_juggling_medium_dark_skin_tone + man_juggling_dark_skin_tone + woman_juggling + woman_juggling_light_skin_tone + woman_juggling_medium_light_skin_tone + woman_juggling_medium_skin_tone + woman_juggling_medium_dark_skin_tone + woman_juggling_dark_skin_tone + person_in_lotus_position + person_in_lotus_position_light_skin_tone + person_in_lotus_position_medium_light_skin_tone + person_in_lotus_position_medium_skin_tone + person_in_lotus_position_medium_dark_skin_tone + person_in_lotus_position_dark_skin_tone + man_in_lotus_position + man_in_lotus_position_light_skin_tone + man_in_lotus_position_medium_light_skin_tone + man_in_lotus_position_medium_skin_tone + man_in_lotus_position_medium_dark_skin_tone + man_in_lotus_position_dark_skin_tone + woman_in_lotus_position + woman_in_lotus_position_light_skin_tone + woman_in_lotus_position_medium_light_skin_tone + woman_in_lotus_position_medium_skin_tone + woman_in_lotus_position_medium_dark_skin_tone + woman_in_lotus_position_dark_skin_tone + person_taking_bath + person_taking_bath_light_skin_tone + person_taking_bath_medium_light_skin_tone + person_taking_bath_medium_skin_tone + person_taking_bath_medium_dark_skin_tone + person_taking_bath_dark_skin_tone + person_in_bed + person_in_bed_light_skin_tone + person_in_bed_medium_light_skin_tone + person_in_bed_medium_skin_tone + person_in_bed_medium_dark_skin_tone + person_in_bed_dark_skin_tone + people_holding_hands + people_holding_hands_light_skin_tone + people_holding_hands_medium_light_skin_tone_light_skin_tone + people_holding_hands_medium_light_skin_tone_light_skin_tone_1 + people_holding_hands_medium_skin_tone_light_skin_tone + people_holding_hands_medium_skin_tone_medium_light_skin_tone + people_holding_hands_medium_skin_tone_medium_light_skin_tone_1 + people_holding_hands_medium_dark_skin_tone_light_skin_tone + people_holding_hands_medium_dark_skin_tone_medium_light_skin_tone + people_holding_hands_medium_dark_skin_tone_medium_skin_tone + people_holding_hands_medium_dark_skin_tone_medium_skin_tone_1 + people_holding_hands_dark_skin_tone_light_skin_tone + people_holding_hands_dark_skin_tone_medium_light_skin_tone + people_holding_hands_dark_skin_tone_medium_skin_tone + people_holding_hands_dark_skin_tone_medium_dark_skin_tone + people_holding_hands_dark_skin_tone_medium_dark_skin_tone_1 + women_holding_hands + women_holding_hands_light_skin_tone + women_holding_hands_medium_light_skin_tone_light_skin_tone + women_holding_hands_medium_light_skin_tone_light_skin_tone_1 + women_holding_hands_medium_skin_tone_light_skin_tone + women_holding_hands_medium_skin_tone_medium_light_skin_tone + women_holding_hands_medium_skin_tone_medium_light_skin_tone_1 + women_holding_hands_medium_dark_skin_tone_light_skin_tone + women_holding_hands_medium_dark_skin_tone_medium_light_skin_tone + women_holding_hands_medium_dark_skin_tone_medium_skin_tone + women_holding_hands_medium_dark_skin_tone_medium_skin_tone_1 + women_holding_hands_dark_skin_tone_light_skin_tone + women_holding_hands_dark_skin_tone_medium_light_skin_tone + women_holding_hands_dark_skin_tone_medium_skin_tone + women_holding_hands_dark_skin_tone_medium_dark_skin_tone + women_holding_hands_dark_skin_tone_medium_dark_skin_tone_1 + woman_and_man_holding_hands + woman_and_man_holding_hands_light_skin_tone + woman_and_man_holding_hands_light_skin_tone_medium_light_skin_tone + woman_and_man_holding_hands_light_skin_tone_medium_skin_tone + woman_and_man_holding_hands_light_skin_tone_medium_dark_skin_tone + woman_and_man_holding_hands_light_skin_tone_dark_skin_tone + woman_and_man_holding_hands_medium_light_skin_tone_light_skin_tone + woman_and_man_holding_hands_medium_light_skin_tone_light_skin_tone_1 + woman_and_man_holding_hands_medium_light_skin_tone_medium_skin_tone + woman_and_man_holding_hands_medium_light_skin_tone_medium_dark_skin_tone + woman_and_man_holding_hands_medium_light_skin_tone_dark_skin_tone + woman_and_man_holding_hands_medium_skin_tone_light_skin_tone + woman_and_man_holding_hands_medium_skin_tone_medium_light_skin_tone + woman_and_man_holding_hands_medium_skin_tone_medium_light_skin_tone_1 + woman_and_man_holding_hands_medium_skin_tone_medium_dark_skin_tone + woman_and_man_holding_hands_medium_skin_tone_dark_skin_tone + woman_and_man_holding_hands_medium_dark_skin_tone_light_skin_tone + woman_and_man_holding_hands_medium_dark_skin_tone_medium_light_skin_tone + woman_and_man_holding_hands_medium_dark_skin_tone_medium_skin_tone + woman_and_man_holding_hands_medium_dark_skin_tone_medium_skin_tone_1 + woman_and_man_holding_hands_medium_dark_skin_tone_dark_skin_tone + woman_and_man_holding_hands_dark_skin_tone_light_skin_tone + woman_and_man_holding_hands_dark_skin_tone_medium_light_skin_tone + woman_and_man_holding_hands_dark_skin_tone_medium_skin_tone + woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone + woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone_1 + men_holding_hands + men_holding_hands_light_skin_tone + men_holding_hands_medium_light_skin_tone_light_skin_tone + men_holding_hands_medium_light_skin_tone_light_skin_tone_1 + men_holding_hands_medium_skin_tone_light_skin_tone + men_holding_hands_medium_skin_tone_medium_light_skin_tone + men_holding_hands_medium_skin_tone_medium_light_skin_tone_1 + men_holding_hands_medium_dark_skin_tone_light_skin_tone + men_holding_hands_medium_dark_skin_tone_medium_light_skin_tone + men_holding_hands_medium_dark_skin_tone_medium_skin_tone + men_holding_hands_medium_dark_skin_tone_medium_skin_tone_1 + men_holding_hands_dark_skin_tone_light_skin_tone + men_holding_hands_dark_skin_tone_medium_light_skin_tone + men_holding_hands_dark_skin_tone_medium_skin_tone + men_holding_hands_dark_skin_tone_medium_dark_skin_tone + men_holding_hands_dark_skin_tone_medium_dark_skin_tone_1 + kiss + kiss_woman_man + kiss_man_man + kiss_woman_woman + couple_with_heart + couple_with_heart_woman_man + couple_with_heart_man_man + couple_with_heart_woman_woman + family + family_man_woman_boy + family_man_woman_girl + family_man_woman_girl_boy + family_man_woman_boy_boy + family_man_woman_girl_girl + family_man_man_boy + family_man_man_girl + family_man_man_girl_boy + family_man_man_boy_boy + family_man_man_girl_girl + family_woman_woman_boy + family_woman_woman_girl + family_woman_woman_girl_boy + family_woman_woman_boy_boy + family_woman_woman_girl_girl + family_man_boy + family_man_boy_boy + family_man_girl + family_man_girl_boy + family_man_girl_girl + family_woman_boy + family_woman_boy_boy + family_woman_girl + family_woman_girl_boy + family_woman_girl_girl + speaking_head + bust_in_silhouette + busts_in_silhouette + footprints +" + +emoji_groups[animals]=" + monkey_face + monkey_face_1 + gorilla + orangutan + dog_face + dog_face_1 + guide_dog + service_dog + poodle + wolf + fox + raccoon + cat_face + cat_face_1 + lion + tiger_face + tiger_face_1 + leopard + horse_face + horse_face_1 + unicorn + zebra + deer + cow_face + ox + water_buffalo + cow + pig_face + pig_face_1 + boar + pig_nose + ram + ewe + goat + camel + two_hump_camel + llama + giraffe + elephant + rhinoceros + hippopotamus + mouse_face + mouse_face_1 + rat + hamster + rabbit_face + rabbit_face_1 + chipmunk + hedgehog + bat + bear + koala + panda + sloth + otter + skunk + kangaroo + badger + paw_prints + turkey + chicken + rooster + hatching_chick + baby_chick + front_facing_baby_chick + bird + penguin + dove + eagle + duck + swan + owl + flamingo + peacock + parrot + frog + crocodile + turtle + lizard + snake + dragon_face + dragon_face_1 + sauropod + T_Rex + spouting_whale + spouting_whale_1 + dolphin + fish + tropical_fish + blowfish + shark + octopus + spiral_shell + snail + butterfly + bug + ant + honeybee + lady_beetle + cricket + spider + spider_web + scorpion + mosquito + microbe +" + +emoji_groups[faces]=" + grinning_face + grinning_face_with_big_eyes + grinning_face_with_smiling_eyes + beaming_face_with_smiling_eyes + grinning_squinting_face + grinning_face_with_sweat + rolling_on_the_floor_laughing + face_with_tears_of_joy + slightly_smiling_face + upside_down_face + winking_face + smiling_face_with_smiling_eyes + smiling_face_with_halo + smiling_face_with_hearts + smiling_face_with_heart_eyes + star_struck + face_blowing_a_kiss + kissing_face + smiling_face + kissing_face_with_closed_eyes + kissing_face_with_smiling_eyes + face_savoring_food + face_with_tongue + winking_face_with_tongue + zany_face + squinting_face_with_tongue + money_mouth_face + hugging_face + face_with_hand_over_mouth + shushing_face + thinking_face + zipper_mouth_face + face_with_raised_eyebrow + neutral_face + expressionless_face + face_without_mouth + smirking_face + unamused_face + face_with_rolling_eyes + grimacing_face + lying_face + relieved_face + pensive_face + sleepy_face + drooling_face + sleeping_face + face_with_medical_mask + face_with_thermometer + face_with_head_bandage + nauseated_face + face_vomiting + sneezing_face + hot_face + cold_face + woozy_face + dizzy_face + exploding_head + cowboy_hat_face + partying_face + smiling_face_with_sunglasses + nerd_face + face_with_monocle + confused_face + worried_face + slightly_frowning_face + slightly_frowning_face_1 + face_with_open_mouth + hushed_face + astonished_face + flushed_face + pleading_face + frowning_face_with_open_mouth + anguished_face + fearful_face + anxious_face_with_sweat + sad_but_relieved_face + crying_face + loudly_crying_face + face_screaming_in_fear + confounded_face + persevering_face + disappointed_face + downcast_face_with_sweat + weary_face + tired_face + yawning_face + face_with_steam_from_nose + pouting_face + angry_face + face_with_symbols_on_mouth + smiling_face_with_horns + angry_face_with_horns + skull + skull_and_crossbones + pile_of_poo + clown_face + ogre + goblin + ghost + alien + alien_monster + robot +" + +emoji_groups[flags]=" + chequered_flag + triangular_flag + crossed_flags + black_flag + white_flag + rainbow_flag + pirate_flag + Ascension_Island + Andorra + United_Arab_Emirates + Afghanistan + Antigua_and_Barbuda + Anguilla + Albania + Armenia + Angola + Antarctica + Argentina + American_Samoa + Austria + Australia + Aruba + Åland_Islands + Azerbaijan + Bosnia_and_Herzegovina + Barbados + Bangladesh + Belgium + Burkina_Faso + Bulgaria + Bahrain + Burundi + Benin + St_Barthélemy + Bermuda + Brunei + Bolivia + Caribbean_Netherlands + Brazil + Bahamas + Bhutan + Bouvet_Island + Botswana + Belarus + Belize + Canada + Cocos_Keeling_Islands + Congo__Kinshasa + Central_African_Republic + Congo__Brazzaville + Switzerland + Côte_d_Ivoire + Cook_Islands + Chile + Cameroon + China + Colombia + Clipperton_Island + Costa_Rica + Cuba + Cape_Verde + Curaçao + Christmas_Island + Cyprus + Czechia + Germany + Diego_Garcia + Djibouti + Denmark + Dominica + Dominican_Republic + Algeria + Ceuta_and_Melilla + Ecuador + Estonia + Egypt + Western_Sahara + Eritrea + Spain + Ethiopia + European_Union + Finland + Fiji + Falkland_Islands + Micronesia + Faroe_Islands + France + Gabon + United_Kingdom + Grenada + Georgia + French_Guiana + Guernsey + Ghana + Gibraltar + Greenland + Gambia + Guinea + Guadeloupe + Equatorial_Guinea + Greece + South_Georgia_and_South_Sandwich_Islands + Guatemala + Guam + Guinea_Bissau + Guyana + Hong_Kong_SAR_China + Heard_and_McDonald_Islands + Honduras + Croatia + Haiti + Hungary + Canary_Islands + Indonesia + Ireland + Israel + Isle_of_Man + India + British_Indian_Ocean_Territory + Iraq + Iran + Iceland + Italy + Jersey + Jamaica + Jordan + Japan + Kenya + Kyrgyzstan + Cambodia + Kiribati + Comoros + St_Kitts_and_Nevis + North_Korea + South_Korea + Kuwait + Cayman_Islands + Kazakhstan + Laos + Lebanon + St_Lucia + Liechtenstein + Sri_Lanka + Liberia + Lesotho + Lithuania + Luxembourg + Latvia + Libya + Morocco + Monaco + Moldova + Montenegro + St_Martin + Madagascar + Marshall_Islands + Macedonia + Mali + Myanmar_Burma_ + Mongolia + Macao_SAR_China + Northern_Mariana_Islands + Martinique + Mauritania + Montserrat + Malta + Mauritius + Maldives + Malawi + Mexico + Malaysia + Mozambique + Namibia + New_Caledonia + Niger + Norfolk_Island + Nigeria + Nicaragua + Netherlands + Norway + Nepal + Nauru + Niue + New_Zealand + Oman + Panama + Peru + French_Polynesia + Papua_New_Guinea + Philippines + Pakistan + Poland + St_Pierre_and_Miquelon + Pitcairn_Islands + Puerto_Rico + Palestinian_Territories + Portugal + Palau + Paraguay + Qatar + Réunion + Romania + Serbia + Russia + Rwanda + Saudi_Arabia + Solomon_Islands + Seychelles + Sudan + Sweden + Singapore + St_Helena + Slovenia + Svalbard_and_Jan_Mayen + Slovakia + Sierra_Leone + San_Marino + Senegal + Somalia + Suriname + South_Sudan + São_Tomé_and_Príncipe + El_Salvador + Sint_Maarten + Syria + Eswatini + Tristan_da_Cunha + Turks_and_Caicos_Islands + Chad + French_Southern_Territories + Togo + Thailand + Tajikistan + Tokelau + Timor_Leste + Turkmenistan + Tunisia + Tonga + Turkey + Trinidad_and_Tobago + Tuvalu + Taiwan + Tanzania + Ukraine + Uganda + U_S_Outlying_Islands + United_Nations + United_States + Uruguay + Uzbekistan + Vatican_City + St_Vincent_and_Grenadines + Venezuela + British_Virgin_Islands + U_S_Virgin_Islands + Vietnam + Vanuatu + Wallis_and_Futuna + Samoa + Kosovo + Yemen + Mayotte + South_Africa + Zambia + Zimbabwe + England + Scotland + Wales +" diff --git a/.oh-my-zsh/plugins/emoji/emoji-data.txt b/.oh-my-zsh/plugins/emoji/emoji-data.txt new file mode 100644 index 0000000..59b7e92 --- /dev/null +++ b/.oh-my-zsh/plugins/emoji/emoji-data.txt @@ -0,0 +1,4122 @@ +# emoji-data.txt +# (Originally emoji-test.txt) +# (Retrieved from https://unicode.org/Public/emoji/12.0/emoji-test.txt) + +# Date: 2019-01-27, 15:43:01 GMT +# © 2019 Unicode®, Inc. +# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. +# For terms of use, see http://www.unicode.org/terms_of_use.html +# +# Emoji Keyboard/Display Test Data for UTS #51 +# Version: 12.0 +# +# For documentation and usage, see http://www.unicode.org/reports/tr51 +# +# This file provides data for testing which emoji forms should be in keyboards and which should also be displayed/processed. +# Format: code points; status # emoji name +# Code points — list of one or more hex code points, separated by spaces +# Status +# component — an Emoji_Component, +# excluding Regional_Indicators, ASCII, and non-Emoji. +# fully-qualified — a fully-qualified emoji (see ED-18 in UTS #51), +# excluding Emoji_Component +# minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51) +# unqualified — a unqualified emoji (See ED-19 in UTS #51) +# Notes: +# • This includes the emoji components that need emoji presentation (skin tone and hair) +# when isolated, but omits the components that need not have an emoji +# presentation when isolated. +# • The RGI set is covered by the listed fully-qualified emoji. +# • The listed minimally-qualified and unqualified cover all cases where an +# element of the RGI set is missing one or more emoji presentation selectors. +# • The file is in CLDR order, not codepoint order. This is recommended (but not required!) for keyboard palettes. +# • The groups and subgroups are illustrative. See the Emoji Order chart for more information. + + +# group: Smileys & Emotion + +# subgroup: face-smiling +1F600 ; fully-qualified # 😀 grinning face +1F603 ; fully-qualified # 😃 grinning face with big eyes +1F604 ; fully-qualified # 😄 grinning face with smiling eyes +1F601 ; fully-qualified # 😁 beaming face with smiling eyes +1F606 ; fully-qualified # 😆 grinning squinting face +1F605 ; fully-qualified # 😅 grinning face with sweat +1F923 ; fully-qualified # 🤣 rolling on the floor laughing +1F602 ; fully-qualified # 😂 face with tears of joy +1F642 ; fully-qualified # 🙂 slightly smiling face +1F643 ; fully-qualified # 🙃 upside-down face +1F609 ; fully-qualified # 😉 winking face +1F60A ; fully-qualified # 😊 smiling face with smiling eyes +1F607 ; fully-qualified # 😇 smiling face with halo + +# subgroup: face-affection +1F970 ; fully-qualified # 🥰 smiling face with hearts +1F60D ; fully-qualified # 😍 smiling face with heart-eyes +1F929 ; fully-qualified # 🤩 star-struck +1F618 ; fully-qualified # 😘 face blowing a kiss +1F617 ; fully-qualified # 😗 kissing face +263A FE0F ; fully-qualified # ☺️ smiling face +263A ; unqualified # ☺ smiling face +1F61A ; fully-qualified # 😚 kissing face with closed eyes +1F619 ; fully-qualified # 😙 kissing face with smiling eyes + +# subgroup: face-tongue +1F60B ; fully-qualified # 😋 face savoring food +1F61B ; fully-qualified # 😛 face with tongue +1F61C ; fully-qualified # 😜 winking face with tongue +1F92A ; fully-qualified # 🤪 zany face +1F61D ; fully-qualified # 😝 squinting face with tongue +1F911 ; fully-qualified # 🤑 money-mouth face + +# subgroup: face-hand +1F917 ; fully-qualified # 🤗 hugging face +1F92D ; fully-qualified # 🤭 face with hand over mouth +1F92B ; fully-qualified # 🤫 shushing face +1F914 ; fully-qualified # 🤔 thinking face + +# subgroup: face-neutral-skeptical +1F910 ; fully-qualified # 🤐 zipper-mouth face +1F928 ; fully-qualified # 🤨 face with raised eyebrow +1F610 ; fully-qualified # 😐 neutral face +1F611 ; fully-qualified # 😑 expressionless face +1F636 ; fully-qualified # 😶 face without mouth +1F60F ; fully-qualified # 😏 smirking face +1F612 ; fully-qualified # 😒 unamused face +1F644 ; fully-qualified # 🙄 face with rolling eyes +1F62C ; fully-qualified # 😬 grimacing face +1F925 ; fully-qualified # 🤥 lying face + +# subgroup: face-sleepy +1F60C ; fully-qualified # 😌 relieved face +1F614 ; fully-qualified # 😔 pensive face +1F62A ; fully-qualified # 😪 sleepy face +1F924 ; fully-qualified # 🤤 drooling face +1F634 ; fully-qualified # 😴 sleeping face + +# subgroup: face-unwell +1F637 ; fully-qualified # 😷 face with medical mask +1F912 ; fully-qualified # 🤒 face with thermometer +1F915 ; fully-qualified # 🤕 face with head-bandage +1F922 ; fully-qualified # 🤢 nauseated face +1F92E ; fully-qualified # 🤮 face vomiting +1F927 ; fully-qualified # 🤧 sneezing face +1F975 ; fully-qualified # 🥵 hot face +1F976 ; fully-qualified # 🥶 cold face +1F974 ; fully-qualified # 🥴 woozy face +1F635 ; fully-qualified # 😵 dizzy face +1F92F ; fully-qualified # 🤯 exploding head + +# subgroup: face-hat +1F920 ; fully-qualified # 🤠 cowboy hat face +1F973 ; fully-qualified # 🥳 partying face + +# subgroup: face-glasses +1F60E ; fully-qualified # 😎 smiling face with sunglasses +1F913 ; fully-qualified # 🤓 nerd face +1F9D0 ; fully-qualified # 🧐 face with monocle + +# subgroup: face-concerned +1F615 ; fully-qualified # 😕 confused face +1F61F ; fully-qualified # 😟 worried face +1F641 ; fully-qualified # 🙁 slightly frowning face +2639 FE0F ; fully-qualified # ☹️ frowning face +2639 ; unqualified # ☹ frowning face +1F62E ; fully-qualified # 😮 face with open mouth +1F62F ; fully-qualified # 😯 hushed face +1F632 ; fully-qualified # 😲 astonished face +1F633 ; fully-qualified # 😳 flushed face +1F97A ; fully-qualified # 🥺 pleading face +1F626 ; fully-qualified # 😦 frowning face with open mouth +1F627 ; fully-qualified # 😧 anguished face +1F628 ; fully-qualified # 😨 fearful face +1F630 ; fully-qualified # 😰 anxious face with sweat +1F625 ; fully-qualified # 😥 sad but relieved face +1F622 ; fully-qualified # 😢 crying face +1F62D ; fully-qualified # 😭 loudly crying face +1F631 ; fully-qualified # 😱 face screaming in fear +1F616 ; fully-qualified # 😖 confounded face +1F623 ; fully-qualified # 😣 persevering face +1F61E ; fully-qualified # 😞 disappointed face +1F613 ; fully-qualified # 😓 downcast face with sweat +1F629 ; fully-qualified # 😩 weary face +1F62B ; fully-qualified # 😫 tired face +1F971 ; fully-qualified # 🥱 yawning face + +# subgroup: face-negative +1F624 ; fully-qualified # 😤 face with steam from nose +1F621 ; fully-qualified # 😡 pouting face +1F620 ; fully-qualified # 😠 angry face +1F92C ; fully-qualified # 🤬 face with symbols on mouth +1F608 ; fully-qualified # 😈 smiling face with horns +1F47F ; fully-qualified # 👿 angry face with horns +1F480 ; fully-qualified # 💀 skull +2620 FE0F ; fully-qualified # ☠️ skull and crossbones +2620 ; unqualified # ☠ skull and crossbones + +# subgroup: face-costume +1F4A9 ; fully-qualified # 💩 pile of poo +1F921 ; fully-qualified # 🤡 clown face +1F479 ; fully-qualified # 👹 ogre +1F47A ; fully-qualified # 👺 goblin +1F47B ; fully-qualified # 👻 ghost +1F47D ; fully-qualified # 👽 alien +1F47E ; fully-qualified # 👾 alien monster +1F916 ; fully-qualified # 🤖 robot + +# subgroup: cat-face +1F63A ; fully-qualified # 😺 grinning cat +1F638 ; fully-qualified # 😸 grinning cat with smiling eyes +1F639 ; fully-qualified # 😹 cat with tears of joy +1F63B ; fully-qualified # 😻 smiling cat with heart-eyes +1F63C ; fully-qualified # 😼 cat with wry smile +1F63D ; fully-qualified # 😽 kissing cat +1F640 ; fully-qualified # 🙀 weary cat +1F63F ; fully-qualified # 😿 crying cat +1F63E ; fully-qualified # 😾 pouting cat + +# subgroup: monkey-face +1F648 ; fully-qualified # 🙈 see-no-evil monkey +1F649 ; fully-qualified # 🙉 hear-no-evil monkey +1F64A ; fully-qualified # 🙊 speak-no-evil monkey + +# subgroup: emotion +1F48B ; fully-qualified # 💋 kiss mark +1F48C ; fully-qualified # 💌 love letter +1F498 ; fully-qualified # 💘 heart with arrow +1F49D ; fully-qualified # 💝 heart with ribbon +1F496 ; fully-qualified # 💖 sparkling heart +1F497 ; fully-qualified # 💗 growing heart +1F493 ; fully-qualified # 💓 beating heart +1F49E ; fully-qualified # 💞 revolving hearts +1F495 ; fully-qualified # 💕 two hearts +1F49F ; fully-qualified # 💟 heart decoration +2763 FE0F ; fully-qualified # ❣️ heart exclamation +2763 ; unqualified # ❣ heart exclamation +1F494 ; fully-qualified # 💔 broken heart +2764 FE0F ; fully-qualified # ❤️ red heart +2764 ; unqualified # ❤ red heart +1F9E1 ; fully-qualified # 🧡 orange heart +1F49B ; fully-qualified # 💛 yellow heart +1F49A ; fully-qualified # 💚 green heart +1F499 ; fully-qualified # 💙 blue heart +1F49C ; fully-qualified # 💜 purple heart +1F90E ; fully-qualified # 🤎 brown heart +1F5A4 ; fully-qualified # 🖤 black heart +1F90D ; fully-qualified # 🤍 white heart +1F4AF ; fully-qualified # 💯 hundred points +1F4A2 ; fully-qualified # 💢 anger symbol +1F4A5 ; fully-qualified # 💥 collision +1F4AB ; fully-qualified # 💫 dizzy +1F4A6 ; fully-qualified # 💦 sweat droplets +1F4A8 ; fully-qualified # 💨 dashing away +1F573 FE0F ; fully-qualified # 🕳️ hole +1F573 ; unqualified # 🕳 hole +1F4A3 ; fully-qualified # 💣 bomb +1F4AC ; fully-qualified # 💬 speech balloon +1F441 FE0F 200D 1F5E8 FE0F ; fully-qualified # 👁️‍🗨️ eye in speech bubble +1F441 200D 1F5E8 FE0F ; unqualified # 👁‍🗨️ eye in speech bubble +1F441 FE0F 200D 1F5E8 ; unqualified # 👁️‍🗨 eye in speech bubble +1F441 200D 1F5E8 ; unqualified # 👁‍🗨 eye in speech bubble +1F5E8 FE0F ; fully-qualified # 🗨️ left speech bubble +1F5E8 ; unqualified # 🗨 left speech bubble +1F5EF FE0F ; fully-qualified # 🗯️ right anger bubble +1F5EF ; unqualified # 🗯 right anger bubble +1F4AD ; fully-qualified # 💭 thought balloon +1F4A4 ; fully-qualified # 💤 zzz + +# Smileys & Emotion subtotal: 160 +# Smileys & Emotion subtotal: 160 w/o modifiers + +# group: People & Body + +# subgroup: hand-fingers-open +1F44B ; fully-qualified # 👋 waving hand +1F44B 1F3FB ; fully-qualified # 👋🏻 waving hand: light skin tone +1F44B 1F3FC ; fully-qualified # 👋🏼 waving hand: medium-light skin tone +1F44B 1F3FD ; fully-qualified # 👋🏽 waving hand: medium skin tone +1F44B 1F3FE ; fully-qualified # 👋🏾 waving hand: medium-dark skin tone +1F44B 1F3FF ; fully-qualified # 👋🏿 waving hand: dark skin tone +1F91A ; fully-qualified # 🤚 raised back of hand +1F91A 1F3FB ; fully-qualified # 🤚🏻 raised back of hand: light skin tone +1F91A 1F3FC ; fully-qualified # 🤚🏼 raised back of hand: medium-light skin tone +1F91A 1F3FD ; fully-qualified # 🤚🏽 raised back of hand: medium skin tone +1F91A 1F3FE ; fully-qualified # 🤚🏾 raised back of hand: medium-dark skin tone +1F91A 1F3FF ; fully-qualified # 🤚🏿 raised back of hand: dark skin tone +1F590 FE0F ; fully-qualified # 🖐️ hand with fingers splayed +1F590 ; unqualified # 🖐 hand with fingers splayed +1F590 1F3FB ; fully-qualified # 🖐🏻 hand with fingers splayed: light skin tone +1F590 1F3FC ; fully-qualified # 🖐🏼 hand with fingers splayed: medium-light skin tone +1F590 1F3FD ; fully-qualified # 🖐🏽 hand with fingers splayed: medium skin tone +1F590 1F3FE ; fully-qualified # 🖐🏾 hand with fingers splayed: medium-dark skin tone +1F590 1F3FF ; fully-qualified # 🖐🏿 hand with fingers splayed: dark skin tone +270B ; fully-qualified # ✋ raised hand +270B 1F3FB ; fully-qualified # ✋🏻 raised hand: light skin tone +270B 1F3FC ; fully-qualified # ✋🏼 raised hand: medium-light skin tone +270B 1F3FD ; fully-qualified # ✋🏽 raised hand: medium skin tone +270B 1F3FE ; fully-qualified # ✋🏾 raised hand: medium-dark skin tone +270B 1F3FF ; fully-qualified # ✋🏿 raised hand: dark skin tone +1F596 ; fully-qualified # 🖖 vulcan salute +1F596 1F3FB ; fully-qualified # 🖖🏻 vulcan salute: light skin tone +1F596 1F3FC ; fully-qualified # 🖖🏼 vulcan salute: medium-light skin tone +1F596 1F3FD ; fully-qualified # 🖖🏽 vulcan salute: medium skin tone +1F596 1F3FE ; fully-qualified # 🖖🏾 vulcan salute: medium-dark skin tone +1F596 1F3FF ; fully-qualified # 🖖🏿 vulcan salute: dark skin tone + +# subgroup: hand-fingers-partial +1F44C ; fully-qualified # 👌 OK hand +1F44C 1F3FB ; fully-qualified # 👌🏻 OK hand: light skin tone +1F44C 1F3FC ; fully-qualified # 👌🏼 OK hand: medium-light skin tone +1F44C 1F3FD ; fully-qualified # 👌🏽 OK hand: medium skin tone +1F44C 1F3FE ; fully-qualified # 👌🏾 OK hand: medium-dark skin tone +1F44C 1F3FF ; fully-qualified # 👌🏿 OK hand: dark skin tone +1F90F ; fully-qualified # 🤏 pinching hand +1F90F 1F3FB ; fully-qualified # 🤏🏻 pinching hand: light skin tone +1F90F 1F3FC ; fully-qualified # 🤏🏼 pinching hand: medium-light skin tone +1F90F 1F3FD ; fully-qualified # 🤏🏽 pinching hand: medium skin tone +1F90F 1F3FE ; fully-qualified # 🤏🏾 pinching hand: medium-dark skin tone +1F90F 1F3FF ; fully-qualified # 🤏🏿 pinching hand: dark skin tone +270C FE0F ; fully-qualified # ✌️ victory hand +270C ; unqualified # ✌ victory hand +270C 1F3FB ; fully-qualified # ✌🏻 victory hand: light skin tone +270C 1F3FC ; fully-qualified # ✌🏼 victory hand: medium-light skin tone +270C 1F3FD ; fully-qualified # ✌🏽 victory hand: medium skin tone +270C 1F3FE ; fully-qualified # ✌🏾 victory hand: medium-dark skin tone +270C 1F3FF ; fully-qualified # ✌🏿 victory hand: dark skin tone +1F91E ; fully-qualified # 🤞 crossed fingers +1F91E 1F3FB ; fully-qualified # 🤞🏻 crossed fingers: light skin tone +1F91E 1F3FC ; fully-qualified # 🤞🏼 crossed fingers: medium-light skin tone +1F91E 1F3FD ; fully-qualified # 🤞🏽 crossed fingers: medium skin tone +1F91E 1F3FE ; fully-qualified # 🤞🏾 crossed fingers: medium-dark skin tone +1F91E 1F3FF ; fully-qualified # 🤞🏿 crossed fingers: dark skin tone +1F91F ; fully-qualified # 🤟 love-you gesture +1F91F 1F3FB ; fully-qualified # 🤟🏻 love-you gesture: light skin tone +1F91F 1F3FC ; fully-qualified # 🤟🏼 love-you gesture: medium-light skin tone +1F91F 1F3FD ; fully-qualified # 🤟🏽 love-you gesture: medium skin tone +1F91F 1F3FE ; fully-qualified # 🤟🏾 love-you gesture: medium-dark skin tone +1F91F 1F3FF ; fully-qualified # 🤟🏿 love-you gesture: dark skin tone +1F918 ; fully-qualified # 🤘 sign of the horns +1F918 1F3FB ; fully-qualified # 🤘🏻 sign of the horns: light skin tone +1F918 1F3FC ; fully-qualified # 🤘🏼 sign of the horns: medium-light skin tone +1F918 1F3FD ; fully-qualified # 🤘🏽 sign of the horns: medium skin tone +1F918 1F3FE ; fully-qualified # 🤘🏾 sign of the horns: medium-dark skin tone +1F918 1F3FF ; fully-qualified # 🤘🏿 sign of the horns: dark skin tone +1F919 ; fully-qualified # 🤙 call me hand +1F919 1F3FB ; fully-qualified # 🤙🏻 call me hand: light skin tone +1F919 1F3FC ; fully-qualified # 🤙🏼 call me hand: medium-light skin tone +1F919 1F3FD ; fully-qualified # 🤙🏽 call me hand: medium skin tone +1F919 1F3FE ; fully-qualified # 🤙🏾 call me hand: medium-dark skin tone +1F919 1F3FF ; fully-qualified # 🤙🏿 call me hand: dark skin tone + +# subgroup: hand-single-finger +1F448 ; fully-qualified # 👈 backhand index pointing left +1F448 1F3FB ; fully-qualified # 👈🏻 backhand index pointing left: light skin tone +1F448 1F3FC ; fully-qualified # 👈🏼 backhand index pointing left: medium-light skin tone +1F448 1F3FD ; fully-qualified # 👈🏽 backhand index pointing left: medium skin tone +1F448 1F3FE ; fully-qualified # 👈🏾 backhand index pointing left: medium-dark skin tone +1F448 1F3FF ; fully-qualified # 👈🏿 backhand index pointing left: dark skin tone +1F449 ; fully-qualified # 👉 backhand index pointing right +1F449 1F3FB ; fully-qualified # 👉🏻 backhand index pointing right: light skin tone +1F449 1F3FC ; fully-qualified # 👉🏼 backhand index pointing right: medium-light skin tone +1F449 1F3FD ; fully-qualified # 👉🏽 backhand index pointing right: medium skin tone +1F449 1F3FE ; fully-qualified # 👉🏾 backhand index pointing right: medium-dark skin tone +1F449 1F3FF ; fully-qualified # 👉🏿 backhand index pointing right: dark skin tone +1F446 ; fully-qualified # 👆 backhand index pointing up +1F446 1F3FB ; fully-qualified # 👆🏻 backhand index pointing up: light skin tone +1F446 1F3FC ; fully-qualified # 👆🏼 backhand index pointing up: medium-light skin tone +1F446 1F3FD ; fully-qualified # 👆🏽 backhand index pointing up: medium skin tone +1F446 1F3FE ; fully-qualified # 👆🏾 backhand index pointing up: medium-dark skin tone +1F446 1F3FF ; fully-qualified # 👆🏿 backhand index pointing up: dark skin tone +1F595 ; fully-qualified # 🖕 middle finger +1F595 1F3FB ; fully-qualified # 🖕🏻 middle finger: light skin tone +1F595 1F3FC ; fully-qualified # 🖕🏼 middle finger: medium-light skin tone +1F595 1F3FD ; fully-qualified # 🖕🏽 middle finger: medium skin tone +1F595 1F3FE ; fully-qualified # 🖕🏾 middle finger: medium-dark skin tone +1F595 1F3FF ; fully-qualified # 🖕🏿 middle finger: dark skin tone +1F447 ; fully-qualified # 👇 backhand index pointing down +1F447 1F3FB ; fully-qualified # 👇🏻 backhand index pointing down: light skin tone +1F447 1F3FC ; fully-qualified # 👇🏼 backhand index pointing down: medium-light skin tone +1F447 1F3FD ; fully-qualified # 👇🏽 backhand index pointing down: medium skin tone +1F447 1F3FE ; fully-qualified # 👇🏾 backhand index pointing down: medium-dark skin tone +1F447 1F3FF ; fully-qualified # 👇🏿 backhand index pointing down: dark skin tone +261D FE0F ; fully-qualified # ☝️ index pointing up +261D ; unqualified # ☝ index pointing up +261D 1F3FB ; fully-qualified # ☝🏻 index pointing up: light skin tone +261D 1F3FC ; fully-qualified # ☝🏼 index pointing up: medium-light skin tone +261D 1F3FD ; fully-qualified # ☝🏽 index pointing up: medium skin tone +261D 1F3FE ; fully-qualified # ☝🏾 index pointing up: medium-dark skin tone +261D 1F3FF ; fully-qualified # ☝🏿 index pointing up: dark skin tone + +# subgroup: hand-fingers-closed +1F44D ; fully-qualified # 👍 thumbs up +1F44D 1F3FB ; fully-qualified # 👍🏻 thumbs up: light skin tone +1F44D 1F3FC ; fully-qualified # 👍🏼 thumbs up: medium-light skin tone +1F44D 1F3FD ; fully-qualified # 👍🏽 thumbs up: medium skin tone +1F44D 1F3FE ; fully-qualified # 👍🏾 thumbs up: medium-dark skin tone +1F44D 1F3FF ; fully-qualified # 👍🏿 thumbs up: dark skin tone +1F44E ; fully-qualified # 👎 thumbs down +1F44E 1F3FB ; fully-qualified # 👎🏻 thumbs down: light skin tone +1F44E 1F3FC ; fully-qualified # 👎🏼 thumbs down: medium-light skin tone +1F44E 1F3FD ; fully-qualified # 👎🏽 thumbs down: medium skin tone +1F44E 1F3FE ; fully-qualified # 👎🏾 thumbs down: medium-dark skin tone +1F44E 1F3FF ; fully-qualified # 👎🏿 thumbs down: dark skin tone +270A ; fully-qualified # ✊ raised fist +270A 1F3FB ; fully-qualified # ✊🏻 raised fist: light skin tone +270A 1F3FC ; fully-qualified # ✊🏼 raised fist: medium-light skin tone +270A 1F3FD ; fully-qualified # ✊🏽 raised fist: medium skin tone +270A 1F3FE ; fully-qualified # ✊🏾 raised fist: medium-dark skin tone +270A 1F3FF ; fully-qualified # ✊🏿 raised fist: dark skin tone +1F44A ; fully-qualified # 👊 oncoming fist +1F44A 1F3FB ; fully-qualified # 👊🏻 oncoming fist: light skin tone +1F44A 1F3FC ; fully-qualified # 👊🏼 oncoming fist: medium-light skin tone +1F44A 1F3FD ; fully-qualified # 👊🏽 oncoming fist: medium skin tone +1F44A 1F3FE ; fully-qualified # 👊🏾 oncoming fist: medium-dark skin tone +1F44A 1F3FF ; fully-qualified # 👊🏿 oncoming fist: dark skin tone +1F91B ; fully-qualified # 🤛 left-facing fist +1F91B 1F3FB ; fully-qualified # 🤛🏻 left-facing fist: light skin tone +1F91B 1F3FC ; fully-qualified # 🤛🏼 left-facing fist: medium-light skin tone +1F91B 1F3FD ; fully-qualified # 🤛🏽 left-facing fist: medium skin tone +1F91B 1F3FE ; fully-qualified # 🤛🏾 left-facing fist: medium-dark skin tone +1F91B 1F3FF ; fully-qualified # 🤛🏿 left-facing fist: dark skin tone +1F91C ; fully-qualified # 🤜 right-facing fist +1F91C 1F3FB ; fully-qualified # 🤜🏻 right-facing fist: light skin tone +1F91C 1F3FC ; fully-qualified # 🤜🏼 right-facing fist: medium-light skin tone +1F91C 1F3FD ; fully-qualified # 🤜🏽 right-facing fist: medium skin tone +1F91C 1F3FE ; fully-qualified # 🤜🏾 right-facing fist: medium-dark skin tone +1F91C 1F3FF ; fully-qualified # 🤜🏿 right-facing fist: dark skin tone + +# subgroup: hands +1F44F ; fully-qualified # 👏 clapping hands +1F44F 1F3FB ; fully-qualified # 👏🏻 clapping hands: light skin tone +1F44F 1F3FC ; fully-qualified # 👏🏼 clapping hands: medium-light skin tone +1F44F 1F3FD ; fully-qualified # 👏🏽 clapping hands: medium skin tone +1F44F 1F3FE ; fully-qualified # 👏🏾 clapping hands: medium-dark skin tone +1F44F 1F3FF ; fully-qualified # 👏🏿 clapping hands: dark skin tone +1F64C ; fully-qualified # 🙌 raising hands +1F64C 1F3FB ; fully-qualified # 🙌🏻 raising hands: light skin tone +1F64C 1F3FC ; fully-qualified # 🙌🏼 raising hands: medium-light skin tone +1F64C 1F3FD ; fully-qualified # 🙌🏽 raising hands: medium skin tone +1F64C 1F3FE ; fully-qualified # 🙌🏾 raising hands: medium-dark skin tone +1F64C 1F3FF ; fully-qualified # 🙌🏿 raising hands: dark skin tone +1F450 ; fully-qualified # 👐 open hands +1F450 1F3FB ; fully-qualified # 👐🏻 open hands: light skin tone +1F450 1F3FC ; fully-qualified # 👐🏼 open hands: medium-light skin tone +1F450 1F3FD ; fully-qualified # 👐🏽 open hands: medium skin tone +1F450 1F3FE ; fully-qualified # 👐🏾 open hands: medium-dark skin tone +1F450 1F3FF ; fully-qualified # 👐🏿 open hands: dark skin tone +1F932 ; fully-qualified # 🤲 palms up together +1F932 1F3FB ; fully-qualified # 🤲🏻 palms up together: light skin tone +1F932 1F3FC ; fully-qualified # 🤲🏼 palms up together: medium-light skin tone +1F932 1F3FD ; fully-qualified # 🤲🏽 palms up together: medium skin tone +1F932 1F3FE ; fully-qualified # 🤲🏾 palms up together: medium-dark skin tone +1F932 1F3FF ; fully-qualified # 🤲🏿 palms up together: dark skin tone +1F91D ; fully-qualified # 🤝 handshake +1F64F ; fully-qualified # 🙏 folded hands +1F64F 1F3FB ; fully-qualified # 🙏🏻 folded hands: light skin tone +1F64F 1F3FC ; fully-qualified # 🙏🏼 folded hands: medium-light skin tone +1F64F 1F3FD ; fully-qualified # 🙏🏽 folded hands: medium skin tone +1F64F 1F3FE ; fully-qualified # 🙏🏾 folded hands: medium-dark skin tone +1F64F 1F3FF ; fully-qualified # 🙏🏿 folded hands: dark skin tone + +# subgroup: hand-prop +270D FE0F ; fully-qualified # ✍️ writing hand +270D ; unqualified # ✍ writing hand +270D 1F3FB ; fully-qualified # ✍🏻 writing hand: light skin tone +270D 1F3FC ; fully-qualified # ✍🏼 writing hand: medium-light skin tone +270D 1F3FD ; fully-qualified # ✍🏽 writing hand: medium skin tone +270D 1F3FE ; fully-qualified # ✍🏾 writing hand: medium-dark skin tone +270D 1F3FF ; fully-qualified # ✍🏿 writing hand: dark skin tone +1F485 ; fully-qualified # 💅 nail polish +1F485 1F3FB ; fully-qualified # 💅🏻 nail polish: light skin tone +1F485 1F3FC ; fully-qualified # 💅🏼 nail polish: medium-light skin tone +1F485 1F3FD ; fully-qualified # 💅🏽 nail polish: medium skin tone +1F485 1F3FE ; fully-qualified # 💅🏾 nail polish: medium-dark skin tone +1F485 1F3FF ; fully-qualified # 💅🏿 nail polish: dark skin tone +1F933 ; fully-qualified # 🤳 selfie +1F933 1F3FB ; fully-qualified # 🤳🏻 selfie: light skin tone +1F933 1F3FC ; fully-qualified # 🤳🏼 selfie: medium-light skin tone +1F933 1F3FD ; fully-qualified # 🤳🏽 selfie: medium skin tone +1F933 1F3FE ; fully-qualified # 🤳🏾 selfie: medium-dark skin tone +1F933 1F3FF ; fully-qualified # 🤳🏿 selfie: dark skin tone + +# subgroup: body-parts +1F4AA ; fully-qualified # 💪 flexed biceps +1F4AA 1F3FB ; fully-qualified # 💪🏻 flexed biceps: light skin tone +1F4AA 1F3FC ; fully-qualified # 💪🏼 flexed biceps: medium-light skin tone +1F4AA 1F3FD ; fully-qualified # 💪🏽 flexed biceps: medium skin tone +1F4AA 1F3FE ; fully-qualified # 💪🏾 flexed biceps: medium-dark skin tone +1F4AA 1F3FF ; fully-qualified # 💪🏿 flexed biceps: dark skin tone +1F9BE ; fully-qualified # 🦾 mechanical arm +1F9BF ; fully-qualified # 🦿 mechanical leg +1F9B5 ; fully-qualified # 🦵 leg +1F9B5 1F3FB ; fully-qualified # 🦵🏻 leg: light skin tone +1F9B5 1F3FC ; fully-qualified # 🦵🏼 leg: medium-light skin tone +1F9B5 1F3FD ; fully-qualified # 🦵🏽 leg: medium skin tone +1F9B5 1F3FE ; fully-qualified # 🦵🏾 leg: medium-dark skin tone +1F9B5 1F3FF ; fully-qualified # 🦵🏿 leg: dark skin tone +1F9B6 ; fully-qualified # 🦶 foot +1F9B6 1F3FB ; fully-qualified # 🦶🏻 foot: light skin tone +1F9B6 1F3FC ; fully-qualified # 🦶🏼 foot: medium-light skin tone +1F9B6 1F3FD ; fully-qualified # 🦶🏽 foot: medium skin tone +1F9B6 1F3FE ; fully-qualified # 🦶🏾 foot: medium-dark skin tone +1F9B6 1F3FF ; fully-qualified # 🦶🏿 foot: dark skin tone +1F442 ; fully-qualified # 👂 ear +1F442 1F3FB ; fully-qualified # 👂🏻 ear: light skin tone +1F442 1F3FC ; fully-qualified # 👂🏼 ear: medium-light skin tone +1F442 1F3FD ; fully-qualified # 👂🏽 ear: medium skin tone +1F442 1F3FE ; fully-qualified # 👂🏾 ear: medium-dark skin tone +1F442 1F3FF ; fully-qualified # 👂🏿 ear: dark skin tone +1F9BB ; fully-qualified # 🦻 ear with hearing aid +1F9BB 1F3FB ; fully-qualified # 🦻🏻 ear with hearing aid: light skin tone +1F9BB 1F3FC ; fully-qualified # 🦻🏼 ear with hearing aid: medium-light skin tone +1F9BB 1F3FD ; fully-qualified # 🦻🏽 ear with hearing aid: medium skin tone +1F9BB 1F3FE ; fully-qualified # 🦻🏾 ear with hearing aid: medium-dark skin tone +1F9BB 1F3FF ; fully-qualified # 🦻🏿 ear with hearing aid: dark skin tone +1F443 ; fully-qualified # 👃 nose +1F443 1F3FB ; fully-qualified # 👃🏻 nose: light skin tone +1F443 1F3FC ; fully-qualified # 👃🏼 nose: medium-light skin tone +1F443 1F3FD ; fully-qualified # 👃🏽 nose: medium skin tone +1F443 1F3FE ; fully-qualified # 👃🏾 nose: medium-dark skin tone +1F443 1F3FF ; fully-qualified # 👃🏿 nose: dark skin tone +1F9E0 ; fully-qualified # 🧠 brain +1F9B7 ; fully-qualified # 🦷 tooth +1F9B4 ; fully-qualified # 🦴 bone +1F440 ; fully-qualified # 👀 eyes +1F441 FE0F ; fully-qualified # 👁️ eye +1F441 ; unqualified # 👁 eye +1F445 ; fully-qualified # 👅 tongue +1F444 ; fully-qualified # 👄 mouth + +# subgroup: person +1F476 ; fully-qualified # 👶 baby +1F476 1F3FB ; fully-qualified # 👶🏻 baby: light skin tone +1F476 1F3FC ; fully-qualified # 👶🏼 baby: medium-light skin tone +1F476 1F3FD ; fully-qualified # 👶🏽 baby: medium skin tone +1F476 1F3FE ; fully-qualified # 👶🏾 baby: medium-dark skin tone +1F476 1F3FF ; fully-qualified # 👶🏿 baby: dark skin tone +1F9D2 ; fully-qualified # 🧒 child +1F9D2 1F3FB ; fully-qualified # 🧒🏻 child: light skin tone +1F9D2 1F3FC ; fully-qualified # 🧒🏼 child: medium-light skin tone +1F9D2 1F3FD ; fully-qualified # 🧒🏽 child: medium skin tone +1F9D2 1F3FE ; fully-qualified # 🧒🏾 child: medium-dark skin tone +1F9D2 1F3FF ; fully-qualified # 🧒🏿 child: dark skin tone +1F466 ; fully-qualified # 👦 boy +1F466 1F3FB ; fully-qualified # 👦🏻 boy: light skin tone +1F466 1F3FC ; fully-qualified # 👦🏼 boy: medium-light skin tone +1F466 1F3FD ; fully-qualified # 👦🏽 boy: medium skin tone +1F466 1F3FE ; fully-qualified # 👦🏾 boy: medium-dark skin tone +1F466 1F3FF ; fully-qualified # 👦🏿 boy: dark skin tone +1F467 ; fully-qualified # 👧 girl +1F467 1F3FB ; fully-qualified # 👧🏻 girl: light skin tone +1F467 1F3FC ; fully-qualified # 👧🏼 girl: medium-light skin tone +1F467 1F3FD ; fully-qualified # 👧🏽 girl: medium skin tone +1F467 1F3FE ; fully-qualified # 👧🏾 girl: medium-dark skin tone +1F467 1F3FF ; fully-qualified # 👧🏿 girl: dark skin tone +1F9D1 ; fully-qualified # 🧑 person +1F9D1 1F3FB ; fully-qualified # 🧑🏻 person: light skin tone +1F9D1 1F3FC ; fully-qualified # 🧑🏼 person: medium-light skin tone +1F9D1 1F3FD ; fully-qualified # 🧑🏽 person: medium skin tone +1F9D1 1F3FE ; fully-qualified # 🧑🏾 person: medium-dark skin tone +1F9D1 1F3FF ; fully-qualified # 🧑🏿 person: dark skin tone +1F471 ; fully-qualified # 👱 person: blond hair +1F471 1F3FB ; fully-qualified # 👱🏻 person: light skin tone, blond hair +1F471 1F3FC ; fully-qualified # 👱🏼 person: medium-light skin tone, blond hair +1F471 1F3FD ; fully-qualified # 👱🏽 person: medium skin tone, blond hair +1F471 1F3FE ; fully-qualified # 👱🏾 person: medium-dark skin tone, blond hair +1F471 1F3FF ; fully-qualified # 👱🏿 person: dark skin tone, blond hair +1F468 ; fully-qualified # 👨 man +1F468 1F3FB ; fully-qualified # 👨🏻 man: light skin tone +1F468 1F3FC ; fully-qualified # 👨🏼 man: medium-light skin tone +1F468 1F3FD ; fully-qualified # 👨🏽 man: medium skin tone +1F468 1F3FE ; fully-qualified # 👨🏾 man: medium-dark skin tone +1F468 1F3FF ; fully-qualified # 👨🏿 man: dark skin tone +1F9D4 ; fully-qualified # 🧔 man: beard +1F9D4 1F3FB ; fully-qualified # 🧔🏻 man: light skin tone, beard +1F9D4 1F3FC ; fully-qualified # 🧔🏼 man: medium-light skin tone, beard +1F9D4 1F3FD ; fully-qualified # 🧔🏽 man: medium skin tone, beard +1F9D4 1F3FE ; fully-qualified # 🧔🏾 man: medium-dark skin tone, beard +1F9D4 1F3FF ; fully-qualified # 🧔🏿 man: dark skin tone, beard +1F471 200D 2642 FE0F ; fully-qualified # 👱‍♂️ man: blond hair +1F471 200D 2642 ; minimally-qualified # 👱‍♂ man: blond hair +1F471 1F3FB 200D 2642 FE0F ; fully-qualified # 👱🏻‍♂️ man: light skin tone, blond hair +1F471 1F3FB 200D 2642 ; minimally-qualified # 👱🏻‍♂ man: light skin tone, blond hair +1F471 1F3FC 200D 2642 FE0F ; fully-qualified # 👱🏼‍♂️ man: medium-light skin tone, blond hair +1F471 1F3FC 200D 2642 ; minimally-qualified # 👱🏼‍♂ man: medium-light skin tone, blond hair +1F471 1F3FD 200D 2642 FE0F ; fully-qualified # 👱🏽‍♂️ man: medium skin tone, blond hair +1F471 1F3FD 200D 2642 ; minimally-qualified # 👱🏽‍♂ man: medium skin tone, blond hair +1F471 1F3FE 200D 2642 FE0F ; fully-qualified # 👱🏾‍♂️ man: medium-dark skin tone, blond hair +1F471 1F3FE 200D 2642 ; minimally-qualified # 👱🏾‍♂ man: medium-dark skin tone, blond hair +1F471 1F3FF 200D 2642 FE0F ; fully-qualified # 👱🏿‍♂️ man: dark skin tone, blond hair +1F471 1F3FF 200D 2642 ; minimally-qualified # 👱🏿‍♂ man: dark skin tone, blond hair +1F468 200D 1F9B0 ; fully-qualified # 👨‍🦰 man: red hair +1F468 1F3FB 200D 1F9B0 ; fully-qualified # 👨🏻‍🦰 man: light skin tone, red hair +1F468 1F3FC 200D 1F9B0 ; fully-qualified # 👨🏼‍🦰 man: medium-light skin tone, red hair +1F468 1F3FD 200D 1F9B0 ; fully-qualified # 👨🏽‍🦰 man: medium skin tone, red hair +1F468 1F3FE 200D 1F9B0 ; fully-qualified # 👨🏾‍🦰 man: medium-dark skin tone, red hair +1F468 1F3FF 200D 1F9B0 ; fully-qualified # 👨🏿‍🦰 man: dark skin tone, red hair +1F468 200D 1F9B1 ; fully-qualified # 👨‍🦱 man: curly hair +1F468 1F3FB 200D 1F9B1 ; fully-qualified # 👨🏻‍🦱 man: light skin tone, curly hair +1F468 1F3FC 200D 1F9B1 ; fully-qualified # 👨🏼‍🦱 man: medium-light skin tone, curly hair +1F468 1F3FD 200D 1F9B1 ; fully-qualified # 👨🏽‍🦱 man: medium skin tone, curly hair +1F468 1F3FE 200D 1F9B1 ; fully-qualified # 👨🏾‍🦱 man: medium-dark skin tone, curly hair +1F468 1F3FF 200D 1F9B1 ; fully-qualified # 👨🏿‍🦱 man: dark skin tone, curly hair +1F468 200D 1F9B3 ; fully-qualified # 👨‍🦳 man: white hair +1F468 1F3FB 200D 1F9B3 ; fully-qualified # 👨🏻‍🦳 man: light skin tone, white hair +1F468 1F3FC 200D 1F9B3 ; fully-qualified # 👨🏼‍🦳 man: medium-light skin tone, white hair +1F468 1F3FD 200D 1F9B3 ; fully-qualified # 👨🏽‍🦳 man: medium skin tone, white hair +1F468 1F3FE 200D 1F9B3 ; fully-qualified # 👨🏾‍🦳 man: medium-dark skin tone, white hair +1F468 1F3FF 200D 1F9B3 ; fully-qualified # 👨🏿‍🦳 man: dark skin tone, white hair +1F468 200D 1F9B2 ; fully-qualified # 👨‍🦲 man: bald +1F468 1F3FB 200D 1F9B2 ; fully-qualified # 👨🏻‍🦲 man: light skin tone, bald +1F468 1F3FC 200D 1F9B2 ; fully-qualified # 👨🏼‍🦲 man: medium-light skin tone, bald +1F468 1F3FD 200D 1F9B2 ; fully-qualified # 👨🏽‍🦲 man: medium skin tone, bald +1F468 1F3FE 200D 1F9B2 ; fully-qualified # 👨🏾‍🦲 man: medium-dark skin tone, bald +1F468 1F3FF 200D 1F9B2 ; fully-qualified # 👨🏿‍🦲 man: dark skin tone, bald +1F469 ; fully-qualified # 👩 woman +1F469 1F3FB ; fully-qualified # 👩🏻 woman: light skin tone +1F469 1F3FC ; fully-qualified # 👩🏼 woman: medium-light skin tone +1F469 1F3FD ; fully-qualified # 👩🏽 woman: medium skin tone +1F469 1F3FE ; fully-qualified # 👩🏾 woman: medium-dark skin tone +1F469 1F3FF ; fully-qualified # 👩🏿 woman: dark skin tone +1F471 200D 2640 FE0F ; fully-qualified # 👱‍♀️ woman: blond hair +1F471 200D 2640 ; minimally-qualified # 👱‍♀ woman: blond hair +1F471 1F3FB 200D 2640 FE0F ; fully-qualified # 👱🏻‍♀️ woman: light skin tone, blond hair +1F471 1F3FB 200D 2640 ; minimally-qualified # 👱🏻‍♀ woman: light skin tone, blond hair +1F471 1F3FC 200D 2640 FE0F ; fully-qualified # 👱🏼‍♀️ woman: medium-light skin tone, blond hair +1F471 1F3FC 200D 2640 ; minimally-qualified # 👱🏼‍♀ woman: medium-light skin tone, blond hair +1F471 1F3FD 200D 2640 FE0F ; fully-qualified # 👱🏽‍♀️ woman: medium skin tone, blond hair +1F471 1F3FD 200D 2640 ; minimally-qualified # 👱🏽‍♀ woman: medium skin tone, blond hair +1F471 1F3FE 200D 2640 FE0F ; fully-qualified # 👱🏾‍♀️ woman: medium-dark skin tone, blond hair +1F471 1F3FE 200D 2640 ; minimally-qualified # 👱🏾‍♀ woman: medium-dark skin tone, blond hair +1F471 1F3FF 200D 2640 FE0F ; fully-qualified # 👱🏿‍♀️ woman: dark skin tone, blond hair +1F471 1F3FF 200D 2640 ; minimally-qualified # 👱🏿‍♀ woman: dark skin tone, blond hair +1F469 200D 1F9B0 ; fully-qualified # 👩‍🦰 woman: red hair +1F469 1F3FB 200D 1F9B0 ; fully-qualified # 👩🏻‍🦰 woman: light skin tone, red hair +1F469 1F3FC 200D 1F9B0 ; fully-qualified # 👩🏼‍🦰 woman: medium-light skin tone, red hair +1F469 1F3FD 200D 1F9B0 ; fully-qualified # 👩🏽‍🦰 woman: medium skin tone, red hair +1F469 1F3FE 200D 1F9B0 ; fully-qualified # 👩🏾‍🦰 woman: medium-dark skin tone, red hair +1F469 1F3FF 200D 1F9B0 ; fully-qualified # 👩🏿‍🦰 woman: dark skin tone, red hair +1F469 200D 1F9B1 ; fully-qualified # 👩‍🦱 woman: curly hair +1F469 1F3FB 200D 1F9B1 ; fully-qualified # 👩🏻‍🦱 woman: light skin tone, curly hair +1F469 1F3FC 200D 1F9B1 ; fully-qualified # 👩🏼‍🦱 woman: medium-light skin tone, curly hair +1F469 1F3FD 200D 1F9B1 ; fully-qualified # 👩🏽‍🦱 woman: medium skin tone, curly hair +1F469 1F3FE 200D 1F9B1 ; fully-qualified # 👩🏾‍🦱 woman: medium-dark skin tone, curly hair +1F469 1F3FF 200D 1F9B1 ; fully-qualified # 👩🏿‍🦱 woman: dark skin tone, curly hair +1F469 200D 1F9B3 ; fully-qualified # 👩‍🦳 woman: white hair +1F469 1F3FB 200D 1F9B3 ; fully-qualified # 👩🏻‍🦳 woman: light skin tone, white hair +1F469 1F3FC 200D 1F9B3 ; fully-qualified # 👩🏼‍🦳 woman: medium-light skin tone, white hair +1F469 1F3FD 200D 1F9B3 ; fully-qualified # 👩🏽‍🦳 woman: medium skin tone, white hair +1F469 1F3FE 200D 1F9B3 ; fully-qualified # 👩🏾‍🦳 woman: medium-dark skin tone, white hair +1F469 1F3FF 200D 1F9B3 ; fully-qualified # 👩🏿‍🦳 woman: dark skin tone, white hair +1F469 200D 1F9B2 ; fully-qualified # 👩‍🦲 woman: bald +1F469 1F3FB 200D 1F9B2 ; fully-qualified # 👩🏻‍🦲 woman: light skin tone, bald +1F469 1F3FC 200D 1F9B2 ; fully-qualified # 👩🏼‍🦲 woman: medium-light skin tone, bald +1F469 1F3FD 200D 1F9B2 ; fully-qualified # 👩🏽‍🦲 woman: medium skin tone, bald +1F469 1F3FE 200D 1F9B2 ; fully-qualified # 👩🏾‍🦲 woman: medium-dark skin tone, bald +1F469 1F3FF 200D 1F9B2 ; fully-qualified # 👩🏿‍🦲 woman: dark skin tone, bald +1F9D3 ; fully-qualified # 🧓 older person +1F9D3 1F3FB ; fully-qualified # 🧓🏻 older person: light skin tone +1F9D3 1F3FC ; fully-qualified # 🧓🏼 older person: medium-light skin tone +1F9D3 1F3FD ; fully-qualified # 🧓🏽 older person: medium skin tone +1F9D3 1F3FE ; fully-qualified # 🧓🏾 older person: medium-dark skin tone +1F9D3 1F3FF ; fully-qualified # 🧓🏿 older person: dark skin tone +1F474 ; fully-qualified # 👴 old man +1F474 1F3FB ; fully-qualified # 👴🏻 old man: light skin tone +1F474 1F3FC ; fully-qualified # 👴🏼 old man: medium-light skin tone +1F474 1F3FD ; fully-qualified # 👴🏽 old man: medium skin tone +1F474 1F3FE ; fully-qualified # 👴🏾 old man: medium-dark skin tone +1F474 1F3FF ; fully-qualified # 👴🏿 old man: dark skin tone +1F475 ; fully-qualified # 👵 old woman +1F475 1F3FB ; fully-qualified # 👵🏻 old woman: light skin tone +1F475 1F3FC ; fully-qualified # 👵🏼 old woman: medium-light skin tone +1F475 1F3FD ; fully-qualified # 👵🏽 old woman: medium skin tone +1F475 1F3FE ; fully-qualified # 👵🏾 old woman: medium-dark skin tone +1F475 1F3FF ; fully-qualified # 👵🏿 old woman: dark skin tone + +# subgroup: person-gesture +1F64D ; fully-qualified # 🙍 person frowning +1F64D 1F3FB ; fully-qualified # 🙍🏻 person frowning: light skin tone +1F64D 1F3FC ; fully-qualified # 🙍🏼 person frowning: medium-light skin tone +1F64D 1F3FD ; fully-qualified # 🙍🏽 person frowning: medium skin tone +1F64D 1F3FE ; fully-qualified # 🙍🏾 person frowning: medium-dark skin tone +1F64D 1F3FF ; fully-qualified # 🙍🏿 person frowning: dark skin tone +1F64D 200D 2642 FE0F ; fully-qualified # 🙍‍♂️ man frowning +1F64D 200D 2642 ; minimally-qualified # 🙍‍♂ man frowning +1F64D 1F3FB 200D 2642 FE0F ; fully-qualified # 🙍🏻‍♂️ man frowning: light skin tone +1F64D 1F3FB 200D 2642 ; minimally-qualified # 🙍🏻‍♂ man frowning: light skin tone +1F64D 1F3FC 200D 2642 FE0F ; fully-qualified # 🙍🏼‍♂️ man frowning: medium-light skin tone +1F64D 1F3FC 200D 2642 ; minimally-qualified # 🙍🏼‍♂ man frowning: medium-light skin tone +1F64D 1F3FD 200D 2642 FE0F ; fully-qualified # 🙍🏽‍♂️ man frowning: medium skin tone +1F64D 1F3FD 200D 2642 ; minimally-qualified # 🙍🏽‍♂ man frowning: medium skin tone +1F64D 1F3FE 200D 2642 FE0F ; fully-qualified # 🙍🏾‍♂️ man frowning: medium-dark skin tone +1F64D 1F3FE 200D 2642 ; minimally-qualified # 🙍🏾‍♂ man frowning: medium-dark skin tone +1F64D 1F3FF 200D 2642 FE0F ; fully-qualified # 🙍🏿‍♂️ man frowning: dark skin tone +1F64D 1F3FF 200D 2642 ; minimally-qualified # 🙍🏿‍♂ man frowning: dark skin tone +1F64D 200D 2640 FE0F ; fully-qualified # 🙍‍♀️ woman frowning +1F64D 200D 2640 ; minimally-qualified # 🙍‍♀ woman frowning +1F64D 1F3FB 200D 2640 FE0F ; fully-qualified # 🙍🏻‍♀️ woman frowning: light skin tone +1F64D 1F3FB 200D 2640 ; minimally-qualified # 🙍🏻‍♀ woman frowning: light skin tone +1F64D 1F3FC 200D 2640 FE0F ; fully-qualified # 🙍🏼‍♀️ woman frowning: medium-light skin tone +1F64D 1F3FC 200D 2640 ; minimally-qualified # 🙍🏼‍♀ woman frowning: medium-light skin tone +1F64D 1F3FD 200D 2640 FE0F ; fully-qualified # 🙍🏽‍♀️ woman frowning: medium skin tone +1F64D 1F3FD 200D 2640 ; minimally-qualified # 🙍🏽‍♀ woman frowning: medium skin tone +1F64D 1F3FE 200D 2640 FE0F ; fully-qualified # 🙍🏾‍♀️ woman frowning: medium-dark skin tone +1F64D 1F3FE 200D 2640 ; minimally-qualified # 🙍🏾‍♀ woman frowning: medium-dark skin tone +1F64D 1F3FF 200D 2640 FE0F ; fully-qualified # 🙍🏿‍♀️ woman frowning: dark skin tone +1F64D 1F3FF 200D 2640 ; minimally-qualified # 🙍🏿‍♀ woman frowning: dark skin tone +1F64E ; fully-qualified # 🙎 person pouting +1F64E 1F3FB ; fully-qualified # 🙎🏻 person pouting: light skin tone +1F64E 1F3FC ; fully-qualified # 🙎🏼 person pouting: medium-light skin tone +1F64E 1F3FD ; fully-qualified # 🙎🏽 person pouting: medium skin tone +1F64E 1F3FE ; fully-qualified # 🙎🏾 person pouting: medium-dark skin tone +1F64E 1F3FF ; fully-qualified # 🙎🏿 person pouting: dark skin tone +1F64E 200D 2642 FE0F ; fully-qualified # 🙎‍♂️ man pouting +1F64E 200D 2642 ; minimally-qualified # 🙎‍♂ man pouting +1F64E 1F3FB 200D 2642 FE0F ; fully-qualified # 🙎🏻‍♂️ man pouting: light skin tone +1F64E 1F3FB 200D 2642 ; minimally-qualified # 🙎🏻‍♂ man pouting: light skin tone +1F64E 1F3FC 200D 2642 FE0F ; fully-qualified # 🙎🏼‍♂️ man pouting: medium-light skin tone +1F64E 1F3FC 200D 2642 ; minimally-qualified # 🙎🏼‍♂ man pouting: medium-light skin tone +1F64E 1F3FD 200D 2642 FE0F ; fully-qualified # 🙎🏽‍♂️ man pouting: medium skin tone +1F64E 1F3FD 200D 2642 ; minimally-qualified # 🙎🏽‍♂ man pouting: medium skin tone +1F64E 1F3FE 200D 2642 FE0F ; fully-qualified # 🙎🏾‍♂️ man pouting: medium-dark skin tone +1F64E 1F3FE 200D 2642 ; minimally-qualified # 🙎🏾‍♂ man pouting: medium-dark skin tone +1F64E 1F3FF 200D 2642 FE0F ; fully-qualified # 🙎🏿‍♂️ man pouting: dark skin tone +1F64E 1F3FF 200D 2642 ; minimally-qualified # 🙎🏿‍♂ man pouting: dark skin tone +1F64E 200D 2640 FE0F ; fully-qualified # 🙎‍♀️ woman pouting +1F64E 200D 2640 ; minimally-qualified # 🙎‍♀ woman pouting +1F64E 1F3FB 200D 2640 FE0F ; fully-qualified # 🙎🏻‍♀️ woman pouting: light skin tone +1F64E 1F3FB 200D 2640 ; minimally-qualified # 🙎🏻‍♀ woman pouting: light skin tone +1F64E 1F3FC 200D 2640 FE0F ; fully-qualified # 🙎🏼‍♀️ woman pouting: medium-light skin tone +1F64E 1F3FC 200D 2640 ; minimally-qualified # 🙎🏼‍♀ woman pouting: medium-light skin tone +1F64E 1F3FD 200D 2640 FE0F ; fully-qualified # 🙎🏽‍♀️ woman pouting: medium skin tone +1F64E 1F3FD 200D 2640 ; minimally-qualified # 🙎🏽‍♀ woman pouting: medium skin tone +1F64E 1F3FE 200D 2640 FE0F ; fully-qualified # 🙎🏾‍♀️ woman pouting: medium-dark skin tone +1F64E 1F3FE 200D 2640 ; minimally-qualified # 🙎🏾‍♀ woman pouting: medium-dark skin tone +1F64E 1F3FF 200D 2640 FE0F ; fully-qualified # 🙎🏿‍♀️ woman pouting: dark skin tone +1F64E 1F3FF 200D 2640 ; minimally-qualified # 🙎🏿‍♀ woman pouting: dark skin tone +1F645 ; fully-qualified # 🙅 person gesturing NO +1F645 1F3FB ; fully-qualified # 🙅🏻 person gesturing NO: light skin tone +1F645 1F3FC ; fully-qualified # 🙅🏼 person gesturing NO: medium-light skin tone +1F645 1F3FD ; fully-qualified # 🙅🏽 person gesturing NO: medium skin tone +1F645 1F3FE ; fully-qualified # 🙅🏾 person gesturing NO: medium-dark skin tone +1F645 1F3FF ; fully-qualified # 🙅🏿 person gesturing NO: dark skin tone +1F645 200D 2642 FE0F ; fully-qualified # 🙅‍♂️ man gesturing NO +1F645 200D 2642 ; minimally-qualified # 🙅‍♂ man gesturing NO +1F645 1F3FB 200D 2642 FE0F ; fully-qualified # 🙅🏻‍♂️ man gesturing NO: light skin tone +1F645 1F3FB 200D 2642 ; minimally-qualified # 🙅🏻‍♂ man gesturing NO: light skin tone +1F645 1F3FC 200D 2642 FE0F ; fully-qualified # 🙅🏼‍♂️ man gesturing NO: medium-light skin tone +1F645 1F3FC 200D 2642 ; minimally-qualified # 🙅🏼‍♂ man gesturing NO: medium-light skin tone +1F645 1F3FD 200D 2642 FE0F ; fully-qualified # 🙅🏽‍♂️ man gesturing NO: medium skin tone +1F645 1F3FD 200D 2642 ; minimally-qualified # 🙅🏽‍♂ man gesturing NO: medium skin tone +1F645 1F3FE 200D 2642 FE0F ; fully-qualified # 🙅🏾‍♂️ man gesturing NO: medium-dark skin tone +1F645 1F3FE 200D 2642 ; minimally-qualified # 🙅🏾‍♂ man gesturing NO: medium-dark skin tone +1F645 1F3FF 200D 2642 FE0F ; fully-qualified # 🙅🏿‍♂️ man gesturing NO: dark skin tone +1F645 1F3FF 200D 2642 ; minimally-qualified # 🙅🏿‍♂ man gesturing NO: dark skin tone +1F645 200D 2640 FE0F ; fully-qualified # 🙅‍♀️ woman gesturing NO +1F645 200D 2640 ; minimally-qualified # 🙅‍♀ woman gesturing NO +1F645 1F3FB 200D 2640 FE0F ; fully-qualified # 🙅🏻‍♀️ woman gesturing NO: light skin tone +1F645 1F3FB 200D 2640 ; minimally-qualified # 🙅🏻‍♀ woman gesturing NO: light skin tone +1F645 1F3FC 200D 2640 FE0F ; fully-qualified # 🙅🏼‍♀️ woman gesturing NO: medium-light skin tone +1F645 1F3FC 200D 2640 ; minimally-qualified # 🙅🏼‍♀ woman gesturing NO: medium-light skin tone +1F645 1F3FD 200D 2640 FE0F ; fully-qualified # 🙅🏽‍♀️ woman gesturing NO: medium skin tone +1F645 1F3FD 200D 2640 ; minimally-qualified # 🙅🏽‍♀ woman gesturing NO: medium skin tone +1F645 1F3FE 200D 2640 FE0F ; fully-qualified # 🙅🏾‍♀️ woman gesturing NO: medium-dark skin tone +1F645 1F3FE 200D 2640 ; minimally-qualified # 🙅🏾‍♀ woman gesturing NO: medium-dark skin tone +1F645 1F3FF 200D 2640 FE0F ; fully-qualified # 🙅🏿‍♀️ woman gesturing NO: dark skin tone +1F645 1F3FF 200D 2640 ; minimally-qualified # 🙅🏿‍♀ woman gesturing NO: dark skin tone +1F646 ; fully-qualified # 🙆 person gesturing OK +1F646 1F3FB ; fully-qualified # 🙆🏻 person gesturing OK: light skin tone +1F646 1F3FC ; fully-qualified # 🙆🏼 person gesturing OK: medium-light skin tone +1F646 1F3FD ; fully-qualified # 🙆🏽 person gesturing OK: medium skin tone +1F646 1F3FE ; fully-qualified # 🙆🏾 person gesturing OK: medium-dark skin tone +1F646 1F3FF ; fully-qualified # 🙆🏿 person gesturing OK: dark skin tone +1F646 200D 2642 FE0F ; fully-qualified # 🙆‍♂️ man gesturing OK +1F646 200D 2642 ; minimally-qualified # 🙆‍♂ man gesturing OK +1F646 1F3FB 200D 2642 FE0F ; fully-qualified # 🙆🏻‍♂️ man gesturing OK: light skin tone +1F646 1F3FB 200D 2642 ; minimally-qualified # 🙆🏻‍♂ man gesturing OK: light skin tone +1F646 1F3FC 200D 2642 FE0F ; fully-qualified # 🙆🏼‍♂️ man gesturing OK: medium-light skin tone +1F646 1F3FC 200D 2642 ; minimally-qualified # 🙆🏼‍♂ man gesturing OK: medium-light skin tone +1F646 1F3FD 200D 2642 FE0F ; fully-qualified # 🙆🏽‍♂️ man gesturing OK: medium skin tone +1F646 1F3FD 200D 2642 ; minimally-qualified # 🙆🏽‍♂ man gesturing OK: medium skin tone +1F646 1F3FE 200D 2642 FE0F ; fully-qualified # 🙆🏾‍♂️ man gesturing OK: medium-dark skin tone +1F646 1F3FE 200D 2642 ; minimally-qualified # 🙆🏾‍♂ man gesturing OK: medium-dark skin tone +1F646 1F3FF 200D 2642 FE0F ; fully-qualified # 🙆🏿‍♂️ man gesturing OK: dark skin tone +1F646 1F3FF 200D 2642 ; minimally-qualified # 🙆🏿‍♂ man gesturing OK: dark skin tone +1F646 200D 2640 FE0F ; fully-qualified # 🙆‍♀️ woman gesturing OK +1F646 200D 2640 ; minimally-qualified # 🙆‍♀ woman gesturing OK +1F646 1F3FB 200D 2640 FE0F ; fully-qualified # 🙆🏻‍♀️ woman gesturing OK: light skin tone +1F646 1F3FB 200D 2640 ; minimally-qualified # 🙆🏻‍♀ woman gesturing OK: light skin tone +1F646 1F3FC 200D 2640 FE0F ; fully-qualified # 🙆🏼‍♀️ woman gesturing OK: medium-light skin tone +1F646 1F3FC 200D 2640 ; minimally-qualified # 🙆🏼‍♀ woman gesturing OK: medium-light skin tone +1F646 1F3FD 200D 2640 FE0F ; fully-qualified # 🙆🏽‍♀️ woman gesturing OK: medium skin tone +1F646 1F3FD 200D 2640 ; minimally-qualified # 🙆🏽‍♀ woman gesturing OK: medium skin tone +1F646 1F3FE 200D 2640 FE0F ; fully-qualified # 🙆🏾‍♀️ woman gesturing OK: medium-dark skin tone +1F646 1F3FE 200D 2640 ; minimally-qualified # 🙆🏾‍♀ woman gesturing OK: medium-dark skin tone +1F646 1F3FF 200D 2640 FE0F ; fully-qualified # 🙆🏿‍♀️ woman gesturing OK: dark skin tone +1F646 1F3FF 200D 2640 ; minimally-qualified # 🙆🏿‍♀ woman gesturing OK: dark skin tone +1F481 ; fully-qualified # 💁 person tipping hand +1F481 1F3FB ; fully-qualified # 💁🏻 person tipping hand: light skin tone +1F481 1F3FC ; fully-qualified # 💁🏼 person tipping hand: medium-light skin tone +1F481 1F3FD ; fully-qualified # 💁🏽 person tipping hand: medium skin tone +1F481 1F3FE ; fully-qualified # 💁🏾 person tipping hand: medium-dark skin tone +1F481 1F3FF ; fully-qualified # 💁🏿 person tipping hand: dark skin tone +1F481 200D 2642 FE0F ; fully-qualified # 💁‍♂️ man tipping hand +1F481 200D 2642 ; minimally-qualified # 💁‍♂ man tipping hand +1F481 1F3FB 200D 2642 FE0F ; fully-qualified # 💁🏻‍♂️ man tipping hand: light skin tone +1F481 1F3FB 200D 2642 ; minimally-qualified # 💁🏻‍♂ man tipping hand: light skin tone +1F481 1F3FC 200D 2642 FE0F ; fully-qualified # 💁🏼‍♂️ man tipping hand: medium-light skin tone +1F481 1F3FC 200D 2642 ; minimally-qualified # 💁🏼‍♂ man tipping hand: medium-light skin tone +1F481 1F3FD 200D 2642 FE0F ; fully-qualified # 💁🏽‍♂️ man tipping hand: medium skin tone +1F481 1F3FD 200D 2642 ; minimally-qualified # 💁🏽‍♂ man tipping hand: medium skin tone +1F481 1F3FE 200D 2642 FE0F ; fully-qualified # 💁🏾‍♂️ man tipping hand: medium-dark skin tone +1F481 1F3FE 200D 2642 ; minimally-qualified # 💁🏾‍♂ man tipping hand: medium-dark skin tone +1F481 1F3FF 200D 2642 FE0F ; fully-qualified # 💁🏿‍♂️ man tipping hand: dark skin tone +1F481 1F3FF 200D 2642 ; minimally-qualified # 💁🏿‍♂ man tipping hand: dark skin tone +1F481 200D 2640 FE0F ; fully-qualified # 💁‍♀️ woman tipping hand +1F481 200D 2640 ; minimally-qualified # 💁‍♀ woman tipping hand +1F481 1F3FB 200D 2640 FE0F ; fully-qualified # 💁🏻‍♀️ woman tipping hand: light skin tone +1F481 1F3FB 200D 2640 ; minimally-qualified # 💁🏻‍♀ woman tipping hand: light skin tone +1F481 1F3FC 200D 2640 FE0F ; fully-qualified # 💁🏼‍♀️ woman tipping hand: medium-light skin tone +1F481 1F3FC 200D 2640 ; minimally-qualified # 💁🏼‍♀ woman tipping hand: medium-light skin tone +1F481 1F3FD 200D 2640 FE0F ; fully-qualified # 💁🏽‍♀️ woman tipping hand: medium skin tone +1F481 1F3FD 200D 2640 ; minimally-qualified # 💁🏽‍♀ woman tipping hand: medium skin tone +1F481 1F3FE 200D 2640 FE0F ; fully-qualified # 💁🏾‍♀️ woman tipping hand: medium-dark skin tone +1F481 1F3FE 200D 2640 ; minimally-qualified # 💁🏾‍♀ woman tipping hand: medium-dark skin tone +1F481 1F3FF 200D 2640 FE0F ; fully-qualified # 💁🏿‍♀️ woman tipping hand: dark skin tone +1F481 1F3FF 200D 2640 ; minimally-qualified # 💁🏿‍♀ woman tipping hand: dark skin tone +1F64B ; fully-qualified # 🙋 person raising hand +1F64B 1F3FB ; fully-qualified # 🙋🏻 person raising hand: light skin tone +1F64B 1F3FC ; fully-qualified # 🙋🏼 person raising hand: medium-light skin tone +1F64B 1F3FD ; fully-qualified # 🙋🏽 person raising hand: medium skin tone +1F64B 1F3FE ; fully-qualified # 🙋🏾 person raising hand: medium-dark skin tone +1F64B 1F3FF ; fully-qualified # 🙋🏿 person raising hand: dark skin tone +1F64B 200D 2642 FE0F ; fully-qualified # 🙋‍♂️ man raising hand +1F64B 200D 2642 ; minimally-qualified # 🙋‍♂ man raising hand +1F64B 1F3FB 200D 2642 FE0F ; fully-qualified # 🙋🏻‍♂️ man raising hand: light skin tone +1F64B 1F3FB 200D 2642 ; minimally-qualified # 🙋🏻‍♂ man raising hand: light skin tone +1F64B 1F3FC 200D 2642 FE0F ; fully-qualified # 🙋🏼‍♂️ man raising hand: medium-light skin tone +1F64B 1F3FC 200D 2642 ; minimally-qualified # 🙋🏼‍♂ man raising hand: medium-light skin tone +1F64B 1F3FD 200D 2642 FE0F ; fully-qualified # 🙋🏽‍♂️ man raising hand: medium skin tone +1F64B 1F3FD 200D 2642 ; minimally-qualified # 🙋🏽‍♂ man raising hand: medium skin tone +1F64B 1F3FE 200D 2642 FE0F ; fully-qualified # 🙋🏾‍♂️ man raising hand: medium-dark skin tone +1F64B 1F3FE 200D 2642 ; minimally-qualified # 🙋🏾‍♂ man raising hand: medium-dark skin tone +1F64B 1F3FF 200D 2642 FE0F ; fully-qualified # 🙋🏿‍♂️ man raising hand: dark skin tone +1F64B 1F3FF 200D 2642 ; minimally-qualified # 🙋🏿‍♂ man raising hand: dark skin tone +1F64B 200D 2640 FE0F ; fully-qualified # 🙋‍♀️ woman raising hand +1F64B 200D 2640 ; minimally-qualified # 🙋‍♀ woman raising hand +1F64B 1F3FB 200D 2640 FE0F ; fully-qualified # 🙋🏻‍♀️ woman raising hand: light skin tone +1F64B 1F3FB 200D 2640 ; minimally-qualified # 🙋🏻‍♀ woman raising hand: light skin tone +1F64B 1F3FC 200D 2640 FE0F ; fully-qualified # 🙋🏼‍♀️ woman raising hand: medium-light skin tone +1F64B 1F3FC 200D 2640 ; minimally-qualified # 🙋🏼‍♀ woman raising hand: medium-light skin tone +1F64B 1F3FD 200D 2640 FE0F ; fully-qualified # 🙋🏽‍♀️ woman raising hand: medium skin tone +1F64B 1F3FD 200D 2640 ; minimally-qualified # 🙋🏽‍♀ woman raising hand: medium skin tone +1F64B 1F3FE 200D 2640 FE0F ; fully-qualified # 🙋🏾‍♀️ woman raising hand: medium-dark skin tone +1F64B 1F3FE 200D 2640 ; minimally-qualified # 🙋🏾‍♀ woman raising hand: medium-dark skin tone +1F64B 1F3FF 200D 2640 FE0F ; fully-qualified # 🙋🏿‍♀️ woman raising hand: dark skin tone +1F64B 1F3FF 200D 2640 ; minimally-qualified # 🙋🏿‍♀ woman raising hand: dark skin tone +1F9CF ; fully-qualified # 🧏 deaf person +1F9CF 1F3FB ; fully-qualified # 🧏🏻 deaf person: light skin tone +1F9CF 1F3FC ; fully-qualified # 🧏🏼 deaf person: medium-light skin tone +1F9CF 1F3FD ; fully-qualified # 🧏🏽 deaf person: medium skin tone +1F9CF 1F3FE ; fully-qualified # 🧏🏾 deaf person: medium-dark skin tone +1F9CF 1F3FF ; fully-qualified # 🧏🏿 deaf person: dark skin tone +1F9CF 200D 2642 FE0F ; fully-qualified # 🧏‍♂️ deaf man +1F9CF 200D 2642 ; minimally-qualified # 🧏‍♂ deaf man +1F9CF 1F3FB 200D 2642 FE0F ; fully-qualified # 🧏🏻‍♂️ deaf man: light skin tone +1F9CF 1F3FB 200D 2642 ; minimally-qualified # 🧏🏻‍♂ deaf man: light skin tone +1F9CF 1F3FC 200D 2642 FE0F ; fully-qualified # 🧏🏼‍♂️ deaf man: medium-light skin tone +1F9CF 1F3FC 200D 2642 ; minimally-qualified # 🧏🏼‍♂ deaf man: medium-light skin tone +1F9CF 1F3FD 200D 2642 FE0F ; fully-qualified # 🧏🏽‍♂️ deaf man: medium skin tone +1F9CF 1F3FD 200D 2642 ; minimally-qualified # 🧏🏽‍♂ deaf man: medium skin tone +1F9CF 1F3FE 200D 2642 FE0F ; fully-qualified # 🧏🏾‍♂️ deaf man: medium-dark skin tone +1F9CF 1F3FE 200D 2642 ; minimally-qualified # 🧏🏾‍♂ deaf man: medium-dark skin tone +1F9CF 1F3FF 200D 2642 FE0F ; fully-qualified # 🧏🏿‍♂️ deaf man: dark skin tone +1F9CF 1F3FF 200D 2642 ; minimally-qualified # 🧏🏿‍♂ deaf man: dark skin tone +1F9CF 200D 2640 FE0F ; fully-qualified # 🧏‍♀️ deaf woman +1F9CF 200D 2640 ; minimally-qualified # 🧏‍♀ deaf woman +1F9CF 1F3FB 200D 2640 FE0F ; fully-qualified # 🧏🏻‍♀️ deaf woman: light skin tone +1F9CF 1F3FB 200D 2640 ; minimally-qualified # 🧏🏻‍♀ deaf woman: light skin tone +1F9CF 1F3FC 200D 2640 FE0F ; fully-qualified # 🧏🏼‍♀️ deaf woman: medium-light skin tone +1F9CF 1F3FC 200D 2640 ; minimally-qualified # 🧏🏼‍♀ deaf woman: medium-light skin tone +1F9CF 1F3FD 200D 2640 FE0F ; fully-qualified # 🧏🏽‍♀️ deaf woman: medium skin tone +1F9CF 1F3FD 200D 2640 ; minimally-qualified # 🧏🏽‍♀ deaf woman: medium skin tone +1F9CF 1F3FE 200D 2640 FE0F ; fully-qualified # 🧏🏾‍♀️ deaf woman: medium-dark skin tone +1F9CF 1F3FE 200D 2640 ; minimally-qualified # 🧏🏾‍♀ deaf woman: medium-dark skin tone +1F9CF 1F3FF 200D 2640 FE0F ; fully-qualified # 🧏🏿‍♀️ deaf woman: dark skin tone +1F9CF 1F3FF 200D 2640 ; minimally-qualified # 🧏🏿‍♀ deaf woman: dark skin tone +1F647 ; fully-qualified # 🙇 person bowing +1F647 1F3FB ; fully-qualified # 🙇🏻 person bowing: light skin tone +1F647 1F3FC ; fully-qualified # 🙇🏼 person bowing: medium-light skin tone +1F647 1F3FD ; fully-qualified # 🙇🏽 person bowing: medium skin tone +1F647 1F3FE ; fully-qualified # 🙇🏾 person bowing: medium-dark skin tone +1F647 1F3FF ; fully-qualified # 🙇🏿 person bowing: dark skin tone +1F647 200D 2642 FE0F ; fully-qualified # 🙇‍♂️ man bowing +1F647 200D 2642 ; minimally-qualified # 🙇‍♂ man bowing +1F647 1F3FB 200D 2642 FE0F ; fully-qualified # 🙇🏻‍♂️ man bowing: light skin tone +1F647 1F3FB 200D 2642 ; minimally-qualified # 🙇🏻‍♂ man bowing: light skin tone +1F647 1F3FC 200D 2642 FE0F ; fully-qualified # 🙇🏼‍♂️ man bowing: medium-light skin tone +1F647 1F3FC 200D 2642 ; minimally-qualified # 🙇🏼‍♂ man bowing: medium-light skin tone +1F647 1F3FD 200D 2642 FE0F ; fully-qualified # 🙇🏽‍♂️ man bowing: medium skin tone +1F647 1F3FD 200D 2642 ; minimally-qualified # 🙇🏽‍♂ man bowing: medium skin tone +1F647 1F3FE 200D 2642 FE0F ; fully-qualified # 🙇🏾‍♂️ man bowing: medium-dark skin tone +1F647 1F3FE 200D 2642 ; minimally-qualified # 🙇🏾‍♂ man bowing: medium-dark skin tone +1F647 1F3FF 200D 2642 FE0F ; fully-qualified # 🙇🏿‍♂️ man bowing: dark skin tone +1F647 1F3FF 200D 2642 ; minimally-qualified # 🙇🏿‍♂ man bowing: dark skin tone +1F647 200D 2640 FE0F ; fully-qualified # 🙇‍♀️ woman bowing +1F647 200D 2640 ; minimally-qualified # 🙇‍♀ woman bowing +1F647 1F3FB 200D 2640 FE0F ; fully-qualified # 🙇🏻‍♀️ woman bowing: light skin tone +1F647 1F3FB 200D 2640 ; minimally-qualified # 🙇🏻‍♀ woman bowing: light skin tone +1F647 1F3FC 200D 2640 FE0F ; fully-qualified # 🙇🏼‍♀️ woman bowing: medium-light skin tone +1F647 1F3FC 200D 2640 ; minimally-qualified # 🙇🏼‍♀ woman bowing: medium-light skin tone +1F647 1F3FD 200D 2640 FE0F ; fully-qualified # 🙇🏽‍♀️ woman bowing: medium skin tone +1F647 1F3FD 200D 2640 ; minimally-qualified # 🙇🏽‍♀ woman bowing: medium skin tone +1F647 1F3FE 200D 2640 FE0F ; fully-qualified # 🙇🏾‍♀️ woman bowing: medium-dark skin tone +1F647 1F3FE 200D 2640 ; minimally-qualified # 🙇🏾‍♀ woman bowing: medium-dark skin tone +1F647 1F3FF 200D 2640 FE0F ; fully-qualified # 🙇🏿‍♀️ woman bowing: dark skin tone +1F647 1F3FF 200D 2640 ; minimally-qualified # 🙇🏿‍♀ woman bowing: dark skin tone +1F926 ; fully-qualified # 🤦 person facepalming +1F926 1F3FB ; fully-qualified # 🤦🏻 person facepalming: light skin tone +1F926 1F3FC ; fully-qualified # 🤦🏼 person facepalming: medium-light skin tone +1F926 1F3FD ; fully-qualified # 🤦🏽 person facepalming: medium skin tone +1F926 1F3FE ; fully-qualified # 🤦🏾 person facepalming: medium-dark skin tone +1F926 1F3FF ; fully-qualified # 🤦🏿 person facepalming: dark skin tone +1F926 200D 2642 FE0F ; fully-qualified # 🤦‍♂️ man facepalming +1F926 200D 2642 ; minimally-qualified # 🤦‍♂ man facepalming +1F926 1F3FB 200D 2642 FE0F ; fully-qualified # 🤦🏻‍♂️ man facepalming: light skin tone +1F926 1F3FB 200D 2642 ; minimally-qualified # 🤦🏻‍♂ man facepalming: light skin tone +1F926 1F3FC 200D 2642 FE0F ; fully-qualified # 🤦🏼‍♂️ man facepalming: medium-light skin tone +1F926 1F3FC 200D 2642 ; minimally-qualified # 🤦🏼‍♂ man facepalming: medium-light skin tone +1F926 1F3FD 200D 2642 FE0F ; fully-qualified # 🤦🏽‍♂️ man facepalming: medium skin tone +1F926 1F3FD 200D 2642 ; minimally-qualified # 🤦🏽‍♂ man facepalming: medium skin tone +1F926 1F3FE 200D 2642 FE0F ; fully-qualified # 🤦🏾‍♂️ man facepalming: medium-dark skin tone +1F926 1F3FE 200D 2642 ; minimally-qualified # 🤦🏾‍♂ man facepalming: medium-dark skin tone +1F926 1F3FF 200D 2642 FE0F ; fully-qualified # 🤦🏿‍♂️ man facepalming: dark skin tone +1F926 1F3FF 200D 2642 ; minimally-qualified # 🤦🏿‍♂ man facepalming: dark skin tone +1F926 200D 2640 FE0F ; fully-qualified # 🤦‍♀️ woman facepalming +1F926 200D 2640 ; minimally-qualified # 🤦‍♀ woman facepalming +1F926 1F3FB 200D 2640 FE0F ; fully-qualified # 🤦🏻‍♀️ woman facepalming: light skin tone +1F926 1F3FB 200D 2640 ; minimally-qualified # 🤦🏻‍♀ woman facepalming: light skin tone +1F926 1F3FC 200D 2640 FE0F ; fully-qualified # 🤦🏼‍♀️ woman facepalming: medium-light skin tone +1F926 1F3FC 200D 2640 ; minimally-qualified # 🤦🏼‍♀ woman facepalming: medium-light skin tone +1F926 1F3FD 200D 2640 FE0F ; fully-qualified # 🤦🏽‍♀️ woman facepalming: medium skin tone +1F926 1F3FD 200D 2640 ; minimally-qualified # 🤦🏽‍♀ woman facepalming: medium skin tone +1F926 1F3FE 200D 2640 FE0F ; fully-qualified # 🤦🏾‍♀️ woman facepalming: medium-dark skin tone +1F926 1F3FE 200D 2640 ; minimally-qualified # 🤦🏾‍♀ woman facepalming: medium-dark skin tone +1F926 1F3FF 200D 2640 FE0F ; fully-qualified # 🤦🏿‍♀️ woman facepalming: dark skin tone +1F926 1F3FF 200D 2640 ; minimally-qualified # 🤦🏿‍♀ woman facepalming: dark skin tone +1F937 ; fully-qualified # 🤷 person shrugging +1F937 1F3FB ; fully-qualified # 🤷🏻 person shrugging: light skin tone +1F937 1F3FC ; fully-qualified # 🤷🏼 person shrugging: medium-light skin tone +1F937 1F3FD ; fully-qualified # 🤷🏽 person shrugging: medium skin tone +1F937 1F3FE ; fully-qualified # 🤷🏾 person shrugging: medium-dark skin tone +1F937 1F3FF ; fully-qualified # 🤷🏿 person shrugging: dark skin tone +1F937 200D 2642 FE0F ; fully-qualified # 🤷‍♂️ man shrugging +1F937 200D 2642 ; minimally-qualified # 🤷‍♂ man shrugging +1F937 1F3FB 200D 2642 FE0F ; fully-qualified # 🤷🏻‍♂️ man shrugging: light skin tone +1F937 1F3FB 200D 2642 ; minimally-qualified # 🤷🏻‍♂ man shrugging: light skin tone +1F937 1F3FC 200D 2642 FE0F ; fully-qualified # 🤷🏼‍♂️ man shrugging: medium-light skin tone +1F937 1F3FC 200D 2642 ; minimally-qualified # 🤷🏼‍♂ man shrugging: medium-light skin tone +1F937 1F3FD 200D 2642 FE0F ; fully-qualified # 🤷🏽‍♂️ man shrugging: medium skin tone +1F937 1F3FD 200D 2642 ; minimally-qualified # 🤷🏽‍♂ man shrugging: medium skin tone +1F937 1F3FE 200D 2642 FE0F ; fully-qualified # 🤷🏾‍♂️ man shrugging: medium-dark skin tone +1F937 1F3FE 200D 2642 ; minimally-qualified # 🤷🏾‍♂ man shrugging: medium-dark skin tone +1F937 1F3FF 200D 2642 FE0F ; fully-qualified # 🤷🏿‍♂️ man shrugging: dark skin tone +1F937 1F3FF 200D 2642 ; minimally-qualified # 🤷🏿‍♂ man shrugging: dark skin tone +1F937 200D 2640 FE0F ; fully-qualified # 🤷‍♀️ woman shrugging +1F937 200D 2640 ; minimally-qualified # 🤷‍♀ woman shrugging +1F937 1F3FB 200D 2640 FE0F ; fully-qualified # 🤷🏻‍♀️ woman shrugging: light skin tone +1F937 1F3FB 200D 2640 ; minimally-qualified # 🤷🏻‍♀ woman shrugging: light skin tone +1F937 1F3FC 200D 2640 FE0F ; fully-qualified # 🤷🏼‍♀️ woman shrugging: medium-light skin tone +1F937 1F3FC 200D 2640 ; minimally-qualified # 🤷🏼‍♀ woman shrugging: medium-light skin tone +1F937 1F3FD 200D 2640 FE0F ; fully-qualified # 🤷🏽‍♀️ woman shrugging: medium skin tone +1F937 1F3FD 200D 2640 ; minimally-qualified # 🤷🏽‍♀ woman shrugging: medium skin tone +1F937 1F3FE 200D 2640 FE0F ; fully-qualified # 🤷🏾‍♀️ woman shrugging: medium-dark skin tone +1F937 1F3FE 200D 2640 ; minimally-qualified # 🤷🏾‍♀ woman shrugging: medium-dark skin tone +1F937 1F3FF 200D 2640 FE0F ; fully-qualified # 🤷🏿‍♀️ woman shrugging: dark skin tone +1F937 1F3FF 200D 2640 ; minimally-qualified # 🤷🏿‍♀ woman shrugging: dark skin tone + +# subgroup: person-role +1F468 200D 2695 FE0F ; fully-qualified # 👨‍⚕️ man health worker +1F468 200D 2695 ; minimally-qualified # 👨‍⚕ man health worker +1F468 1F3FB 200D 2695 FE0F ; fully-qualified # 👨🏻‍⚕️ man health worker: light skin tone +1F468 1F3FB 200D 2695 ; minimally-qualified # 👨🏻‍⚕ man health worker: light skin tone +1F468 1F3FC 200D 2695 FE0F ; fully-qualified # 👨🏼‍⚕️ man health worker: medium-light skin tone +1F468 1F3FC 200D 2695 ; minimally-qualified # 👨🏼‍⚕ man health worker: medium-light skin tone +1F468 1F3FD 200D 2695 FE0F ; fully-qualified # 👨🏽‍⚕️ man health worker: medium skin tone +1F468 1F3FD 200D 2695 ; minimally-qualified # 👨🏽‍⚕ man health worker: medium skin tone +1F468 1F3FE 200D 2695 FE0F ; fully-qualified # 👨🏾‍⚕️ man health worker: medium-dark skin tone +1F468 1F3FE 200D 2695 ; minimally-qualified # 👨🏾‍⚕ man health worker: medium-dark skin tone +1F468 1F3FF 200D 2695 FE0F ; fully-qualified # 👨🏿‍⚕️ man health worker: dark skin tone +1F468 1F3FF 200D 2695 ; minimally-qualified # 👨🏿‍⚕ man health worker: dark skin tone +1F469 200D 2695 FE0F ; fully-qualified # 👩‍⚕️ woman health worker +1F469 200D 2695 ; minimally-qualified # 👩‍⚕ woman health worker +1F469 1F3FB 200D 2695 FE0F ; fully-qualified # 👩🏻‍⚕️ woman health worker: light skin tone +1F469 1F3FB 200D 2695 ; minimally-qualified # 👩🏻‍⚕ woman health worker: light skin tone +1F469 1F3FC 200D 2695 FE0F ; fully-qualified # 👩🏼‍⚕️ woman health worker: medium-light skin tone +1F469 1F3FC 200D 2695 ; minimally-qualified # 👩🏼‍⚕ woman health worker: medium-light skin tone +1F469 1F3FD 200D 2695 FE0F ; fully-qualified # 👩🏽‍⚕️ woman health worker: medium skin tone +1F469 1F3FD 200D 2695 ; minimally-qualified # 👩🏽‍⚕ woman health worker: medium skin tone +1F469 1F3FE 200D 2695 FE0F ; fully-qualified # 👩🏾‍⚕️ woman health worker: medium-dark skin tone +1F469 1F3FE 200D 2695 ; minimally-qualified # 👩🏾‍⚕ woman health worker: medium-dark skin tone +1F469 1F3FF 200D 2695 FE0F ; fully-qualified # 👩🏿‍⚕️ woman health worker: dark skin tone +1F469 1F3FF 200D 2695 ; minimally-qualified # 👩🏿‍⚕ woman health worker: dark skin tone +1F468 200D 1F393 ; fully-qualified # 👨‍🎓 man student +1F468 1F3FB 200D 1F393 ; fully-qualified # 👨🏻‍🎓 man student: light skin tone +1F468 1F3FC 200D 1F393 ; fully-qualified # 👨🏼‍🎓 man student: medium-light skin tone +1F468 1F3FD 200D 1F393 ; fully-qualified # 👨🏽‍🎓 man student: medium skin tone +1F468 1F3FE 200D 1F393 ; fully-qualified # 👨🏾‍🎓 man student: medium-dark skin tone +1F468 1F3FF 200D 1F393 ; fully-qualified # 👨🏿‍🎓 man student: dark skin tone +1F469 200D 1F393 ; fully-qualified # 👩‍🎓 woman student +1F469 1F3FB 200D 1F393 ; fully-qualified # 👩🏻‍🎓 woman student: light skin tone +1F469 1F3FC 200D 1F393 ; fully-qualified # 👩🏼‍🎓 woman student: medium-light skin tone +1F469 1F3FD 200D 1F393 ; fully-qualified # 👩🏽‍🎓 woman student: medium skin tone +1F469 1F3FE 200D 1F393 ; fully-qualified # 👩🏾‍🎓 woman student: medium-dark skin tone +1F469 1F3FF 200D 1F393 ; fully-qualified # 👩🏿‍🎓 woman student: dark skin tone +1F468 200D 1F3EB ; fully-qualified # 👨‍🏫 man teacher +1F468 1F3FB 200D 1F3EB ; fully-qualified # 👨🏻‍🏫 man teacher: light skin tone +1F468 1F3FC 200D 1F3EB ; fully-qualified # 👨🏼‍🏫 man teacher: medium-light skin tone +1F468 1F3FD 200D 1F3EB ; fully-qualified # 👨🏽‍🏫 man teacher: medium skin tone +1F468 1F3FE 200D 1F3EB ; fully-qualified # 👨🏾‍🏫 man teacher: medium-dark skin tone +1F468 1F3FF 200D 1F3EB ; fully-qualified # 👨🏿‍🏫 man teacher: dark skin tone +1F469 200D 1F3EB ; fully-qualified # 👩‍🏫 woman teacher +1F469 1F3FB 200D 1F3EB ; fully-qualified # 👩🏻‍🏫 woman teacher: light skin tone +1F469 1F3FC 200D 1F3EB ; fully-qualified # 👩🏼‍🏫 woman teacher: medium-light skin tone +1F469 1F3FD 200D 1F3EB ; fully-qualified # 👩🏽‍🏫 woman teacher: medium skin tone +1F469 1F3FE 200D 1F3EB ; fully-qualified # 👩🏾‍🏫 woman teacher: medium-dark skin tone +1F469 1F3FF 200D 1F3EB ; fully-qualified # 👩🏿‍🏫 woman teacher: dark skin tone +1F468 200D 2696 FE0F ; fully-qualified # 👨‍⚖️ man judge +1F468 200D 2696 ; minimally-qualified # 👨‍⚖ man judge +1F468 1F3FB 200D 2696 FE0F ; fully-qualified # 👨🏻‍⚖️ man judge: light skin tone +1F468 1F3FB 200D 2696 ; minimally-qualified # 👨🏻‍⚖ man judge: light skin tone +1F468 1F3FC 200D 2696 FE0F ; fully-qualified # 👨🏼‍⚖️ man judge: medium-light skin tone +1F468 1F3FC 200D 2696 ; minimally-qualified # 👨🏼‍⚖ man judge: medium-light skin tone +1F468 1F3FD 200D 2696 FE0F ; fully-qualified # 👨🏽‍⚖️ man judge: medium skin tone +1F468 1F3FD 200D 2696 ; minimally-qualified # 👨🏽‍⚖ man judge: medium skin tone +1F468 1F3FE 200D 2696 FE0F ; fully-qualified # 👨🏾‍⚖️ man judge: medium-dark skin tone +1F468 1F3FE 200D 2696 ; minimally-qualified # 👨🏾‍⚖ man judge: medium-dark skin tone +1F468 1F3FF 200D 2696 FE0F ; fully-qualified # 👨🏿‍⚖️ man judge: dark skin tone +1F468 1F3FF 200D 2696 ; minimally-qualified # 👨🏿‍⚖ man judge: dark skin tone +1F469 200D 2696 FE0F ; fully-qualified # 👩‍⚖️ woman judge +1F469 200D 2696 ; minimally-qualified # 👩‍⚖ woman judge +1F469 1F3FB 200D 2696 FE0F ; fully-qualified # 👩🏻‍⚖️ woman judge: light skin tone +1F469 1F3FB 200D 2696 ; minimally-qualified # 👩🏻‍⚖ woman judge: light skin tone +1F469 1F3FC 200D 2696 FE0F ; fully-qualified # 👩🏼‍⚖️ woman judge: medium-light skin tone +1F469 1F3FC 200D 2696 ; minimally-qualified # 👩🏼‍⚖ woman judge: medium-light skin tone +1F469 1F3FD 200D 2696 FE0F ; fully-qualified # 👩🏽‍⚖️ woman judge: medium skin tone +1F469 1F3FD 200D 2696 ; minimally-qualified # 👩🏽‍⚖ woman judge: medium skin tone +1F469 1F3FE 200D 2696 FE0F ; fully-qualified # 👩🏾‍⚖️ woman judge: medium-dark skin tone +1F469 1F3FE 200D 2696 ; minimally-qualified # 👩🏾‍⚖ woman judge: medium-dark skin tone +1F469 1F3FF 200D 2696 FE0F ; fully-qualified # 👩🏿‍⚖️ woman judge: dark skin tone +1F469 1F3FF 200D 2696 ; minimally-qualified # 👩🏿‍⚖ woman judge: dark skin tone +1F468 200D 1F33E ; fully-qualified # 👨‍🌾 man farmer +1F468 1F3FB 200D 1F33E ; fully-qualified # 👨🏻‍🌾 man farmer: light skin tone +1F468 1F3FC 200D 1F33E ; fully-qualified # 👨🏼‍🌾 man farmer: medium-light skin tone +1F468 1F3FD 200D 1F33E ; fully-qualified # 👨🏽‍🌾 man farmer: medium skin tone +1F468 1F3FE 200D 1F33E ; fully-qualified # 👨🏾‍🌾 man farmer: medium-dark skin tone +1F468 1F3FF 200D 1F33E ; fully-qualified # 👨🏿‍🌾 man farmer: dark skin tone +1F469 200D 1F33E ; fully-qualified # 👩‍🌾 woman farmer +1F469 1F3FB 200D 1F33E ; fully-qualified # 👩🏻‍🌾 woman farmer: light skin tone +1F469 1F3FC 200D 1F33E ; fully-qualified # 👩🏼‍🌾 woman farmer: medium-light skin tone +1F469 1F3FD 200D 1F33E ; fully-qualified # 👩🏽‍🌾 woman farmer: medium skin tone +1F469 1F3FE 200D 1F33E ; fully-qualified # 👩🏾‍🌾 woman farmer: medium-dark skin tone +1F469 1F3FF 200D 1F33E ; fully-qualified # 👩🏿‍🌾 woman farmer: dark skin tone +1F468 200D 1F373 ; fully-qualified # 👨‍🍳 man cook +1F468 1F3FB 200D 1F373 ; fully-qualified # 👨🏻‍🍳 man cook: light skin tone +1F468 1F3FC 200D 1F373 ; fully-qualified # 👨🏼‍🍳 man cook: medium-light skin tone +1F468 1F3FD 200D 1F373 ; fully-qualified # 👨🏽‍🍳 man cook: medium skin tone +1F468 1F3FE 200D 1F373 ; fully-qualified # 👨🏾‍🍳 man cook: medium-dark skin tone +1F468 1F3FF 200D 1F373 ; fully-qualified # 👨🏿‍🍳 man cook: dark skin tone +1F469 200D 1F373 ; fully-qualified # 👩‍🍳 woman cook +1F469 1F3FB 200D 1F373 ; fully-qualified # 👩🏻‍🍳 woman cook: light skin tone +1F469 1F3FC 200D 1F373 ; fully-qualified # 👩🏼‍🍳 woman cook: medium-light skin tone +1F469 1F3FD 200D 1F373 ; fully-qualified # 👩🏽‍🍳 woman cook: medium skin tone +1F469 1F3FE 200D 1F373 ; fully-qualified # 👩🏾‍🍳 woman cook: medium-dark skin tone +1F469 1F3FF 200D 1F373 ; fully-qualified # 👩🏿‍🍳 woman cook: dark skin tone +1F468 200D 1F527 ; fully-qualified # 👨‍🔧 man mechanic +1F468 1F3FB 200D 1F527 ; fully-qualified # 👨🏻‍🔧 man mechanic: light skin tone +1F468 1F3FC 200D 1F527 ; fully-qualified # 👨🏼‍🔧 man mechanic: medium-light skin tone +1F468 1F3FD 200D 1F527 ; fully-qualified # 👨🏽‍🔧 man mechanic: medium skin tone +1F468 1F3FE 200D 1F527 ; fully-qualified # 👨🏾‍🔧 man mechanic: medium-dark skin tone +1F468 1F3FF 200D 1F527 ; fully-qualified # 👨🏿‍🔧 man mechanic: dark skin tone +1F469 200D 1F527 ; fully-qualified # 👩‍🔧 woman mechanic +1F469 1F3FB 200D 1F527 ; fully-qualified # 👩🏻‍🔧 woman mechanic: light skin tone +1F469 1F3FC 200D 1F527 ; fully-qualified # 👩🏼‍🔧 woman mechanic: medium-light skin tone +1F469 1F3FD 200D 1F527 ; fully-qualified # 👩🏽‍🔧 woman mechanic: medium skin tone +1F469 1F3FE 200D 1F527 ; fully-qualified # 👩🏾‍🔧 woman mechanic: medium-dark skin tone +1F469 1F3FF 200D 1F527 ; fully-qualified # 👩🏿‍🔧 woman mechanic: dark skin tone +1F468 200D 1F3ED ; fully-qualified # 👨‍🏭 man factory worker +1F468 1F3FB 200D 1F3ED ; fully-qualified # 👨🏻‍🏭 man factory worker: light skin tone +1F468 1F3FC 200D 1F3ED ; fully-qualified # 👨🏼‍🏭 man factory worker: medium-light skin tone +1F468 1F3FD 200D 1F3ED ; fully-qualified # 👨🏽‍🏭 man factory worker: medium skin tone +1F468 1F3FE 200D 1F3ED ; fully-qualified # 👨🏾‍🏭 man factory worker: medium-dark skin tone +1F468 1F3FF 200D 1F3ED ; fully-qualified # 👨🏿‍🏭 man factory worker: dark skin tone +1F469 200D 1F3ED ; fully-qualified # 👩‍🏭 woman factory worker +1F469 1F3FB 200D 1F3ED ; fully-qualified # 👩🏻‍🏭 woman factory worker: light skin tone +1F469 1F3FC 200D 1F3ED ; fully-qualified # 👩🏼‍🏭 woman factory worker: medium-light skin tone +1F469 1F3FD 200D 1F3ED ; fully-qualified # 👩🏽‍🏭 woman factory worker: medium skin tone +1F469 1F3FE 200D 1F3ED ; fully-qualified # 👩🏾‍🏭 woman factory worker: medium-dark skin tone +1F469 1F3FF 200D 1F3ED ; fully-qualified # 👩🏿‍🏭 woman factory worker: dark skin tone +1F468 200D 1F4BC ; fully-qualified # 👨‍💼 man office worker +1F468 1F3FB 200D 1F4BC ; fully-qualified # 👨🏻‍💼 man office worker: light skin tone +1F468 1F3FC 200D 1F4BC ; fully-qualified # 👨🏼‍💼 man office worker: medium-light skin tone +1F468 1F3FD 200D 1F4BC ; fully-qualified # 👨🏽‍💼 man office worker: medium skin tone +1F468 1F3FE 200D 1F4BC ; fully-qualified # 👨🏾‍💼 man office worker: medium-dark skin tone +1F468 1F3FF 200D 1F4BC ; fully-qualified # 👨🏿‍💼 man office worker: dark skin tone +1F469 200D 1F4BC ; fully-qualified # 👩‍💼 woman office worker +1F469 1F3FB 200D 1F4BC ; fully-qualified # 👩🏻‍💼 woman office worker: light skin tone +1F469 1F3FC 200D 1F4BC ; fully-qualified # 👩🏼‍💼 woman office worker: medium-light skin tone +1F469 1F3FD 200D 1F4BC ; fully-qualified # 👩🏽‍💼 woman office worker: medium skin tone +1F469 1F3FE 200D 1F4BC ; fully-qualified # 👩🏾‍💼 woman office worker: medium-dark skin tone +1F469 1F3FF 200D 1F4BC ; fully-qualified # 👩🏿‍💼 woman office worker: dark skin tone +1F468 200D 1F52C ; fully-qualified # 👨‍🔬 man scientist +1F468 1F3FB 200D 1F52C ; fully-qualified # 👨🏻‍🔬 man scientist: light skin tone +1F468 1F3FC 200D 1F52C ; fully-qualified # 👨🏼‍🔬 man scientist: medium-light skin tone +1F468 1F3FD 200D 1F52C ; fully-qualified # 👨🏽‍🔬 man scientist: medium skin tone +1F468 1F3FE 200D 1F52C ; fully-qualified # 👨🏾‍🔬 man scientist: medium-dark skin tone +1F468 1F3FF 200D 1F52C ; fully-qualified # 👨🏿‍🔬 man scientist: dark skin tone +1F469 200D 1F52C ; fully-qualified # 👩‍🔬 woman scientist +1F469 1F3FB 200D 1F52C ; fully-qualified # 👩🏻‍🔬 woman scientist: light skin tone +1F469 1F3FC 200D 1F52C ; fully-qualified # 👩🏼‍🔬 woman scientist: medium-light skin tone +1F469 1F3FD 200D 1F52C ; fully-qualified # 👩🏽‍🔬 woman scientist: medium skin tone +1F469 1F3FE 200D 1F52C ; fully-qualified # 👩🏾‍🔬 woman scientist: medium-dark skin tone +1F469 1F3FF 200D 1F52C ; fully-qualified # 👩🏿‍🔬 woman scientist: dark skin tone +1F468 200D 1F4BB ; fully-qualified # 👨‍💻 man technologist +1F468 1F3FB 200D 1F4BB ; fully-qualified # 👨🏻‍💻 man technologist: light skin tone +1F468 1F3FC 200D 1F4BB ; fully-qualified # 👨🏼‍💻 man technologist: medium-light skin tone +1F468 1F3FD 200D 1F4BB ; fully-qualified # 👨🏽‍💻 man technologist: medium skin tone +1F468 1F3FE 200D 1F4BB ; fully-qualified # 👨🏾‍💻 man technologist: medium-dark skin tone +1F468 1F3FF 200D 1F4BB ; fully-qualified # 👨🏿‍💻 man technologist: dark skin tone +1F469 200D 1F4BB ; fully-qualified # 👩‍💻 woman technologist +1F469 1F3FB 200D 1F4BB ; fully-qualified # 👩🏻‍💻 woman technologist: light skin tone +1F469 1F3FC 200D 1F4BB ; fully-qualified # 👩🏼‍💻 woman technologist: medium-light skin tone +1F469 1F3FD 200D 1F4BB ; fully-qualified # 👩🏽‍💻 woman technologist: medium skin tone +1F469 1F3FE 200D 1F4BB ; fully-qualified # 👩🏾‍💻 woman technologist: medium-dark skin tone +1F469 1F3FF 200D 1F4BB ; fully-qualified # 👩🏿‍💻 woman technologist: dark skin tone +1F468 200D 1F3A4 ; fully-qualified # 👨‍🎤 man singer +1F468 1F3FB 200D 1F3A4 ; fully-qualified # 👨🏻‍🎤 man singer: light skin tone +1F468 1F3FC 200D 1F3A4 ; fully-qualified # 👨🏼‍🎤 man singer: medium-light skin tone +1F468 1F3FD 200D 1F3A4 ; fully-qualified # 👨🏽‍🎤 man singer: medium skin tone +1F468 1F3FE 200D 1F3A4 ; fully-qualified # 👨🏾‍🎤 man singer: medium-dark skin tone +1F468 1F3FF 200D 1F3A4 ; fully-qualified # 👨🏿‍🎤 man singer: dark skin tone +1F469 200D 1F3A4 ; fully-qualified # 👩‍🎤 woman singer +1F469 1F3FB 200D 1F3A4 ; fully-qualified # 👩🏻‍🎤 woman singer: light skin tone +1F469 1F3FC 200D 1F3A4 ; fully-qualified # 👩🏼‍🎤 woman singer: medium-light skin tone +1F469 1F3FD 200D 1F3A4 ; fully-qualified # 👩🏽‍🎤 woman singer: medium skin tone +1F469 1F3FE 200D 1F3A4 ; fully-qualified # 👩🏾‍🎤 woman singer: medium-dark skin tone +1F469 1F3FF 200D 1F3A4 ; fully-qualified # 👩🏿‍🎤 woman singer: dark skin tone +1F468 200D 1F3A8 ; fully-qualified # 👨‍🎨 man artist +1F468 1F3FB 200D 1F3A8 ; fully-qualified # 👨🏻‍🎨 man artist: light skin tone +1F468 1F3FC 200D 1F3A8 ; fully-qualified # 👨🏼‍🎨 man artist: medium-light skin tone +1F468 1F3FD 200D 1F3A8 ; fully-qualified # 👨🏽‍🎨 man artist: medium skin tone +1F468 1F3FE 200D 1F3A8 ; fully-qualified # 👨🏾‍🎨 man artist: medium-dark skin tone +1F468 1F3FF 200D 1F3A8 ; fully-qualified # 👨🏿‍🎨 man artist: dark skin tone +1F469 200D 1F3A8 ; fully-qualified # 👩‍🎨 woman artist +1F469 1F3FB 200D 1F3A8 ; fully-qualified # 👩🏻‍🎨 woman artist: light skin tone +1F469 1F3FC 200D 1F3A8 ; fully-qualified # 👩🏼‍🎨 woman artist: medium-light skin tone +1F469 1F3FD 200D 1F3A8 ; fully-qualified # 👩🏽‍🎨 woman artist: medium skin tone +1F469 1F3FE 200D 1F3A8 ; fully-qualified # 👩🏾‍🎨 woman artist: medium-dark skin tone +1F469 1F3FF 200D 1F3A8 ; fully-qualified # 👩🏿‍🎨 woman artist: dark skin tone +1F468 200D 2708 FE0F ; fully-qualified # 👨‍✈️ man pilot +1F468 200D 2708 ; minimally-qualified # 👨‍✈ man pilot +1F468 1F3FB 200D 2708 FE0F ; fully-qualified # 👨🏻‍✈️ man pilot: light skin tone +1F468 1F3FB 200D 2708 ; minimally-qualified # 👨🏻‍✈ man pilot: light skin tone +1F468 1F3FC 200D 2708 FE0F ; fully-qualified # 👨🏼‍✈️ man pilot: medium-light skin tone +1F468 1F3FC 200D 2708 ; minimally-qualified # 👨🏼‍✈ man pilot: medium-light skin tone +1F468 1F3FD 200D 2708 FE0F ; fully-qualified # 👨🏽‍✈️ man pilot: medium skin tone +1F468 1F3FD 200D 2708 ; minimally-qualified # 👨🏽‍✈ man pilot: medium skin tone +1F468 1F3FE 200D 2708 FE0F ; fully-qualified # 👨🏾‍✈️ man pilot: medium-dark skin tone +1F468 1F3FE 200D 2708 ; minimally-qualified # 👨🏾‍✈ man pilot: medium-dark skin tone +1F468 1F3FF 200D 2708 FE0F ; fully-qualified # 👨🏿‍✈️ man pilot: dark skin tone +1F468 1F3FF 200D 2708 ; minimally-qualified # 👨🏿‍✈ man pilot: dark skin tone +1F469 200D 2708 FE0F ; fully-qualified # 👩‍✈️ woman pilot +1F469 200D 2708 ; minimally-qualified # 👩‍✈ woman pilot +1F469 1F3FB 200D 2708 FE0F ; fully-qualified # 👩🏻‍✈️ woman pilot: light skin tone +1F469 1F3FB 200D 2708 ; minimally-qualified # 👩🏻‍✈ woman pilot: light skin tone +1F469 1F3FC 200D 2708 FE0F ; fully-qualified # 👩🏼‍✈️ woman pilot: medium-light skin tone +1F469 1F3FC 200D 2708 ; minimally-qualified # 👩🏼‍✈ woman pilot: medium-light skin tone +1F469 1F3FD 200D 2708 FE0F ; fully-qualified # 👩🏽‍✈️ woman pilot: medium skin tone +1F469 1F3FD 200D 2708 ; minimally-qualified # 👩🏽‍✈ woman pilot: medium skin tone +1F469 1F3FE 200D 2708 FE0F ; fully-qualified # 👩🏾‍✈️ woman pilot: medium-dark skin tone +1F469 1F3FE 200D 2708 ; minimally-qualified # 👩🏾‍✈ woman pilot: medium-dark skin tone +1F469 1F3FF 200D 2708 FE0F ; fully-qualified # 👩🏿‍✈️ woman pilot: dark skin tone +1F469 1F3FF 200D 2708 ; minimally-qualified # 👩🏿‍✈ woman pilot: dark skin tone +1F468 200D 1F680 ; fully-qualified # 👨‍🚀 man astronaut +1F468 1F3FB 200D 1F680 ; fully-qualified # 👨🏻‍🚀 man astronaut: light skin tone +1F468 1F3FC 200D 1F680 ; fully-qualified # 👨🏼‍🚀 man astronaut: medium-light skin tone +1F468 1F3FD 200D 1F680 ; fully-qualified # 👨🏽‍🚀 man astronaut: medium skin tone +1F468 1F3FE 200D 1F680 ; fully-qualified # 👨🏾‍🚀 man astronaut: medium-dark skin tone +1F468 1F3FF 200D 1F680 ; fully-qualified # 👨🏿‍🚀 man astronaut: dark skin tone +1F469 200D 1F680 ; fully-qualified # 👩‍🚀 woman astronaut +1F469 1F3FB 200D 1F680 ; fully-qualified # 👩🏻‍🚀 woman astronaut: light skin tone +1F469 1F3FC 200D 1F680 ; fully-qualified # 👩🏼‍🚀 woman astronaut: medium-light skin tone +1F469 1F3FD 200D 1F680 ; fully-qualified # 👩🏽‍🚀 woman astronaut: medium skin tone +1F469 1F3FE 200D 1F680 ; fully-qualified # 👩🏾‍🚀 woman astronaut: medium-dark skin tone +1F469 1F3FF 200D 1F680 ; fully-qualified # 👩🏿‍🚀 woman astronaut: dark skin tone +1F468 200D 1F692 ; fully-qualified # 👨‍🚒 man firefighter +1F468 1F3FB 200D 1F692 ; fully-qualified # 👨🏻‍🚒 man firefighter: light skin tone +1F468 1F3FC 200D 1F692 ; fully-qualified # 👨🏼‍🚒 man firefighter: medium-light skin tone +1F468 1F3FD 200D 1F692 ; fully-qualified # 👨🏽‍🚒 man firefighter: medium skin tone +1F468 1F3FE 200D 1F692 ; fully-qualified # 👨🏾‍🚒 man firefighter: medium-dark skin tone +1F468 1F3FF 200D 1F692 ; fully-qualified # 👨🏿‍🚒 man firefighter: dark skin tone +1F469 200D 1F692 ; fully-qualified # 👩‍🚒 woman firefighter +1F469 1F3FB 200D 1F692 ; fully-qualified # 👩🏻‍🚒 woman firefighter: light skin tone +1F469 1F3FC 200D 1F692 ; fully-qualified # 👩🏼‍🚒 woman firefighter: medium-light skin tone +1F469 1F3FD 200D 1F692 ; fully-qualified # 👩🏽‍🚒 woman firefighter: medium skin tone +1F469 1F3FE 200D 1F692 ; fully-qualified # 👩🏾‍🚒 woman firefighter: medium-dark skin tone +1F469 1F3FF 200D 1F692 ; fully-qualified # 👩🏿‍🚒 woman firefighter: dark skin tone +1F46E ; fully-qualified # 👮 police officer +1F46E 1F3FB ; fully-qualified # 👮🏻 police officer: light skin tone +1F46E 1F3FC ; fully-qualified # 👮🏼 police officer: medium-light skin tone +1F46E 1F3FD ; fully-qualified # 👮🏽 police officer: medium skin tone +1F46E 1F3FE ; fully-qualified # 👮🏾 police officer: medium-dark skin tone +1F46E 1F3FF ; fully-qualified # 👮🏿 police officer: dark skin tone +1F46E 200D 2642 FE0F ; fully-qualified # 👮‍♂️ man police officer +1F46E 200D 2642 ; minimally-qualified # 👮‍♂ man police officer +1F46E 1F3FB 200D 2642 FE0F ; fully-qualified # 👮🏻‍♂️ man police officer: light skin tone +1F46E 1F3FB 200D 2642 ; minimally-qualified # 👮🏻‍♂ man police officer: light skin tone +1F46E 1F3FC 200D 2642 FE0F ; fully-qualified # 👮🏼‍♂️ man police officer: medium-light skin tone +1F46E 1F3FC 200D 2642 ; minimally-qualified # 👮🏼‍♂ man police officer: medium-light skin tone +1F46E 1F3FD 200D 2642 FE0F ; fully-qualified # 👮🏽‍♂️ man police officer: medium skin tone +1F46E 1F3FD 200D 2642 ; minimally-qualified # 👮🏽‍♂ man police officer: medium skin tone +1F46E 1F3FE 200D 2642 FE0F ; fully-qualified # 👮🏾‍♂️ man police officer: medium-dark skin tone +1F46E 1F3FE 200D 2642 ; minimally-qualified # 👮🏾‍♂ man police officer: medium-dark skin tone +1F46E 1F3FF 200D 2642 FE0F ; fully-qualified # 👮🏿‍♂️ man police officer: dark skin tone +1F46E 1F3FF 200D 2642 ; minimally-qualified # 👮🏿‍♂ man police officer: dark skin tone +1F46E 200D 2640 FE0F ; fully-qualified # 👮‍♀️ woman police officer +1F46E 200D 2640 ; minimally-qualified # 👮‍♀ woman police officer +1F46E 1F3FB 200D 2640 FE0F ; fully-qualified # 👮🏻‍♀️ woman police officer: light skin tone +1F46E 1F3FB 200D 2640 ; minimally-qualified # 👮🏻‍♀ woman police officer: light skin tone +1F46E 1F3FC 200D 2640 FE0F ; fully-qualified # 👮🏼‍♀️ woman police officer: medium-light skin tone +1F46E 1F3FC 200D 2640 ; minimally-qualified # 👮🏼‍♀ woman police officer: medium-light skin tone +1F46E 1F3FD 200D 2640 FE0F ; fully-qualified # 👮🏽‍♀️ woman police officer: medium skin tone +1F46E 1F3FD 200D 2640 ; minimally-qualified # 👮🏽‍♀ woman police officer: medium skin tone +1F46E 1F3FE 200D 2640 FE0F ; fully-qualified # 👮🏾‍♀️ woman police officer: medium-dark skin tone +1F46E 1F3FE 200D 2640 ; minimally-qualified # 👮🏾‍♀ woman police officer: medium-dark skin tone +1F46E 1F3FF 200D 2640 FE0F ; fully-qualified # 👮🏿‍♀️ woman police officer: dark skin tone +1F46E 1F3FF 200D 2640 ; minimally-qualified # 👮🏿‍♀ woman police officer: dark skin tone +1F575 FE0F ; fully-qualified # 🕵️ detective +1F575 ; unqualified # 🕵 detective +1F575 1F3FB ; fully-qualified # 🕵🏻 detective: light skin tone +1F575 1F3FC ; fully-qualified # 🕵🏼 detective: medium-light skin tone +1F575 1F3FD ; fully-qualified # 🕵🏽 detective: medium skin tone +1F575 1F3FE ; fully-qualified # 🕵🏾 detective: medium-dark skin tone +1F575 1F3FF ; fully-qualified # 🕵🏿 detective: dark skin tone +1F575 FE0F 200D 2642 FE0F ; fully-qualified # 🕵️‍♂️ man detective +1F575 200D 2642 FE0F ; unqualified # 🕵‍♂️ man detective +1F575 FE0F 200D 2642 ; unqualified # 🕵️‍♂ man detective +1F575 200D 2642 ; unqualified # 🕵‍♂ man detective +1F575 1F3FB 200D 2642 FE0F ; fully-qualified # 🕵🏻‍♂️ man detective: light skin tone +1F575 1F3FB 200D 2642 ; minimally-qualified # 🕵🏻‍♂ man detective: light skin tone +1F575 1F3FC 200D 2642 FE0F ; fully-qualified # 🕵🏼‍♂️ man detective: medium-light skin tone +1F575 1F3FC 200D 2642 ; minimally-qualified # 🕵🏼‍♂ man detective: medium-light skin tone +1F575 1F3FD 200D 2642 FE0F ; fully-qualified # 🕵🏽‍♂️ man detective: medium skin tone +1F575 1F3FD 200D 2642 ; minimally-qualified # 🕵🏽‍♂ man detective: medium skin tone +1F575 1F3FE 200D 2642 FE0F ; fully-qualified # 🕵🏾‍♂️ man detective: medium-dark skin tone +1F575 1F3FE 200D 2642 ; minimally-qualified # 🕵🏾‍♂ man detective: medium-dark skin tone +1F575 1F3FF 200D 2642 FE0F ; fully-qualified # 🕵🏿‍♂️ man detective: dark skin tone +1F575 1F3FF 200D 2642 ; minimally-qualified # 🕵🏿‍♂ man detective: dark skin tone +1F575 FE0F 200D 2640 FE0F ; fully-qualified # 🕵️‍♀️ woman detective +1F575 200D 2640 FE0F ; unqualified # 🕵‍♀️ woman detective +1F575 FE0F 200D 2640 ; unqualified # 🕵️‍♀ woman detective +1F575 200D 2640 ; unqualified # 🕵‍♀ woman detective +1F575 1F3FB 200D 2640 FE0F ; fully-qualified # 🕵🏻‍♀️ woman detective: light skin tone +1F575 1F3FB 200D 2640 ; minimally-qualified # 🕵🏻‍♀ woman detective: light skin tone +1F575 1F3FC 200D 2640 FE0F ; fully-qualified # 🕵🏼‍♀️ woman detective: medium-light skin tone +1F575 1F3FC 200D 2640 ; minimally-qualified # 🕵🏼‍♀ woman detective: medium-light skin tone +1F575 1F3FD 200D 2640 FE0F ; fully-qualified # 🕵🏽‍♀️ woman detective: medium skin tone +1F575 1F3FD 200D 2640 ; minimally-qualified # 🕵🏽‍♀ woman detective: medium skin tone +1F575 1F3FE 200D 2640 FE0F ; fully-qualified # 🕵🏾‍♀️ woman detective: medium-dark skin tone +1F575 1F3FE 200D 2640 ; minimally-qualified # 🕵🏾‍♀ woman detective: medium-dark skin tone +1F575 1F3FF 200D 2640 FE0F ; fully-qualified # 🕵🏿‍♀️ woman detective: dark skin tone +1F575 1F3FF 200D 2640 ; minimally-qualified # 🕵🏿‍♀ woman detective: dark skin tone +1F482 ; fully-qualified # 💂 guard +1F482 1F3FB ; fully-qualified # 💂🏻 guard: light skin tone +1F482 1F3FC ; fully-qualified # 💂🏼 guard: medium-light skin tone +1F482 1F3FD ; fully-qualified # 💂🏽 guard: medium skin tone +1F482 1F3FE ; fully-qualified # 💂🏾 guard: medium-dark skin tone +1F482 1F3FF ; fully-qualified # 💂🏿 guard: dark skin tone +1F482 200D 2642 FE0F ; fully-qualified # 💂‍♂️ man guard +1F482 200D 2642 ; minimally-qualified # 💂‍♂ man guard +1F482 1F3FB 200D 2642 FE0F ; fully-qualified # 💂🏻‍♂️ man guard: light skin tone +1F482 1F3FB 200D 2642 ; minimally-qualified # 💂🏻‍♂ man guard: light skin tone +1F482 1F3FC 200D 2642 FE0F ; fully-qualified # 💂🏼‍♂️ man guard: medium-light skin tone +1F482 1F3FC 200D 2642 ; minimally-qualified # 💂🏼‍♂ man guard: medium-light skin tone +1F482 1F3FD 200D 2642 FE0F ; fully-qualified # 💂🏽‍♂️ man guard: medium skin tone +1F482 1F3FD 200D 2642 ; minimally-qualified # 💂🏽‍♂ man guard: medium skin tone +1F482 1F3FE 200D 2642 FE0F ; fully-qualified # 💂🏾‍♂️ man guard: medium-dark skin tone +1F482 1F3FE 200D 2642 ; minimally-qualified # 💂🏾‍♂ man guard: medium-dark skin tone +1F482 1F3FF 200D 2642 FE0F ; fully-qualified # 💂🏿‍♂️ man guard: dark skin tone +1F482 1F3FF 200D 2642 ; minimally-qualified # 💂🏿‍♂ man guard: dark skin tone +1F482 200D 2640 FE0F ; fully-qualified # 💂‍♀️ woman guard +1F482 200D 2640 ; minimally-qualified # 💂‍♀ woman guard +1F482 1F3FB 200D 2640 FE0F ; fully-qualified # 💂🏻‍♀️ woman guard: light skin tone +1F482 1F3FB 200D 2640 ; minimally-qualified # 💂🏻‍♀ woman guard: light skin tone +1F482 1F3FC 200D 2640 FE0F ; fully-qualified # 💂🏼‍♀️ woman guard: medium-light skin tone +1F482 1F3FC 200D 2640 ; minimally-qualified # 💂🏼‍♀ woman guard: medium-light skin tone +1F482 1F3FD 200D 2640 FE0F ; fully-qualified # 💂🏽‍♀️ woman guard: medium skin tone +1F482 1F3FD 200D 2640 ; minimally-qualified # 💂🏽‍♀ woman guard: medium skin tone +1F482 1F3FE 200D 2640 FE0F ; fully-qualified # 💂🏾‍♀️ woman guard: medium-dark skin tone +1F482 1F3FE 200D 2640 ; minimally-qualified # 💂🏾‍♀ woman guard: medium-dark skin tone +1F482 1F3FF 200D 2640 FE0F ; fully-qualified # 💂🏿‍♀️ woman guard: dark skin tone +1F482 1F3FF 200D 2640 ; minimally-qualified # 💂🏿‍♀ woman guard: dark skin tone +1F477 ; fully-qualified # 👷 construction worker +1F477 1F3FB ; fully-qualified # 👷🏻 construction worker: light skin tone +1F477 1F3FC ; fully-qualified # 👷🏼 construction worker: medium-light skin tone +1F477 1F3FD ; fully-qualified # 👷🏽 construction worker: medium skin tone +1F477 1F3FE ; fully-qualified # 👷🏾 construction worker: medium-dark skin tone +1F477 1F3FF ; fully-qualified # 👷🏿 construction worker: dark skin tone +1F477 200D 2642 FE0F ; fully-qualified # 👷‍♂️ man construction worker +1F477 200D 2642 ; minimally-qualified # 👷‍♂ man construction worker +1F477 1F3FB 200D 2642 FE0F ; fully-qualified # 👷🏻‍♂️ man construction worker: light skin tone +1F477 1F3FB 200D 2642 ; minimally-qualified # 👷🏻‍♂ man construction worker: light skin tone +1F477 1F3FC 200D 2642 FE0F ; fully-qualified # 👷🏼‍♂️ man construction worker: medium-light skin tone +1F477 1F3FC 200D 2642 ; minimally-qualified # 👷🏼‍♂ man construction worker: medium-light skin tone +1F477 1F3FD 200D 2642 FE0F ; fully-qualified # 👷🏽‍♂️ man construction worker: medium skin tone +1F477 1F3FD 200D 2642 ; minimally-qualified # 👷🏽‍♂ man construction worker: medium skin tone +1F477 1F3FE 200D 2642 FE0F ; fully-qualified # 👷🏾‍♂️ man construction worker: medium-dark skin tone +1F477 1F3FE 200D 2642 ; minimally-qualified # 👷🏾‍♂ man construction worker: medium-dark skin tone +1F477 1F3FF 200D 2642 FE0F ; fully-qualified # 👷🏿‍♂️ man construction worker: dark skin tone +1F477 1F3FF 200D 2642 ; minimally-qualified # 👷🏿‍♂ man construction worker: dark skin tone +1F477 200D 2640 FE0F ; fully-qualified # 👷‍♀️ woman construction worker +1F477 200D 2640 ; minimally-qualified # 👷‍♀ woman construction worker +1F477 1F3FB 200D 2640 FE0F ; fully-qualified # 👷🏻‍♀️ woman construction worker: light skin tone +1F477 1F3FB 200D 2640 ; minimally-qualified # 👷🏻‍♀ woman construction worker: light skin tone +1F477 1F3FC 200D 2640 FE0F ; fully-qualified # 👷🏼‍♀️ woman construction worker: medium-light skin tone +1F477 1F3FC 200D 2640 ; minimally-qualified # 👷🏼‍♀ woman construction worker: medium-light skin tone +1F477 1F3FD 200D 2640 FE0F ; fully-qualified # 👷🏽‍♀️ woman construction worker: medium skin tone +1F477 1F3FD 200D 2640 ; minimally-qualified # 👷🏽‍♀ woman construction worker: medium skin tone +1F477 1F3FE 200D 2640 FE0F ; fully-qualified # 👷🏾‍♀️ woman construction worker: medium-dark skin tone +1F477 1F3FE 200D 2640 ; minimally-qualified # 👷🏾‍♀ woman construction worker: medium-dark skin tone +1F477 1F3FF 200D 2640 FE0F ; fully-qualified # 👷🏿‍♀️ woman construction worker: dark skin tone +1F477 1F3FF 200D 2640 ; minimally-qualified # 👷🏿‍♀ woman construction worker: dark skin tone +1F934 ; fully-qualified # 🤴 prince +1F934 1F3FB ; fully-qualified # 🤴🏻 prince: light skin tone +1F934 1F3FC ; fully-qualified # 🤴🏼 prince: medium-light skin tone +1F934 1F3FD ; fully-qualified # 🤴🏽 prince: medium skin tone +1F934 1F3FE ; fully-qualified # 🤴🏾 prince: medium-dark skin tone +1F934 1F3FF ; fully-qualified # 🤴🏿 prince: dark skin tone +1F478 ; fully-qualified # 👸 princess +1F478 1F3FB ; fully-qualified # 👸🏻 princess: light skin tone +1F478 1F3FC ; fully-qualified # 👸🏼 princess: medium-light skin tone +1F478 1F3FD ; fully-qualified # 👸🏽 princess: medium skin tone +1F478 1F3FE ; fully-qualified # 👸🏾 princess: medium-dark skin tone +1F478 1F3FF ; fully-qualified # 👸🏿 princess: dark skin tone +1F473 ; fully-qualified # 👳 person wearing turban +1F473 1F3FB ; fully-qualified # 👳🏻 person wearing turban: light skin tone +1F473 1F3FC ; fully-qualified # 👳🏼 person wearing turban: medium-light skin tone +1F473 1F3FD ; fully-qualified # 👳🏽 person wearing turban: medium skin tone +1F473 1F3FE ; fully-qualified # 👳🏾 person wearing turban: medium-dark skin tone +1F473 1F3FF ; fully-qualified # 👳🏿 person wearing turban: dark skin tone +1F473 200D 2642 FE0F ; fully-qualified # 👳‍♂️ man wearing turban +1F473 200D 2642 ; minimally-qualified # 👳‍♂ man wearing turban +1F473 1F3FB 200D 2642 FE0F ; fully-qualified # 👳🏻‍♂️ man wearing turban: light skin tone +1F473 1F3FB 200D 2642 ; minimally-qualified # 👳🏻‍♂ man wearing turban: light skin tone +1F473 1F3FC 200D 2642 FE0F ; fully-qualified # 👳🏼‍♂️ man wearing turban: medium-light skin tone +1F473 1F3FC 200D 2642 ; minimally-qualified # 👳🏼‍♂ man wearing turban: medium-light skin tone +1F473 1F3FD 200D 2642 FE0F ; fully-qualified # 👳🏽‍♂️ man wearing turban: medium skin tone +1F473 1F3FD 200D 2642 ; minimally-qualified # 👳🏽‍♂ man wearing turban: medium skin tone +1F473 1F3FE 200D 2642 FE0F ; fully-qualified # 👳🏾‍♂️ man wearing turban: medium-dark skin tone +1F473 1F3FE 200D 2642 ; minimally-qualified # 👳🏾‍♂ man wearing turban: medium-dark skin tone +1F473 1F3FF 200D 2642 FE0F ; fully-qualified # 👳🏿‍♂️ man wearing turban: dark skin tone +1F473 1F3FF 200D 2642 ; minimally-qualified # 👳🏿‍♂ man wearing turban: dark skin tone +1F473 200D 2640 FE0F ; fully-qualified # 👳‍♀️ woman wearing turban +1F473 200D 2640 ; minimally-qualified # 👳‍♀ woman wearing turban +1F473 1F3FB 200D 2640 FE0F ; fully-qualified # 👳🏻‍♀️ woman wearing turban: light skin tone +1F473 1F3FB 200D 2640 ; minimally-qualified # 👳🏻‍♀ woman wearing turban: light skin tone +1F473 1F3FC 200D 2640 FE0F ; fully-qualified # 👳🏼‍♀️ woman wearing turban: medium-light skin tone +1F473 1F3FC 200D 2640 ; minimally-qualified # 👳🏼‍♀ woman wearing turban: medium-light skin tone +1F473 1F3FD 200D 2640 FE0F ; fully-qualified # 👳🏽‍♀️ woman wearing turban: medium skin tone +1F473 1F3FD 200D 2640 ; minimally-qualified # 👳🏽‍♀ woman wearing turban: medium skin tone +1F473 1F3FE 200D 2640 FE0F ; fully-qualified # 👳🏾‍♀️ woman wearing turban: medium-dark skin tone +1F473 1F3FE 200D 2640 ; minimally-qualified # 👳🏾‍♀ woman wearing turban: medium-dark skin tone +1F473 1F3FF 200D 2640 FE0F ; fully-qualified # 👳🏿‍♀️ woman wearing turban: dark skin tone +1F473 1F3FF 200D 2640 ; minimally-qualified # 👳🏿‍♀ woman wearing turban: dark skin tone +1F472 ; fully-qualified # 👲 man with Chinese cap +1F472 1F3FB ; fully-qualified # 👲🏻 man with Chinese cap: light skin tone +1F472 1F3FC ; fully-qualified # 👲🏼 man with Chinese cap: medium-light skin tone +1F472 1F3FD ; fully-qualified # 👲🏽 man with Chinese cap: medium skin tone +1F472 1F3FE ; fully-qualified # 👲🏾 man with Chinese cap: medium-dark skin tone +1F472 1F3FF ; fully-qualified # 👲🏿 man with Chinese cap: dark skin tone +1F9D5 ; fully-qualified # 🧕 woman with headscarf +1F9D5 1F3FB ; fully-qualified # 🧕🏻 woman with headscarf: light skin tone +1F9D5 1F3FC ; fully-qualified # 🧕🏼 woman with headscarf: medium-light skin tone +1F9D5 1F3FD ; fully-qualified # 🧕🏽 woman with headscarf: medium skin tone +1F9D5 1F3FE ; fully-qualified # 🧕🏾 woman with headscarf: medium-dark skin tone +1F9D5 1F3FF ; fully-qualified # 🧕🏿 woman with headscarf: dark skin tone +1F935 ; fully-qualified # 🤵 man in tuxedo +1F935 1F3FB ; fully-qualified # 🤵🏻 man in tuxedo: light skin tone +1F935 1F3FC ; fully-qualified # 🤵🏼 man in tuxedo: medium-light skin tone +1F935 1F3FD ; fully-qualified # 🤵🏽 man in tuxedo: medium skin tone +1F935 1F3FE ; fully-qualified # 🤵🏾 man in tuxedo: medium-dark skin tone +1F935 1F3FF ; fully-qualified # 🤵🏿 man in tuxedo: dark skin tone +1F470 ; fully-qualified # 👰 bride with veil +1F470 1F3FB ; fully-qualified # 👰🏻 bride with veil: light skin tone +1F470 1F3FC ; fully-qualified # 👰🏼 bride with veil: medium-light skin tone +1F470 1F3FD ; fully-qualified # 👰🏽 bride with veil: medium skin tone +1F470 1F3FE ; fully-qualified # 👰🏾 bride with veil: medium-dark skin tone +1F470 1F3FF ; fully-qualified # 👰🏿 bride with veil: dark skin tone +1F930 ; fully-qualified # 🤰 pregnant woman +1F930 1F3FB ; fully-qualified # 🤰🏻 pregnant woman: light skin tone +1F930 1F3FC ; fully-qualified # 🤰🏼 pregnant woman: medium-light skin tone +1F930 1F3FD ; fully-qualified # 🤰🏽 pregnant woman: medium skin tone +1F930 1F3FE ; fully-qualified # 🤰🏾 pregnant woman: medium-dark skin tone +1F930 1F3FF ; fully-qualified # 🤰🏿 pregnant woman: dark skin tone +1F931 ; fully-qualified # 🤱 breast-feeding +1F931 1F3FB ; fully-qualified # 🤱🏻 breast-feeding: light skin tone +1F931 1F3FC ; fully-qualified # 🤱🏼 breast-feeding: medium-light skin tone +1F931 1F3FD ; fully-qualified # 🤱🏽 breast-feeding: medium skin tone +1F931 1F3FE ; fully-qualified # 🤱🏾 breast-feeding: medium-dark skin tone +1F931 1F3FF ; fully-qualified # 🤱🏿 breast-feeding: dark skin tone + +# subgroup: person-fantasy +1F47C ; fully-qualified # 👼 baby angel +1F47C 1F3FB ; fully-qualified # 👼🏻 baby angel: light skin tone +1F47C 1F3FC ; fully-qualified # 👼🏼 baby angel: medium-light skin tone +1F47C 1F3FD ; fully-qualified # 👼🏽 baby angel: medium skin tone +1F47C 1F3FE ; fully-qualified # 👼🏾 baby angel: medium-dark skin tone +1F47C 1F3FF ; fully-qualified # 👼🏿 baby angel: dark skin tone +1F385 ; fully-qualified # 🎅 Santa Claus +1F385 1F3FB ; fully-qualified # 🎅🏻 Santa Claus: light skin tone +1F385 1F3FC ; fully-qualified # 🎅🏼 Santa Claus: medium-light skin tone +1F385 1F3FD ; fully-qualified # 🎅🏽 Santa Claus: medium skin tone +1F385 1F3FE ; fully-qualified # 🎅🏾 Santa Claus: medium-dark skin tone +1F385 1F3FF ; fully-qualified # 🎅🏿 Santa Claus: dark skin tone +1F936 ; fully-qualified # 🤶 Mrs. Claus +1F936 1F3FB ; fully-qualified # 🤶🏻 Mrs. Claus: light skin tone +1F936 1F3FC ; fully-qualified # 🤶🏼 Mrs. Claus: medium-light skin tone +1F936 1F3FD ; fully-qualified # 🤶🏽 Mrs. Claus: medium skin tone +1F936 1F3FE ; fully-qualified # 🤶🏾 Mrs. Claus: medium-dark skin tone +1F936 1F3FF ; fully-qualified # 🤶🏿 Mrs. Claus: dark skin tone +1F9B8 ; fully-qualified # 🦸 superhero +1F9B8 1F3FB ; fully-qualified # 🦸🏻 superhero: light skin tone +1F9B8 1F3FC ; fully-qualified # 🦸🏼 superhero: medium-light skin tone +1F9B8 1F3FD ; fully-qualified # 🦸🏽 superhero: medium skin tone +1F9B8 1F3FE ; fully-qualified # 🦸🏾 superhero: medium-dark skin tone +1F9B8 1F3FF ; fully-qualified # 🦸🏿 superhero: dark skin tone +1F9B8 200D 2642 FE0F ; fully-qualified # 🦸‍♂️ man superhero +1F9B8 200D 2642 ; minimally-qualified # 🦸‍♂ man superhero +1F9B8 1F3FB 200D 2642 FE0F ; fully-qualified # 🦸🏻‍♂️ man superhero: light skin tone +1F9B8 1F3FB 200D 2642 ; minimally-qualified # 🦸🏻‍♂ man superhero: light skin tone +1F9B8 1F3FC 200D 2642 FE0F ; fully-qualified # 🦸🏼‍♂️ man superhero: medium-light skin tone +1F9B8 1F3FC 200D 2642 ; minimally-qualified # 🦸🏼‍♂ man superhero: medium-light skin tone +1F9B8 1F3FD 200D 2642 FE0F ; fully-qualified # 🦸🏽‍♂️ man superhero: medium skin tone +1F9B8 1F3FD 200D 2642 ; minimally-qualified # 🦸🏽‍♂ man superhero: medium skin tone +1F9B8 1F3FE 200D 2642 FE0F ; fully-qualified # 🦸🏾‍♂️ man superhero: medium-dark skin tone +1F9B8 1F3FE 200D 2642 ; minimally-qualified # 🦸🏾‍♂ man superhero: medium-dark skin tone +1F9B8 1F3FF 200D 2642 FE0F ; fully-qualified # 🦸🏿‍♂️ man superhero: dark skin tone +1F9B8 1F3FF 200D 2642 ; minimally-qualified # 🦸🏿‍♂ man superhero: dark skin tone +1F9B8 200D 2640 FE0F ; fully-qualified # 🦸‍♀️ woman superhero +1F9B8 200D 2640 ; minimally-qualified # 🦸‍♀ woman superhero +1F9B8 1F3FB 200D 2640 FE0F ; fully-qualified # 🦸🏻‍♀️ woman superhero: light skin tone +1F9B8 1F3FB 200D 2640 ; minimally-qualified # 🦸🏻‍♀ woman superhero: light skin tone +1F9B8 1F3FC 200D 2640 FE0F ; fully-qualified # 🦸🏼‍♀️ woman superhero: medium-light skin tone +1F9B8 1F3FC 200D 2640 ; minimally-qualified # 🦸🏼‍♀ woman superhero: medium-light skin tone +1F9B8 1F3FD 200D 2640 FE0F ; fully-qualified # 🦸🏽‍♀️ woman superhero: medium skin tone +1F9B8 1F3FD 200D 2640 ; minimally-qualified # 🦸🏽‍♀ woman superhero: medium skin tone +1F9B8 1F3FE 200D 2640 FE0F ; fully-qualified # 🦸🏾‍♀️ woman superhero: medium-dark skin tone +1F9B8 1F3FE 200D 2640 ; minimally-qualified # 🦸🏾‍♀ woman superhero: medium-dark skin tone +1F9B8 1F3FF 200D 2640 FE0F ; fully-qualified # 🦸🏿‍♀️ woman superhero: dark skin tone +1F9B8 1F3FF 200D 2640 ; minimally-qualified # 🦸🏿‍♀ woman superhero: dark skin tone +1F9B9 ; fully-qualified # 🦹 supervillain +1F9B9 1F3FB ; fully-qualified # 🦹🏻 supervillain: light skin tone +1F9B9 1F3FC ; fully-qualified # 🦹🏼 supervillain: medium-light skin tone +1F9B9 1F3FD ; fully-qualified # 🦹🏽 supervillain: medium skin tone +1F9B9 1F3FE ; fully-qualified # 🦹🏾 supervillain: medium-dark skin tone +1F9B9 1F3FF ; fully-qualified # 🦹🏿 supervillain: dark skin tone +1F9B9 200D 2642 FE0F ; fully-qualified # 🦹‍♂️ man supervillain +1F9B9 200D 2642 ; minimally-qualified # 🦹‍♂ man supervillain +1F9B9 1F3FB 200D 2642 FE0F ; fully-qualified # 🦹🏻‍♂️ man supervillain: light skin tone +1F9B9 1F3FB 200D 2642 ; minimally-qualified # 🦹🏻‍♂ man supervillain: light skin tone +1F9B9 1F3FC 200D 2642 FE0F ; fully-qualified # 🦹🏼‍♂️ man supervillain: medium-light skin tone +1F9B9 1F3FC 200D 2642 ; minimally-qualified # 🦹🏼‍♂ man supervillain: medium-light skin tone +1F9B9 1F3FD 200D 2642 FE0F ; fully-qualified # 🦹🏽‍♂️ man supervillain: medium skin tone +1F9B9 1F3FD 200D 2642 ; minimally-qualified # 🦹🏽‍♂ man supervillain: medium skin tone +1F9B9 1F3FE 200D 2642 FE0F ; fully-qualified # 🦹🏾‍♂️ man supervillain: medium-dark skin tone +1F9B9 1F3FE 200D 2642 ; minimally-qualified # 🦹🏾‍♂ man supervillain: medium-dark skin tone +1F9B9 1F3FF 200D 2642 FE0F ; fully-qualified # 🦹🏿‍♂️ man supervillain: dark skin tone +1F9B9 1F3FF 200D 2642 ; minimally-qualified # 🦹🏿‍♂ man supervillain: dark skin tone +1F9B9 200D 2640 FE0F ; fully-qualified # 🦹‍♀️ woman supervillain +1F9B9 200D 2640 ; minimally-qualified # 🦹‍♀ woman supervillain +1F9B9 1F3FB 200D 2640 FE0F ; fully-qualified # 🦹🏻‍♀️ woman supervillain: light skin tone +1F9B9 1F3FB 200D 2640 ; minimally-qualified # 🦹🏻‍♀ woman supervillain: light skin tone +1F9B9 1F3FC 200D 2640 FE0F ; fully-qualified # 🦹🏼‍♀️ woman supervillain: medium-light skin tone +1F9B9 1F3FC 200D 2640 ; minimally-qualified # 🦹🏼‍♀ woman supervillain: medium-light skin tone +1F9B9 1F3FD 200D 2640 FE0F ; fully-qualified # 🦹🏽‍♀️ woman supervillain: medium skin tone +1F9B9 1F3FD 200D 2640 ; minimally-qualified # 🦹🏽‍♀ woman supervillain: medium skin tone +1F9B9 1F3FE 200D 2640 FE0F ; fully-qualified # 🦹🏾‍♀️ woman supervillain: medium-dark skin tone +1F9B9 1F3FE 200D 2640 ; minimally-qualified # 🦹🏾‍♀ woman supervillain: medium-dark skin tone +1F9B9 1F3FF 200D 2640 FE0F ; fully-qualified # 🦹🏿‍♀️ woman supervillain: dark skin tone +1F9B9 1F3FF 200D 2640 ; minimally-qualified # 🦹🏿‍♀ woman supervillain: dark skin tone +1F9D9 ; fully-qualified # 🧙 mage +1F9D9 1F3FB ; fully-qualified # 🧙🏻 mage: light skin tone +1F9D9 1F3FC ; fully-qualified # 🧙🏼 mage: medium-light skin tone +1F9D9 1F3FD ; fully-qualified # 🧙🏽 mage: medium skin tone +1F9D9 1F3FE ; fully-qualified # 🧙🏾 mage: medium-dark skin tone +1F9D9 1F3FF ; fully-qualified # 🧙🏿 mage: dark skin tone +1F9D9 200D 2642 FE0F ; fully-qualified # 🧙‍♂️ man mage +1F9D9 200D 2642 ; minimally-qualified # 🧙‍♂ man mage +1F9D9 1F3FB 200D 2642 FE0F ; fully-qualified # 🧙🏻‍♂️ man mage: light skin tone +1F9D9 1F3FB 200D 2642 ; minimally-qualified # 🧙🏻‍♂ man mage: light skin tone +1F9D9 1F3FC 200D 2642 FE0F ; fully-qualified # 🧙🏼‍♂️ man mage: medium-light skin tone +1F9D9 1F3FC 200D 2642 ; minimally-qualified # 🧙🏼‍♂ man mage: medium-light skin tone +1F9D9 1F3FD 200D 2642 FE0F ; fully-qualified # 🧙🏽‍♂️ man mage: medium skin tone +1F9D9 1F3FD 200D 2642 ; minimally-qualified # 🧙🏽‍♂ man mage: medium skin tone +1F9D9 1F3FE 200D 2642 FE0F ; fully-qualified # 🧙🏾‍♂️ man mage: medium-dark skin tone +1F9D9 1F3FE 200D 2642 ; minimally-qualified # 🧙🏾‍♂ man mage: medium-dark skin tone +1F9D9 1F3FF 200D 2642 FE0F ; fully-qualified # 🧙🏿‍♂️ man mage: dark skin tone +1F9D9 1F3FF 200D 2642 ; minimally-qualified # 🧙🏿‍♂ man mage: dark skin tone +1F9D9 200D 2640 FE0F ; fully-qualified # 🧙‍♀️ woman mage +1F9D9 200D 2640 ; minimally-qualified # 🧙‍♀ woman mage +1F9D9 1F3FB 200D 2640 FE0F ; fully-qualified # 🧙🏻‍♀️ woman mage: light skin tone +1F9D9 1F3FB 200D 2640 ; minimally-qualified # 🧙🏻‍♀ woman mage: light skin tone +1F9D9 1F3FC 200D 2640 FE0F ; fully-qualified # 🧙🏼‍♀️ woman mage: medium-light skin tone +1F9D9 1F3FC 200D 2640 ; minimally-qualified # 🧙🏼‍♀ woman mage: medium-light skin tone +1F9D9 1F3FD 200D 2640 FE0F ; fully-qualified # 🧙🏽‍♀️ woman mage: medium skin tone +1F9D9 1F3FD 200D 2640 ; minimally-qualified # 🧙🏽‍♀ woman mage: medium skin tone +1F9D9 1F3FE 200D 2640 FE0F ; fully-qualified # 🧙🏾‍♀️ woman mage: medium-dark skin tone +1F9D9 1F3FE 200D 2640 ; minimally-qualified # 🧙🏾‍♀ woman mage: medium-dark skin tone +1F9D9 1F3FF 200D 2640 FE0F ; fully-qualified # 🧙🏿‍♀️ woman mage: dark skin tone +1F9D9 1F3FF 200D 2640 ; minimally-qualified # 🧙🏿‍♀ woman mage: dark skin tone +1F9DA ; fully-qualified # 🧚 fairy +1F9DA 1F3FB ; fully-qualified # 🧚🏻 fairy: light skin tone +1F9DA 1F3FC ; fully-qualified # 🧚🏼 fairy: medium-light skin tone +1F9DA 1F3FD ; fully-qualified # 🧚🏽 fairy: medium skin tone +1F9DA 1F3FE ; fully-qualified # 🧚🏾 fairy: medium-dark skin tone +1F9DA 1F3FF ; fully-qualified # 🧚🏿 fairy: dark skin tone +1F9DA 200D 2642 FE0F ; fully-qualified # 🧚‍♂️ man fairy +1F9DA 200D 2642 ; minimally-qualified # 🧚‍♂ man fairy +1F9DA 1F3FB 200D 2642 FE0F ; fully-qualified # 🧚🏻‍♂️ man fairy: light skin tone +1F9DA 1F3FB 200D 2642 ; minimally-qualified # 🧚🏻‍♂ man fairy: light skin tone +1F9DA 1F3FC 200D 2642 FE0F ; fully-qualified # 🧚🏼‍♂️ man fairy: medium-light skin tone +1F9DA 1F3FC 200D 2642 ; minimally-qualified # 🧚🏼‍♂ man fairy: medium-light skin tone +1F9DA 1F3FD 200D 2642 FE0F ; fully-qualified # 🧚🏽‍♂️ man fairy: medium skin tone +1F9DA 1F3FD 200D 2642 ; minimally-qualified # 🧚🏽‍♂ man fairy: medium skin tone +1F9DA 1F3FE 200D 2642 FE0F ; fully-qualified # 🧚🏾‍♂️ man fairy: medium-dark skin tone +1F9DA 1F3FE 200D 2642 ; minimally-qualified # 🧚🏾‍♂ man fairy: medium-dark skin tone +1F9DA 1F3FF 200D 2642 FE0F ; fully-qualified # 🧚🏿‍♂️ man fairy: dark skin tone +1F9DA 1F3FF 200D 2642 ; minimally-qualified # 🧚🏿‍♂ man fairy: dark skin tone +1F9DA 200D 2640 FE0F ; fully-qualified # 🧚‍♀️ woman fairy +1F9DA 200D 2640 ; minimally-qualified # 🧚‍♀ woman fairy +1F9DA 1F3FB 200D 2640 FE0F ; fully-qualified # 🧚🏻‍♀️ woman fairy: light skin tone +1F9DA 1F3FB 200D 2640 ; minimally-qualified # 🧚🏻‍♀ woman fairy: light skin tone +1F9DA 1F3FC 200D 2640 FE0F ; fully-qualified # 🧚🏼‍♀️ woman fairy: medium-light skin tone +1F9DA 1F3FC 200D 2640 ; minimally-qualified # 🧚🏼‍♀ woman fairy: medium-light skin tone +1F9DA 1F3FD 200D 2640 FE0F ; fully-qualified # 🧚🏽‍♀️ woman fairy: medium skin tone +1F9DA 1F3FD 200D 2640 ; minimally-qualified # 🧚🏽‍♀ woman fairy: medium skin tone +1F9DA 1F3FE 200D 2640 FE0F ; fully-qualified # 🧚🏾‍♀️ woman fairy: medium-dark skin tone +1F9DA 1F3FE 200D 2640 ; minimally-qualified # 🧚🏾‍♀ woman fairy: medium-dark skin tone +1F9DA 1F3FF 200D 2640 FE0F ; fully-qualified # 🧚🏿‍♀️ woman fairy: dark skin tone +1F9DA 1F3FF 200D 2640 ; minimally-qualified # 🧚🏿‍♀ woman fairy: dark skin tone +1F9DB ; fully-qualified # 🧛 vampire +1F9DB 1F3FB ; fully-qualified # 🧛🏻 vampire: light skin tone +1F9DB 1F3FC ; fully-qualified # 🧛🏼 vampire: medium-light skin tone +1F9DB 1F3FD ; fully-qualified # 🧛🏽 vampire: medium skin tone +1F9DB 1F3FE ; fully-qualified # 🧛🏾 vampire: medium-dark skin tone +1F9DB 1F3FF ; fully-qualified # 🧛🏿 vampire: dark skin tone +1F9DB 200D 2642 FE0F ; fully-qualified # 🧛‍♂️ man vampire +1F9DB 200D 2642 ; minimally-qualified # 🧛‍♂ man vampire +1F9DB 1F3FB 200D 2642 FE0F ; fully-qualified # 🧛🏻‍♂️ man vampire: light skin tone +1F9DB 1F3FB 200D 2642 ; minimally-qualified # 🧛🏻‍♂ man vampire: light skin tone +1F9DB 1F3FC 200D 2642 FE0F ; fully-qualified # 🧛🏼‍♂️ man vampire: medium-light skin tone +1F9DB 1F3FC 200D 2642 ; minimally-qualified # 🧛🏼‍♂ man vampire: medium-light skin tone +1F9DB 1F3FD 200D 2642 FE0F ; fully-qualified # 🧛🏽‍♂️ man vampire: medium skin tone +1F9DB 1F3FD 200D 2642 ; minimally-qualified # 🧛🏽‍♂ man vampire: medium skin tone +1F9DB 1F3FE 200D 2642 FE0F ; fully-qualified # 🧛🏾‍♂️ man vampire: medium-dark skin tone +1F9DB 1F3FE 200D 2642 ; minimally-qualified # 🧛🏾‍♂ man vampire: medium-dark skin tone +1F9DB 1F3FF 200D 2642 FE0F ; fully-qualified # 🧛🏿‍♂️ man vampire: dark skin tone +1F9DB 1F3FF 200D 2642 ; minimally-qualified # 🧛🏿‍♂ man vampire: dark skin tone +1F9DB 200D 2640 FE0F ; fully-qualified # 🧛‍♀️ woman vampire +1F9DB 200D 2640 ; minimally-qualified # 🧛‍♀ woman vampire +1F9DB 1F3FB 200D 2640 FE0F ; fully-qualified # 🧛🏻‍♀️ woman vampire: light skin tone +1F9DB 1F3FB 200D 2640 ; minimally-qualified # 🧛🏻‍♀ woman vampire: light skin tone +1F9DB 1F3FC 200D 2640 FE0F ; fully-qualified # 🧛🏼‍♀️ woman vampire: medium-light skin tone +1F9DB 1F3FC 200D 2640 ; minimally-qualified # 🧛🏼‍♀ woman vampire: medium-light skin tone +1F9DB 1F3FD 200D 2640 FE0F ; fully-qualified # 🧛🏽‍♀️ woman vampire: medium skin tone +1F9DB 1F3FD 200D 2640 ; minimally-qualified # 🧛🏽‍♀ woman vampire: medium skin tone +1F9DB 1F3FE 200D 2640 FE0F ; fully-qualified # 🧛🏾‍♀️ woman vampire: medium-dark skin tone +1F9DB 1F3FE 200D 2640 ; minimally-qualified # 🧛🏾‍♀ woman vampire: medium-dark skin tone +1F9DB 1F3FF 200D 2640 FE0F ; fully-qualified # 🧛🏿‍♀️ woman vampire: dark skin tone +1F9DB 1F3FF 200D 2640 ; minimally-qualified # 🧛🏿‍♀ woman vampire: dark skin tone +1F9DC ; fully-qualified # 🧜 merperson +1F9DC 1F3FB ; fully-qualified # 🧜🏻 merperson: light skin tone +1F9DC 1F3FC ; fully-qualified # 🧜🏼 merperson: medium-light skin tone +1F9DC 1F3FD ; fully-qualified # 🧜🏽 merperson: medium skin tone +1F9DC 1F3FE ; fully-qualified # 🧜🏾 merperson: medium-dark skin tone +1F9DC 1F3FF ; fully-qualified # 🧜🏿 merperson: dark skin tone +1F9DC 200D 2642 FE0F ; fully-qualified # 🧜‍♂️ merman +1F9DC 200D 2642 ; minimally-qualified # 🧜‍♂ merman +1F9DC 1F3FB 200D 2642 FE0F ; fully-qualified # 🧜🏻‍♂️ merman: light skin tone +1F9DC 1F3FB 200D 2642 ; minimally-qualified # 🧜🏻‍♂ merman: light skin tone +1F9DC 1F3FC 200D 2642 FE0F ; fully-qualified # 🧜🏼‍♂️ merman: medium-light skin tone +1F9DC 1F3FC 200D 2642 ; minimally-qualified # 🧜🏼‍♂ merman: medium-light skin tone +1F9DC 1F3FD 200D 2642 FE0F ; fully-qualified # 🧜🏽‍♂️ merman: medium skin tone +1F9DC 1F3FD 200D 2642 ; minimally-qualified # 🧜🏽‍♂ merman: medium skin tone +1F9DC 1F3FE 200D 2642 FE0F ; fully-qualified # 🧜🏾‍♂️ merman: medium-dark skin tone +1F9DC 1F3FE 200D 2642 ; minimally-qualified # 🧜🏾‍♂ merman: medium-dark skin tone +1F9DC 1F3FF 200D 2642 FE0F ; fully-qualified # 🧜🏿‍♂️ merman: dark skin tone +1F9DC 1F3FF 200D 2642 ; minimally-qualified # 🧜🏿‍♂ merman: dark skin tone +1F9DC 200D 2640 FE0F ; fully-qualified # 🧜‍♀️ mermaid +1F9DC 200D 2640 ; minimally-qualified # 🧜‍♀ mermaid +1F9DC 1F3FB 200D 2640 FE0F ; fully-qualified # 🧜🏻‍♀️ mermaid: light skin tone +1F9DC 1F3FB 200D 2640 ; minimally-qualified # 🧜🏻‍♀ mermaid: light skin tone +1F9DC 1F3FC 200D 2640 FE0F ; fully-qualified # 🧜🏼‍♀️ mermaid: medium-light skin tone +1F9DC 1F3FC 200D 2640 ; minimally-qualified # 🧜🏼‍♀ mermaid: medium-light skin tone +1F9DC 1F3FD 200D 2640 FE0F ; fully-qualified # 🧜🏽‍♀️ mermaid: medium skin tone +1F9DC 1F3FD 200D 2640 ; minimally-qualified # 🧜🏽‍♀ mermaid: medium skin tone +1F9DC 1F3FE 200D 2640 FE0F ; fully-qualified # 🧜🏾‍♀️ mermaid: medium-dark skin tone +1F9DC 1F3FE 200D 2640 ; minimally-qualified # 🧜🏾‍♀ mermaid: medium-dark skin tone +1F9DC 1F3FF 200D 2640 FE0F ; fully-qualified # 🧜🏿‍♀️ mermaid: dark skin tone +1F9DC 1F3FF 200D 2640 ; minimally-qualified # 🧜🏿‍♀ mermaid: dark skin tone +1F9DD ; fully-qualified # 🧝 elf +1F9DD 1F3FB ; fully-qualified # 🧝🏻 elf: light skin tone +1F9DD 1F3FC ; fully-qualified # 🧝🏼 elf: medium-light skin tone +1F9DD 1F3FD ; fully-qualified # 🧝🏽 elf: medium skin tone +1F9DD 1F3FE ; fully-qualified # 🧝🏾 elf: medium-dark skin tone +1F9DD 1F3FF ; fully-qualified # 🧝🏿 elf: dark skin tone +1F9DD 200D 2642 FE0F ; fully-qualified # 🧝‍♂️ man elf +1F9DD 200D 2642 ; minimally-qualified # 🧝‍♂ man elf +1F9DD 1F3FB 200D 2642 FE0F ; fully-qualified # 🧝🏻‍♂️ man elf: light skin tone +1F9DD 1F3FB 200D 2642 ; minimally-qualified # 🧝🏻‍♂ man elf: light skin tone +1F9DD 1F3FC 200D 2642 FE0F ; fully-qualified # 🧝🏼‍♂️ man elf: medium-light skin tone +1F9DD 1F3FC 200D 2642 ; minimally-qualified # 🧝🏼‍♂ man elf: medium-light skin tone +1F9DD 1F3FD 200D 2642 FE0F ; fully-qualified # 🧝🏽‍♂️ man elf: medium skin tone +1F9DD 1F3FD 200D 2642 ; minimally-qualified # 🧝🏽‍♂ man elf: medium skin tone +1F9DD 1F3FE 200D 2642 FE0F ; fully-qualified # 🧝🏾‍♂️ man elf: medium-dark skin tone +1F9DD 1F3FE 200D 2642 ; minimally-qualified # 🧝🏾‍♂ man elf: medium-dark skin tone +1F9DD 1F3FF 200D 2642 FE0F ; fully-qualified # 🧝🏿‍♂️ man elf: dark skin tone +1F9DD 1F3FF 200D 2642 ; minimally-qualified # 🧝🏿‍♂ man elf: dark skin tone +1F9DD 200D 2640 FE0F ; fully-qualified # 🧝‍♀️ woman elf +1F9DD 200D 2640 ; minimally-qualified # 🧝‍♀ woman elf +1F9DD 1F3FB 200D 2640 FE0F ; fully-qualified # 🧝🏻‍♀️ woman elf: light skin tone +1F9DD 1F3FB 200D 2640 ; minimally-qualified # 🧝🏻‍♀ woman elf: light skin tone +1F9DD 1F3FC 200D 2640 FE0F ; fully-qualified # 🧝🏼‍♀️ woman elf: medium-light skin tone +1F9DD 1F3FC 200D 2640 ; minimally-qualified # 🧝🏼‍♀ woman elf: medium-light skin tone +1F9DD 1F3FD 200D 2640 FE0F ; fully-qualified # 🧝🏽‍♀️ woman elf: medium skin tone +1F9DD 1F3FD 200D 2640 ; minimally-qualified # 🧝🏽‍♀ woman elf: medium skin tone +1F9DD 1F3FE 200D 2640 FE0F ; fully-qualified # 🧝🏾‍♀️ woman elf: medium-dark skin tone +1F9DD 1F3FE 200D 2640 ; minimally-qualified # 🧝🏾‍♀ woman elf: medium-dark skin tone +1F9DD 1F3FF 200D 2640 FE0F ; fully-qualified # 🧝🏿‍♀️ woman elf: dark skin tone +1F9DD 1F3FF 200D 2640 ; minimally-qualified # 🧝🏿‍♀ woman elf: dark skin tone +1F9DE ; fully-qualified # 🧞 genie +1F9DE 200D 2642 FE0F ; fully-qualified # 🧞‍♂️ man genie +1F9DE 200D 2642 ; minimally-qualified # 🧞‍♂ man genie +1F9DE 200D 2640 FE0F ; fully-qualified # 🧞‍♀️ woman genie +1F9DE 200D 2640 ; minimally-qualified # 🧞‍♀ woman genie +1F9DF ; fully-qualified # 🧟 zombie +1F9DF 200D 2642 FE0F ; fully-qualified # 🧟‍♂️ man zombie +1F9DF 200D 2642 ; minimally-qualified # 🧟‍♂ man zombie +1F9DF 200D 2640 FE0F ; fully-qualified # 🧟‍♀️ woman zombie +1F9DF 200D 2640 ; minimally-qualified # 🧟‍♀ woman zombie + +# subgroup: person-activity +1F486 ; fully-qualified # 💆 person getting massage +1F486 1F3FB ; fully-qualified # 💆🏻 person getting massage: light skin tone +1F486 1F3FC ; fully-qualified # 💆🏼 person getting massage: medium-light skin tone +1F486 1F3FD ; fully-qualified # 💆🏽 person getting massage: medium skin tone +1F486 1F3FE ; fully-qualified # 💆🏾 person getting massage: medium-dark skin tone +1F486 1F3FF ; fully-qualified # 💆🏿 person getting massage: dark skin tone +1F486 200D 2642 FE0F ; fully-qualified # 💆‍♂️ man getting massage +1F486 200D 2642 ; minimally-qualified # 💆‍♂ man getting massage +1F486 1F3FB 200D 2642 FE0F ; fully-qualified # 💆🏻‍♂️ man getting massage: light skin tone +1F486 1F3FB 200D 2642 ; minimally-qualified # 💆🏻‍♂ man getting massage: light skin tone +1F486 1F3FC 200D 2642 FE0F ; fully-qualified # 💆🏼‍♂️ man getting massage: medium-light skin tone +1F486 1F3FC 200D 2642 ; minimally-qualified # 💆🏼‍♂ man getting massage: medium-light skin tone +1F486 1F3FD 200D 2642 FE0F ; fully-qualified # 💆🏽‍♂️ man getting massage: medium skin tone +1F486 1F3FD 200D 2642 ; minimally-qualified # 💆🏽‍♂ man getting massage: medium skin tone +1F486 1F3FE 200D 2642 FE0F ; fully-qualified # 💆🏾‍♂️ man getting massage: medium-dark skin tone +1F486 1F3FE 200D 2642 ; minimally-qualified # 💆🏾‍♂ man getting massage: medium-dark skin tone +1F486 1F3FF 200D 2642 FE0F ; fully-qualified # 💆🏿‍♂️ man getting massage: dark skin tone +1F486 1F3FF 200D 2642 ; minimally-qualified # 💆🏿‍♂ man getting massage: dark skin tone +1F486 200D 2640 FE0F ; fully-qualified # 💆‍♀️ woman getting massage +1F486 200D 2640 ; minimally-qualified # 💆‍♀ woman getting massage +1F486 1F3FB 200D 2640 FE0F ; fully-qualified # 💆🏻‍♀️ woman getting massage: light skin tone +1F486 1F3FB 200D 2640 ; minimally-qualified # 💆🏻‍♀ woman getting massage: light skin tone +1F486 1F3FC 200D 2640 FE0F ; fully-qualified # 💆🏼‍♀️ woman getting massage: medium-light skin tone +1F486 1F3FC 200D 2640 ; minimally-qualified # 💆🏼‍♀ woman getting massage: medium-light skin tone +1F486 1F3FD 200D 2640 FE0F ; fully-qualified # 💆🏽‍♀️ woman getting massage: medium skin tone +1F486 1F3FD 200D 2640 ; minimally-qualified # 💆🏽‍♀ woman getting massage: medium skin tone +1F486 1F3FE 200D 2640 FE0F ; fully-qualified # 💆🏾‍♀️ woman getting massage: medium-dark skin tone +1F486 1F3FE 200D 2640 ; minimally-qualified # 💆🏾‍♀ woman getting massage: medium-dark skin tone +1F486 1F3FF 200D 2640 FE0F ; fully-qualified # 💆🏿‍♀️ woman getting massage: dark skin tone +1F486 1F3FF 200D 2640 ; minimally-qualified # 💆🏿‍♀ woman getting massage: dark skin tone +1F487 ; fully-qualified # 💇 person getting haircut +1F487 1F3FB ; fully-qualified # 💇🏻 person getting haircut: light skin tone +1F487 1F3FC ; fully-qualified # 💇🏼 person getting haircut: medium-light skin tone +1F487 1F3FD ; fully-qualified # 💇🏽 person getting haircut: medium skin tone +1F487 1F3FE ; fully-qualified # 💇🏾 person getting haircut: medium-dark skin tone +1F487 1F3FF ; fully-qualified # 💇🏿 person getting haircut: dark skin tone +1F487 200D 2642 FE0F ; fully-qualified # 💇‍♂️ man getting haircut +1F487 200D 2642 ; minimally-qualified # 💇‍♂ man getting haircut +1F487 1F3FB 200D 2642 FE0F ; fully-qualified # 💇🏻‍♂️ man getting haircut: light skin tone +1F487 1F3FB 200D 2642 ; minimally-qualified # 💇🏻‍♂ man getting haircut: light skin tone +1F487 1F3FC 200D 2642 FE0F ; fully-qualified # 💇🏼‍♂️ man getting haircut: medium-light skin tone +1F487 1F3FC 200D 2642 ; minimally-qualified # 💇🏼‍♂ man getting haircut: medium-light skin tone +1F487 1F3FD 200D 2642 FE0F ; fully-qualified # 💇🏽‍♂️ man getting haircut: medium skin tone +1F487 1F3FD 200D 2642 ; minimally-qualified # 💇🏽‍♂ man getting haircut: medium skin tone +1F487 1F3FE 200D 2642 FE0F ; fully-qualified # 💇🏾‍♂️ man getting haircut: medium-dark skin tone +1F487 1F3FE 200D 2642 ; minimally-qualified # 💇🏾‍♂ man getting haircut: medium-dark skin tone +1F487 1F3FF 200D 2642 FE0F ; fully-qualified # 💇🏿‍♂️ man getting haircut: dark skin tone +1F487 1F3FF 200D 2642 ; minimally-qualified # 💇🏿‍♂ man getting haircut: dark skin tone +1F487 200D 2640 FE0F ; fully-qualified # 💇‍♀️ woman getting haircut +1F487 200D 2640 ; minimally-qualified # 💇‍♀ woman getting haircut +1F487 1F3FB 200D 2640 FE0F ; fully-qualified # 💇🏻‍♀️ woman getting haircut: light skin tone +1F487 1F3FB 200D 2640 ; minimally-qualified # 💇🏻‍♀ woman getting haircut: light skin tone +1F487 1F3FC 200D 2640 FE0F ; fully-qualified # 💇🏼‍♀️ woman getting haircut: medium-light skin tone +1F487 1F3FC 200D 2640 ; minimally-qualified # 💇🏼‍♀ woman getting haircut: medium-light skin tone +1F487 1F3FD 200D 2640 FE0F ; fully-qualified # 💇🏽‍♀️ woman getting haircut: medium skin tone +1F487 1F3FD 200D 2640 ; minimally-qualified # 💇🏽‍♀ woman getting haircut: medium skin tone +1F487 1F3FE 200D 2640 FE0F ; fully-qualified # 💇🏾‍♀️ woman getting haircut: medium-dark skin tone +1F487 1F3FE 200D 2640 ; minimally-qualified # 💇🏾‍♀ woman getting haircut: medium-dark skin tone +1F487 1F3FF 200D 2640 FE0F ; fully-qualified # 💇🏿‍♀️ woman getting haircut: dark skin tone +1F487 1F3FF 200D 2640 ; minimally-qualified # 💇🏿‍♀ woman getting haircut: dark skin tone +1F6B6 ; fully-qualified # 🚶 person walking +1F6B6 1F3FB ; fully-qualified # 🚶🏻 person walking: light skin tone +1F6B6 1F3FC ; fully-qualified # 🚶🏼 person walking: medium-light skin tone +1F6B6 1F3FD ; fully-qualified # 🚶🏽 person walking: medium skin tone +1F6B6 1F3FE ; fully-qualified # 🚶🏾 person walking: medium-dark skin tone +1F6B6 1F3FF ; fully-qualified # 🚶🏿 person walking: dark skin tone +1F6B6 200D 2642 FE0F ; fully-qualified # 🚶‍♂️ man walking +1F6B6 200D 2642 ; minimally-qualified # 🚶‍♂ man walking +1F6B6 1F3FB 200D 2642 FE0F ; fully-qualified # 🚶🏻‍♂️ man walking: light skin tone +1F6B6 1F3FB 200D 2642 ; minimally-qualified # 🚶🏻‍♂ man walking: light skin tone +1F6B6 1F3FC 200D 2642 FE0F ; fully-qualified # 🚶🏼‍♂️ man walking: medium-light skin tone +1F6B6 1F3FC 200D 2642 ; minimally-qualified # 🚶🏼‍♂ man walking: medium-light skin tone +1F6B6 1F3FD 200D 2642 FE0F ; fully-qualified # 🚶🏽‍♂️ man walking: medium skin tone +1F6B6 1F3FD 200D 2642 ; minimally-qualified # 🚶🏽‍♂ man walking: medium skin tone +1F6B6 1F3FE 200D 2642 FE0F ; fully-qualified # 🚶🏾‍♂️ man walking: medium-dark skin tone +1F6B6 1F3FE 200D 2642 ; minimally-qualified # 🚶🏾‍♂ man walking: medium-dark skin tone +1F6B6 1F3FF 200D 2642 FE0F ; fully-qualified # 🚶🏿‍♂️ man walking: dark skin tone +1F6B6 1F3FF 200D 2642 ; minimally-qualified # 🚶🏿‍♂ man walking: dark skin tone +1F6B6 200D 2640 FE0F ; fully-qualified # 🚶‍♀️ woman walking +1F6B6 200D 2640 ; minimally-qualified # 🚶‍♀ woman walking +1F6B6 1F3FB 200D 2640 FE0F ; fully-qualified # 🚶🏻‍♀️ woman walking: light skin tone +1F6B6 1F3FB 200D 2640 ; minimally-qualified # 🚶🏻‍♀ woman walking: light skin tone +1F6B6 1F3FC 200D 2640 FE0F ; fully-qualified # 🚶🏼‍♀️ woman walking: medium-light skin tone +1F6B6 1F3FC 200D 2640 ; minimally-qualified # 🚶🏼‍♀ woman walking: medium-light skin tone +1F6B6 1F3FD 200D 2640 FE0F ; fully-qualified # 🚶🏽‍♀️ woman walking: medium skin tone +1F6B6 1F3FD 200D 2640 ; minimally-qualified # 🚶🏽‍♀ woman walking: medium skin tone +1F6B6 1F3FE 200D 2640 FE0F ; fully-qualified # 🚶🏾‍♀️ woman walking: medium-dark skin tone +1F6B6 1F3FE 200D 2640 ; minimally-qualified # 🚶🏾‍♀ woman walking: medium-dark skin tone +1F6B6 1F3FF 200D 2640 FE0F ; fully-qualified # 🚶🏿‍♀️ woman walking: dark skin tone +1F6B6 1F3FF 200D 2640 ; minimally-qualified # 🚶🏿‍♀ woman walking: dark skin tone +1F9CD ; fully-qualified # 🧍 person standing +1F9CD 1F3FB ; fully-qualified # 🧍🏻 person standing: light skin tone +1F9CD 1F3FC ; fully-qualified # 🧍🏼 person standing: medium-light skin tone +1F9CD 1F3FD ; fully-qualified # 🧍🏽 person standing: medium skin tone +1F9CD 1F3FE ; fully-qualified # 🧍🏾 person standing: medium-dark skin tone +1F9CD 1F3FF ; fully-qualified # 🧍🏿 person standing: dark skin tone +1F9CD 200D 2642 FE0F ; fully-qualified # 🧍‍♂️ man standing +1F9CD 200D 2642 ; minimally-qualified # 🧍‍♂ man standing +1F9CD 1F3FB 200D 2642 FE0F ; fully-qualified # 🧍🏻‍♂️ man standing: light skin tone +1F9CD 1F3FB 200D 2642 ; minimally-qualified # 🧍🏻‍♂ man standing: light skin tone +1F9CD 1F3FC 200D 2642 FE0F ; fully-qualified # 🧍🏼‍♂️ man standing: medium-light skin tone +1F9CD 1F3FC 200D 2642 ; minimally-qualified # 🧍🏼‍♂ man standing: medium-light skin tone +1F9CD 1F3FD 200D 2642 FE0F ; fully-qualified # 🧍🏽‍♂️ man standing: medium skin tone +1F9CD 1F3FD 200D 2642 ; minimally-qualified # 🧍🏽‍♂ man standing: medium skin tone +1F9CD 1F3FE 200D 2642 FE0F ; fully-qualified # 🧍🏾‍♂️ man standing: medium-dark skin tone +1F9CD 1F3FE 200D 2642 ; minimally-qualified # 🧍🏾‍♂ man standing: medium-dark skin tone +1F9CD 1F3FF 200D 2642 FE0F ; fully-qualified # 🧍🏿‍♂️ man standing: dark skin tone +1F9CD 1F3FF 200D 2642 ; minimally-qualified # 🧍🏿‍♂ man standing: dark skin tone +1F9CD 200D 2640 FE0F ; fully-qualified # 🧍‍♀️ woman standing +1F9CD 200D 2640 ; minimally-qualified # 🧍‍♀ woman standing +1F9CD 1F3FB 200D 2640 FE0F ; fully-qualified # 🧍🏻‍♀️ woman standing: light skin tone +1F9CD 1F3FB 200D 2640 ; minimally-qualified # 🧍🏻‍♀ woman standing: light skin tone +1F9CD 1F3FC 200D 2640 FE0F ; fully-qualified # 🧍🏼‍♀️ woman standing: medium-light skin tone +1F9CD 1F3FC 200D 2640 ; minimally-qualified # 🧍🏼‍♀ woman standing: medium-light skin tone +1F9CD 1F3FD 200D 2640 FE0F ; fully-qualified # 🧍🏽‍♀️ woman standing: medium skin tone +1F9CD 1F3FD 200D 2640 ; minimally-qualified # 🧍🏽‍♀ woman standing: medium skin tone +1F9CD 1F3FE 200D 2640 FE0F ; fully-qualified # 🧍🏾‍♀️ woman standing: medium-dark skin tone +1F9CD 1F3FE 200D 2640 ; minimally-qualified # 🧍🏾‍♀ woman standing: medium-dark skin tone +1F9CD 1F3FF 200D 2640 FE0F ; fully-qualified # 🧍🏿‍♀️ woman standing: dark skin tone +1F9CD 1F3FF 200D 2640 ; minimally-qualified # 🧍🏿‍♀ woman standing: dark skin tone +1F9CE ; fully-qualified # 🧎 person kneeling +1F9CE 1F3FB ; fully-qualified # 🧎🏻 person kneeling: light skin tone +1F9CE 1F3FC ; fully-qualified # 🧎🏼 person kneeling: medium-light skin tone +1F9CE 1F3FD ; fully-qualified # 🧎🏽 person kneeling: medium skin tone +1F9CE 1F3FE ; fully-qualified # 🧎🏾 person kneeling: medium-dark skin tone +1F9CE 1F3FF ; fully-qualified # 🧎🏿 person kneeling: dark skin tone +1F9CE 200D 2642 FE0F ; fully-qualified # 🧎‍♂️ man kneeling +1F9CE 200D 2642 ; minimally-qualified # 🧎‍♂ man kneeling +1F9CE 1F3FB 200D 2642 FE0F ; fully-qualified # 🧎🏻‍♂️ man kneeling: light skin tone +1F9CE 1F3FB 200D 2642 ; minimally-qualified # 🧎🏻‍♂ man kneeling: light skin tone +1F9CE 1F3FC 200D 2642 FE0F ; fully-qualified # 🧎🏼‍♂️ man kneeling: medium-light skin tone +1F9CE 1F3FC 200D 2642 ; minimally-qualified # 🧎🏼‍♂ man kneeling: medium-light skin tone +1F9CE 1F3FD 200D 2642 FE0F ; fully-qualified # 🧎🏽‍♂️ man kneeling: medium skin tone +1F9CE 1F3FD 200D 2642 ; minimally-qualified # 🧎🏽‍♂ man kneeling: medium skin tone +1F9CE 1F3FE 200D 2642 FE0F ; fully-qualified # 🧎🏾‍♂️ man kneeling: medium-dark skin tone +1F9CE 1F3FE 200D 2642 ; minimally-qualified # 🧎🏾‍♂ man kneeling: medium-dark skin tone +1F9CE 1F3FF 200D 2642 FE0F ; fully-qualified # 🧎🏿‍♂️ man kneeling: dark skin tone +1F9CE 1F3FF 200D 2642 ; minimally-qualified # 🧎🏿‍♂ man kneeling: dark skin tone +1F9CE 200D 2640 FE0F ; fully-qualified # 🧎‍♀️ woman kneeling +1F9CE 200D 2640 ; minimally-qualified # 🧎‍♀ woman kneeling +1F9CE 1F3FB 200D 2640 FE0F ; fully-qualified # 🧎🏻‍♀️ woman kneeling: light skin tone +1F9CE 1F3FB 200D 2640 ; minimally-qualified # 🧎🏻‍♀ woman kneeling: light skin tone +1F9CE 1F3FC 200D 2640 FE0F ; fully-qualified # 🧎🏼‍♀️ woman kneeling: medium-light skin tone +1F9CE 1F3FC 200D 2640 ; minimally-qualified # 🧎🏼‍♀ woman kneeling: medium-light skin tone +1F9CE 1F3FD 200D 2640 FE0F ; fully-qualified # 🧎🏽‍♀️ woman kneeling: medium skin tone +1F9CE 1F3FD 200D 2640 ; minimally-qualified # 🧎🏽‍♀ woman kneeling: medium skin tone +1F9CE 1F3FE 200D 2640 FE0F ; fully-qualified # 🧎🏾‍♀️ woman kneeling: medium-dark skin tone +1F9CE 1F3FE 200D 2640 ; minimally-qualified # 🧎🏾‍♀ woman kneeling: medium-dark skin tone +1F9CE 1F3FF 200D 2640 FE0F ; fully-qualified # 🧎🏿‍♀️ woman kneeling: dark skin tone +1F9CE 1F3FF 200D 2640 ; minimally-qualified # 🧎🏿‍♀ woman kneeling: dark skin tone +1F468 200D 1F9AF ; fully-qualified # 👨‍🦯 man with probing cane +1F468 1F3FB 200D 1F9AF ; fully-qualified # 👨🏻‍🦯 man with probing cane: light skin tone +1F468 1F3FC 200D 1F9AF ; fully-qualified # 👨🏼‍🦯 man with probing cane: medium-light skin tone +1F468 1F3FD 200D 1F9AF ; fully-qualified # 👨🏽‍🦯 man with probing cane: medium skin tone +1F468 1F3FE 200D 1F9AF ; fully-qualified # 👨🏾‍🦯 man with probing cane: medium-dark skin tone +1F468 1F3FF 200D 1F9AF ; fully-qualified # 👨🏿‍🦯 man with probing cane: dark skin tone +1F469 200D 1F9AF ; fully-qualified # 👩‍🦯 woman with probing cane +1F469 1F3FB 200D 1F9AF ; fully-qualified # 👩🏻‍🦯 woman with probing cane: light skin tone +1F469 1F3FC 200D 1F9AF ; fully-qualified # 👩🏼‍🦯 woman with probing cane: medium-light skin tone +1F469 1F3FD 200D 1F9AF ; fully-qualified # 👩🏽‍🦯 woman with probing cane: medium skin tone +1F469 1F3FE 200D 1F9AF ; fully-qualified # 👩🏾‍🦯 woman with probing cane: medium-dark skin tone +1F469 1F3FF 200D 1F9AF ; fully-qualified # 👩🏿‍🦯 woman with probing cane: dark skin tone +1F468 200D 1F9BC ; fully-qualified # 👨‍🦼 man in motorized wheelchair +1F468 1F3FB 200D 1F9BC ; fully-qualified # 👨🏻‍🦼 man in motorized wheelchair: light skin tone +1F468 1F3FC 200D 1F9BC ; fully-qualified # 👨🏼‍🦼 man in motorized wheelchair: medium-light skin tone +1F468 1F3FD 200D 1F9BC ; fully-qualified # 👨🏽‍🦼 man in motorized wheelchair: medium skin tone +1F468 1F3FE 200D 1F9BC ; fully-qualified # 👨🏾‍🦼 man in motorized wheelchair: medium-dark skin tone +1F468 1F3FF 200D 1F9BC ; fully-qualified # 👨🏿‍🦼 man in motorized wheelchair: dark skin tone +1F469 200D 1F9BC ; fully-qualified # 👩‍🦼 woman in motorized wheelchair +1F469 1F3FB 200D 1F9BC ; fully-qualified # 👩🏻‍🦼 woman in motorized wheelchair: light skin tone +1F469 1F3FC 200D 1F9BC ; fully-qualified # 👩🏼‍🦼 woman in motorized wheelchair: medium-light skin tone +1F469 1F3FD 200D 1F9BC ; fully-qualified # 👩🏽‍🦼 woman in motorized wheelchair: medium skin tone +1F469 1F3FE 200D 1F9BC ; fully-qualified # 👩🏾‍🦼 woman in motorized wheelchair: medium-dark skin tone +1F469 1F3FF 200D 1F9BC ; fully-qualified # 👩🏿‍🦼 woman in motorized wheelchair: dark skin tone +1F468 200D 1F9BD ; fully-qualified # 👨‍🦽 man in manual wheelchair +1F468 1F3FB 200D 1F9BD ; fully-qualified # 👨🏻‍🦽 man in manual wheelchair: light skin tone +1F468 1F3FC 200D 1F9BD ; fully-qualified # 👨🏼‍🦽 man in manual wheelchair: medium-light skin tone +1F468 1F3FD 200D 1F9BD ; fully-qualified # 👨🏽‍🦽 man in manual wheelchair: medium skin tone +1F468 1F3FE 200D 1F9BD ; fully-qualified # 👨🏾‍🦽 man in manual wheelchair: medium-dark skin tone +1F468 1F3FF 200D 1F9BD ; fully-qualified # 👨🏿‍🦽 man in manual wheelchair: dark skin tone +1F469 200D 1F9BD ; fully-qualified # 👩‍🦽 woman in manual wheelchair +1F469 1F3FB 200D 1F9BD ; fully-qualified # 👩🏻‍🦽 woman in manual wheelchair: light skin tone +1F469 1F3FC 200D 1F9BD ; fully-qualified # 👩🏼‍🦽 woman in manual wheelchair: medium-light skin tone +1F469 1F3FD 200D 1F9BD ; fully-qualified # 👩🏽‍🦽 woman in manual wheelchair: medium skin tone +1F469 1F3FE 200D 1F9BD ; fully-qualified # 👩🏾‍🦽 woman in manual wheelchair: medium-dark skin tone +1F469 1F3FF 200D 1F9BD ; fully-qualified # 👩🏿‍🦽 woman in manual wheelchair: dark skin tone +1F3C3 ; fully-qualified # 🏃 person running +1F3C3 1F3FB ; fully-qualified # 🏃🏻 person running: light skin tone +1F3C3 1F3FC ; fully-qualified # 🏃🏼 person running: medium-light skin tone +1F3C3 1F3FD ; fully-qualified # 🏃🏽 person running: medium skin tone +1F3C3 1F3FE ; fully-qualified # 🏃🏾 person running: medium-dark skin tone +1F3C3 1F3FF ; fully-qualified # 🏃🏿 person running: dark skin tone +1F3C3 200D 2642 FE0F ; fully-qualified # 🏃‍♂️ man running +1F3C3 200D 2642 ; minimally-qualified # 🏃‍♂ man running +1F3C3 1F3FB 200D 2642 FE0F ; fully-qualified # 🏃🏻‍♂️ man running: light skin tone +1F3C3 1F3FB 200D 2642 ; minimally-qualified # 🏃🏻‍♂ man running: light skin tone +1F3C3 1F3FC 200D 2642 FE0F ; fully-qualified # 🏃🏼‍♂️ man running: medium-light skin tone +1F3C3 1F3FC 200D 2642 ; minimally-qualified # 🏃🏼‍♂ man running: medium-light skin tone +1F3C3 1F3FD 200D 2642 FE0F ; fully-qualified # 🏃🏽‍♂️ man running: medium skin tone +1F3C3 1F3FD 200D 2642 ; minimally-qualified # 🏃🏽‍♂ man running: medium skin tone +1F3C3 1F3FE 200D 2642 FE0F ; fully-qualified # 🏃🏾‍♂️ man running: medium-dark skin tone +1F3C3 1F3FE 200D 2642 ; minimally-qualified # 🏃🏾‍♂ man running: medium-dark skin tone +1F3C3 1F3FF 200D 2642 FE0F ; fully-qualified # 🏃🏿‍♂️ man running: dark skin tone +1F3C3 1F3FF 200D 2642 ; minimally-qualified # 🏃🏿‍♂ man running: dark skin tone +1F3C3 200D 2640 FE0F ; fully-qualified # 🏃‍♀️ woman running +1F3C3 200D 2640 ; minimally-qualified # 🏃‍♀ woman running +1F3C3 1F3FB 200D 2640 FE0F ; fully-qualified # 🏃🏻‍♀️ woman running: light skin tone +1F3C3 1F3FB 200D 2640 ; minimally-qualified # 🏃🏻‍♀ woman running: light skin tone +1F3C3 1F3FC 200D 2640 FE0F ; fully-qualified # 🏃🏼‍♀️ woman running: medium-light skin tone +1F3C3 1F3FC 200D 2640 ; minimally-qualified # 🏃🏼‍♀ woman running: medium-light skin tone +1F3C3 1F3FD 200D 2640 FE0F ; fully-qualified # 🏃🏽‍♀️ woman running: medium skin tone +1F3C3 1F3FD 200D 2640 ; minimally-qualified # 🏃🏽‍♀ woman running: medium skin tone +1F3C3 1F3FE 200D 2640 FE0F ; fully-qualified # 🏃🏾‍♀️ woman running: medium-dark skin tone +1F3C3 1F3FE 200D 2640 ; minimally-qualified # 🏃🏾‍♀ woman running: medium-dark skin tone +1F3C3 1F3FF 200D 2640 FE0F ; fully-qualified # 🏃🏿‍♀️ woman running: dark skin tone +1F3C3 1F3FF 200D 2640 ; minimally-qualified # 🏃🏿‍♀ woman running: dark skin tone +1F483 ; fully-qualified # 💃 woman dancing +1F483 1F3FB ; fully-qualified # 💃🏻 woman dancing: light skin tone +1F483 1F3FC ; fully-qualified # 💃🏼 woman dancing: medium-light skin tone +1F483 1F3FD ; fully-qualified # 💃🏽 woman dancing: medium skin tone +1F483 1F3FE ; fully-qualified # 💃🏾 woman dancing: medium-dark skin tone +1F483 1F3FF ; fully-qualified # 💃🏿 woman dancing: dark skin tone +1F57A ; fully-qualified # 🕺 man dancing +1F57A 1F3FB ; fully-qualified # 🕺🏻 man dancing: light skin tone +1F57A 1F3FC ; fully-qualified # 🕺🏼 man dancing: medium-light skin tone +1F57A 1F3FD ; fully-qualified # 🕺🏽 man dancing: medium skin tone +1F57A 1F3FE ; fully-qualified # 🕺🏾 man dancing: medium-dark skin tone +1F57A 1F3FF ; fully-qualified # 🕺🏿 man dancing: dark skin tone +1F574 FE0F ; fully-qualified # 🕴️ man in suit levitating +1F574 ; unqualified # 🕴 man in suit levitating +1F574 1F3FB ; fully-qualified # 🕴🏻 man in suit levitating: light skin tone +1F574 1F3FC ; fully-qualified # 🕴🏼 man in suit levitating: medium-light skin tone +1F574 1F3FD ; fully-qualified # 🕴🏽 man in suit levitating: medium skin tone +1F574 1F3FE ; fully-qualified # 🕴🏾 man in suit levitating: medium-dark skin tone +1F574 1F3FF ; fully-qualified # 🕴🏿 man in suit levitating: dark skin tone +1F46F ; fully-qualified # 👯 people with bunny ears +1F46F 200D 2642 FE0F ; fully-qualified # 👯‍♂️ men with bunny ears +1F46F 200D 2642 ; minimally-qualified # 👯‍♂ men with bunny ears +1F46F 200D 2640 FE0F ; fully-qualified # 👯‍♀️ women with bunny ears +1F46F 200D 2640 ; minimally-qualified # 👯‍♀ women with bunny ears +1F9D6 ; fully-qualified # 🧖 person in steamy room +1F9D6 1F3FB ; fully-qualified # 🧖🏻 person in steamy room: light skin tone +1F9D6 1F3FC ; fully-qualified # 🧖🏼 person in steamy room: medium-light skin tone +1F9D6 1F3FD ; fully-qualified # 🧖🏽 person in steamy room: medium skin tone +1F9D6 1F3FE ; fully-qualified # 🧖🏾 person in steamy room: medium-dark skin tone +1F9D6 1F3FF ; fully-qualified # 🧖🏿 person in steamy room: dark skin tone +1F9D6 200D 2642 FE0F ; fully-qualified # 🧖‍♂️ man in steamy room +1F9D6 200D 2642 ; minimally-qualified # 🧖‍♂ man in steamy room +1F9D6 1F3FB 200D 2642 FE0F ; fully-qualified # 🧖🏻‍♂️ man in steamy room: light skin tone +1F9D6 1F3FB 200D 2642 ; minimally-qualified # 🧖🏻‍♂ man in steamy room: light skin tone +1F9D6 1F3FC 200D 2642 FE0F ; fully-qualified # 🧖🏼‍♂️ man in steamy room: medium-light skin tone +1F9D6 1F3FC 200D 2642 ; minimally-qualified # 🧖🏼‍♂ man in steamy room: medium-light skin tone +1F9D6 1F3FD 200D 2642 FE0F ; fully-qualified # 🧖🏽‍♂️ man in steamy room: medium skin tone +1F9D6 1F3FD 200D 2642 ; minimally-qualified # 🧖🏽‍♂ man in steamy room: medium skin tone +1F9D6 1F3FE 200D 2642 FE0F ; fully-qualified # 🧖🏾‍♂️ man in steamy room: medium-dark skin tone +1F9D6 1F3FE 200D 2642 ; minimally-qualified # 🧖🏾‍♂ man in steamy room: medium-dark skin tone +1F9D6 1F3FF 200D 2642 FE0F ; fully-qualified # 🧖🏿‍♂️ man in steamy room: dark skin tone +1F9D6 1F3FF 200D 2642 ; minimally-qualified # 🧖🏿‍♂ man in steamy room: dark skin tone +1F9D6 200D 2640 FE0F ; fully-qualified # 🧖‍♀️ woman in steamy room +1F9D6 200D 2640 ; minimally-qualified # 🧖‍♀ woman in steamy room +1F9D6 1F3FB 200D 2640 FE0F ; fully-qualified # 🧖🏻‍♀️ woman in steamy room: light skin tone +1F9D6 1F3FB 200D 2640 ; minimally-qualified # 🧖🏻‍♀ woman in steamy room: light skin tone +1F9D6 1F3FC 200D 2640 FE0F ; fully-qualified # 🧖🏼‍♀️ woman in steamy room: medium-light skin tone +1F9D6 1F3FC 200D 2640 ; minimally-qualified # 🧖🏼‍♀ woman in steamy room: medium-light skin tone +1F9D6 1F3FD 200D 2640 FE0F ; fully-qualified # 🧖🏽‍♀️ woman in steamy room: medium skin tone +1F9D6 1F3FD 200D 2640 ; minimally-qualified # 🧖🏽‍♀ woman in steamy room: medium skin tone +1F9D6 1F3FE 200D 2640 FE0F ; fully-qualified # 🧖🏾‍♀️ woman in steamy room: medium-dark skin tone +1F9D6 1F3FE 200D 2640 ; minimally-qualified # 🧖🏾‍♀ woman in steamy room: medium-dark skin tone +1F9D6 1F3FF 200D 2640 FE0F ; fully-qualified # 🧖🏿‍♀️ woman in steamy room: dark skin tone +1F9D6 1F3FF 200D 2640 ; minimally-qualified # 🧖🏿‍♀ woman in steamy room: dark skin tone +1F9D7 ; fully-qualified # 🧗 person climbing +1F9D7 1F3FB ; fully-qualified # 🧗🏻 person climbing: light skin tone +1F9D7 1F3FC ; fully-qualified # 🧗🏼 person climbing: medium-light skin tone +1F9D7 1F3FD ; fully-qualified # 🧗🏽 person climbing: medium skin tone +1F9D7 1F3FE ; fully-qualified # 🧗🏾 person climbing: medium-dark skin tone +1F9D7 1F3FF ; fully-qualified # 🧗🏿 person climbing: dark skin tone +1F9D7 200D 2642 FE0F ; fully-qualified # 🧗‍♂️ man climbing +1F9D7 200D 2642 ; minimally-qualified # 🧗‍♂ man climbing +1F9D7 1F3FB 200D 2642 FE0F ; fully-qualified # 🧗🏻‍♂️ man climbing: light skin tone +1F9D7 1F3FB 200D 2642 ; minimally-qualified # 🧗🏻‍♂ man climbing: light skin tone +1F9D7 1F3FC 200D 2642 FE0F ; fully-qualified # 🧗🏼‍♂️ man climbing: medium-light skin tone +1F9D7 1F3FC 200D 2642 ; minimally-qualified # 🧗🏼‍♂ man climbing: medium-light skin tone +1F9D7 1F3FD 200D 2642 FE0F ; fully-qualified # 🧗🏽‍♂️ man climbing: medium skin tone +1F9D7 1F3FD 200D 2642 ; minimally-qualified # 🧗🏽‍♂ man climbing: medium skin tone +1F9D7 1F3FE 200D 2642 FE0F ; fully-qualified # 🧗🏾‍♂️ man climbing: medium-dark skin tone +1F9D7 1F3FE 200D 2642 ; minimally-qualified # 🧗🏾‍♂ man climbing: medium-dark skin tone +1F9D7 1F3FF 200D 2642 FE0F ; fully-qualified # 🧗🏿‍♂️ man climbing: dark skin tone +1F9D7 1F3FF 200D 2642 ; minimally-qualified # 🧗🏿‍♂ man climbing: dark skin tone +1F9D7 200D 2640 FE0F ; fully-qualified # 🧗‍♀️ woman climbing +1F9D7 200D 2640 ; minimally-qualified # 🧗‍♀ woman climbing +1F9D7 1F3FB 200D 2640 FE0F ; fully-qualified # 🧗🏻‍♀️ woman climbing: light skin tone +1F9D7 1F3FB 200D 2640 ; minimally-qualified # 🧗🏻‍♀ woman climbing: light skin tone +1F9D7 1F3FC 200D 2640 FE0F ; fully-qualified # 🧗🏼‍♀️ woman climbing: medium-light skin tone +1F9D7 1F3FC 200D 2640 ; minimally-qualified # 🧗🏼‍♀ woman climbing: medium-light skin tone +1F9D7 1F3FD 200D 2640 FE0F ; fully-qualified # 🧗🏽‍♀️ woman climbing: medium skin tone +1F9D7 1F3FD 200D 2640 ; minimally-qualified # 🧗🏽‍♀ woman climbing: medium skin tone +1F9D7 1F3FE 200D 2640 FE0F ; fully-qualified # 🧗🏾‍♀️ woman climbing: medium-dark skin tone +1F9D7 1F3FE 200D 2640 ; minimally-qualified # 🧗🏾‍♀ woman climbing: medium-dark skin tone +1F9D7 1F3FF 200D 2640 FE0F ; fully-qualified # 🧗🏿‍♀️ woman climbing: dark skin tone +1F9D7 1F3FF 200D 2640 ; minimally-qualified # 🧗🏿‍♀ woman climbing: dark skin tone + +# subgroup: person-sport +1F93A ; fully-qualified # 🤺 person fencing +1F3C7 ; fully-qualified # 🏇 horse racing +1F3C7 1F3FB ; fully-qualified # 🏇🏻 horse racing: light skin tone +1F3C7 1F3FC ; fully-qualified # 🏇🏼 horse racing: medium-light skin tone +1F3C7 1F3FD ; fully-qualified # 🏇🏽 horse racing: medium skin tone +1F3C7 1F3FE ; fully-qualified # 🏇🏾 horse racing: medium-dark skin tone +1F3C7 1F3FF ; fully-qualified # 🏇🏿 horse racing: dark skin tone +26F7 FE0F ; fully-qualified # ⛷️ skier +26F7 ; unqualified # ⛷ skier +1F3C2 ; fully-qualified # 🏂 snowboarder +1F3C2 1F3FB ; fully-qualified # 🏂🏻 snowboarder: light skin tone +1F3C2 1F3FC ; fully-qualified # 🏂🏼 snowboarder: medium-light skin tone +1F3C2 1F3FD ; fully-qualified # 🏂🏽 snowboarder: medium skin tone +1F3C2 1F3FE ; fully-qualified # 🏂🏾 snowboarder: medium-dark skin tone +1F3C2 1F3FF ; fully-qualified # 🏂🏿 snowboarder: dark skin tone +1F3CC FE0F ; fully-qualified # 🏌️ person golfing +1F3CC ; unqualified # 🏌 person golfing +1F3CC 1F3FB ; fully-qualified # 🏌🏻 person golfing: light skin tone +1F3CC 1F3FC ; fully-qualified # 🏌🏼 person golfing: medium-light skin tone +1F3CC 1F3FD ; fully-qualified # 🏌🏽 person golfing: medium skin tone +1F3CC 1F3FE ; fully-qualified # 🏌🏾 person golfing: medium-dark skin tone +1F3CC 1F3FF ; fully-qualified # 🏌🏿 person golfing: dark skin tone +1F3CC FE0F 200D 2642 FE0F ; fully-qualified # 🏌️‍♂️ man golfing +1F3CC 200D 2642 FE0F ; unqualified # 🏌‍♂️ man golfing +1F3CC FE0F 200D 2642 ; unqualified # 🏌️‍♂ man golfing +1F3CC 200D 2642 ; unqualified # 🏌‍♂ man golfing +1F3CC 1F3FB 200D 2642 FE0F ; fully-qualified # 🏌🏻‍♂️ man golfing: light skin tone +1F3CC 1F3FB 200D 2642 ; minimally-qualified # 🏌🏻‍♂ man golfing: light skin tone +1F3CC 1F3FC 200D 2642 FE0F ; fully-qualified # 🏌🏼‍♂️ man golfing: medium-light skin tone +1F3CC 1F3FC 200D 2642 ; minimally-qualified # 🏌🏼‍♂ man golfing: medium-light skin tone +1F3CC 1F3FD 200D 2642 FE0F ; fully-qualified # 🏌🏽‍♂️ man golfing: medium skin tone +1F3CC 1F3FD 200D 2642 ; minimally-qualified # 🏌🏽‍♂ man golfing: medium skin tone +1F3CC 1F3FE 200D 2642 FE0F ; fully-qualified # 🏌🏾‍♂️ man golfing: medium-dark skin tone +1F3CC 1F3FE 200D 2642 ; minimally-qualified # 🏌🏾‍♂ man golfing: medium-dark skin tone +1F3CC 1F3FF 200D 2642 FE0F ; fully-qualified # 🏌🏿‍♂️ man golfing: dark skin tone +1F3CC 1F3FF 200D 2642 ; minimally-qualified # 🏌🏿‍♂ man golfing: dark skin tone +1F3CC FE0F 200D 2640 FE0F ; fully-qualified # 🏌️‍♀️ woman golfing +1F3CC 200D 2640 FE0F ; unqualified # 🏌‍♀️ woman golfing +1F3CC FE0F 200D 2640 ; unqualified # 🏌️‍♀ woman golfing +1F3CC 200D 2640 ; unqualified # 🏌‍♀ woman golfing +1F3CC 1F3FB 200D 2640 FE0F ; fully-qualified # 🏌🏻‍♀️ woman golfing: light skin tone +1F3CC 1F3FB 200D 2640 ; minimally-qualified # 🏌🏻‍♀ woman golfing: light skin tone +1F3CC 1F3FC 200D 2640 FE0F ; fully-qualified # 🏌🏼‍♀️ woman golfing: medium-light skin tone +1F3CC 1F3FC 200D 2640 ; minimally-qualified # 🏌🏼‍♀ woman golfing: medium-light skin tone +1F3CC 1F3FD 200D 2640 FE0F ; fully-qualified # 🏌🏽‍♀️ woman golfing: medium skin tone +1F3CC 1F3FD 200D 2640 ; minimally-qualified # 🏌🏽‍♀ woman golfing: medium skin tone +1F3CC 1F3FE 200D 2640 FE0F ; fully-qualified # 🏌🏾‍♀️ woman golfing: medium-dark skin tone +1F3CC 1F3FE 200D 2640 ; minimally-qualified # 🏌🏾‍♀ woman golfing: medium-dark skin tone +1F3CC 1F3FF 200D 2640 FE0F ; fully-qualified # 🏌🏿‍♀️ woman golfing: dark skin tone +1F3CC 1F3FF 200D 2640 ; minimally-qualified # 🏌🏿‍♀ woman golfing: dark skin tone +1F3C4 ; fully-qualified # 🏄 person surfing +1F3C4 1F3FB ; fully-qualified # 🏄🏻 person surfing: light skin tone +1F3C4 1F3FC ; fully-qualified # 🏄🏼 person surfing: medium-light skin tone +1F3C4 1F3FD ; fully-qualified # 🏄🏽 person surfing: medium skin tone +1F3C4 1F3FE ; fully-qualified # 🏄🏾 person surfing: medium-dark skin tone +1F3C4 1F3FF ; fully-qualified # 🏄🏿 person surfing: dark skin tone +1F3C4 200D 2642 FE0F ; fully-qualified # 🏄‍♂️ man surfing +1F3C4 200D 2642 ; minimally-qualified # 🏄‍♂ man surfing +1F3C4 1F3FB 200D 2642 FE0F ; fully-qualified # 🏄🏻‍♂️ man surfing: light skin tone +1F3C4 1F3FB 200D 2642 ; minimally-qualified # 🏄🏻‍♂ man surfing: light skin tone +1F3C4 1F3FC 200D 2642 FE0F ; fully-qualified # 🏄🏼‍♂️ man surfing: medium-light skin tone +1F3C4 1F3FC 200D 2642 ; minimally-qualified # 🏄🏼‍♂ man surfing: medium-light skin tone +1F3C4 1F3FD 200D 2642 FE0F ; fully-qualified # 🏄🏽‍♂️ man surfing: medium skin tone +1F3C4 1F3FD 200D 2642 ; minimally-qualified # 🏄🏽‍♂ man surfing: medium skin tone +1F3C4 1F3FE 200D 2642 FE0F ; fully-qualified # 🏄🏾‍♂️ man surfing: medium-dark skin tone +1F3C4 1F3FE 200D 2642 ; minimally-qualified # 🏄🏾‍♂ man surfing: medium-dark skin tone +1F3C4 1F3FF 200D 2642 FE0F ; fully-qualified # 🏄🏿‍♂️ man surfing: dark skin tone +1F3C4 1F3FF 200D 2642 ; minimally-qualified # 🏄🏿‍♂ man surfing: dark skin tone +1F3C4 200D 2640 FE0F ; fully-qualified # 🏄‍♀️ woman surfing +1F3C4 200D 2640 ; minimally-qualified # 🏄‍♀ woman surfing +1F3C4 1F3FB 200D 2640 FE0F ; fully-qualified # 🏄🏻‍♀️ woman surfing: light skin tone +1F3C4 1F3FB 200D 2640 ; minimally-qualified # 🏄🏻‍♀ woman surfing: light skin tone +1F3C4 1F3FC 200D 2640 FE0F ; fully-qualified # 🏄🏼‍♀️ woman surfing: medium-light skin tone +1F3C4 1F3FC 200D 2640 ; minimally-qualified # 🏄🏼‍♀ woman surfing: medium-light skin tone +1F3C4 1F3FD 200D 2640 FE0F ; fully-qualified # 🏄🏽‍♀️ woman surfing: medium skin tone +1F3C4 1F3FD 200D 2640 ; minimally-qualified # 🏄🏽‍♀ woman surfing: medium skin tone +1F3C4 1F3FE 200D 2640 FE0F ; fully-qualified # 🏄🏾‍♀️ woman surfing: medium-dark skin tone +1F3C4 1F3FE 200D 2640 ; minimally-qualified # 🏄🏾‍♀ woman surfing: medium-dark skin tone +1F3C4 1F3FF 200D 2640 FE0F ; fully-qualified # 🏄🏿‍♀️ woman surfing: dark skin tone +1F3C4 1F3FF 200D 2640 ; minimally-qualified # 🏄🏿‍♀ woman surfing: dark skin tone +1F6A3 ; fully-qualified # 🚣 person rowing boat +1F6A3 1F3FB ; fully-qualified # 🚣🏻 person rowing boat: light skin tone +1F6A3 1F3FC ; fully-qualified # 🚣🏼 person rowing boat: medium-light skin tone +1F6A3 1F3FD ; fully-qualified # 🚣🏽 person rowing boat: medium skin tone +1F6A3 1F3FE ; fully-qualified # 🚣🏾 person rowing boat: medium-dark skin tone +1F6A3 1F3FF ; fully-qualified # 🚣🏿 person rowing boat: dark skin tone +1F6A3 200D 2642 FE0F ; fully-qualified # 🚣‍♂️ man rowing boat +1F6A3 200D 2642 ; minimally-qualified # 🚣‍♂ man rowing boat +1F6A3 1F3FB 200D 2642 FE0F ; fully-qualified # 🚣🏻‍♂️ man rowing boat: light skin tone +1F6A3 1F3FB 200D 2642 ; minimally-qualified # 🚣🏻‍♂ man rowing boat: light skin tone +1F6A3 1F3FC 200D 2642 FE0F ; fully-qualified # 🚣🏼‍♂️ man rowing boat: medium-light skin tone +1F6A3 1F3FC 200D 2642 ; minimally-qualified # 🚣🏼‍♂ man rowing boat: medium-light skin tone +1F6A3 1F3FD 200D 2642 FE0F ; fully-qualified # 🚣🏽‍♂️ man rowing boat: medium skin tone +1F6A3 1F3FD 200D 2642 ; minimally-qualified # 🚣🏽‍♂ man rowing boat: medium skin tone +1F6A3 1F3FE 200D 2642 FE0F ; fully-qualified # 🚣🏾‍♂️ man rowing boat: medium-dark skin tone +1F6A3 1F3FE 200D 2642 ; minimally-qualified # 🚣🏾‍♂ man rowing boat: medium-dark skin tone +1F6A3 1F3FF 200D 2642 FE0F ; fully-qualified # 🚣🏿‍♂️ man rowing boat: dark skin tone +1F6A3 1F3FF 200D 2642 ; minimally-qualified # 🚣🏿‍♂ man rowing boat: dark skin tone +1F6A3 200D 2640 FE0F ; fully-qualified # 🚣‍♀️ woman rowing boat +1F6A3 200D 2640 ; minimally-qualified # 🚣‍♀ woman rowing boat +1F6A3 1F3FB 200D 2640 FE0F ; fully-qualified # 🚣🏻‍♀️ woman rowing boat: light skin tone +1F6A3 1F3FB 200D 2640 ; minimally-qualified # 🚣🏻‍♀ woman rowing boat: light skin tone +1F6A3 1F3FC 200D 2640 FE0F ; fully-qualified # 🚣🏼‍♀️ woman rowing boat: medium-light skin tone +1F6A3 1F3FC 200D 2640 ; minimally-qualified # 🚣🏼‍♀ woman rowing boat: medium-light skin tone +1F6A3 1F3FD 200D 2640 FE0F ; fully-qualified # 🚣🏽‍♀️ woman rowing boat: medium skin tone +1F6A3 1F3FD 200D 2640 ; minimally-qualified # 🚣🏽‍♀ woman rowing boat: medium skin tone +1F6A3 1F3FE 200D 2640 FE0F ; fully-qualified # 🚣🏾‍♀️ woman rowing boat: medium-dark skin tone +1F6A3 1F3FE 200D 2640 ; minimally-qualified # 🚣🏾‍♀ woman rowing boat: medium-dark skin tone +1F6A3 1F3FF 200D 2640 FE0F ; fully-qualified # 🚣🏿‍♀️ woman rowing boat: dark skin tone +1F6A3 1F3FF 200D 2640 ; minimally-qualified # 🚣🏿‍♀ woman rowing boat: dark skin tone +1F3CA ; fully-qualified # 🏊 person swimming +1F3CA 1F3FB ; fully-qualified # 🏊🏻 person swimming: light skin tone +1F3CA 1F3FC ; fully-qualified # 🏊🏼 person swimming: medium-light skin tone +1F3CA 1F3FD ; fully-qualified # 🏊🏽 person swimming: medium skin tone +1F3CA 1F3FE ; fully-qualified # 🏊🏾 person swimming: medium-dark skin tone +1F3CA 1F3FF ; fully-qualified # 🏊🏿 person swimming: dark skin tone +1F3CA 200D 2642 FE0F ; fully-qualified # 🏊‍♂️ man swimming +1F3CA 200D 2642 ; minimally-qualified # 🏊‍♂ man swimming +1F3CA 1F3FB 200D 2642 FE0F ; fully-qualified # 🏊🏻‍♂️ man swimming: light skin tone +1F3CA 1F3FB 200D 2642 ; minimally-qualified # 🏊🏻‍♂ man swimming: light skin tone +1F3CA 1F3FC 200D 2642 FE0F ; fully-qualified # 🏊🏼‍♂️ man swimming: medium-light skin tone +1F3CA 1F3FC 200D 2642 ; minimally-qualified # 🏊🏼‍♂ man swimming: medium-light skin tone +1F3CA 1F3FD 200D 2642 FE0F ; fully-qualified # 🏊🏽‍♂️ man swimming: medium skin tone +1F3CA 1F3FD 200D 2642 ; minimally-qualified # 🏊🏽‍♂ man swimming: medium skin tone +1F3CA 1F3FE 200D 2642 FE0F ; fully-qualified # 🏊🏾‍♂️ man swimming: medium-dark skin tone +1F3CA 1F3FE 200D 2642 ; minimally-qualified # 🏊🏾‍♂ man swimming: medium-dark skin tone +1F3CA 1F3FF 200D 2642 FE0F ; fully-qualified # 🏊🏿‍♂️ man swimming: dark skin tone +1F3CA 1F3FF 200D 2642 ; minimally-qualified # 🏊🏿‍♂ man swimming: dark skin tone +1F3CA 200D 2640 FE0F ; fully-qualified # 🏊‍♀️ woman swimming +1F3CA 200D 2640 ; minimally-qualified # 🏊‍♀ woman swimming +1F3CA 1F3FB 200D 2640 FE0F ; fully-qualified # 🏊🏻‍♀️ woman swimming: light skin tone +1F3CA 1F3FB 200D 2640 ; minimally-qualified # 🏊🏻‍♀ woman swimming: light skin tone +1F3CA 1F3FC 200D 2640 FE0F ; fully-qualified # 🏊🏼‍♀️ woman swimming: medium-light skin tone +1F3CA 1F3FC 200D 2640 ; minimally-qualified # 🏊🏼‍♀ woman swimming: medium-light skin tone +1F3CA 1F3FD 200D 2640 FE0F ; fully-qualified # 🏊🏽‍♀️ woman swimming: medium skin tone +1F3CA 1F3FD 200D 2640 ; minimally-qualified # 🏊🏽‍♀ woman swimming: medium skin tone +1F3CA 1F3FE 200D 2640 FE0F ; fully-qualified # 🏊🏾‍♀️ woman swimming: medium-dark skin tone +1F3CA 1F3FE 200D 2640 ; minimally-qualified # 🏊🏾‍♀ woman swimming: medium-dark skin tone +1F3CA 1F3FF 200D 2640 FE0F ; fully-qualified # 🏊🏿‍♀️ woman swimming: dark skin tone +1F3CA 1F3FF 200D 2640 ; minimally-qualified # 🏊🏿‍♀ woman swimming: dark skin tone +26F9 FE0F ; fully-qualified # ⛹️ person bouncing ball +26F9 ; unqualified # ⛹ person bouncing ball +26F9 1F3FB ; fully-qualified # ⛹🏻 person bouncing ball: light skin tone +26F9 1F3FC ; fully-qualified # ⛹🏼 person bouncing ball: medium-light skin tone +26F9 1F3FD ; fully-qualified # ⛹🏽 person bouncing ball: medium skin tone +26F9 1F3FE ; fully-qualified # ⛹🏾 person bouncing ball: medium-dark skin tone +26F9 1F3FF ; fully-qualified # ⛹🏿 person bouncing ball: dark skin tone +26F9 FE0F 200D 2642 FE0F ; fully-qualified # ⛹️‍♂️ man bouncing ball +26F9 200D 2642 FE0F ; unqualified # ⛹‍♂️ man bouncing ball +26F9 FE0F 200D 2642 ; unqualified # ⛹️‍♂ man bouncing ball +26F9 200D 2642 ; unqualified # ⛹‍♂ man bouncing ball +26F9 1F3FB 200D 2642 FE0F ; fully-qualified # ⛹🏻‍♂️ man bouncing ball: light skin tone +26F9 1F3FB 200D 2642 ; minimally-qualified # ⛹🏻‍♂ man bouncing ball: light skin tone +26F9 1F3FC 200D 2642 FE0F ; fully-qualified # ⛹🏼‍♂️ man bouncing ball: medium-light skin tone +26F9 1F3FC 200D 2642 ; minimally-qualified # ⛹🏼‍♂ man bouncing ball: medium-light skin tone +26F9 1F3FD 200D 2642 FE0F ; fully-qualified # ⛹🏽‍♂️ man bouncing ball: medium skin tone +26F9 1F3FD 200D 2642 ; minimally-qualified # ⛹🏽‍♂ man bouncing ball: medium skin tone +26F9 1F3FE 200D 2642 FE0F ; fully-qualified # ⛹🏾‍♂️ man bouncing ball: medium-dark skin tone +26F9 1F3FE 200D 2642 ; minimally-qualified # ⛹🏾‍♂ man bouncing ball: medium-dark skin tone +26F9 1F3FF 200D 2642 FE0F ; fully-qualified # ⛹🏿‍♂️ man bouncing ball: dark skin tone +26F9 1F3FF 200D 2642 ; minimally-qualified # ⛹🏿‍♂ man bouncing ball: dark skin tone +26F9 FE0F 200D 2640 FE0F ; fully-qualified # ⛹️‍♀️ woman bouncing ball +26F9 200D 2640 FE0F ; unqualified # ⛹‍♀️ woman bouncing ball +26F9 FE0F 200D 2640 ; unqualified # ⛹️‍♀ woman bouncing ball +26F9 200D 2640 ; unqualified # ⛹‍♀ woman bouncing ball +26F9 1F3FB 200D 2640 FE0F ; fully-qualified # ⛹🏻‍♀️ woman bouncing ball: light skin tone +26F9 1F3FB 200D 2640 ; minimally-qualified # ⛹🏻‍♀ woman bouncing ball: light skin tone +26F9 1F3FC 200D 2640 FE0F ; fully-qualified # ⛹🏼‍♀️ woman bouncing ball: medium-light skin tone +26F9 1F3FC 200D 2640 ; minimally-qualified # ⛹🏼‍♀ woman bouncing ball: medium-light skin tone +26F9 1F3FD 200D 2640 FE0F ; fully-qualified # ⛹🏽‍♀️ woman bouncing ball: medium skin tone +26F9 1F3FD 200D 2640 ; minimally-qualified # ⛹🏽‍♀ woman bouncing ball: medium skin tone +26F9 1F3FE 200D 2640 FE0F ; fully-qualified # ⛹🏾‍♀️ woman bouncing ball: medium-dark skin tone +26F9 1F3FE 200D 2640 ; minimally-qualified # ⛹🏾‍♀ woman bouncing ball: medium-dark skin tone +26F9 1F3FF 200D 2640 FE0F ; fully-qualified # ⛹🏿‍♀️ woman bouncing ball: dark skin tone +26F9 1F3FF 200D 2640 ; minimally-qualified # ⛹🏿‍♀ woman bouncing ball: dark skin tone +1F3CB FE0F ; fully-qualified # 🏋️ person lifting weights +1F3CB ; unqualified # 🏋 person lifting weights +1F3CB 1F3FB ; fully-qualified # 🏋🏻 person lifting weights: light skin tone +1F3CB 1F3FC ; fully-qualified # 🏋🏼 person lifting weights: medium-light skin tone +1F3CB 1F3FD ; fully-qualified # 🏋🏽 person lifting weights: medium skin tone +1F3CB 1F3FE ; fully-qualified # 🏋🏾 person lifting weights: medium-dark skin tone +1F3CB 1F3FF ; fully-qualified # 🏋🏿 person lifting weights: dark skin tone +1F3CB FE0F 200D 2642 FE0F ; fully-qualified # 🏋️‍♂️ man lifting weights +1F3CB 200D 2642 FE0F ; unqualified # 🏋‍♂️ man lifting weights +1F3CB FE0F 200D 2642 ; unqualified # 🏋️‍♂ man lifting weights +1F3CB 200D 2642 ; unqualified # 🏋‍♂ man lifting weights +1F3CB 1F3FB 200D 2642 FE0F ; fully-qualified # 🏋🏻‍♂️ man lifting weights: light skin tone +1F3CB 1F3FB 200D 2642 ; minimally-qualified # 🏋🏻‍♂ man lifting weights: light skin tone +1F3CB 1F3FC 200D 2642 FE0F ; fully-qualified # 🏋🏼‍♂️ man lifting weights: medium-light skin tone +1F3CB 1F3FC 200D 2642 ; minimally-qualified # 🏋🏼‍♂ man lifting weights: medium-light skin tone +1F3CB 1F3FD 200D 2642 FE0F ; fully-qualified # 🏋🏽‍♂️ man lifting weights: medium skin tone +1F3CB 1F3FD 200D 2642 ; minimally-qualified # 🏋🏽‍♂ man lifting weights: medium skin tone +1F3CB 1F3FE 200D 2642 FE0F ; fully-qualified # 🏋🏾‍♂️ man lifting weights: medium-dark skin tone +1F3CB 1F3FE 200D 2642 ; minimally-qualified # 🏋🏾‍♂ man lifting weights: medium-dark skin tone +1F3CB 1F3FF 200D 2642 FE0F ; fully-qualified # 🏋🏿‍♂️ man lifting weights: dark skin tone +1F3CB 1F3FF 200D 2642 ; minimally-qualified # 🏋🏿‍♂ man lifting weights: dark skin tone +1F3CB FE0F 200D 2640 FE0F ; fully-qualified # 🏋️‍♀️ woman lifting weights +1F3CB 200D 2640 FE0F ; unqualified # 🏋‍♀️ woman lifting weights +1F3CB FE0F 200D 2640 ; unqualified # 🏋️‍♀ woman lifting weights +1F3CB 200D 2640 ; unqualified # 🏋‍♀ woman lifting weights +1F3CB 1F3FB 200D 2640 FE0F ; fully-qualified # 🏋🏻‍♀️ woman lifting weights: light skin tone +1F3CB 1F3FB 200D 2640 ; minimally-qualified # 🏋🏻‍♀ woman lifting weights: light skin tone +1F3CB 1F3FC 200D 2640 FE0F ; fully-qualified # 🏋🏼‍♀️ woman lifting weights: medium-light skin tone +1F3CB 1F3FC 200D 2640 ; minimally-qualified # 🏋🏼‍♀ woman lifting weights: medium-light skin tone +1F3CB 1F3FD 200D 2640 FE0F ; fully-qualified # 🏋🏽‍♀️ woman lifting weights: medium skin tone +1F3CB 1F3FD 200D 2640 ; minimally-qualified # 🏋🏽‍♀ woman lifting weights: medium skin tone +1F3CB 1F3FE 200D 2640 FE0F ; fully-qualified # 🏋🏾‍♀️ woman lifting weights: medium-dark skin tone +1F3CB 1F3FE 200D 2640 ; minimally-qualified # 🏋🏾‍♀ woman lifting weights: medium-dark skin tone +1F3CB 1F3FF 200D 2640 FE0F ; fully-qualified # 🏋🏿‍♀️ woman lifting weights: dark skin tone +1F3CB 1F3FF 200D 2640 ; minimally-qualified # 🏋🏿‍♀ woman lifting weights: dark skin tone +1F6B4 ; fully-qualified # 🚴 person biking +1F6B4 1F3FB ; fully-qualified # 🚴🏻 person biking: light skin tone +1F6B4 1F3FC ; fully-qualified # 🚴🏼 person biking: medium-light skin tone +1F6B4 1F3FD ; fully-qualified # 🚴🏽 person biking: medium skin tone +1F6B4 1F3FE ; fully-qualified # 🚴🏾 person biking: medium-dark skin tone +1F6B4 1F3FF ; fully-qualified # 🚴🏿 person biking: dark skin tone +1F6B4 200D 2642 FE0F ; fully-qualified # 🚴‍♂️ man biking +1F6B4 200D 2642 ; minimally-qualified # 🚴‍♂ man biking +1F6B4 1F3FB 200D 2642 FE0F ; fully-qualified # 🚴🏻‍♂️ man biking: light skin tone +1F6B4 1F3FB 200D 2642 ; minimally-qualified # 🚴🏻‍♂ man biking: light skin tone +1F6B4 1F3FC 200D 2642 FE0F ; fully-qualified # 🚴🏼‍♂️ man biking: medium-light skin tone +1F6B4 1F3FC 200D 2642 ; minimally-qualified # 🚴🏼‍♂ man biking: medium-light skin tone +1F6B4 1F3FD 200D 2642 FE0F ; fully-qualified # 🚴🏽‍♂️ man biking: medium skin tone +1F6B4 1F3FD 200D 2642 ; minimally-qualified # 🚴🏽‍♂ man biking: medium skin tone +1F6B4 1F3FE 200D 2642 FE0F ; fully-qualified # 🚴🏾‍♂️ man biking: medium-dark skin tone +1F6B4 1F3FE 200D 2642 ; minimally-qualified # 🚴🏾‍♂ man biking: medium-dark skin tone +1F6B4 1F3FF 200D 2642 FE0F ; fully-qualified # 🚴🏿‍♂️ man biking: dark skin tone +1F6B4 1F3FF 200D 2642 ; minimally-qualified # 🚴🏿‍♂ man biking: dark skin tone +1F6B4 200D 2640 FE0F ; fully-qualified # 🚴‍♀️ woman biking +1F6B4 200D 2640 ; minimally-qualified # 🚴‍♀ woman biking +1F6B4 1F3FB 200D 2640 FE0F ; fully-qualified # 🚴🏻‍♀️ woman biking: light skin tone +1F6B4 1F3FB 200D 2640 ; minimally-qualified # 🚴🏻‍♀ woman biking: light skin tone +1F6B4 1F3FC 200D 2640 FE0F ; fully-qualified # 🚴🏼‍♀️ woman biking: medium-light skin tone +1F6B4 1F3FC 200D 2640 ; minimally-qualified # 🚴🏼‍♀ woman biking: medium-light skin tone +1F6B4 1F3FD 200D 2640 FE0F ; fully-qualified # 🚴🏽‍♀️ woman biking: medium skin tone +1F6B4 1F3FD 200D 2640 ; minimally-qualified # 🚴🏽‍♀ woman biking: medium skin tone +1F6B4 1F3FE 200D 2640 FE0F ; fully-qualified # 🚴🏾‍♀️ woman biking: medium-dark skin tone +1F6B4 1F3FE 200D 2640 ; minimally-qualified # 🚴🏾‍♀ woman biking: medium-dark skin tone +1F6B4 1F3FF 200D 2640 FE0F ; fully-qualified # 🚴🏿‍♀️ woman biking: dark skin tone +1F6B4 1F3FF 200D 2640 ; minimally-qualified # 🚴🏿‍♀ woman biking: dark skin tone +1F6B5 ; fully-qualified # 🚵 person mountain biking +1F6B5 1F3FB ; fully-qualified # 🚵🏻 person mountain biking: light skin tone +1F6B5 1F3FC ; fully-qualified # 🚵🏼 person mountain biking: medium-light skin tone +1F6B5 1F3FD ; fully-qualified # 🚵🏽 person mountain biking: medium skin tone +1F6B5 1F3FE ; fully-qualified # 🚵🏾 person mountain biking: medium-dark skin tone +1F6B5 1F3FF ; fully-qualified # 🚵🏿 person mountain biking: dark skin tone +1F6B5 200D 2642 FE0F ; fully-qualified # 🚵‍♂️ man mountain biking +1F6B5 200D 2642 ; minimally-qualified # 🚵‍♂ man mountain biking +1F6B5 1F3FB 200D 2642 FE0F ; fully-qualified # 🚵🏻‍♂️ man mountain biking: light skin tone +1F6B5 1F3FB 200D 2642 ; minimally-qualified # 🚵🏻‍♂ man mountain biking: light skin tone +1F6B5 1F3FC 200D 2642 FE0F ; fully-qualified # 🚵🏼‍♂️ man mountain biking: medium-light skin tone +1F6B5 1F3FC 200D 2642 ; minimally-qualified # 🚵🏼‍♂ man mountain biking: medium-light skin tone +1F6B5 1F3FD 200D 2642 FE0F ; fully-qualified # 🚵🏽‍♂️ man mountain biking: medium skin tone +1F6B5 1F3FD 200D 2642 ; minimally-qualified # 🚵🏽‍♂ man mountain biking: medium skin tone +1F6B5 1F3FE 200D 2642 FE0F ; fully-qualified # 🚵🏾‍♂️ man mountain biking: medium-dark skin tone +1F6B5 1F3FE 200D 2642 ; minimally-qualified # 🚵🏾‍♂ man mountain biking: medium-dark skin tone +1F6B5 1F3FF 200D 2642 FE0F ; fully-qualified # 🚵🏿‍♂️ man mountain biking: dark skin tone +1F6B5 1F3FF 200D 2642 ; minimally-qualified # 🚵🏿‍♂ man mountain biking: dark skin tone +1F6B5 200D 2640 FE0F ; fully-qualified # 🚵‍♀️ woman mountain biking +1F6B5 200D 2640 ; minimally-qualified # 🚵‍♀ woman mountain biking +1F6B5 1F3FB 200D 2640 FE0F ; fully-qualified # 🚵🏻‍♀️ woman mountain biking: light skin tone +1F6B5 1F3FB 200D 2640 ; minimally-qualified # 🚵🏻‍♀ woman mountain biking: light skin tone +1F6B5 1F3FC 200D 2640 FE0F ; fully-qualified # 🚵🏼‍♀️ woman mountain biking: medium-light skin tone +1F6B5 1F3FC 200D 2640 ; minimally-qualified # 🚵🏼‍♀ woman mountain biking: medium-light skin tone +1F6B5 1F3FD 200D 2640 FE0F ; fully-qualified # 🚵🏽‍♀️ woman mountain biking: medium skin tone +1F6B5 1F3FD 200D 2640 ; minimally-qualified # 🚵🏽‍♀ woman mountain biking: medium skin tone +1F6B5 1F3FE 200D 2640 FE0F ; fully-qualified # 🚵🏾‍♀️ woman mountain biking: medium-dark skin tone +1F6B5 1F3FE 200D 2640 ; minimally-qualified # 🚵🏾‍♀ woman mountain biking: medium-dark skin tone +1F6B5 1F3FF 200D 2640 FE0F ; fully-qualified # 🚵🏿‍♀️ woman mountain biking: dark skin tone +1F6B5 1F3FF 200D 2640 ; minimally-qualified # 🚵🏿‍♀ woman mountain biking: dark skin tone +1F938 ; fully-qualified # 🤸 person cartwheeling +1F938 1F3FB ; fully-qualified # 🤸🏻 person cartwheeling: light skin tone +1F938 1F3FC ; fully-qualified # 🤸🏼 person cartwheeling: medium-light skin tone +1F938 1F3FD ; fully-qualified # 🤸🏽 person cartwheeling: medium skin tone +1F938 1F3FE ; fully-qualified # 🤸🏾 person cartwheeling: medium-dark skin tone +1F938 1F3FF ; fully-qualified # 🤸🏿 person cartwheeling: dark skin tone +1F938 200D 2642 FE0F ; fully-qualified # 🤸‍♂️ man cartwheeling +1F938 200D 2642 ; minimally-qualified # 🤸‍♂ man cartwheeling +1F938 1F3FB 200D 2642 FE0F ; fully-qualified # 🤸🏻‍♂️ man cartwheeling: light skin tone +1F938 1F3FB 200D 2642 ; minimally-qualified # 🤸🏻‍♂ man cartwheeling: light skin tone +1F938 1F3FC 200D 2642 FE0F ; fully-qualified # 🤸🏼‍♂️ man cartwheeling: medium-light skin tone +1F938 1F3FC 200D 2642 ; minimally-qualified # 🤸🏼‍♂ man cartwheeling: medium-light skin tone +1F938 1F3FD 200D 2642 FE0F ; fully-qualified # 🤸🏽‍♂️ man cartwheeling: medium skin tone +1F938 1F3FD 200D 2642 ; minimally-qualified # 🤸🏽‍♂ man cartwheeling: medium skin tone +1F938 1F3FE 200D 2642 FE0F ; fully-qualified # 🤸🏾‍♂️ man cartwheeling: medium-dark skin tone +1F938 1F3FE 200D 2642 ; minimally-qualified # 🤸🏾‍♂ man cartwheeling: medium-dark skin tone +1F938 1F3FF 200D 2642 FE0F ; fully-qualified # 🤸🏿‍♂️ man cartwheeling: dark skin tone +1F938 1F3FF 200D 2642 ; minimally-qualified # 🤸🏿‍♂ man cartwheeling: dark skin tone +1F938 200D 2640 FE0F ; fully-qualified # 🤸‍♀️ woman cartwheeling +1F938 200D 2640 ; minimally-qualified # 🤸‍♀ woman cartwheeling +1F938 1F3FB 200D 2640 FE0F ; fully-qualified # 🤸🏻‍♀️ woman cartwheeling: light skin tone +1F938 1F3FB 200D 2640 ; minimally-qualified # 🤸🏻‍♀ woman cartwheeling: light skin tone +1F938 1F3FC 200D 2640 FE0F ; fully-qualified # 🤸🏼‍♀️ woman cartwheeling: medium-light skin tone +1F938 1F3FC 200D 2640 ; minimally-qualified # 🤸🏼‍♀ woman cartwheeling: medium-light skin tone +1F938 1F3FD 200D 2640 FE0F ; fully-qualified # 🤸🏽‍♀️ woman cartwheeling: medium skin tone +1F938 1F3FD 200D 2640 ; minimally-qualified # 🤸🏽‍♀ woman cartwheeling: medium skin tone +1F938 1F3FE 200D 2640 FE0F ; fully-qualified # 🤸🏾‍♀️ woman cartwheeling: medium-dark skin tone +1F938 1F3FE 200D 2640 ; minimally-qualified # 🤸🏾‍♀ woman cartwheeling: medium-dark skin tone +1F938 1F3FF 200D 2640 FE0F ; fully-qualified # 🤸🏿‍♀️ woman cartwheeling: dark skin tone +1F938 1F3FF 200D 2640 ; minimally-qualified # 🤸🏿‍♀ woman cartwheeling: dark skin tone +1F93C ; fully-qualified # 🤼 people wrestling +1F93C 200D 2642 FE0F ; fully-qualified # 🤼‍♂️ men wrestling +1F93C 200D 2642 ; minimally-qualified # 🤼‍♂ men wrestling +1F93C 200D 2640 FE0F ; fully-qualified # 🤼‍♀️ women wrestling +1F93C 200D 2640 ; minimally-qualified # 🤼‍♀ women wrestling +1F93D ; fully-qualified # 🤽 person playing water polo +1F93D 1F3FB ; fully-qualified # 🤽🏻 person playing water polo: light skin tone +1F93D 1F3FC ; fully-qualified # 🤽🏼 person playing water polo: medium-light skin tone +1F93D 1F3FD ; fully-qualified # 🤽🏽 person playing water polo: medium skin tone +1F93D 1F3FE ; fully-qualified # 🤽🏾 person playing water polo: medium-dark skin tone +1F93D 1F3FF ; fully-qualified # 🤽🏿 person playing water polo: dark skin tone +1F93D 200D 2642 FE0F ; fully-qualified # 🤽‍♂️ man playing water polo +1F93D 200D 2642 ; minimally-qualified # 🤽‍♂ man playing water polo +1F93D 1F3FB 200D 2642 FE0F ; fully-qualified # 🤽🏻‍♂️ man playing water polo: light skin tone +1F93D 1F3FB 200D 2642 ; minimally-qualified # 🤽🏻‍♂ man playing water polo: light skin tone +1F93D 1F3FC 200D 2642 FE0F ; fully-qualified # 🤽🏼‍♂️ man playing water polo: medium-light skin tone +1F93D 1F3FC 200D 2642 ; minimally-qualified # 🤽🏼‍♂ man playing water polo: medium-light skin tone +1F93D 1F3FD 200D 2642 FE0F ; fully-qualified # 🤽🏽‍♂️ man playing water polo: medium skin tone +1F93D 1F3FD 200D 2642 ; minimally-qualified # 🤽🏽‍♂ man playing water polo: medium skin tone +1F93D 1F3FE 200D 2642 FE0F ; fully-qualified # 🤽🏾‍♂️ man playing water polo: medium-dark skin tone +1F93D 1F3FE 200D 2642 ; minimally-qualified # 🤽🏾‍♂ man playing water polo: medium-dark skin tone +1F93D 1F3FF 200D 2642 FE0F ; fully-qualified # 🤽🏿‍♂️ man playing water polo: dark skin tone +1F93D 1F3FF 200D 2642 ; minimally-qualified # 🤽🏿‍♂ man playing water polo: dark skin tone +1F93D 200D 2640 FE0F ; fully-qualified # 🤽‍♀️ woman playing water polo +1F93D 200D 2640 ; minimally-qualified # 🤽‍♀ woman playing water polo +1F93D 1F3FB 200D 2640 FE0F ; fully-qualified # 🤽🏻‍♀️ woman playing water polo: light skin tone +1F93D 1F3FB 200D 2640 ; minimally-qualified # 🤽🏻‍♀ woman playing water polo: light skin tone +1F93D 1F3FC 200D 2640 FE0F ; fully-qualified # 🤽🏼‍♀️ woman playing water polo: medium-light skin tone +1F93D 1F3FC 200D 2640 ; minimally-qualified # 🤽🏼‍♀ woman playing water polo: medium-light skin tone +1F93D 1F3FD 200D 2640 FE0F ; fully-qualified # 🤽🏽‍♀️ woman playing water polo: medium skin tone +1F93D 1F3FD 200D 2640 ; minimally-qualified # 🤽🏽‍♀ woman playing water polo: medium skin tone +1F93D 1F3FE 200D 2640 FE0F ; fully-qualified # 🤽🏾‍♀️ woman playing water polo: medium-dark skin tone +1F93D 1F3FE 200D 2640 ; minimally-qualified # 🤽🏾‍♀ woman playing water polo: medium-dark skin tone +1F93D 1F3FF 200D 2640 FE0F ; fully-qualified # 🤽🏿‍♀️ woman playing water polo: dark skin tone +1F93D 1F3FF 200D 2640 ; minimally-qualified # 🤽🏿‍♀ woman playing water polo: dark skin tone +1F93E ; fully-qualified # 🤾 person playing handball +1F93E 1F3FB ; fully-qualified # 🤾🏻 person playing handball: light skin tone +1F93E 1F3FC ; fully-qualified # 🤾🏼 person playing handball: medium-light skin tone +1F93E 1F3FD ; fully-qualified # 🤾🏽 person playing handball: medium skin tone +1F93E 1F3FE ; fully-qualified # 🤾🏾 person playing handball: medium-dark skin tone +1F93E 1F3FF ; fully-qualified # 🤾🏿 person playing handball: dark skin tone +1F93E 200D 2642 FE0F ; fully-qualified # 🤾‍♂️ man playing handball +1F93E 200D 2642 ; minimally-qualified # 🤾‍♂ man playing handball +1F93E 1F3FB 200D 2642 FE0F ; fully-qualified # 🤾🏻‍♂️ man playing handball: light skin tone +1F93E 1F3FB 200D 2642 ; minimally-qualified # 🤾🏻‍♂ man playing handball: light skin tone +1F93E 1F3FC 200D 2642 FE0F ; fully-qualified # 🤾🏼‍♂️ man playing handball: medium-light skin tone +1F93E 1F3FC 200D 2642 ; minimally-qualified # 🤾🏼‍♂ man playing handball: medium-light skin tone +1F93E 1F3FD 200D 2642 FE0F ; fully-qualified # 🤾🏽‍♂️ man playing handball: medium skin tone +1F93E 1F3FD 200D 2642 ; minimally-qualified # 🤾🏽‍♂ man playing handball: medium skin tone +1F93E 1F3FE 200D 2642 FE0F ; fully-qualified # 🤾🏾‍♂️ man playing handball: medium-dark skin tone +1F93E 1F3FE 200D 2642 ; minimally-qualified # 🤾🏾‍♂ man playing handball: medium-dark skin tone +1F93E 1F3FF 200D 2642 FE0F ; fully-qualified # 🤾🏿‍♂️ man playing handball: dark skin tone +1F93E 1F3FF 200D 2642 ; minimally-qualified # 🤾🏿‍♂ man playing handball: dark skin tone +1F93E 200D 2640 FE0F ; fully-qualified # 🤾‍♀️ woman playing handball +1F93E 200D 2640 ; minimally-qualified # 🤾‍♀ woman playing handball +1F93E 1F3FB 200D 2640 FE0F ; fully-qualified # 🤾🏻‍♀️ woman playing handball: light skin tone +1F93E 1F3FB 200D 2640 ; minimally-qualified # 🤾🏻‍♀ woman playing handball: light skin tone +1F93E 1F3FC 200D 2640 FE0F ; fully-qualified # 🤾🏼‍♀️ woman playing handball: medium-light skin tone +1F93E 1F3FC 200D 2640 ; minimally-qualified # 🤾🏼‍♀ woman playing handball: medium-light skin tone +1F93E 1F3FD 200D 2640 FE0F ; fully-qualified # 🤾🏽‍♀️ woman playing handball: medium skin tone +1F93E 1F3FD 200D 2640 ; minimally-qualified # 🤾🏽‍♀ woman playing handball: medium skin tone +1F93E 1F3FE 200D 2640 FE0F ; fully-qualified # 🤾🏾‍♀️ woman playing handball: medium-dark skin tone +1F93E 1F3FE 200D 2640 ; minimally-qualified # 🤾🏾‍♀ woman playing handball: medium-dark skin tone +1F93E 1F3FF 200D 2640 FE0F ; fully-qualified # 🤾🏿‍♀️ woman playing handball: dark skin tone +1F93E 1F3FF 200D 2640 ; minimally-qualified # 🤾🏿‍♀ woman playing handball: dark skin tone +1F939 ; fully-qualified # 🤹 person juggling +1F939 1F3FB ; fully-qualified # 🤹🏻 person juggling: light skin tone +1F939 1F3FC ; fully-qualified # 🤹🏼 person juggling: medium-light skin tone +1F939 1F3FD ; fully-qualified # 🤹🏽 person juggling: medium skin tone +1F939 1F3FE ; fully-qualified # 🤹🏾 person juggling: medium-dark skin tone +1F939 1F3FF ; fully-qualified # 🤹🏿 person juggling: dark skin tone +1F939 200D 2642 FE0F ; fully-qualified # 🤹‍♂️ man juggling +1F939 200D 2642 ; minimally-qualified # 🤹‍♂ man juggling +1F939 1F3FB 200D 2642 FE0F ; fully-qualified # 🤹🏻‍♂️ man juggling: light skin tone +1F939 1F3FB 200D 2642 ; minimally-qualified # 🤹🏻‍♂ man juggling: light skin tone +1F939 1F3FC 200D 2642 FE0F ; fully-qualified # 🤹🏼‍♂️ man juggling: medium-light skin tone +1F939 1F3FC 200D 2642 ; minimally-qualified # 🤹🏼‍♂ man juggling: medium-light skin tone +1F939 1F3FD 200D 2642 FE0F ; fully-qualified # 🤹🏽‍♂️ man juggling: medium skin tone +1F939 1F3FD 200D 2642 ; minimally-qualified # 🤹🏽‍♂ man juggling: medium skin tone +1F939 1F3FE 200D 2642 FE0F ; fully-qualified # 🤹🏾‍♂️ man juggling: medium-dark skin tone +1F939 1F3FE 200D 2642 ; minimally-qualified # 🤹🏾‍♂ man juggling: medium-dark skin tone +1F939 1F3FF 200D 2642 FE0F ; fully-qualified # 🤹🏿‍♂️ man juggling: dark skin tone +1F939 1F3FF 200D 2642 ; minimally-qualified # 🤹🏿‍♂ man juggling: dark skin tone +1F939 200D 2640 FE0F ; fully-qualified # 🤹‍♀️ woman juggling +1F939 200D 2640 ; minimally-qualified # 🤹‍♀ woman juggling +1F939 1F3FB 200D 2640 FE0F ; fully-qualified # 🤹🏻‍♀️ woman juggling: light skin tone +1F939 1F3FB 200D 2640 ; minimally-qualified # 🤹🏻‍♀ woman juggling: light skin tone +1F939 1F3FC 200D 2640 FE0F ; fully-qualified # 🤹🏼‍♀️ woman juggling: medium-light skin tone +1F939 1F3FC 200D 2640 ; minimally-qualified # 🤹🏼‍♀ woman juggling: medium-light skin tone +1F939 1F3FD 200D 2640 FE0F ; fully-qualified # 🤹🏽‍♀️ woman juggling: medium skin tone +1F939 1F3FD 200D 2640 ; minimally-qualified # 🤹🏽‍♀ woman juggling: medium skin tone +1F939 1F3FE 200D 2640 FE0F ; fully-qualified # 🤹🏾‍♀️ woman juggling: medium-dark skin tone +1F939 1F3FE 200D 2640 ; minimally-qualified # 🤹🏾‍♀ woman juggling: medium-dark skin tone +1F939 1F3FF 200D 2640 FE0F ; fully-qualified # 🤹🏿‍♀️ woman juggling: dark skin tone +1F939 1F3FF 200D 2640 ; minimally-qualified # 🤹🏿‍♀ woman juggling: dark skin tone + +# subgroup: person-resting +1F9D8 ; fully-qualified # 🧘 person in lotus position +1F9D8 1F3FB ; fully-qualified # 🧘🏻 person in lotus position: light skin tone +1F9D8 1F3FC ; fully-qualified # 🧘🏼 person in lotus position: medium-light skin tone +1F9D8 1F3FD ; fully-qualified # 🧘🏽 person in lotus position: medium skin tone +1F9D8 1F3FE ; fully-qualified # 🧘🏾 person in lotus position: medium-dark skin tone +1F9D8 1F3FF ; fully-qualified # 🧘🏿 person in lotus position: dark skin tone +1F9D8 200D 2642 FE0F ; fully-qualified # 🧘‍♂️ man in lotus position +1F9D8 200D 2642 ; minimally-qualified # 🧘‍♂ man in lotus position +1F9D8 1F3FB 200D 2642 FE0F ; fully-qualified # 🧘🏻‍♂️ man in lotus position: light skin tone +1F9D8 1F3FB 200D 2642 ; minimally-qualified # 🧘🏻‍♂ man in lotus position: light skin tone +1F9D8 1F3FC 200D 2642 FE0F ; fully-qualified # 🧘🏼‍♂️ man in lotus position: medium-light skin tone +1F9D8 1F3FC 200D 2642 ; minimally-qualified # 🧘🏼‍♂ man in lotus position: medium-light skin tone +1F9D8 1F3FD 200D 2642 FE0F ; fully-qualified # 🧘🏽‍♂️ man in lotus position: medium skin tone +1F9D8 1F3FD 200D 2642 ; minimally-qualified # 🧘🏽‍♂ man in lotus position: medium skin tone +1F9D8 1F3FE 200D 2642 FE0F ; fully-qualified # 🧘🏾‍♂️ man in lotus position: medium-dark skin tone +1F9D8 1F3FE 200D 2642 ; minimally-qualified # 🧘🏾‍♂ man in lotus position: medium-dark skin tone +1F9D8 1F3FF 200D 2642 FE0F ; fully-qualified # 🧘🏿‍♂️ man in lotus position: dark skin tone +1F9D8 1F3FF 200D 2642 ; minimally-qualified # 🧘🏿‍♂ man in lotus position: dark skin tone +1F9D8 200D 2640 FE0F ; fully-qualified # 🧘‍♀️ woman in lotus position +1F9D8 200D 2640 ; minimally-qualified # 🧘‍♀ woman in lotus position +1F9D8 1F3FB 200D 2640 FE0F ; fully-qualified # 🧘🏻‍♀️ woman in lotus position: light skin tone +1F9D8 1F3FB 200D 2640 ; minimally-qualified # 🧘🏻‍♀ woman in lotus position: light skin tone +1F9D8 1F3FC 200D 2640 FE0F ; fully-qualified # 🧘🏼‍♀️ woman in lotus position: medium-light skin tone +1F9D8 1F3FC 200D 2640 ; minimally-qualified # 🧘🏼‍♀ woman in lotus position: medium-light skin tone +1F9D8 1F3FD 200D 2640 FE0F ; fully-qualified # 🧘🏽‍♀️ woman in lotus position: medium skin tone +1F9D8 1F3FD 200D 2640 ; minimally-qualified # 🧘🏽‍♀ woman in lotus position: medium skin tone +1F9D8 1F3FE 200D 2640 FE0F ; fully-qualified # 🧘🏾‍♀️ woman in lotus position: medium-dark skin tone +1F9D8 1F3FE 200D 2640 ; minimally-qualified # 🧘🏾‍♀ woman in lotus position: medium-dark skin tone +1F9D8 1F3FF 200D 2640 FE0F ; fully-qualified # 🧘🏿‍♀️ woman in lotus position: dark skin tone +1F9D8 1F3FF 200D 2640 ; minimally-qualified # 🧘🏿‍♀ woman in lotus position: dark skin tone +1F6C0 ; fully-qualified # 🛀 person taking bath +1F6C0 1F3FB ; fully-qualified # 🛀🏻 person taking bath: light skin tone +1F6C0 1F3FC ; fully-qualified # 🛀🏼 person taking bath: medium-light skin tone +1F6C0 1F3FD ; fully-qualified # 🛀🏽 person taking bath: medium skin tone +1F6C0 1F3FE ; fully-qualified # 🛀🏾 person taking bath: medium-dark skin tone +1F6C0 1F3FF ; fully-qualified # 🛀🏿 person taking bath: dark skin tone +1F6CC ; fully-qualified # 🛌 person in bed +1F6CC 1F3FB ; fully-qualified # 🛌🏻 person in bed: light skin tone +1F6CC 1F3FC ; fully-qualified # 🛌🏼 person in bed: medium-light skin tone +1F6CC 1F3FD ; fully-qualified # 🛌🏽 person in bed: medium skin tone +1F6CC 1F3FE ; fully-qualified # 🛌🏾 person in bed: medium-dark skin tone +1F6CC 1F3FF ; fully-qualified # 🛌🏿 person in bed: dark skin tone + +# subgroup: family +1F9D1 200D 1F91D 200D 1F9D1 ; fully-qualified # 🧑‍🤝‍🧑 people holding hands +1F9D1 1F3FB 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏻‍🤝‍🧑🏻 people holding hands: light skin tone +1F9D1 1F3FC 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏼‍🤝‍🧑🏻 people holding hands: medium-light skin tone, light skin tone +1F9D1 1F3FC 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏼‍🤝‍🧑🏼 people holding hands: medium-light skin tone +1F9D1 1F3FD 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏽‍🤝‍🧑🏻 people holding hands: medium skin tone, light skin tone +1F9D1 1F3FD 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏽‍🤝‍🧑🏼 people holding hands: medium skin tone, medium-light skin tone +1F9D1 1F3FD 200D 1F91D 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏽‍🤝‍🧑🏽 people holding hands: medium skin tone +1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏾‍🤝‍🧑🏻 people holding hands: medium-dark skin tone, light skin tone +1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏾‍🤝‍🧑🏼 people holding hands: medium-dark skin tone, medium-light skin tone +1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏾‍🤝‍🧑🏽 people holding hands: medium-dark skin tone, medium skin tone +1F9D1 1F3FE 200D 1F91D 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏾‍🤝‍🧑🏾 people holding hands: medium-dark skin tone +1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FB ; fully-qualified # 🧑🏿‍🤝‍🧑🏻 people holding hands: dark skin tone, light skin tone +1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FC ; fully-qualified # 🧑🏿‍🤝‍🧑🏼 people holding hands: dark skin tone, medium-light skin tone +1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FD ; fully-qualified # 🧑🏿‍🤝‍🧑🏽 people holding hands: dark skin tone, medium skin tone +1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FE ; fully-qualified # 🧑🏿‍🤝‍🧑🏾 people holding hands: dark skin tone, medium-dark skin tone +1F9D1 1F3FF 200D 1F91D 200D 1F9D1 1F3FF ; fully-qualified # 🧑🏿‍🤝‍🧑🏿 people holding hands: dark skin tone +1F46D ; fully-qualified # 👭 women holding hands +1F46D 1F3FB ; fully-qualified # 👭🏻 women holding hands: light skin tone +1F469 1F3FC 200D 1F91D 200D 1F469 1F3FB ; fully-qualified # 👩🏼‍🤝‍👩🏻 women holding hands: medium-light skin tone, light skin tone +1F46D 1F3FC ; fully-qualified # 👭🏼 women holding hands: medium-light skin tone +1F469 1F3FD 200D 1F91D 200D 1F469 1F3FB ; fully-qualified # 👩🏽‍🤝‍👩🏻 women holding hands: medium skin tone, light skin tone +1F469 1F3FD 200D 1F91D 200D 1F469 1F3FC ; fully-qualified # 👩🏽‍🤝‍👩🏼 women holding hands: medium skin tone, medium-light skin tone +1F46D 1F3FD ; fully-qualified # 👭🏽 women holding hands: medium skin tone +1F469 1F3FE 200D 1F91D 200D 1F469 1F3FB ; fully-qualified # 👩🏾‍🤝‍👩🏻 women holding hands: medium-dark skin tone, light skin tone +1F469 1F3FE 200D 1F91D 200D 1F469 1F3FC ; fully-qualified # 👩🏾‍🤝‍👩🏼 women holding hands: medium-dark skin tone, medium-light skin tone +1F469 1F3FE 200D 1F91D 200D 1F469 1F3FD ; fully-qualified # 👩🏾‍🤝‍👩🏽 women holding hands: medium-dark skin tone, medium skin tone +1F46D 1F3FE ; fully-qualified # 👭🏾 women holding hands: medium-dark skin tone +1F469 1F3FF 200D 1F91D 200D 1F469 1F3FB ; fully-qualified # 👩🏿‍🤝‍👩🏻 women holding hands: dark skin tone, light skin tone +1F469 1F3FF 200D 1F91D 200D 1F469 1F3FC ; fully-qualified # 👩🏿‍🤝‍👩🏼 women holding hands: dark skin tone, medium-light skin tone +1F469 1F3FF 200D 1F91D 200D 1F469 1F3FD ; fully-qualified # 👩🏿‍🤝‍👩🏽 women holding hands: dark skin tone, medium skin tone +1F469 1F3FF 200D 1F91D 200D 1F469 1F3FE ; fully-qualified # 👩🏿‍🤝‍👩🏾 women holding hands: dark skin tone, medium-dark skin tone +1F46D 1F3FF ; fully-qualified # 👭🏿 women holding hands: dark skin tone +1F46B ; fully-qualified # 👫 woman and man holding hands +1F46B 1F3FB ; fully-qualified # 👫🏻 woman and man holding hands: light skin tone +1F469 1F3FB 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👩🏻‍🤝‍👨🏼 woman and man holding hands: light skin tone, medium-light skin tone +1F469 1F3FB 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👩🏻‍🤝‍👨🏽 woman and man holding hands: light skin tone, medium skin tone +1F469 1F3FB 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👩🏻‍🤝‍👨🏾 woman and man holding hands: light skin tone, medium-dark skin tone +1F469 1F3FB 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👩🏻‍🤝‍👨🏿 woman and man holding hands: light skin tone, dark skin tone +1F469 1F3FC 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👩🏼‍🤝‍👨🏻 woman and man holding hands: medium-light skin tone, light skin tone +1F46B 1F3FC ; fully-qualified # 👫🏼 woman and man holding hands: medium-light skin tone +1F469 1F3FC 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👩🏼‍🤝‍👨🏽 woman and man holding hands: medium-light skin tone, medium skin tone +1F469 1F3FC 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👩🏼‍🤝‍👨🏾 woman and man holding hands: medium-light skin tone, medium-dark skin tone +1F469 1F3FC 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👩🏼‍🤝‍👨🏿 woman and man holding hands: medium-light skin tone, dark skin tone +1F469 1F3FD 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👩🏽‍🤝‍👨🏻 woman and man holding hands: medium skin tone, light skin tone +1F469 1F3FD 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👩🏽‍🤝‍👨🏼 woman and man holding hands: medium skin tone, medium-light skin tone +1F46B 1F3FD ; fully-qualified # 👫🏽 woman and man holding hands: medium skin tone +1F469 1F3FD 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👩🏽‍🤝‍👨🏾 woman and man holding hands: medium skin tone, medium-dark skin tone +1F469 1F3FD 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👩🏽‍🤝‍👨🏿 woman and man holding hands: medium skin tone, dark skin tone +1F469 1F3FE 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👩🏾‍🤝‍👨🏻 woman and man holding hands: medium-dark skin tone, light skin tone +1F469 1F3FE 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👩🏾‍🤝‍👨🏼 woman and man holding hands: medium-dark skin tone, medium-light skin tone +1F469 1F3FE 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👩🏾‍🤝‍👨🏽 woman and man holding hands: medium-dark skin tone, medium skin tone +1F46B 1F3FE ; fully-qualified # 👫🏾 woman and man holding hands: medium-dark skin tone +1F469 1F3FE 200D 1F91D 200D 1F468 1F3FF ; fully-qualified # 👩🏾‍🤝‍👨🏿 woman and man holding hands: medium-dark skin tone, dark skin tone +1F469 1F3FF 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👩🏿‍🤝‍👨🏻 woman and man holding hands: dark skin tone, light skin tone +1F469 1F3FF 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👩🏿‍🤝‍👨🏼 woman and man holding hands: dark skin tone, medium-light skin tone +1F469 1F3FF 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👩🏿‍🤝‍👨🏽 woman and man holding hands: dark skin tone, medium skin tone +1F469 1F3FF 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👩🏿‍🤝‍👨🏾 woman and man holding hands: dark skin tone, medium-dark skin tone +1F46B 1F3FF ; fully-qualified # 👫🏿 woman and man holding hands: dark skin tone +1F46C ; fully-qualified # 👬 men holding hands +1F46C 1F3FB ; fully-qualified # 👬🏻 men holding hands: light skin tone +1F468 1F3FC 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👨🏼‍🤝‍👨🏻 men holding hands: medium-light skin tone, light skin tone +1F46C 1F3FC ; fully-qualified # 👬🏼 men holding hands: medium-light skin tone +1F468 1F3FD 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👨🏽‍🤝‍👨🏻 men holding hands: medium skin tone, light skin tone +1F468 1F3FD 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👨🏽‍🤝‍👨🏼 men holding hands: medium skin tone, medium-light skin tone +1F46C 1F3FD ; fully-qualified # 👬🏽 men holding hands: medium skin tone +1F468 1F3FE 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👨🏾‍🤝‍👨🏻 men holding hands: medium-dark skin tone, light skin tone +1F468 1F3FE 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👨🏾‍🤝‍👨🏼 men holding hands: medium-dark skin tone, medium-light skin tone +1F468 1F3FE 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👨🏾‍🤝‍👨🏽 men holding hands: medium-dark skin tone, medium skin tone +1F46C 1F3FE ; fully-qualified # 👬🏾 men holding hands: medium-dark skin tone +1F468 1F3FF 200D 1F91D 200D 1F468 1F3FB ; fully-qualified # 👨🏿‍🤝‍👨🏻 men holding hands: dark skin tone, light skin tone +1F468 1F3FF 200D 1F91D 200D 1F468 1F3FC ; fully-qualified # 👨🏿‍🤝‍👨🏼 men holding hands: dark skin tone, medium-light skin tone +1F468 1F3FF 200D 1F91D 200D 1F468 1F3FD ; fully-qualified # 👨🏿‍🤝‍👨🏽 men holding hands: dark skin tone, medium skin tone +1F468 1F3FF 200D 1F91D 200D 1F468 1F3FE ; fully-qualified # 👨🏿‍🤝‍👨🏾 men holding hands: dark skin tone, medium-dark skin tone +1F46C 1F3FF ; fully-qualified # 👬🏿 men holding hands: dark skin tone +1F48F ; fully-qualified # 💏 kiss +1F469 200D 2764 FE0F 200D 1F48B 200D 1F468 ; fully-qualified # 👩‍❤️‍💋‍👨 kiss: woman, man +1F469 200D 2764 200D 1F48B 200D 1F468 ; minimally-qualified # 👩‍❤‍💋‍👨 kiss: woman, man +1F468 200D 2764 FE0F 200D 1F48B 200D 1F468 ; fully-qualified # 👨‍❤️‍💋‍👨 kiss: man, man +1F468 200D 2764 200D 1F48B 200D 1F468 ; minimally-qualified # 👨‍❤‍💋‍👨 kiss: man, man +1F469 200D 2764 FE0F 200D 1F48B 200D 1F469 ; fully-qualified # 👩‍❤️‍💋‍👩 kiss: woman, woman +1F469 200D 2764 200D 1F48B 200D 1F469 ; minimally-qualified # 👩‍❤‍💋‍👩 kiss: woman, woman +1F491 ; fully-qualified # 💑 couple with heart +1F469 200D 2764 FE0F 200D 1F468 ; fully-qualified # 👩‍❤️‍👨 couple with heart: woman, man +1F469 200D 2764 200D 1F468 ; minimally-qualified # 👩‍❤‍👨 couple with heart: woman, man +1F468 200D 2764 FE0F 200D 1F468 ; fully-qualified # 👨‍❤️‍👨 couple with heart: man, man +1F468 200D 2764 200D 1F468 ; minimally-qualified # 👨‍❤‍👨 couple with heart: man, man +1F469 200D 2764 FE0F 200D 1F469 ; fully-qualified # 👩‍❤️‍👩 couple with heart: woman, woman +1F469 200D 2764 200D 1F469 ; minimally-qualified # 👩‍❤‍👩 couple with heart: woman, woman +1F46A ; fully-qualified # 👪 family +1F468 200D 1F469 200D 1F466 ; fully-qualified # 👨‍👩‍👦 family: man, woman, boy +1F468 200D 1F469 200D 1F467 ; fully-qualified # 👨‍👩‍👧 family: man, woman, girl +1F468 200D 1F469 200D 1F467 200D 1F466 ; fully-qualified # 👨‍👩‍👧‍👦 family: man, woman, girl, boy +1F468 200D 1F469 200D 1F466 200D 1F466 ; fully-qualified # 👨‍👩‍👦‍👦 family: man, woman, boy, boy +1F468 200D 1F469 200D 1F467 200D 1F467 ; fully-qualified # 👨‍👩‍👧‍👧 family: man, woman, girl, girl +1F468 200D 1F468 200D 1F466 ; fully-qualified # 👨‍👨‍👦 family: man, man, boy +1F468 200D 1F468 200D 1F467 ; fully-qualified # 👨‍👨‍👧 family: man, man, girl +1F468 200D 1F468 200D 1F467 200D 1F466 ; fully-qualified # 👨‍👨‍👧‍👦 family: man, man, girl, boy +1F468 200D 1F468 200D 1F466 200D 1F466 ; fully-qualified # 👨‍👨‍👦‍👦 family: man, man, boy, boy +1F468 200D 1F468 200D 1F467 200D 1F467 ; fully-qualified # 👨‍👨‍👧‍👧 family: man, man, girl, girl +1F469 200D 1F469 200D 1F466 ; fully-qualified # 👩‍👩‍👦 family: woman, woman, boy +1F469 200D 1F469 200D 1F467 ; fully-qualified # 👩‍👩‍👧 family: woman, woman, girl +1F469 200D 1F469 200D 1F467 200D 1F466 ; fully-qualified # 👩‍👩‍👧‍👦 family: woman, woman, girl, boy +1F469 200D 1F469 200D 1F466 200D 1F466 ; fully-qualified # 👩‍👩‍👦‍👦 family: woman, woman, boy, boy +1F469 200D 1F469 200D 1F467 200D 1F467 ; fully-qualified # 👩‍👩‍👧‍👧 family: woman, woman, girl, girl +1F468 200D 1F466 ; fully-qualified # 👨‍👦 family: man, boy +1F468 200D 1F466 200D 1F466 ; fully-qualified # 👨‍👦‍👦 family: man, boy, boy +1F468 200D 1F467 ; fully-qualified # 👨‍👧 family: man, girl +1F468 200D 1F467 200D 1F466 ; fully-qualified # 👨‍👧‍👦 family: man, girl, boy +1F468 200D 1F467 200D 1F467 ; fully-qualified # 👨‍👧‍👧 family: man, girl, girl +1F469 200D 1F466 ; fully-qualified # 👩‍👦 family: woman, boy +1F469 200D 1F466 200D 1F466 ; fully-qualified # 👩‍👦‍👦 family: woman, boy, boy +1F469 200D 1F467 ; fully-qualified # 👩‍👧 family: woman, girl +1F469 200D 1F467 200D 1F466 ; fully-qualified # 👩‍👧‍👦 family: woman, girl, boy +1F469 200D 1F467 200D 1F467 ; fully-qualified # 👩‍👧‍👧 family: woman, girl, girl + +# subgroup: person-symbol +1F5E3 FE0F ; fully-qualified # 🗣️ speaking head +1F5E3 ; unqualified # 🗣 speaking head +1F464 ; fully-qualified # 👤 bust in silhouette +1F465 ; fully-qualified # 👥 busts in silhouette +1F463 ; fully-qualified # 👣 footprints + +# People & Body subtotal: 2212 +# People & Body subtotal: 447 w/o modifiers + +# group: Component + +# subgroup: skin-tone +1F3FB ; component # 🏻 light skin tone +1F3FC ; component # 🏼 medium-light skin tone +1F3FD ; component # 🏽 medium skin tone +1F3FE ; component # 🏾 medium-dark skin tone +1F3FF ; component # 🏿 dark skin tone + +# subgroup: hair-style +1F9B0 ; component # 🦰 red hair +1F9B1 ; component # 🦱 curly hair +1F9B3 ; component # 🦳 white hair +1F9B2 ; component # 🦲 bald + +# Component subtotal: 9 +# Component subtotal: 4 w/o modifiers + +# group: Animals & Nature + +# subgroup: animal-mammal +1F435 ; fully-qualified # 🐵 monkey face +1F412 ; fully-qualified # 🐒 monkey +1F98D ; fully-qualified # 🦍 gorilla +1F9A7 ; fully-qualified # 🦧 orangutan +1F436 ; fully-qualified # 🐶 dog face +1F415 ; fully-qualified # 🐕 dog +1F9AE ; fully-qualified # 🦮 guide dog +1F415 200D 1F9BA ; fully-qualified # 🐕‍🦺 service dog +1F429 ; fully-qualified # 🐩 poodle +1F43A ; fully-qualified # 🐺 wolf +1F98A ; fully-qualified # 🦊 fox +1F99D ; fully-qualified # 🦝 raccoon +1F431 ; fully-qualified # 🐱 cat face +1F408 ; fully-qualified # 🐈 cat +1F981 ; fully-qualified # 🦁 lion +1F42F ; fully-qualified # 🐯 tiger face +1F405 ; fully-qualified # 🐅 tiger +1F406 ; fully-qualified # 🐆 leopard +1F434 ; fully-qualified # 🐴 horse face +1F40E ; fully-qualified # 🐎 horse +1F984 ; fully-qualified # 🦄 unicorn +1F993 ; fully-qualified # 🦓 zebra +1F98C ; fully-qualified # 🦌 deer +1F42E ; fully-qualified # 🐮 cow face +1F402 ; fully-qualified # 🐂 ox +1F403 ; fully-qualified # 🐃 water buffalo +1F404 ; fully-qualified # 🐄 cow +1F437 ; fully-qualified # 🐷 pig face +1F416 ; fully-qualified # 🐖 pig +1F417 ; fully-qualified # 🐗 boar +1F43D ; fully-qualified # 🐽 pig nose +1F40F ; fully-qualified # 🐏 ram +1F411 ; fully-qualified # 🐑 ewe +1F410 ; fully-qualified # 🐐 goat +1F42A ; fully-qualified # 🐪 camel +1F42B ; fully-qualified # 🐫 two-hump camel +1F999 ; fully-qualified # 🦙 llama +1F992 ; fully-qualified # 🦒 giraffe +1F418 ; fully-qualified # 🐘 elephant +1F98F ; fully-qualified # 🦏 rhinoceros +1F99B ; fully-qualified # 🦛 hippopotamus +1F42D ; fully-qualified # 🐭 mouse face +1F401 ; fully-qualified # 🐁 mouse +1F400 ; fully-qualified # 🐀 rat +1F439 ; fully-qualified # 🐹 hamster +1F430 ; fully-qualified # 🐰 rabbit face +1F407 ; fully-qualified # 🐇 rabbit +1F43F FE0F ; fully-qualified # 🐿️ chipmunk +1F43F ; unqualified # 🐿 chipmunk +1F994 ; fully-qualified # 🦔 hedgehog +1F987 ; fully-qualified # 🦇 bat +1F43B ; fully-qualified # 🐻 bear +1F428 ; fully-qualified # 🐨 koala +1F43C ; fully-qualified # 🐼 panda +1F9A5 ; fully-qualified # 🦥 sloth +1F9A6 ; fully-qualified # 🦦 otter +1F9A8 ; fully-qualified # 🦨 skunk +1F998 ; fully-qualified # 🦘 kangaroo +1F9A1 ; fully-qualified # 🦡 badger +1F43E ; fully-qualified # 🐾 paw prints + +# subgroup: animal-bird +1F983 ; fully-qualified # 🦃 turkey +1F414 ; fully-qualified # 🐔 chicken +1F413 ; fully-qualified # 🐓 rooster +1F423 ; fully-qualified # 🐣 hatching chick +1F424 ; fully-qualified # 🐤 baby chick +1F425 ; fully-qualified # 🐥 front-facing baby chick +1F426 ; fully-qualified # 🐦 bird +1F427 ; fully-qualified # 🐧 penguin +1F54A FE0F ; fully-qualified # 🕊️ dove +1F54A ; unqualified # 🕊 dove +1F985 ; fully-qualified # 🦅 eagle +1F986 ; fully-qualified # 🦆 duck +1F9A2 ; fully-qualified # 🦢 swan +1F989 ; fully-qualified # 🦉 owl +1F9A9 ; fully-qualified # 🦩 flamingo +1F99A ; fully-qualified # 🦚 peacock +1F99C ; fully-qualified # 🦜 parrot + +# subgroup: animal-amphibian +1F438 ; fully-qualified # 🐸 frog + +# subgroup: animal-reptile +1F40A ; fully-qualified # 🐊 crocodile +1F422 ; fully-qualified # 🐢 turtle +1F98E ; fully-qualified # 🦎 lizard +1F40D ; fully-qualified # 🐍 snake +1F432 ; fully-qualified # 🐲 dragon face +1F409 ; fully-qualified # 🐉 dragon +1F995 ; fully-qualified # 🦕 sauropod +1F996 ; fully-qualified # 🦖 T-Rex + +# subgroup: animal-marine +1F433 ; fully-qualified # 🐳 spouting whale +1F40B ; fully-qualified # 🐋 whale +1F42C ; fully-qualified # 🐬 dolphin +1F41F ; fully-qualified # 🐟 fish +1F420 ; fully-qualified # 🐠 tropical fish +1F421 ; fully-qualified # 🐡 blowfish +1F988 ; fully-qualified # 🦈 shark +1F419 ; fully-qualified # 🐙 octopus +1F41A ; fully-qualified # 🐚 spiral shell + +# subgroup: animal-bug +1F40C ; fully-qualified # 🐌 snail +1F98B ; fully-qualified # 🦋 butterfly +1F41B ; fully-qualified # 🐛 bug +1F41C ; fully-qualified # 🐜 ant +1F41D ; fully-qualified # 🐝 honeybee +1F41E ; fully-qualified # 🐞 lady beetle +1F997 ; fully-qualified # 🦗 cricket +1F577 FE0F ; fully-qualified # 🕷️ spider +1F577 ; unqualified # 🕷 spider +1F578 FE0F ; fully-qualified # 🕸️ spider web +1F578 ; unqualified # 🕸 spider web +1F982 ; fully-qualified # 🦂 scorpion +1F99F ; fully-qualified # 🦟 mosquito +1F9A0 ; fully-qualified # 🦠 microbe + +# subgroup: plant-flower +1F490 ; fully-qualified # 💐 bouquet +1F338 ; fully-qualified # 🌸 cherry blossom +1F4AE ; fully-qualified # 💮 white flower +1F3F5 FE0F ; fully-qualified # 🏵️ rosette +1F3F5 ; unqualified # 🏵 rosette +1F339 ; fully-qualified # 🌹 rose +1F940 ; fully-qualified # 🥀 wilted flower +1F33A ; fully-qualified # 🌺 hibiscus +1F33B ; fully-qualified # 🌻 sunflower +1F33C ; fully-qualified # 🌼 blossom +1F337 ; fully-qualified # 🌷 tulip + +# subgroup: plant-other +1F331 ; fully-qualified # 🌱 seedling +1F332 ; fully-qualified # 🌲 evergreen tree +1F333 ; fully-qualified # 🌳 deciduous tree +1F334 ; fully-qualified # 🌴 palm tree +1F335 ; fully-qualified # 🌵 cactus +1F33E ; fully-qualified # 🌾 sheaf of rice +1F33F ; fully-qualified # 🌿 herb +2618 FE0F ; fully-qualified # ☘️ shamrock +2618 ; unqualified # ☘ shamrock +1F340 ; fully-qualified # 🍀 four leaf clover +1F341 ; fully-qualified # 🍁 maple leaf +1F342 ; fully-qualified # 🍂 fallen leaf +1F343 ; fully-qualified # 🍃 leaf fluttering in wind + +# Animals & Nature subtotal: 133 +# Animals & Nature subtotal: 133 w/o modifiers + +# group: Food & Drink + +# subgroup: food-fruit +1F347 ; fully-qualified # 🍇 grapes +1F348 ; fully-qualified # 🍈 melon +1F349 ; fully-qualified # 🍉 watermelon +1F34A ; fully-qualified # 🍊 tangerine +1F34B ; fully-qualified # 🍋 lemon +1F34C ; fully-qualified # 🍌 banana +1F34D ; fully-qualified # 🍍 pineapple +1F96D ; fully-qualified # 🥭 mango +1F34E ; fully-qualified # 🍎 red apple +1F34F ; fully-qualified # 🍏 green apple +1F350 ; fully-qualified # 🍐 pear +1F351 ; fully-qualified # 🍑 peach +1F352 ; fully-qualified # 🍒 cherries +1F353 ; fully-qualified # 🍓 strawberry +1F95D ; fully-qualified # 🥝 kiwi fruit +1F345 ; fully-qualified # 🍅 tomato +1F965 ; fully-qualified # 🥥 coconut + +# subgroup: food-vegetable +1F951 ; fully-qualified # 🥑 avocado +1F346 ; fully-qualified # 🍆 eggplant +1F954 ; fully-qualified # 🥔 potato +1F955 ; fully-qualified # 🥕 carrot +1F33D ; fully-qualified # 🌽 ear of corn +1F336 FE0F ; fully-qualified # 🌶️ hot pepper +1F336 ; unqualified # 🌶 hot pepper +1F952 ; fully-qualified # 🥒 cucumber +1F96C ; fully-qualified # 🥬 leafy green +1F966 ; fully-qualified # 🥦 broccoli +1F9C4 ; fully-qualified # 🧄 garlic +1F9C5 ; fully-qualified # 🧅 onion +1F344 ; fully-qualified # 🍄 mushroom +1F95C ; fully-qualified # 🥜 peanuts +1F330 ; fully-qualified # 🌰 chestnut + +# subgroup: food-prepared +1F35E ; fully-qualified # 🍞 bread +1F950 ; fully-qualified # 🥐 croissant +1F956 ; fully-qualified # 🥖 baguette bread +1F968 ; fully-qualified # 🥨 pretzel +1F96F ; fully-qualified # 🥯 bagel +1F95E ; fully-qualified # 🥞 pancakes +1F9C7 ; fully-qualified # 🧇 waffle +1F9C0 ; fully-qualified # 🧀 cheese wedge +1F356 ; fully-qualified # 🍖 meat on bone +1F357 ; fully-qualified # 🍗 poultry leg +1F969 ; fully-qualified # 🥩 cut of meat +1F953 ; fully-qualified # 🥓 bacon +1F354 ; fully-qualified # 🍔 hamburger +1F35F ; fully-qualified # 🍟 french fries +1F355 ; fully-qualified # 🍕 pizza +1F32D ; fully-qualified # 🌭 hot dog +1F96A ; fully-qualified # 🥪 sandwich +1F32E ; fully-qualified # 🌮 taco +1F32F ; fully-qualified # 🌯 burrito +1F959 ; fully-qualified # 🥙 stuffed flatbread +1F9C6 ; fully-qualified # 🧆 falafel +1F95A ; fully-qualified # 🥚 egg +1F373 ; fully-qualified # 🍳 cooking +1F958 ; fully-qualified # 🥘 shallow pan of food +1F372 ; fully-qualified # 🍲 pot of food +1F963 ; fully-qualified # 🥣 bowl with spoon +1F957 ; fully-qualified # 🥗 green salad +1F37F ; fully-qualified # 🍿 popcorn +1F9C8 ; fully-qualified # 🧈 butter +1F9C2 ; fully-qualified # 🧂 salt +1F96B ; fully-qualified # 🥫 canned food + +# subgroup: food-asian +1F371 ; fully-qualified # 🍱 bento box +1F358 ; fully-qualified # 🍘 rice cracker +1F359 ; fully-qualified # 🍙 rice ball +1F35A ; fully-qualified # 🍚 cooked rice +1F35B ; fully-qualified # 🍛 curry rice +1F35C ; fully-qualified # 🍜 steaming bowl +1F35D ; fully-qualified # 🍝 spaghetti +1F360 ; fully-qualified # 🍠 roasted sweet potato +1F362 ; fully-qualified # 🍢 oden +1F363 ; fully-qualified # 🍣 sushi +1F364 ; fully-qualified # 🍤 fried shrimp +1F365 ; fully-qualified # 🍥 fish cake with swirl +1F96E ; fully-qualified # 🥮 moon cake +1F361 ; fully-qualified # 🍡 dango +1F95F ; fully-qualified # 🥟 dumpling +1F960 ; fully-qualified # 🥠 fortune cookie +1F961 ; fully-qualified # 🥡 takeout box + +# subgroup: food-marine +1F980 ; fully-qualified # 🦀 crab +1F99E ; fully-qualified # 🦞 lobster +1F990 ; fully-qualified # 🦐 shrimp +1F991 ; fully-qualified # 🦑 squid +1F9AA ; fully-qualified # 🦪 oyster + +# subgroup: food-sweet +1F366 ; fully-qualified # 🍦 soft ice cream +1F367 ; fully-qualified # 🍧 shaved ice +1F368 ; fully-qualified # 🍨 ice cream +1F369 ; fully-qualified # 🍩 doughnut +1F36A ; fully-qualified # 🍪 cookie +1F382 ; fully-qualified # 🎂 birthday cake +1F370 ; fully-qualified # 🍰 shortcake +1F9C1 ; fully-qualified # 🧁 cupcake +1F967 ; fully-qualified # 🥧 pie +1F36B ; fully-qualified # 🍫 chocolate bar +1F36C ; fully-qualified # 🍬 candy +1F36D ; fully-qualified # 🍭 lollipop +1F36E ; fully-qualified # 🍮 custard +1F36F ; fully-qualified # 🍯 honey pot + +# subgroup: drink +1F37C ; fully-qualified # 🍼 baby bottle +1F95B ; fully-qualified # 🥛 glass of milk +2615 ; fully-qualified # ☕ hot beverage +1F375 ; fully-qualified # 🍵 teacup without handle +1F376 ; fully-qualified # 🍶 sake +1F37E ; fully-qualified # 🍾 bottle with popping cork +1F377 ; fully-qualified # 🍷 wine glass +1F378 ; fully-qualified # 🍸 cocktail glass +1F379 ; fully-qualified # 🍹 tropical drink +1F37A ; fully-qualified # 🍺 beer mug +1F37B ; fully-qualified # 🍻 clinking beer mugs +1F942 ; fully-qualified # 🥂 clinking glasses +1F943 ; fully-qualified # 🥃 tumbler glass +1F964 ; fully-qualified # 🥤 cup with straw +1F9C3 ; fully-qualified # 🧃 beverage box +1F9C9 ; fully-qualified # 🧉 mate +1F9CA ; fully-qualified # 🧊 ice cube + +# subgroup: dishware +1F962 ; fully-qualified # 🥢 chopsticks +1F37D FE0F ; fully-qualified # 🍽️ fork and knife with plate +1F37D ; unqualified # 🍽 fork and knife with plate +1F374 ; fully-qualified # 🍴 fork and knife +1F944 ; fully-qualified # 🥄 spoon +1F52A ; fully-qualified # 🔪 kitchen knife +1F3FA ; fully-qualified # 🏺 amphora + +# Food & Drink subtotal: 123 +# Food & Drink subtotal: 123 w/o modifiers + +# group: Travel & Places + +# subgroup: place-map +1F30D ; fully-qualified # 🌍 globe showing Europe-Africa +1F30E ; fully-qualified # 🌎 globe showing Americas +1F30F ; fully-qualified # 🌏 globe showing Asia-Australia +1F310 ; fully-qualified # 🌐 globe with meridians +1F5FA FE0F ; fully-qualified # 🗺️ world map +1F5FA ; unqualified # 🗺 world map +1F5FE ; fully-qualified # 🗾 map of Japan +1F9ED ; fully-qualified # 🧭 compass + +# subgroup: place-geographic +1F3D4 FE0F ; fully-qualified # 🏔️ snow-capped mountain +1F3D4 ; unqualified # 🏔 snow-capped mountain +26F0 FE0F ; fully-qualified # ⛰️ mountain +26F0 ; unqualified # ⛰ mountain +1F30B ; fully-qualified # 🌋 volcano +1F5FB ; fully-qualified # 🗻 mount fuji +1F3D5 FE0F ; fully-qualified # 🏕️ camping +1F3D5 ; unqualified # 🏕 camping +1F3D6 FE0F ; fully-qualified # 🏖️ beach with umbrella +1F3D6 ; unqualified # 🏖 beach with umbrella +1F3DC FE0F ; fully-qualified # 🏜️ desert +1F3DC ; unqualified # 🏜 desert +1F3DD FE0F ; fully-qualified # 🏝️ desert island +1F3DD ; unqualified # 🏝 desert island +1F3DE FE0F ; fully-qualified # 🏞️ national park +1F3DE ; unqualified # 🏞 national park + +# subgroup: place-building +1F3DF FE0F ; fully-qualified # 🏟️ stadium +1F3DF ; unqualified # 🏟 stadium +1F3DB FE0F ; fully-qualified # 🏛️ classical building +1F3DB ; unqualified # 🏛 classical building +1F3D7 FE0F ; fully-qualified # 🏗️ building construction +1F3D7 ; unqualified # 🏗 building construction +1F9F1 ; fully-qualified # 🧱 brick +1F3D8 FE0F ; fully-qualified # 🏘️ houses +1F3D8 ; unqualified # 🏘 houses +1F3DA FE0F ; fully-qualified # 🏚️ derelict house +1F3DA ; unqualified # 🏚 derelict house +1F3E0 ; fully-qualified # 🏠 house +1F3E1 ; fully-qualified # 🏡 house with garden +1F3E2 ; fully-qualified # 🏢 office building +1F3E3 ; fully-qualified # 🏣 Japanese post office +1F3E4 ; fully-qualified # 🏤 post office +1F3E5 ; fully-qualified # 🏥 hospital +1F3E6 ; fully-qualified # 🏦 bank +1F3E8 ; fully-qualified # 🏨 hotel +1F3E9 ; fully-qualified # 🏩 love hotel +1F3EA ; fully-qualified # 🏪 convenience store +1F3EB ; fully-qualified # 🏫 school +1F3EC ; fully-qualified # 🏬 department store +1F3ED ; fully-qualified # 🏭 factory +1F3EF ; fully-qualified # 🏯 Japanese castle +1F3F0 ; fully-qualified # 🏰 castle +1F492 ; fully-qualified # 💒 wedding +1F5FC ; fully-qualified # 🗼 Tokyo tower +1F5FD ; fully-qualified # 🗽 Statue of Liberty + +# subgroup: place-religious +26EA ; fully-qualified # ⛪ church +1F54C ; fully-qualified # 🕌 mosque +1F6D5 ; fully-qualified # 🛕 hindu temple +1F54D ; fully-qualified # 🕍 synagogue +26E9 FE0F ; fully-qualified # ⛩️ shinto shrine +26E9 ; unqualified # ⛩ shinto shrine +1F54B ; fully-qualified # 🕋 kaaba + +# subgroup: place-other +26F2 ; fully-qualified # ⛲ fountain +26FA ; fully-qualified # ⛺ tent +1F301 ; fully-qualified # 🌁 foggy +1F303 ; fully-qualified # 🌃 night with stars +1F3D9 FE0F ; fully-qualified # 🏙️ cityscape +1F3D9 ; unqualified # 🏙 cityscape +1F304 ; fully-qualified # 🌄 sunrise over mountains +1F305 ; fully-qualified # 🌅 sunrise +1F306 ; fully-qualified # 🌆 cityscape at dusk +1F307 ; fully-qualified # 🌇 sunset +1F309 ; fully-qualified # 🌉 bridge at night +2668 FE0F ; fully-qualified # ♨️ hot springs +2668 ; unqualified # ♨ hot springs +1F3A0 ; fully-qualified # 🎠 carousel horse +1F3A1 ; fully-qualified # 🎡 ferris wheel +1F3A2 ; fully-qualified # 🎢 roller coaster +1F488 ; fully-qualified # 💈 barber pole +1F3AA ; fully-qualified # 🎪 circus tent + +# subgroup: transport-ground +1F682 ; fully-qualified # 🚂 locomotive +1F683 ; fully-qualified # 🚃 railway car +1F684 ; fully-qualified # 🚄 high-speed train +1F685 ; fully-qualified # 🚅 bullet train +1F686 ; fully-qualified # 🚆 train +1F687 ; fully-qualified # 🚇 metro +1F688 ; fully-qualified # 🚈 light rail +1F689 ; fully-qualified # 🚉 station +1F68A ; fully-qualified # 🚊 tram +1F69D ; fully-qualified # 🚝 monorail +1F69E ; fully-qualified # 🚞 mountain railway +1F68B ; fully-qualified # 🚋 tram car +1F68C ; fully-qualified # 🚌 bus +1F68D ; fully-qualified # 🚍 oncoming bus +1F68E ; fully-qualified # 🚎 trolleybus +1F690 ; fully-qualified # 🚐 minibus +1F691 ; fully-qualified # 🚑 ambulance +1F692 ; fully-qualified # 🚒 fire engine +1F693 ; fully-qualified # 🚓 police car +1F694 ; fully-qualified # 🚔 oncoming police car +1F695 ; fully-qualified # 🚕 taxi +1F696 ; fully-qualified # 🚖 oncoming taxi +1F697 ; fully-qualified # 🚗 automobile +1F698 ; fully-qualified # 🚘 oncoming automobile +1F699 ; fully-qualified # 🚙 sport utility vehicle +1F69A ; fully-qualified # 🚚 delivery truck +1F69B ; fully-qualified # 🚛 articulated lorry +1F69C ; fully-qualified # 🚜 tractor +1F3CE FE0F ; fully-qualified # 🏎️ racing car +1F3CE ; unqualified # 🏎 racing car +1F3CD FE0F ; fully-qualified # 🏍️ motorcycle +1F3CD ; unqualified # 🏍 motorcycle +1F6F5 ; fully-qualified # 🛵 motor scooter +1F9BD ; fully-qualified # 🦽 manual wheelchair +1F9BC ; fully-qualified # 🦼 motorized wheelchair +1F6FA ; fully-qualified # 🛺 auto rickshaw +1F6B2 ; fully-qualified # 🚲 bicycle +1F6F4 ; fully-qualified # 🛴 kick scooter +1F6F9 ; fully-qualified # 🛹 skateboard +1F68F ; fully-qualified # 🚏 bus stop +1F6E3 FE0F ; fully-qualified # 🛣️ motorway +1F6E3 ; unqualified # 🛣 motorway +1F6E4 FE0F ; fully-qualified # 🛤️ railway track +1F6E4 ; unqualified # 🛤 railway track +1F6E2 FE0F ; fully-qualified # 🛢️ oil drum +1F6E2 ; unqualified # 🛢 oil drum +26FD ; fully-qualified # ⛽ fuel pump +1F6A8 ; fully-qualified # 🚨 police car light +1F6A5 ; fully-qualified # 🚥 horizontal traffic light +1F6A6 ; fully-qualified # 🚦 vertical traffic light +1F6D1 ; fully-qualified # 🛑 stop sign +1F6A7 ; fully-qualified # 🚧 construction + +# subgroup: transport-water +2693 ; fully-qualified # ⚓ anchor +26F5 ; fully-qualified # ⛵ sailboat +1F6F6 ; fully-qualified # 🛶 canoe +1F6A4 ; fully-qualified # 🚤 speedboat +1F6F3 FE0F ; fully-qualified # 🛳️ passenger ship +1F6F3 ; unqualified # 🛳 passenger ship +26F4 FE0F ; fully-qualified # ⛴️ ferry +26F4 ; unqualified # ⛴ ferry +1F6E5 FE0F ; fully-qualified # 🛥️ motor boat +1F6E5 ; unqualified # 🛥 motor boat +1F6A2 ; fully-qualified # 🚢 ship + +# subgroup: transport-air +2708 FE0F ; fully-qualified # ✈️ airplane +2708 ; unqualified # ✈ airplane +1F6E9 FE0F ; fully-qualified # 🛩️ small airplane +1F6E9 ; unqualified # 🛩 small airplane +1F6EB ; fully-qualified # 🛫 airplane departure +1F6EC ; fully-qualified # 🛬 airplane arrival +1FA82 ; fully-qualified # 🪂 parachute +1F4BA ; fully-qualified # 💺 seat +1F681 ; fully-qualified # 🚁 helicopter +1F69F ; fully-qualified # 🚟 suspension railway +1F6A0 ; fully-qualified # 🚠 mountain cableway +1F6A1 ; fully-qualified # 🚡 aerial tramway +1F6F0 FE0F ; fully-qualified # 🛰️ satellite +1F6F0 ; unqualified # 🛰 satellite +1F680 ; fully-qualified # 🚀 rocket +1F6F8 ; fully-qualified # 🛸 flying saucer + +# subgroup: hotel +1F6CE FE0F ; fully-qualified # 🛎️ bellhop bell +1F6CE ; unqualified # 🛎 bellhop bell +1F9F3 ; fully-qualified # 🧳 luggage + +# subgroup: time +231B ; fully-qualified # ⌛ hourglass done +23F3 ; fully-qualified # ⏳ hourglass not done +231A ; fully-qualified # ⌚ watch +23F0 ; fully-qualified # ⏰ alarm clock +23F1 FE0F ; fully-qualified # ⏱️ stopwatch +23F1 ; unqualified # ⏱ stopwatch +23F2 FE0F ; fully-qualified # ⏲️ timer clock +23F2 ; unqualified # ⏲ timer clock +1F570 FE0F ; fully-qualified # 🕰️ mantelpiece clock +1F570 ; unqualified # 🕰 mantelpiece clock +1F55B ; fully-qualified # 🕛 twelve o’clock +1F567 ; fully-qualified # 🕧 twelve-thirty +1F550 ; fully-qualified # 🕐 one o’clock +1F55C ; fully-qualified # 🕜 one-thirty +1F551 ; fully-qualified # 🕑 two o’clock +1F55D ; fully-qualified # 🕝 two-thirty +1F552 ; fully-qualified # 🕒 three o’clock +1F55E ; fully-qualified # 🕞 three-thirty +1F553 ; fully-qualified # 🕓 four o’clock +1F55F ; fully-qualified # 🕟 four-thirty +1F554 ; fully-qualified # 🕔 five o’clock +1F560 ; fully-qualified # 🕠 five-thirty +1F555 ; fully-qualified # 🕕 six o’clock +1F561 ; fully-qualified # 🕡 six-thirty +1F556 ; fully-qualified # 🕖 seven o’clock +1F562 ; fully-qualified # 🕢 seven-thirty +1F557 ; fully-qualified # 🕗 eight o’clock +1F563 ; fully-qualified # 🕣 eight-thirty +1F558 ; fully-qualified # 🕘 nine o’clock +1F564 ; fully-qualified # 🕤 nine-thirty +1F559 ; fully-qualified # 🕙 ten o’clock +1F565 ; fully-qualified # 🕥 ten-thirty +1F55A ; fully-qualified # 🕚 eleven o’clock +1F566 ; fully-qualified # 🕦 eleven-thirty + +# subgroup: sky & weather +1F311 ; fully-qualified # 🌑 new moon +1F312 ; fully-qualified # 🌒 waxing crescent moon +1F313 ; fully-qualified # 🌓 first quarter moon +1F314 ; fully-qualified # 🌔 waxing gibbous moon +1F315 ; fully-qualified # 🌕 full moon +1F316 ; fully-qualified # 🌖 waning gibbous moon +1F317 ; fully-qualified # 🌗 last quarter moon +1F318 ; fully-qualified # 🌘 waning crescent moon +1F319 ; fully-qualified # 🌙 crescent moon +1F31A ; fully-qualified # 🌚 new moon face +1F31B ; fully-qualified # 🌛 first quarter moon face +1F31C ; fully-qualified # 🌜 last quarter moon face +1F321 FE0F ; fully-qualified # 🌡️ thermometer +1F321 ; unqualified # 🌡 thermometer +2600 FE0F ; fully-qualified # ☀️ sun +2600 ; unqualified # ☀ sun +1F31D ; fully-qualified # 🌝 full moon face +1F31E ; fully-qualified # 🌞 sun with face +1FA90 ; fully-qualified # 🪐 ringed planet +2B50 ; fully-qualified # ⭐ star +1F31F ; fully-qualified # 🌟 glowing star +1F320 ; fully-qualified # 🌠 shooting star +1F30C ; fully-qualified # 🌌 milky way +2601 FE0F ; fully-qualified # ☁️ cloud +2601 ; unqualified # ☁ cloud +26C5 ; fully-qualified # ⛅ sun behind cloud +26C8 FE0F ; fully-qualified # ⛈️ cloud with lightning and rain +26C8 ; unqualified # ⛈ cloud with lightning and rain +1F324 FE0F ; fully-qualified # 🌤️ sun behind small cloud +1F324 ; unqualified # 🌤 sun behind small cloud +1F325 FE0F ; fully-qualified # 🌥️ sun behind large cloud +1F325 ; unqualified # 🌥 sun behind large cloud +1F326 FE0F ; fully-qualified # 🌦️ sun behind rain cloud +1F326 ; unqualified # 🌦 sun behind rain cloud +1F327 FE0F ; fully-qualified # 🌧️ cloud with rain +1F327 ; unqualified # 🌧 cloud with rain +1F328 FE0F ; fully-qualified # 🌨️ cloud with snow +1F328 ; unqualified # 🌨 cloud with snow +1F329 FE0F ; fully-qualified # 🌩️ cloud with lightning +1F329 ; unqualified # 🌩 cloud with lightning +1F32A FE0F ; fully-qualified # 🌪️ tornado +1F32A ; unqualified # 🌪 tornado +1F32B FE0F ; fully-qualified # 🌫️ fog +1F32B ; unqualified # 🌫 fog +1F32C FE0F ; fully-qualified # 🌬️ wind face +1F32C ; unqualified # 🌬 wind face +1F300 ; fully-qualified # 🌀 cyclone +1F308 ; fully-qualified # 🌈 rainbow +1F302 ; fully-qualified # 🌂 closed umbrella +2602 FE0F ; fully-qualified # ☂️ umbrella +2602 ; unqualified # ☂ umbrella +2614 ; fully-qualified # ☔ umbrella with rain drops +26F1 FE0F ; fully-qualified # ⛱️ umbrella on ground +26F1 ; unqualified # ⛱ umbrella on ground +26A1 ; fully-qualified # ⚡ high voltage +2744 FE0F ; fully-qualified # ❄️ snowflake +2744 ; unqualified # ❄ snowflake +2603 FE0F ; fully-qualified # ☃️ snowman +2603 ; unqualified # ☃ snowman +26C4 ; fully-qualified # ⛄ snowman without snow +2604 FE0F ; fully-qualified # ☄️ comet +2604 ; unqualified # ☄ comet +1F525 ; fully-qualified # 🔥 fire +1F4A7 ; fully-qualified # 💧 droplet +1F30A ; fully-qualified # 🌊 water wave + +# Travel & Places subtotal: 259 +# Travel & Places subtotal: 259 w/o modifiers + +# group: Activities + +# subgroup: event +1F383 ; fully-qualified # 🎃 jack-o-lantern +1F384 ; fully-qualified # 🎄 Christmas tree +1F386 ; fully-qualified # 🎆 fireworks +1F387 ; fully-qualified # 🎇 sparkler +1F9E8 ; fully-qualified # 🧨 firecracker +2728 ; fully-qualified # ✨ sparkles +1F388 ; fully-qualified # 🎈 balloon +1F389 ; fully-qualified # 🎉 party popper +1F38A ; fully-qualified # 🎊 confetti ball +1F38B ; fully-qualified # 🎋 tanabata tree +1F38D ; fully-qualified # 🎍 pine decoration +1F38E ; fully-qualified # 🎎 Japanese dolls +1F38F ; fully-qualified # 🎏 carp streamer +1F390 ; fully-qualified # 🎐 wind chime +1F391 ; fully-qualified # 🎑 moon viewing ceremony +1F9E7 ; fully-qualified # 🧧 red envelope +1F380 ; fully-qualified # 🎀 ribbon +1F381 ; fully-qualified # 🎁 wrapped gift +1F397 FE0F ; fully-qualified # 🎗️ reminder ribbon +1F397 ; unqualified # 🎗 reminder ribbon +1F39F FE0F ; fully-qualified # 🎟️ admission tickets +1F39F ; unqualified # 🎟 admission tickets +1F3AB ; fully-qualified # 🎫 ticket + +# subgroup: award-medal +1F396 FE0F ; fully-qualified # 🎖️ military medal +1F396 ; unqualified # 🎖 military medal +1F3C6 ; fully-qualified # 🏆 trophy +1F3C5 ; fully-qualified # 🏅 sports medal +1F947 ; fully-qualified # 🥇 1st place medal +1F948 ; fully-qualified # 🥈 2nd place medal +1F949 ; fully-qualified # 🥉 3rd place medal + +# subgroup: sport +26BD ; fully-qualified # ⚽ soccer ball +26BE ; fully-qualified # ⚾ baseball +1F94E ; fully-qualified # 🥎 softball +1F3C0 ; fully-qualified # 🏀 basketball +1F3D0 ; fully-qualified # 🏐 volleyball +1F3C8 ; fully-qualified # 🏈 american football +1F3C9 ; fully-qualified # 🏉 rugby football +1F3BE ; fully-qualified # 🎾 tennis +1F94F ; fully-qualified # 🥏 flying disc +1F3B3 ; fully-qualified # 🎳 bowling +1F3CF ; fully-qualified # 🏏 cricket game +1F3D1 ; fully-qualified # 🏑 field hockey +1F3D2 ; fully-qualified # 🏒 ice hockey +1F94D ; fully-qualified # 🥍 lacrosse +1F3D3 ; fully-qualified # 🏓 ping pong +1F3F8 ; fully-qualified # 🏸 badminton +1F94A ; fully-qualified # 🥊 boxing glove +1F94B ; fully-qualified # 🥋 martial arts uniform +1F945 ; fully-qualified # 🥅 goal net +26F3 ; fully-qualified # ⛳ flag in hole +26F8 FE0F ; fully-qualified # ⛸️ ice skate +26F8 ; unqualified # ⛸ ice skate +1F3A3 ; fully-qualified # 🎣 fishing pole +1F93F ; fully-qualified # 🤿 diving mask +1F3BD ; fully-qualified # 🎽 running shirt +1F3BF ; fully-qualified # 🎿 skis +1F6F7 ; fully-qualified # 🛷 sled +1F94C ; fully-qualified # 🥌 curling stone + +# subgroup: game +1F3AF ; fully-qualified # 🎯 direct hit +1FA80 ; fully-qualified # 🪀 yo-yo +1FA81 ; fully-qualified # 🪁 kite +1F3B1 ; fully-qualified # 🎱 pool 8 ball +1F52E ; fully-qualified # 🔮 crystal ball +1F9FF ; fully-qualified # 🧿 nazar amulet +1F3AE ; fully-qualified # 🎮 video game +1F579 FE0F ; fully-qualified # 🕹️ joystick +1F579 ; unqualified # 🕹 joystick +1F3B0 ; fully-qualified # 🎰 slot machine +1F3B2 ; fully-qualified # 🎲 game die +1F9E9 ; fully-qualified # 🧩 puzzle piece +1F9F8 ; fully-qualified # 🧸 teddy bear +2660 FE0F ; fully-qualified # ♠️ spade suit +2660 ; unqualified # ♠ spade suit +2665 FE0F ; fully-qualified # ♥️ heart suit +2665 ; unqualified # ♥ heart suit +2666 FE0F ; fully-qualified # ♦️ diamond suit +2666 ; unqualified # ♦ diamond suit +2663 FE0F ; fully-qualified # ♣️ club suit +2663 ; unqualified # ♣ club suit +265F FE0F ; fully-qualified # ♟️ chess pawn +265F ; unqualified # ♟ chess pawn +1F0CF ; fully-qualified # 🃏 joker +1F004 ; fully-qualified # 🀄 mahjong red dragon +1F3B4 ; fully-qualified # 🎴 flower playing cards + +# subgroup: arts & crafts +1F3AD ; fully-qualified # 🎭 performing arts +1F5BC FE0F ; fully-qualified # 🖼️ framed picture +1F5BC ; unqualified # 🖼 framed picture +1F3A8 ; fully-qualified # 🎨 artist palette +1F9F5 ; fully-qualified # 🧵 thread +1F9F6 ; fully-qualified # 🧶 yarn + +# Activities subtotal: 90 +# Activities subtotal: 90 w/o modifiers + +# group: Objects + +# subgroup: clothing +1F453 ; fully-qualified # 👓 glasses +1F576 FE0F ; fully-qualified # 🕶️ sunglasses +1F576 ; unqualified # 🕶 sunglasses +1F97D ; fully-qualified # 🥽 goggles +1F97C ; fully-qualified # 🥼 lab coat +1F9BA ; fully-qualified # 🦺 safety vest +1F454 ; fully-qualified # 👔 necktie +1F455 ; fully-qualified # 👕 t-shirt +1F456 ; fully-qualified # 👖 jeans +1F9E3 ; fully-qualified # 🧣 scarf +1F9E4 ; fully-qualified # 🧤 gloves +1F9E5 ; fully-qualified # 🧥 coat +1F9E6 ; fully-qualified # 🧦 socks +1F457 ; fully-qualified # 👗 dress +1F458 ; fully-qualified # 👘 kimono +1F97B ; fully-qualified # 🥻 sari +1FA71 ; fully-qualified # 🩱 one-piece swimsuit +1FA72 ; fully-qualified # 🩲 swim brief +1FA73 ; fully-qualified # 🩳 shorts +1F459 ; fully-qualified # 👙 bikini +1F45A ; fully-qualified # 👚 woman’s clothes +1F45B ; fully-qualified # 👛 purse +1F45C ; fully-qualified # 👜 handbag +1F45D ; fully-qualified # 👝 clutch bag +1F6CD FE0F ; fully-qualified # 🛍️ shopping bags +1F6CD ; unqualified # 🛍 shopping bags +1F392 ; fully-qualified # 🎒 backpack +1F45E ; fully-qualified # 👞 man’s shoe +1F45F ; fully-qualified # 👟 running shoe +1F97E ; fully-qualified # 🥾 hiking boot +1F97F ; fully-qualified # 🥿 flat shoe +1F460 ; fully-qualified # 👠 high-heeled shoe +1F461 ; fully-qualified # 👡 woman’s sandal +1FA70 ; fully-qualified # 🩰 ballet shoes +1F462 ; fully-qualified # 👢 woman’s boot +1F451 ; fully-qualified # 👑 crown +1F452 ; fully-qualified # 👒 woman’s hat +1F3A9 ; fully-qualified # 🎩 top hat +1F393 ; fully-qualified # 🎓 graduation cap +1F9E2 ; fully-qualified # 🧢 billed cap +26D1 FE0F ; fully-qualified # ⛑️ rescue worker’s helmet +26D1 ; unqualified # ⛑ rescue worker’s helmet +1F4FF ; fully-qualified # 📿 prayer beads +1F484 ; fully-qualified # 💄 lipstick +1F48D ; fully-qualified # 💍 ring +1F48E ; fully-qualified # 💎 gem stone + +# subgroup: sound +1F507 ; fully-qualified # 🔇 muted speaker +1F508 ; fully-qualified # 🔈 speaker low volume +1F509 ; fully-qualified # 🔉 speaker medium volume +1F50A ; fully-qualified # 🔊 speaker high volume +1F4E2 ; fully-qualified # 📢 loudspeaker +1F4E3 ; fully-qualified # 📣 megaphone +1F4EF ; fully-qualified # 📯 postal horn +1F514 ; fully-qualified # 🔔 bell +1F515 ; fully-qualified # 🔕 bell with slash + +# subgroup: music +1F3BC ; fully-qualified # 🎼 musical score +1F3B5 ; fully-qualified # 🎵 musical note +1F3B6 ; fully-qualified # 🎶 musical notes +1F399 FE0F ; fully-qualified # 🎙️ studio microphone +1F399 ; unqualified # 🎙 studio microphone +1F39A FE0F ; fully-qualified # 🎚️ level slider +1F39A ; unqualified # 🎚 level slider +1F39B FE0F ; fully-qualified # 🎛️ control knobs +1F39B ; unqualified # 🎛 control knobs +1F3A4 ; fully-qualified # 🎤 microphone +1F3A7 ; fully-qualified # 🎧 headphone +1F4FB ; fully-qualified # 📻 radio + +# subgroup: musical-instrument +1F3B7 ; fully-qualified # 🎷 saxophone +1F3B8 ; fully-qualified # 🎸 guitar +1F3B9 ; fully-qualified # 🎹 musical keyboard +1F3BA ; fully-qualified # 🎺 trumpet +1F3BB ; fully-qualified # 🎻 violin +1FA95 ; fully-qualified # 🪕 banjo +1F941 ; fully-qualified # 🥁 drum + +# subgroup: phone +1F4F1 ; fully-qualified # 📱 mobile phone +1F4F2 ; fully-qualified # 📲 mobile phone with arrow +260E FE0F ; fully-qualified # ☎️ telephone +260E ; unqualified # ☎ telephone +1F4DE ; fully-qualified # 📞 telephone receiver +1F4DF ; fully-qualified # 📟 pager +1F4E0 ; fully-qualified # 📠 fax machine + +# subgroup: computer +1F50B ; fully-qualified # 🔋 battery +1F50C ; fully-qualified # 🔌 electric plug +1F4BB ; fully-qualified # 💻 laptop computer +1F5A5 FE0F ; fully-qualified # 🖥️ desktop computer +1F5A5 ; unqualified # 🖥 desktop computer +1F5A8 FE0F ; fully-qualified # 🖨️ printer +1F5A8 ; unqualified # 🖨 printer +2328 FE0F ; fully-qualified # ⌨️ keyboard +2328 ; unqualified # ⌨ keyboard +1F5B1 FE0F ; fully-qualified # 🖱️ computer mouse +1F5B1 ; unqualified # 🖱 computer mouse +1F5B2 FE0F ; fully-qualified # 🖲️ trackball +1F5B2 ; unqualified # 🖲 trackball +1F4BD ; fully-qualified # 💽 computer disk +1F4BE ; fully-qualified # 💾 floppy disk +1F4BF ; fully-qualified # 💿 optical disk +1F4C0 ; fully-qualified # 📀 dvd +1F9EE ; fully-qualified # 🧮 abacus + +# subgroup: light & video +1F3A5 ; fully-qualified # 🎥 movie camera +1F39E FE0F ; fully-qualified # 🎞️ film frames +1F39E ; unqualified # 🎞 film frames +1F4FD FE0F ; fully-qualified # 📽️ film projector +1F4FD ; unqualified # 📽 film projector +1F3AC ; fully-qualified # 🎬 clapper board +1F4FA ; fully-qualified # 📺 television +1F4F7 ; fully-qualified # 📷 camera +1F4F8 ; fully-qualified # 📸 camera with flash +1F4F9 ; fully-qualified # 📹 video camera +1F4FC ; fully-qualified # 📼 videocassette +1F50D ; fully-qualified # 🔍 magnifying glass tilted left +1F50E ; fully-qualified # 🔎 magnifying glass tilted right +1F56F FE0F ; fully-qualified # 🕯️ candle +1F56F ; unqualified # 🕯 candle +1F4A1 ; fully-qualified # 💡 light bulb +1F526 ; fully-qualified # 🔦 flashlight +1F3EE ; fully-qualified # 🏮 red paper lantern +1FA94 ; fully-qualified # 🪔 diya lamp + +# subgroup: book-paper +1F4D4 ; fully-qualified # 📔 notebook with decorative cover +1F4D5 ; fully-qualified # 📕 closed book +1F4D6 ; fully-qualified # 📖 open book +1F4D7 ; fully-qualified # 📗 green book +1F4D8 ; fully-qualified # 📘 blue book +1F4D9 ; fully-qualified # 📙 orange book +1F4DA ; fully-qualified # 📚 books +1F4D3 ; fully-qualified # 📓 notebook +1F4D2 ; fully-qualified # 📒 ledger +1F4C3 ; fully-qualified # 📃 page with curl +1F4DC ; fully-qualified # 📜 scroll +1F4C4 ; fully-qualified # 📄 page facing up +1F4F0 ; fully-qualified # 📰 newspaper +1F5DE FE0F ; fully-qualified # 🗞️ rolled-up newspaper +1F5DE ; unqualified # 🗞 rolled-up newspaper +1F4D1 ; fully-qualified # 📑 bookmark tabs +1F516 ; fully-qualified # 🔖 bookmark +1F3F7 FE0F ; fully-qualified # 🏷️ label +1F3F7 ; unqualified # 🏷 label + +# subgroup: money +1F4B0 ; fully-qualified # 💰 money bag +1F4B4 ; fully-qualified # 💴 yen banknote +1F4B5 ; fully-qualified # 💵 dollar banknote +1F4B6 ; fully-qualified # 💶 euro banknote +1F4B7 ; fully-qualified # 💷 pound banknote +1F4B8 ; fully-qualified # 💸 money with wings +1F4B3 ; fully-qualified # 💳 credit card +1F9FE ; fully-qualified # 🧾 receipt +1F4B9 ; fully-qualified # 💹 chart increasing with yen +1F4B1 ; fully-qualified # 💱 currency exchange +1F4B2 ; fully-qualified # 💲 heavy dollar sign + +# subgroup: mail +2709 FE0F ; fully-qualified # ✉️ envelope +2709 ; unqualified # ✉ envelope +1F4E7 ; fully-qualified # 📧 e-mail +1F4E8 ; fully-qualified # 📨 incoming envelope +1F4E9 ; fully-qualified # 📩 envelope with arrow +1F4E4 ; fully-qualified # 📤 outbox tray +1F4E5 ; fully-qualified # 📥 inbox tray +1F4E6 ; fully-qualified # 📦 package +1F4EB ; fully-qualified # 📫 closed mailbox with raised flag +1F4EA ; fully-qualified # 📪 closed mailbox with lowered flag +1F4EC ; fully-qualified # 📬 open mailbox with raised flag +1F4ED ; fully-qualified # 📭 open mailbox with lowered flag +1F4EE ; fully-qualified # 📮 postbox +1F5F3 FE0F ; fully-qualified # 🗳️ ballot box with ballot +1F5F3 ; unqualified # 🗳 ballot box with ballot + +# subgroup: writing +270F FE0F ; fully-qualified # ✏️ pencil +270F ; unqualified # ✏ pencil +2712 FE0F ; fully-qualified # ✒️ black nib +2712 ; unqualified # ✒ black nib +1F58B FE0F ; fully-qualified # 🖋️ fountain pen +1F58B ; unqualified # 🖋 fountain pen +1F58A FE0F ; fully-qualified # 🖊️ pen +1F58A ; unqualified # 🖊 pen +1F58C FE0F ; fully-qualified # 🖌️ paintbrush +1F58C ; unqualified # 🖌 paintbrush +1F58D FE0F ; fully-qualified # 🖍️ crayon +1F58D ; unqualified # 🖍 crayon +1F4DD ; fully-qualified # 📝 memo + +# subgroup: office +1F4BC ; fully-qualified # 💼 briefcase +1F4C1 ; fully-qualified # 📁 file folder +1F4C2 ; fully-qualified # 📂 open file folder +1F5C2 FE0F ; fully-qualified # 🗂️ card index dividers +1F5C2 ; unqualified # 🗂 card index dividers +1F4C5 ; fully-qualified # 📅 calendar +1F4C6 ; fully-qualified # 📆 tear-off calendar +1F5D2 FE0F ; fully-qualified # 🗒️ spiral notepad +1F5D2 ; unqualified # 🗒 spiral notepad +1F5D3 FE0F ; fully-qualified # 🗓️ spiral calendar +1F5D3 ; unqualified # 🗓 spiral calendar +1F4C7 ; fully-qualified # 📇 card index +1F4C8 ; fully-qualified # 📈 chart increasing +1F4C9 ; fully-qualified # 📉 chart decreasing +1F4CA ; fully-qualified # 📊 bar chart +1F4CB ; fully-qualified # 📋 clipboard +1F4CC ; fully-qualified # 📌 pushpin +1F4CD ; fully-qualified # 📍 round pushpin +1F4CE ; fully-qualified # 📎 paperclip +1F587 FE0F ; fully-qualified # 🖇️ linked paperclips +1F587 ; unqualified # 🖇 linked paperclips +1F4CF ; fully-qualified # 📏 straight ruler +1F4D0 ; fully-qualified # 📐 triangular ruler +2702 FE0F ; fully-qualified # ✂️ scissors +2702 ; unqualified # ✂ scissors +1F5C3 FE0F ; fully-qualified # 🗃️ card file box +1F5C3 ; unqualified # 🗃 card file box +1F5C4 FE0F ; fully-qualified # 🗄️ file cabinet +1F5C4 ; unqualified # 🗄 file cabinet +1F5D1 FE0F ; fully-qualified # 🗑️ wastebasket +1F5D1 ; unqualified # 🗑 wastebasket + +# subgroup: lock +1F512 ; fully-qualified # 🔒 locked +1F513 ; fully-qualified # 🔓 unlocked +1F50F ; fully-qualified # 🔏 locked with pen +1F510 ; fully-qualified # 🔐 locked with key +1F511 ; fully-qualified # 🔑 key +1F5DD FE0F ; fully-qualified # 🗝️ old key +1F5DD ; unqualified # 🗝 old key + +# subgroup: tool +1F528 ; fully-qualified # 🔨 hammer +1FA93 ; fully-qualified # 🪓 axe +26CF FE0F ; fully-qualified # ⛏️ pick +26CF ; unqualified # ⛏ pick +2692 FE0F ; fully-qualified # ⚒️ hammer and pick +2692 ; unqualified # ⚒ hammer and pick +1F6E0 FE0F ; fully-qualified # 🛠️ hammer and wrench +1F6E0 ; unqualified # 🛠 hammer and wrench +1F5E1 FE0F ; fully-qualified # 🗡️ dagger +1F5E1 ; unqualified # 🗡 dagger +2694 FE0F ; fully-qualified # ⚔️ crossed swords +2694 ; unqualified # ⚔ crossed swords +1F52B ; fully-qualified # 🔫 pistol +1F3F9 ; fully-qualified # 🏹 bow and arrow +1F6E1 FE0F ; fully-qualified # 🛡️ shield +1F6E1 ; unqualified # 🛡 shield +1F527 ; fully-qualified # 🔧 wrench +1F529 ; fully-qualified # 🔩 nut and bolt +2699 FE0F ; fully-qualified # ⚙️ gear +2699 ; unqualified # ⚙ gear +1F5DC FE0F ; fully-qualified # 🗜️ clamp +1F5DC ; unqualified # 🗜 clamp +2696 FE0F ; fully-qualified # ⚖️ balance scale +2696 ; unqualified # ⚖ balance scale +1F9AF ; fully-qualified # 🦯 probing cane +1F517 ; fully-qualified # 🔗 link +26D3 FE0F ; fully-qualified # ⛓️ chains +26D3 ; unqualified # ⛓ chains +1F9F0 ; fully-qualified # 🧰 toolbox +1F9F2 ; fully-qualified # 🧲 magnet + +# subgroup: science +2697 FE0F ; fully-qualified # ⚗️ alembic +2697 ; unqualified # ⚗ alembic +1F9EA ; fully-qualified # 🧪 test tube +1F9EB ; fully-qualified # 🧫 petri dish +1F9EC ; fully-qualified # 🧬 dna +1F52C ; fully-qualified # 🔬 microscope +1F52D ; fully-qualified # 🔭 telescope +1F4E1 ; fully-qualified # 📡 satellite antenna + +# subgroup: medical +1F489 ; fully-qualified # 💉 syringe +1FA78 ; fully-qualified # 🩸 drop of blood +1F48A ; fully-qualified # 💊 pill +1FA79 ; fully-qualified # 🩹 adhesive bandage +1FA7A ; fully-qualified # 🩺 stethoscope + +# subgroup: household +1F6AA ; fully-qualified # 🚪 door +1F6CF FE0F ; fully-qualified # 🛏️ bed +1F6CF ; unqualified # 🛏 bed +1F6CB FE0F ; fully-qualified # 🛋️ couch and lamp +1F6CB ; unqualified # 🛋 couch and lamp +1FA91 ; fully-qualified # 🪑 chair +1F6BD ; fully-qualified # 🚽 toilet +1F6BF ; fully-qualified # 🚿 shower +1F6C1 ; fully-qualified # 🛁 bathtub +1FA92 ; fully-qualified # 🪒 razor +1F9F4 ; fully-qualified # 🧴 lotion bottle +1F9F7 ; fully-qualified # 🧷 safety pin +1F9F9 ; fully-qualified # 🧹 broom +1F9FA ; fully-qualified # 🧺 basket +1F9FB ; fully-qualified # 🧻 roll of paper +1F9FC ; fully-qualified # 🧼 soap +1F9FD ; fully-qualified # 🧽 sponge +1F9EF ; fully-qualified # 🧯 fire extinguisher +1F6D2 ; fully-qualified # 🛒 shopping cart + +# subgroup: other-object +1F6AC ; fully-qualified # 🚬 cigarette +26B0 FE0F ; fully-qualified # ⚰️ coffin +26B0 ; unqualified # ⚰ coffin +26B1 FE0F ; fully-qualified # ⚱️ funeral urn +26B1 ; unqualified # ⚱ funeral urn +1F5FF ; fully-qualified # 🗿 moai + +# Objects subtotal: 282 +# Objects subtotal: 282 w/o modifiers + +# group: Symbols + +# subgroup: transport-sign +1F3E7 ; fully-qualified # 🏧 ATM sign +1F6AE ; fully-qualified # 🚮 litter in bin sign +1F6B0 ; fully-qualified # 🚰 potable water +267F ; fully-qualified # ♿ wheelchair symbol +1F6B9 ; fully-qualified # 🚹 men’s room +1F6BA ; fully-qualified # 🚺 women’s room +1F6BB ; fully-qualified # 🚻 restroom +1F6BC ; fully-qualified # 🚼 baby symbol +1F6BE ; fully-qualified # 🚾 water closet +1F6C2 ; fully-qualified # 🛂 passport control +1F6C3 ; fully-qualified # 🛃 customs +1F6C4 ; fully-qualified # 🛄 baggage claim +1F6C5 ; fully-qualified # 🛅 left luggage + +# subgroup: warning +26A0 FE0F ; fully-qualified # ⚠️ warning +26A0 ; unqualified # ⚠ warning +1F6B8 ; fully-qualified # 🚸 children crossing +26D4 ; fully-qualified # ⛔ no entry +1F6AB ; fully-qualified # 🚫 prohibited +1F6B3 ; fully-qualified # 🚳 no bicycles +1F6AD ; fully-qualified # 🚭 no smoking +1F6AF ; fully-qualified # 🚯 no littering +1F6B1 ; fully-qualified # 🚱 non-potable water +1F6B7 ; fully-qualified # 🚷 no pedestrians +1F4F5 ; fully-qualified # 📵 no mobile phones +1F51E ; fully-qualified # 🔞 no one under eighteen +2622 FE0F ; fully-qualified # ☢️ radioactive +2622 ; unqualified # ☢ radioactive +2623 FE0F ; fully-qualified # ☣️ biohazard +2623 ; unqualified # ☣ biohazard + +# subgroup: arrow +2B06 FE0F ; fully-qualified # ⬆️ up arrow +2B06 ; unqualified # ⬆ up arrow +2197 FE0F ; fully-qualified # ↗️ up-right arrow +2197 ; unqualified # ↗ up-right arrow +27A1 FE0F ; fully-qualified # ➡️ right arrow +27A1 ; unqualified # ➡ right arrow +2198 FE0F ; fully-qualified # ↘️ down-right arrow +2198 ; unqualified # ↘ down-right arrow +2B07 FE0F ; fully-qualified # ⬇️ down arrow +2B07 ; unqualified # ⬇ down arrow +2199 FE0F ; fully-qualified # ↙️ down-left arrow +2199 ; unqualified # ↙ down-left arrow +2B05 FE0F ; fully-qualified # ⬅️ left arrow +2B05 ; unqualified # ⬅ left arrow +2196 FE0F ; fully-qualified # ↖️ up-left arrow +2196 ; unqualified # ↖ up-left arrow +2195 FE0F ; fully-qualified # ↕️ up-down arrow +2195 ; unqualified # ↕ up-down arrow +2194 FE0F ; fully-qualified # ↔️ left-right arrow +2194 ; unqualified # ↔ left-right arrow +21A9 FE0F ; fully-qualified # ↩️ right arrow curving left +21A9 ; unqualified # ↩ right arrow curving left +21AA FE0F ; fully-qualified # ↪️ left arrow curving right +21AA ; unqualified # ↪ left arrow curving right +2934 FE0F ; fully-qualified # ⤴️ right arrow curving up +2934 ; unqualified # ⤴ right arrow curving up +2935 FE0F ; fully-qualified # ⤵️ right arrow curving down +2935 ; unqualified # ⤵ right arrow curving down +1F503 ; fully-qualified # 🔃 clockwise vertical arrows +1F504 ; fully-qualified # 🔄 counterclockwise arrows button +1F519 ; fully-qualified # 🔙 BACK arrow +1F51A ; fully-qualified # 🔚 END arrow +1F51B ; fully-qualified # 🔛 ON! arrow +1F51C ; fully-qualified # 🔜 SOON arrow +1F51D ; fully-qualified # 🔝 TOP arrow + +# subgroup: religion +1F6D0 ; fully-qualified # 🛐 place of worship +269B FE0F ; fully-qualified # ⚛️ atom symbol +269B ; unqualified # ⚛ atom symbol +1F549 FE0F ; fully-qualified # 🕉️ om +1F549 ; unqualified # 🕉 om +2721 FE0F ; fully-qualified # ✡️ star of David +2721 ; unqualified # ✡ star of David +2638 FE0F ; fully-qualified # ☸️ wheel of dharma +2638 ; unqualified # ☸ wheel of dharma +262F FE0F ; fully-qualified # ☯️ yin yang +262F ; unqualified # ☯ yin yang +271D FE0F ; fully-qualified # ✝️ latin cross +271D ; unqualified # ✝ latin cross +2626 FE0F ; fully-qualified # ☦️ orthodox cross +2626 ; unqualified # ☦ orthodox cross +262A FE0F ; fully-qualified # ☪️ star and crescent +262A ; unqualified # ☪ star and crescent +262E FE0F ; fully-qualified # ☮️ peace symbol +262E ; unqualified # ☮ peace symbol +1F54E ; fully-qualified # 🕎 menorah +1F52F ; fully-qualified # 🔯 dotted six-pointed star + +# subgroup: zodiac +2648 ; fully-qualified # ♈ Aries +2649 ; fully-qualified # ♉ Taurus +264A ; fully-qualified # ♊ Gemini +264B ; fully-qualified # ♋ Cancer +264C ; fully-qualified # ♌ Leo +264D ; fully-qualified # ♍ Virgo +264E ; fully-qualified # ♎ Libra +264F ; fully-qualified # ♏ Scorpio +2650 ; fully-qualified # ♐ Sagittarius +2651 ; fully-qualified # ♑ Capricorn +2652 ; fully-qualified # ♒ Aquarius +2653 ; fully-qualified # ♓ Pisces +26CE ; fully-qualified # ⛎ Ophiuchus + +# subgroup: av-symbol +1F500 ; fully-qualified # 🔀 shuffle tracks button +1F501 ; fully-qualified # 🔁 repeat button +1F502 ; fully-qualified # 🔂 repeat single button +25B6 FE0F ; fully-qualified # ▶️ play button +25B6 ; unqualified # ▶ play button +23E9 ; fully-qualified # ⏩ fast-forward button +23ED FE0F ; fully-qualified # ⏭️ next track button +23ED ; unqualified # ⏭ next track button +23EF FE0F ; fully-qualified # ⏯️ play or pause button +23EF ; unqualified # ⏯ play or pause button +25C0 FE0F ; fully-qualified # ◀️ reverse button +25C0 ; unqualified # ◀ reverse button +23EA ; fully-qualified # ⏪ fast reverse button +23EE FE0F ; fully-qualified # ⏮️ last track button +23EE ; unqualified # ⏮ last track button +1F53C ; fully-qualified # 🔼 upwards button +23EB ; fully-qualified # ⏫ fast up button +1F53D ; fully-qualified # 🔽 downwards button +23EC ; fully-qualified # ⏬ fast down button +23F8 FE0F ; fully-qualified # ⏸️ pause button +23F8 ; unqualified # ⏸ pause button +23F9 FE0F ; fully-qualified # ⏹️ stop button +23F9 ; unqualified # ⏹ stop button +23FA FE0F ; fully-qualified # ⏺️ record button +23FA ; unqualified # ⏺ record button +23CF FE0F ; fully-qualified # ⏏️ eject button +23CF ; unqualified # ⏏ eject button +1F3A6 ; fully-qualified # 🎦 cinema +1F505 ; fully-qualified # 🔅 dim button +1F506 ; fully-qualified # 🔆 bright button +1F4F6 ; fully-qualified # 📶 antenna bars +1F4F3 ; fully-qualified # 📳 vibration mode +1F4F4 ; fully-qualified # 📴 mobile phone off + +# subgroup: gender +2640 FE0F ; fully-qualified # ♀️ female sign +2640 ; unqualified # ♀ female sign +2642 FE0F ; fully-qualified # ♂️ male sign +2642 ; unqualified # ♂ male sign + +# subgroup: other-symbol +2695 FE0F ; fully-qualified # ⚕️ medical symbol +2695 ; unqualified # ⚕ medical symbol +267E FE0F ; fully-qualified # ♾️ infinity +267E ; unqualified # ♾ infinity +267B FE0F ; fully-qualified # ♻️ recycling symbol +267B ; unqualified # ♻ recycling symbol +269C FE0F ; fully-qualified # ⚜️ fleur-de-lis +269C ; unqualified # ⚜ fleur-de-lis +1F531 ; fully-qualified # 🔱 trident emblem +1F4DB ; fully-qualified # 📛 name badge +1F530 ; fully-qualified # 🔰 Japanese symbol for beginner +2B55 ; fully-qualified # ⭕ hollow red circle +2705 ; fully-qualified # ✅ check mark button +2611 FE0F ; fully-qualified # ☑️ check box with check +2611 ; unqualified # ☑ check box with check +2714 FE0F ; fully-qualified # ✔️ check mark +2714 ; unqualified # ✔ check mark +2716 FE0F ; fully-qualified # ✖️ multiplication sign +2716 ; unqualified # ✖ multiplication sign +274C ; fully-qualified # ❌ cross mark +274E ; fully-qualified # ❎ cross mark button +2795 ; fully-qualified # ➕ plus sign +2796 ; fully-qualified # ➖ minus sign +2797 ; fully-qualified # ➗ division sign +27B0 ; fully-qualified # ➰ curly loop +27BF ; fully-qualified # ➿ double curly loop +303D FE0F ; fully-qualified # 〽️ part alternation mark +303D ; unqualified # 〽 part alternation mark +2733 FE0F ; fully-qualified # ✳️ eight-spoked asterisk +2733 ; unqualified # ✳ eight-spoked asterisk +2734 FE0F ; fully-qualified # ✴️ eight-pointed star +2734 ; unqualified # ✴ eight-pointed star +2747 FE0F ; fully-qualified # ❇️ sparkle +2747 ; unqualified # ❇ sparkle +203C FE0F ; fully-qualified # ‼️ double exclamation mark +203C ; unqualified # ‼ double exclamation mark +2049 FE0F ; fully-qualified # ⁉️ exclamation question mark +2049 ; unqualified # ⁉ exclamation question mark +2753 ; fully-qualified # ❓ question mark +2754 ; fully-qualified # ❔ white question mark +2755 ; fully-qualified # ❕ white exclamation mark +2757 ; fully-qualified # ❗ exclamation mark +3030 FE0F ; fully-qualified # 〰️ wavy dash +3030 ; unqualified # 〰 wavy dash +00A9 FE0F ; fully-qualified # ©️ copyright +00A9 ; unqualified # © copyright +00AE FE0F ; fully-qualified # ®️ registered +00AE ; unqualified # ® registered +2122 FE0F ; fully-qualified # ™️ trade mark +2122 ; unqualified # ™ trade mark + +# subgroup: keycap +0023 FE0F 20E3 ; fully-qualified # #️⃣ keycap: # +0023 20E3 ; unqualified # #⃣ keycap: # +002A FE0F 20E3 ; fully-qualified # *️⃣ keycap: * +002A 20E3 ; unqualified # *⃣ keycap: * +0030 FE0F 20E3 ; fully-qualified # 0️⃣ keycap: 0 +0030 20E3 ; unqualified # 0⃣ keycap: 0 +0031 FE0F 20E3 ; fully-qualified # 1️⃣ keycap: 1 +0031 20E3 ; unqualified # 1⃣ keycap: 1 +0032 FE0F 20E3 ; fully-qualified # 2️⃣ keycap: 2 +0032 20E3 ; unqualified # 2⃣ keycap: 2 +0033 FE0F 20E3 ; fully-qualified # 3️⃣ keycap: 3 +0033 20E3 ; unqualified # 3⃣ keycap: 3 +0034 FE0F 20E3 ; fully-qualified # 4️⃣ keycap: 4 +0034 20E3 ; unqualified # 4⃣ keycap: 4 +0035 FE0F 20E3 ; fully-qualified # 5️⃣ keycap: 5 +0035 20E3 ; unqualified # 5⃣ keycap: 5 +0036 FE0F 20E3 ; fully-qualified # 6️⃣ keycap: 6 +0036 20E3 ; unqualified # 6⃣ keycap: 6 +0037 FE0F 20E3 ; fully-qualified # 7️⃣ keycap: 7 +0037 20E3 ; unqualified # 7⃣ keycap: 7 +0038 FE0F 20E3 ; fully-qualified # 8️⃣ keycap: 8 +0038 20E3 ; unqualified # 8⃣ keycap: 8 +0039 FE0F 20E3 ; fully-qualified # 9️⃣ keycap: 9 +0039 20E3 ; unqualified # 9⃣ keycap: 9 +1F51F ; fully-qualified # 🔟 keycap: 10 + +# subgroup: alphanum +1F520 ; fully-qualified # 🔠 input latin uppercase +1F521 ; fully-qualified # 🔡 input latin lowercase +1F522 ; fully-qualified # 🔢 input numbers +1F523 ; fully-qualified # 🔣 input symbols +1F524 ; fully-qualified # 🔤 input latin letters +1F170 FE0F ; fully-qualified # 🅰️ A button (blood type) +1F170 ; unqualified # 🅰 A button (blood type) +1F18E ; fully-qualified # 🆎 AB button (blood type) +1F171 FE0F ; fully-qualified # 🅱️ B button (blood type) +1F171 ; unqualified # 🅱 B button (blood type) +1F191 ; fully-qualified # 🆑 CL button +1F192 ; fully-qualified # 🆒 COOL button +1F193 ; fully-qualified # 🆓 FREE button +2139 FE0F ; fully-qualified # ℹ️ information +2139 ; unqualified # ℹ information +1F194 ; fully-qualified # 🆔 ID button +24C2 FE0F ; fully-qualified # Ⓜ️ circled M +24C2 ; unqualified # Ⓜ circled M +1F195 ; fully-qualified # 🆕 NEW button +1F196 ; fully-qualified # 🆖 NG button +1F17E FE0F ; fully-qualified # 🅾️ O button (blood type) +1F17E ; unqualified # 🅾 O button (blood type) +1F197 ; fully-qualified # 🆗 OK button +1F17F FE0F ; fully-qualified # 🅿️ P button +1F17F ; unqualified # 🅿 P button +1F198 ; fully-qualified # 🆘 SOS button +1F199 ; fully-qualified # 🆙 UP! button +1F19A ; fully-qualified # 🆚 VS button +1F201 ; fully-qualified # 🈁 Japanese “here” button +1F202 FE0F ; fully-qualified # 🈂️ Japanese “service charge” button +1F202 ; unqualified # 🈂 Japanese “service charge” button +1F237 FE0F ; fully-qualified # 🈷️ Japanese “monthly amount” button +1F237 ; unqualified # 🈷 Japanese “monthly amount” button +1F236 ; fully-qualified # 🈶 Japanese “not free of charge” button +1F22F ; fully-qualified # 🈯 Japanese “reserved” button +1F250 ; fully-qualified # 🉐 Japanese “bargain” button +1F239 ; fully-qualified # 🈹 Japanese “discount” button +1F21A ; fully-qualified # 🈚 Japanese “free of charge” button +1F232 ; fully-qualified # 🈲 Japanese “prohibited” button +1F251 ; fully-qualified # 🉑 Japanese “acceptable” button +1F238 ; fully-qualified # 🈸 Japanese “application” button +1F234 ; fully-qualified # 🈴 Japanese “passing grade” button +1F233 ; fully-qualified # 🈳 Japanese “vacancy” button +3297 FE0F ; fully-qualified # ㊗️ Japanese “congratulations” button +3297 ; unqualified # ㊗ Japanese “congratulations” button +3299 FE0F ; fully-qualified # ㊙️ Japanese “secret” button +3299 ; unqualified # ㊙ Japanese “secret” button +1F23A ; fully-qualified # 🈺 Japanese “open for business” button +1F235 ; fully-qualified # 🈵 Japanese “no vacancy” button + +# subgroup: geometric +1F534 ; fully-qualified # 🔴 red circle +1F7E0 ; fully-qualified # 🟠 orange circle +1F7E1 ; fully-qualified # 🟡 yellow circle +1F7E2 ; fully-qualified # 🟢 green circle +1F535 ; fully-qualified # 🔵 blue circle +1F7E3 ; fully-qualified # 🟣 purple circle +1F7E4 ; fully-qualified # 🟤 brown circle +26AB ; fully-qualified # ⚫ black circle +26AA ; fully-qualified # ⚪ white circle +1F7E5 ; fully-qualified # 🟥 red square +1F7E7 ; fully-qualified # 🟧 orange square +1F7E8 ; fully-qualified # 🟨 yellow square +1F7E9 ; fully-qualified # 🟩 green square +1F7E6 ; fully-qualified # 🟦 blue square +1F7EA ; fully-qualified # 🟪 purple square +1F7EB ; fully-qualified # 🟫 brown square +2B1B ; fully-qualified # ⬛ black large square +2B1C ; fully-qualified # ⬜ white large square +25FC FE0F ; fully-qualified # ◼️ black medium square +25FC ; unqualified # ◼ black medium square +25FB FE0F ; fully-qualified # ◻️ white medium square +25FB ; unqualified # ◻ white medium square +25FE ; fully-qualified # ◾ black medium-small square +25FD ; fully-qualified # ◽ white medium-small square +25AA FE0F ; fully-qualified # ▪️ black small square +25AA ; unqualified # ▪ black small square +25AB FE0F ; fully-qualified # ▫️ white small square +25AB ; unqualified # ▫ white small square +1F536 ; fully-qualified # 🔶 large orange diamond +1F537 ; fully-qualified # 🔷 large blue diamond +1F538 ; fully-qualified # 🔸 small orange diamond +1F539 ; fully-qualified # 🔹 small blue diamond +1F53A ; fully-qualified # 🔺 red triangle pointed up +1F53B ; fully-qualified # 🔻 red triangle pointed down +1F4A0 ; fully-qualified # 💠 diamond with a dot +1F518 ; fully-qualified # 🔘 radio button +1F533 ; fully-qualified # 🔳 white square button +1F532 ; fully-qualified # 🔲 black square button + +# Symbols subtotal: 297 +# Symbols subtotal: 297 w/o modifiers + +# group: Flags + +# subgroup: flag +1F3C1 ; fully-qualified # 🏁 chequered flag +1F6A9 ; fully-qualified # 🚩 triangular flag +1F38C ; fully-qualified # 🎌 crossed flags +1F3F4 ; fully-qualified # 🏴 black flag +1F3F3 FE0F ; fully-qualified # 🏳️ white flag +1F3F3 ; unqualified # 🏳 white flag +1F3F3 FE0F 200D 1F308 ; fully-qualified # 🏳️‍🌈 rainbow flag +1F3F3 200D 1F308 ; unqualified # 🏳‍🌈 rainbow flag +1F3F4 200D 2620 FE0F ; fully-qualified # 🏴‍☠️ pirate flag +1F3F4 200D 2620 ; minimally-qualified # 🏴‍☠ pirate flag + +# subgroup: country-flag +1F1E6 1F1E8 ; fully-qualified # 🇦🇨 flag: Ascension Island +1F1E6 1F1E9 ; fully-qualified # 🇦🇩 flag: Andorra +1F1E6 1F1EA ; fully-qualified # 🇦🇪 flag: United Arab Emirates +1F1E6 1F1EB ; fully-qualified # 🇦🇫 flag: Afghanistan +1F1E6 1F1EC ; fully-qualified # 🇦🇬 flag: Antigua & Barbuda +1F1E6 1F1EE ; fully-qualified # 🇦🇮 flag: Anguilla +1F1E6 1F1F1 ; fully-qualified # 🇦🇱 flag: Albania +1F1E6 1F1F2 ; fully-qualified # 🇦🇲 flag: Armenia +1F1E6 1F1F4 ; fully-qualified # 🇦🇴 flag: Angola +1F1E6 1F1F6 ; fully-qualified # 🇦🇶 flag: Antarctica +1F1E6 1F1F7 ; fully-qualified # 🇦🇷 flag: Argentina +1F1E6 1F1F8 ; fully-qualified # 🇦🇸 flag: American Samoa +1F1E6 1F1F9 ; fully-qualified # 🇦🇹 flag: Austria +1F1E6 1F1FA ; fully-qualified # 🇦🇺 flag: Australia +1F1E6 1F1FC ; fully-qualified # 🇦🇼 flag: Aruba +1F1E6 1F1FD ; fully-qualified # 🇦🇽 flag: Åland Islands +1F1E6 1F1FF ; fully-qualified # 🇦🇿 flag: Azerbaijan +1F1E7 1F1E6 ; fully-qualified # 🇧🇦 flag: Bosnia & Herzegovina +1F1E7 1F1E7 ; fully-qualified # 🇧🇧 flag: Barbados +1F1E7 1F1E9 ; fully-qualified # 🇧🇩 flag: Bangladesh +1F1E7 1F1EA ; fully-qualified # 🇧🇪 flag: Belgium +1F1E7 1F1EB ; fully-qualified # 🇧🇫 flag: Burkina Faso +1F1E7 1F1EC ; fully-qualified # 🇧🇬 flag: Bulgaria +1F1E7 1F1ED ; fully-qualified # 🇧🇭 flag: Bahrain +1F1E7 1F1EE ; fully-qualified # 🇧🇮 flag: Burundi +1F1E7 1F1EF ; fully-qualified # 🇧🇯 flag: Benin +1F1E7 1F1F1 ; fully-qualified # 🇧🇱 flag: St. Barthélemy +1F1E7 1F1F2 ; fully-qualified # 🇧🇲 flag: Bermuda +1F1E7 1F1F3 ; fully-qualified # 🇧🇳 flag: Brunei +1F1E7 1F1F4 ; fully-qualified # 🇧🇴 flag: Bolivia +1F1E7 1F1F6 ; fully-qualified # 🇧🇶 flag: Caribbean Netherlands +1F1E7 1F1F7 ; fully-qualified # 🇧🇷 flag: Brazil +1F1E7 1F1F8 ; fully-qualified # 🇧🇸 flag: Bahamas +1F1E7 1F1F9 ; fully-qualified # 🇧🇹 flag: Bhutan +1F1E7 1F1FB ; fully-qualified # 🇧🇻 flag: Bouvet Island +1F1E7 1F1FC ; fully-qualified # 🇧🇼 flag: Botswana +1F1E7 1F1FE ; fully-qualified # 🇧🇾 flag: Belarus +1F1E7 1F1FF ; fully-qualified # 🇧🇿 flag: Belize +1F1E8 1F1E6 ; fully-qualified # 🇨🇦 flag: Canada +1F1E8 1F1E8 ; fully-qualified # 🇨🇨 flag: Cocos (Keeling) Islands +1F1E8 1F1E9 ; fully-qualified # 🇨🇩 flag: Congo - Kinshasa +1F1E8 1F1EB ; fully-qualified # 🇨🇫 flag: Central African Republic +1F1E8 1F1EC ; fully-qualified # 🇨🇬 flag: Congo - Brazzaville +1F1E8 1F1ED ; fully-qualified # 🇨🇭 flag: Switzerland +1F1E8 1F1EE ; fully-qualified # 🇨🇮 flag: Côte d’Ivoire +1F1E8 1F1F0 ; fully-qualified # 🇨🇰 flag: Cook Islands +1F1E8 1F1F1 ; fully-qualified # 🇨🇱 flag: Chile +1F1E8 1F1F2 ; fully-qualified # 🇨🇲 flag: Cameroon +1F1E8 1F1F3 ; fully-qualified # 🇨🇳 flag: China +1F1E8 1F1F4 ; fully-qualified # 🇨🇴 flag: Colombia +1F1E8 1F1F5 ; fully-qualified # 🇨🇵 flag: Clipperton Island +1F1E8 1F1F7 ; fully-qualified # 🇨🇷 flag: Costa Rica +1F1E8 1F1FA ; fully-qualified # 🇨🇺 flag: Cuba +1F1E8 1F1FB ; fully-qualified # 🇨🇻 flag: Cape Verde +1F1E8 1F1FC ; fully-qualified # 🇨🇼 flag: Curaçao +1F1E8 1F1FD ; fully-qualified # 🇨🇽 flag: Christmas Island +1F1E8 1F1FE ; fully-qualified # 🇨🇾 flag: Cyprus +1F1E8 1F1FF ; fully-qualified # 🇨🇿 flag: Czechia +1F1E9 1F1EA ; fully-qualified # 🇩🇪 flag: Germany +1F1E9 1F1EC ; fully-qualified # 🇩🇬 flag: Diego Garcia +1F1E9 1F1EF ; fully-qualified # 🇩🇯 flag: Djibouti +1F1E9 1F1F0 ; fully-qualified # 🇩🇰 flag: Denmark +1F1E9 1F1F2 ; fully-qualified # 🇩🇲 flag: Dominica +1F1E9 1F1F4 ; fully-qualified # 🇩🇴 flag: Dominican Republic +1F1E9 1F1FF ; fully-qualified # 🇩🇿 flag: Algeria +1F1EA 1F1E6 ; fully-qualified # 🇪🇦 flag: Ceuta & Melilla +1F1EA 1F1E8 ; fully-qualified # 🇪🇨 flag: Ecuador +1F1EA 1F1EA ; fully-qualified # 🇪🇪 flag: Estonia +1F1EA 1F1EC ; fully-qualified # 🇪🇬 flag: Egypt +1F1EA 1F1ED ; fully-qualified # 🇪🇭 flag: Western Sahara +1F1EA 1F1F7 ; fully-qualified # 🇪🇷 flag: Eritrea +1F1EA 1F1F8 ; fully-qualified # 🇪🇸 flag: Spain +1F1EA 1F1F9 ; fully-qualified # 🇪🇹 flag: Ethiopia +1F1EA 1F1FA ; fully-qualified # 🇪🇺 flag: European Union +1F1EB 1F1EE ; fully-qualified # 🇫🇮 flag: Finland +1F1EB 1F1EF ; fully-qualified # 🇫🇯 flag: Fiji +1F1EB 1F1F0 ; fully-qualified # 🇫🇰 flag: Falkland Islands +1F1EB 1F1F2 ; fully-qualified # 🇫🇲 flag: Micronesia +1F1EB 1F1F4 ; fully-qualified # 🇫🇴 flag: Faroe Islands +1F1EB 1F1F7 ; fully-qualified # 🇫🇷 flag: France +1F1EC 1F1E6 ; fully-qualified # 🇬🇦 flag: Gabon +1F1EC 1F1E7 ; fully-qualified # 🇬🇧 flag: United Kingdom +1F1EC 1F1E9 ; fully-qualified # 🇬🇩 flag: Grenada +1F1EC 1F1EA ; fully-qualified # 🇬🇪 flag: Georgia +1F1EC 1F1EB ; fully-qualified # 🇬🇫 flag: French Guiana +1F1EC 1F1EC ; fully-qualified # 🇬🇬 flag: Guernsey +1F1EC 1F1ED ; fully-qualified # 🇬🇭 flag: Ghana +1F1EC 1F1EE ; fully-qualified # 🇬🇮 flag: Gibraltar +1F1EC 1F1F1 ; fully-qualified # 🇬🇱 flag: Greenland +1F1EC 1F1F2 ; fully-qualified # 🇬🇲 flag: Gambia +1F1EC 1F1F3 ; fully-qualified # 🇬🇳 flag: Guinea +1F1EC 1F1F5 ; fully-qualified # 🇬🇵 flag: Guadeloupe +1F1EC 1F1F6 ; fully-qualified # 🇬🇶 flag: Equatorial Guinea +1F1EC 1F1F7 ; fully-qualified # 🇬🇷 flag: Greece +1F1EC 1F1F8 ; fully-qualified # 🇬🇸 flag: South Georgia & South Sandwich Islands +1F1EC 1F1F9 ; fully-qualified # 🇬🇹 flag: Guatemala +1F1EC 1F1FA ; fully-qualified # 🇬🇺 flag: Guam +1F1EC 1F1FC ; fully-qualified # 🇬🇼 flag: Guinea-Bissau +1F1EC 1F1FE ; fully-qualified # 🇬🇾 flag: Guyana +1F1ED 1F1F0 ; fully-qualified # 🇭🇰 flag: Hong Kong SAR China +1F1ED 1F1F2 ; fully-qualified # 🇭🇲 flag: Heard & McDonald Islands +1F1ED 1F1F3 ; fully-qualified # 🇭🇳 flag: Honduras +1F1ED 1F1F7 ; fully-qualified # 🇭🇷 flag: Croatia +1F1ED 1F1F9 ; fully-qualified # 🇭🇹 flag: Haiti +1F1ED 1F1FA ; fully-qualified # 🇭🇺 flag: Hungary +1F1EE 1F1E8 ; fully-qualified # 🇮🇨 flag: Canary Islands +1F1EE 1F1E9 ; fully-qualified # 🇮🇩 flag: Indonesia +1F1EE 1F1EA ; fully-qualified # 🇮🇪 flag: Ireland +1F1EE 1F1F1 ; fully-qualified # 🇮🇱 flag: Israel +1F1EE 1F1F2 ; fully-qualified # 🇮🇲 flag: Isle of Man +1F1EE 1F1F3 ; fully-qualified # 🇮🇳 flag: India +1F1EE 1F1F4 ; fully-qualified # 🇮🇴 flag: British Indian Ocean Territory +1F1EE 1F1F6 ; fully-qualified # 🇮🇶 flag: Iraq +1F1EE 1F1F7 ; fully-qualified # 🇮🇷 flag: Iran +1F1EE 1F1F8 ; fully-qualified # 🇮🇸 flag: Iceland +1F1EE 1F1F9 ; fully-qualified # 🇮🇹 flag: Italy +1F1EF 1F1EA ; fully-qualified # 🇯🇪 flag: Jersey +1F1EF 1F1F2 ; fully-qualified # 🇯🇲 flag: Jamaica +1F1EF 1F1F4 ; fully-qualified # 🇯🇴 flag: Jordan +1F1EF 1F1F5 ; fully-qualified # 🇯🇵 flag: Japan +1F1F0 1F1EA ; fully-qualified # 🇰🇪 flag: Kenya +1F1F0 1F1EC ; fully-qualified # 🇰🇬 flag: Kyrgyzstan +1F1F0 1F1ED ; fully-qualified # 🇰🇭 flag: Cambodia +1F1F0 1F1EE ; fully-qualified # 🇰🇮 flag: Kiribati +1F1F0 1F1F2 ; fully-qualified # 🇰🇲 flag: Comoros +1F1F0 1F1F3 ; fully-qualified # 🇰🇳 flag: St. Kitts & Nevis +1F1F0 1F1F5 ; fully-qualified # 🇰🇵 flag: North Korea +1F1F0 1F1F7 ; fully-qualified # 🇰🇷 flag: South Korea +1F1F0 1F1FC ; fully-qualified # 🇰🇼 flag: Kuwait +1F1F0 1F1FE ; fully-qualified # 🇰🇾 flag: Cayman Islands +1F1F0 1F1FF ; fully-qualified # 🇰🇿 flag: Kazakhstan +1F1F1 1F1E6 ; fully-qualified # 🇱🇦 flag: Laos +1F1F1 1F1E7 ; fully-qualified # 🇱🇧 flag: Lebanon +1F1F1 1F1E8 ; fully-qualified # 🇱🇨 flag: St. Lucia +1F1F1 1F1EE ; fully-qualified # 🇱🇮 flag: Liechtenstein +1F1F1 1F1F0 ; fully-qualified # 🇱🇰 flag: Sri Lanka +1F1F1 1F1F7 ; fully-qualified # 🇱🇷 flag: Liberia +1F1F1 1F1F8 ; fully-qualified # 🇱🇸 flag: Lesotho +1F1F1 1F1F9 ; fully-qualified # 🇱🇹 flag: Lithuania +1F1F1 1F1FA ; fully-qualified # 🇱🇺 flag: Luxembourg +1F1F1 1F1FB ; fully-qualified # 🇱🇻 flag: Latvia +1F1F1 1F1FE ; fully-qualified # 🇱🇾 flag: Libya +1F1F2 1F1E6 ; fully-qualified # 🇲🇦 flag: Morocco +1F1F2 1F1E8 ; fully-qualified # 🇲🇨 flag: Monaco +1F1F2 1F1E9 ; fully-qualified # 🇲🇩 flag: Moldova +1F1F2 1F1EA ; fully-qualified # 🇲🇪 flag: Montenegro +1F1F2 1F1EB ; fully-qualified # 🇲🇫 flag: St. Martin +1F1F2 1F1EC ; fully-qualified # 🇲🇬 flag: Madagascar +1F1F2 1F1ED ; fully-qualified # 🇲🇭 flag: Marshall Islands +1F1F2 1F1F0 ; fully-qualified # 🇲🇰 flag: Macedonia +1F1F2 1F1F1 ; fully-qualified # 🇲🇱 flag: Mali +1F1F2 1F1F2 ; fully-qualified # 🇲🇲 flag: Myanmar (Burma) +1F1F2 1F1F3 ; fully-qualified # 🇲🇳 flag: Mongolia +1F1F2 1F1F4 ; fully-qualified # 🇲🇴 flag: Macao SAR China +1F1F2 1F1F5 ; fully-qualified # 🇲🇵 flag: Northern Mariana Islands +1F1F2 1F1F6 ; fully-qualified # 🇲🇶 flag: Martinique +1F1F2 1F1F7 ; fully-qualified # 🇲🇷 flag: Mauritania +1F1F2 1F1F8 ; fully-qualified # 🇲🇸 flag: Montserrat +1F1F2 1F1F9 ; fully-qualified # 🇲🇹 flag: Malta +1F1F2 1F1FA ; fully-qualified # 🇲🇺 flag: Mauritius +1F1F2 1F1FB ; fully-qualified # 🇲🇻 flag: Maldives +1F1F2 1F1FC ; fully-qualified # 🇲🇼 flag: Malawi +1F1F2 1F1FD ; fully-qualified # 🇲🇽 flag: Mexico +1F1F2 1F1FE ; fully-qualified # 🇲🇾 flag: Malaysia +1F1F2 1F1FF ; fully-qualified # 🇲🇿 flag: Mozambique +1F1F3 1F1E6 ; fully-qualified # 🇳🇦 flag: Namibia +1F1F3 1F1E8 ; fully-qualified # 🇳🇨 flag: New Caledonia +1F1F3 1F1EA ; fully-qualified # 🇳🇪 flag: Niger +1F1F3 1F1EB ; fully-qualified # 🇳🇫 flag: Norfolk Island +1F1F3 1F1EC ; fully-qualified # 🇳🇬 flag: Nigeria +1F1F3 1F1EE ; fully-qualified # 🇳🇮 flag: Nicaragua +1F1F3 1F1F1 ; fully-qualified # 🇳🇱 flag: Netherlands +1F1F3 1F1F4 ; fully-qualified # 🇳🇴 flag: Norway +1F1F3 1F1F5 ; fully-qualified # 🇳🇵 flag: Nepal +1F1F3 1F1F7 ; fully-qualified # 🇳🇷 flag: Nauru +1F1F3 1F1FA ; fully-qualified # 🇳🇺 flag: Niue +1F1F3 1F1FF ; fully-qualified # 🇳🇿 flag: New Zealand +1F1F4 1F1F2 ; fully-qualified # 🇴🇲 flag: Oman +1F1F5 1F1E6 ; fully-qualified # 🇵🇦 flag: Panama +1F1F5 1F1EA ; fully-qualified # 🇵🇪 flag: Peru +1F1F5 1F1EB ; fully-qualified # 🇵🇫 flag: French Polynesia +1F1F5 1F1EC ; fully-qualified # 🇵🇬 flag: Papua New Guinea +1F1F5 1F1ED ; fully-qualified # 🇵🇭 flag: Philippines +1F1F5 1F1F0 ; fully-qualified # 🇵🇰 flag: Pakistan +1F1F5 1F1F1 ; fully-qualified # 🇵🇱 flag: Poland +1F1F5 1F1F2 ; fully-qualified # 🇵🇲 flag: St. Pierre & Miquelon +1F1F5 1F1F3 ; fully-qualified # 🇵🇳 flag: Pitcairn Islands +1F1F5 1F1F7 ; fully-qualified # 🇵🇷 flag: Puerto Rico +1F1F5 1F1F8 ; fully-qualified # 🇵🇸 flag: Palestinian Territories +1F1F5 1F1F9 ; fully-qualified # 🇵🇹 flag: Portugal +1F1F5 1F1FC ; fully-qualified # 🇵🇼 flag: Palau +1F1F5 1F1FE ; fully-qualified # 🇵🇾 flag: Paraguay +1F1F6 1F1E6 ; fully-qualified # 🇶🇦 flag: Qatar +1F1F7 1F1EA ; fully-qualified # 🇷🇪 flag: Réunion +1F1F7 1F1F4 ; fully-qualified # 🇷🇴 flag: Romania +1F1F7 1F1F8 ; fully-qualified # 🇷🇸 flag: Serbia +1F1F7 1F1FA ; fully-qualified # 🇷🇺 flag: Russia +1F1F7 1F1FC ; fully-qualified # 🇷🇼 flag: Rwanda +1F1F8 1F1E6 ; fully-qualified # 🇸🇦 flag: Saudi Arabia +1F1F8 1F1E7 ; fully-qualified # 🇸🇧 flag: Solomon Islands +1F1F8 1F1E8 ; fully-qualified # 🇸🇨 flag: Seychelles +1F1F8 1F1E9 ; fully-qualified # 🇸🇩 flag: Sudan +1F1F8 1F1EA ; fully-qualified # 🇸🇪 flag: Sweden +1F1F8 1F1EC ; fully-qualified # 🇸🇬 flag: Singapore +1F1F8 1F1ED ; fully-qualified # 🇸🇭 flag: St. Helena +1F1F8 1F1EE ; fully-qualified # 🇸🇮 flag: Slovenia +1F1F8 1F1EF ; fully-qualified # 🇸🇯 flag: Svalbard & Jan Mayen +1F1F8 1F1F0 ; fully-qualified # 🇸🇰 flag: Slovakia +1F1F8 1F1F1 ; fully-qualified # 🇸🇱 flag: Sierra Leone +1F1F8 1F1F2 ; fully-qualified # 🇸🇲 flag: San Marino +1F1F8 1F1F3 ; fully-qualified # 🇸🇳 flag: Senegal +1F1F8 1F1F4 ; fully-qualified # 🇸🇴 flag: Somalia +1F1F8 1F1F7 ; fully-qualified # 🇸🇷 flag: Suriname +1F1F8 1F1F8 ; fully-qualified # 🇸🇸 flag: South Sudan +1F1F8 1F1F9 ; fully-qualified # 🇸🇹 flag: São Tomé & Príncipe +1F1F8 1F1FB ; fully-qualified # 🇸🇻 flag: El Salvador +1F1F8 1F1FD ; fully-qualified # 🇸🇽 flag: Sint Maarten +1F1F8 1F1FE ; fully-qualified # 🇸🇾 flag: Syria +1F1F8 1F1FF ; fully-qualified # 🇸🇿 flag: Eswatini +1F1F9 1F1E6 ; fully-qualified # 🇹🇦 flag: Tristan da Cunha +1F1F9 1F1E8 ; fully-qualified # 🇹🇨 flag: Turks & Caicos Islands +1F1F9 1F1E9 ; fully-qualified # 🇹🇩 flag: Chad +1F1F9 1F1EB ; fully-qualified # 🇹🇫 flag: French Southern Territories +1F1F9 1F1EC ; fully-qualified # 🇹🇬 flag: Togo +1F1F9 1F1ED ; fully-qualified # 🇹🇭 flag: Thailand +1F1F9 1F1EF ; fully-qualified # 🇹🇯 flag: Tajikistan +1F1F9 1F1F0 ; fully-qualified # 🇹🇰 flag: Tokelau +1F1F9 1F1F1 ; fully-qualified # 🇹🇱 flag: Timor-Leste +1F1F9 1F1F2 ; fully-qualified # 🇹🇲 flag: Turkmenistan +1F1F9 1F1F3 ; fully-qualified # 🇹🇳 flag: Tunisia +1F1F9 1F1F4 ; fully-qualified # 🇹🇴 flag: Tonga +1F1F9 1F1F7 ; fully-qualified # 🇹🇷 flag: Turkey +1F1F9 1F1F9 ; fully-qualified # 🇹🇹 flag: Trinidad & Tobago +1F1F9 1F1FB ; fully-qualified # 🇹🇻 flag: Tuvalu +1F1F9 1F1FC ; fully-qualified # 🇹🇼 flag: Taiwan +1F1F9 1F1FF ; fully-qualified # 🇹🇿 flag: Tanzania +1F1FA 1F1E6 ; fully-qualified # 🇺🇦 flag: Ukraine +1F1FA 1F1EC ; fully-qualified # 🇺🇬 flag: Uganda +1F1FA 1F1F2 ; fully-qualified # 🇺🇲 flag: U.S. Outlying Islands +1F1FA 1F1F3 ; fully-qualified # 🇺🇳 flag: United Nations +1F1FA 1F1F8 ; fully-qualified # 🇺🇸 flag: United States +1F1FA 1F1FE ; fully-qualified # 🇺🇾 flag: Uruguay +1F1FA 1F1FF ; fully-qualified # 🇺🇿 flag: Uzbekistan +1F1FB 1F1E6 ; fully-qualified # 🇻🇦 flag: Vatican City +1F1FB 1F1E8 ; fully-qualified # 🇻🇨 flag: St. Vincent & Grenadines +1F1FB 1F1EA ; fully-qualified # 🇻🇪 flag: Venezuela +1F1FB 1F1EC ; fully-qualified # 🇻🇬 flag: British Virgin Islands +1F1FB 1F1EE ; fully-qualified # 🇻🇮 flag: U.S. Virgin Islands +1F1FB 1F1F3 ; fully-qualified # 🇻🇳 flag: Vietnam +1F1FB 1F1FA ; fully-qualified # 🇻🇺 flag: Vanuatu +1F1FC 1F1EB ; fully-qualified # 🇼🇫 flag: Wallis & Futuna +1F1FC 1F1F8 ; fully-qualified # 🇼🇸 flag: Samoa +1F1FD 1F1F0 ; fully-qualified # 🇽🇰 flag: Kosovo +1F1FE 1F1EA ; fully-qualified # 🇾🇪 flag: Yemen +1F1FE 1F1F9 ; fully-qualified # 🇾🇹 flag: Mayotte +1F1FF 1F1E6 ; fully-qualified # 🇿🇦 flag: South Africa +1F1FF 1F1F2 ; fully-qualified # 🇿🇲 flag: Zambia +1F1FF 1F1FC ; fully-qualified # 🇿🇼 flag: Zimbabwe + +# subgroup: subdivision-flag +1F3F4 E0067 E0062 E0065 E006E E0067 E007F ; fully-qualified # 🏴󠁧󠁢󠁥󠁮󠁧󠁿 flag: England +1F3F4 E0067 E0062 E0073 E0063 E0074 E007F ; fully-qualified # 🏴󠁧󠁢󠁳󠁣󠁴󠁿 flag: Scotland +1F3F4 E0067 E0062 E0077 E006C E0073 E007F ; fully-qualified # 🏴󠁧󠁢󠁷󠁬󠁳󠁿 flag: Wales + +# Flags subtotal: 271 +# Flags subtotal: 271 w/o modifiers + +# Status Counts +# fully-qualified : 3010 +# minimally-qualified : 571 +# unqualified : 246 +# component : 9 + +#EOF diff --git a/.oh-my-zsh/plugins/emoji/emoji.plugin.zsh b/.oh-my-zsh/plugins/emoji/emoji.plugin.zsh new file mode 100644 index 0000000..f7be56c --- /dev/null +++ b/.oh-my-zsh/plugins/emoji/emoji.plugin.zsh @@ -0,0 +1,110 @@ +# emoji plugin +# +# Makes emoji support available within ZSH +# +# See the README for documentation. + +# Handle $0 according to the standard: +# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html +0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" +0="${${(M)0:#/*}:-$PWD/$0}" + +_omz_emoji_plugin_dir="${0:h}" + +() { + +local LC_ALL=en_US.UTF-8 + +typeset -gAH emoji_skintone + +source "$_omz_emoji_plugin_dir/emoji-char-definitions.zsh" +unset _omz_emoji_plugin_dir + +# These additional emoji are not in the definition file, but are useful in conjunction with it + +# This is a combining character that can be placed after any other character to surround +# it in a "keycap" symbol. +# The digits 0-9 are already in the emoji table as keycap_digit_, keycap_ten, etc. +# It's unclear whether this should be in the $emoji array, because those characters are all ones +# which can be displayed on their own. + +emoji[regional_indicator_symbol_letter_d_regional_indicator_symbol_letter_e]=$'\xF0\x9F\x87\xA9\xF0\x9F\x87\xAA' +emoji[regional_indicator_symbol_letter_g_regional_indicator_symbol_letter_b]=$'\xF0\x9F\x87\xAC\xF0\x9F\x87\xA7' +emoji[regional_indicator_symbol_letter_c_regional_indicator_symbol_letter_n]=$'\xF0\x9F\x87\xA8\xF0\x9F\x87\xB3' +emoji[regional_indicator_symbol_letter_j_regional_indicator_symbol_letter_p]=$'\xF0\x9F\x87\xAF\xF0\x9F\x87\xB5' +emoji[regional_indicator_symbol_letter_k_regional_indicator_symbol_letter_r]=$'\xF0\x9F\x87\xB0\xF0\x9F\x87\xB7' +emoji[regional_indicator_symbol_letter_f_regional_indicator_symbol_letter_r]=$'\xF0\x9F\x87\xAB\xF0\x9F\x87\xB7' +emoji[regional_indicator_symbol_letter_e_regional_indicator_symbol_letter_s]=$'\xF0\x9F\x87\xAA\xF0\x9F\x87\xB8' +emoji[regional_indicator_symbol_letter_i_regional_indicator_symbol_letter_t]=$'\xF0\x9F\x87\xAE\xF0\x9F\x87\xB9' +emoji[regional_indicator_symbol_letter_u_regional_indicator_symbol_letter_s]=$'\xF0\x9F\x87\xBA\xF0\x9F\x87\xB8' +emoji[regional_indicator_symbol_letter_r_regional_indicator_symbol_letter_u]=$'\xF0\x9F\x87\xB7\xF0\x9F\x87\xBA' + +# Easier access to skin tone modifiers +emoji_skintone[1_2]=$'\U1F3FB' +emoji_skintone[3]=$'\U1F3FC' +emoji_skintone[4]=$'\U1F3FD' +emoji_skintone[5]=$'\U1F3FE' +emoji_skintone[6]=$'\U1F3FF' +} + +# Prints a random emoji character +# +# random_emoji [group] +# +function random_emoji() { + local group=$1 + local names + if [[ -z "$group" || "$group" == "all" ]]; then + names=(${(k)emoji}) + else + names=(${=emoji_groups[$group]}) + fi + local list_size=${#names} + [[ $list_size -eq 0 ]] && return 1 + local random_index=$(( ( RANDOM % $list_size ) + 1 )) + local name=${names[$random_index]} + if [[ "$group" == "flags" ]]; then + echo ${emoji_flags[$name]} + else + echo ${emoji[$name]} + fi +} + +# Displays a listing of emoji with their names +# +# display_emoji [group] +# +function display_emoji() { + local group=$1 + local names + if [[ -z "$group" || "$group" == "all" ]]; then + names=(${(k)emoji}) + else + names=(${=emoji_groups[$group]}) + fi + # The extra spaces in output here are a hack for readability, since some + # terminals treat these emoji chars as single-width. + local counter=1 + for i in $names; do + if [[ "$group" == "flags" ]]; then + printf '%s ' "$emoji_flags[$i]" + else + printf '%s ' "$emoji[$i]" + fi + # New line every 20 emoji, to avoid weirdnesses + if (($counter % 20 == 0)); then + printf "\n" + fi + let counter=$counter+1 + done + print + for i in $names; do + if [[ "$group" == "flags" ]]; then + echo "${emoji_flags[$i]} = $i" + else + echo "${emoji[$i]} = $i" + fi + done +} + + diff --git a/.oh-my-zsh/plugins/emoji/gemoji_db.json b/.oh-my-zsh/plugins/emoji/gemoji_db.json new file mode 100644 index 0000000..9227c26 --- /dev/null +++ b/.oh-my-zsh/plugins/emoji/gemoji_db.json @@ -0,0 +1,21538 @@ +[ + { + "emoji": "😀" + , "description": "grinning face" + , "category": "Smileys & Emotion" + , "aliases": [ + "grinning" + ] + , "tags": [ + "smile" + , "happy" + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😃" + , "description": "grinning face with big eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "smiley" + ] + , "tags": [ + "happy" + , "joy" + , "haha" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😄" + , "description": "grinning face with smiling eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "smile" + ] + , "tags": [ + "happy" + , "joy" + , "laugh" + , "pleased" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😁" + , "description": "beaming face with smiling eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "grin" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😆" + , "description": "grinning squinting face" + , "category": "Smileys & Emotion" + , "aliases": [ + "laughing" + , "satisfied" + ] + , "tags": [ + "happy" + , "haha" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😅" + , "description": "grinning face with sweat" + , "category": "Smileys & Emotion" + , "aliases": [ + "sweat_smile" + ] + , "tags": [ + "hot" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤣" + , "description": "rolling on the floor laughing" + , "category": "Smileys & Emotion" + , "aliases": [ + "rofl" + ] + , "tags": [ + "lol" + , "laughing" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "😂" + , "description": "face with tears of joy" + , "category": "Smileys & Emotion" + , "aliases": [ + "joy" + ] + , "tags": [ + "tears" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🙂" + , "description": "slightly smiling face" + , "category": "Smileys & Emotion" + , "aliases": [ + "slightly_smiling_face" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🙃" + , "description": "upside-down face" + , "category": "Smileys & Emotion" + , "aliases": [ + "upside_down_face" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "😉" + , "description": "winking face" + , "category": "Smileys & Emotion" + , "aliases": [ + "wink" + ] + , "tags": [ + "flirt" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😊" + , "description": "smiling face with smiling eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "blush" + ] + , "tags": [ + "proud" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😇" + , "description": "smiling face with halo" + , "category": "Smileys & Emotion" + , "aliases": [ + "innocent" + ] + , "tags": [ + "angel" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥰" + , "description": "smiling face with hearts" + , "category": "Smileys & Emotion" + , "aliases": [ + "smiling_face_with_three_hearts" + ] + , "tags": [ + "love" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😍" + , "description": "smiling face with heart-eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "heart_eyes" + ] + , "tags": [ + "love" + , "crush" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤩" + , "description": "star-struck" + , "category": "Smileys & Emotion" + , "aliases": [ + "star_struck" + ] + , "tags": [ + "eyes" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😘" + , "description": "face blowing a kiss" + , "category": "Smileys & Emotion" + , "aliases": [ + "kissing_heart" + ] + , "tags": [ + "flirt" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😗" + , "description": "kissing face" + , "category": "Smileys & Emotion" + , "aliases": [ + "kissing" + ] + , "tags": [ + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "☺️" + , "description": "smiling face" + , "category": "Smileys & Emotion" + , "aliases": [ + "relaxed" + ] + , "tags": [ + "blush" + , "pleased" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "😚" + , "description": "kissing face with closed eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "kissing_closed_eyes" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😙" + , "description": "kissing face with smiling eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "kissing_smiling_eyes" + ] + , "tags": [ + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😋" + , "description": "face savoring food" + , "category": "Smileys & Emotion" + , "aliases": [ + "yum" + ] + , "tags": [ + "tongue" + , "lick" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😛" + , "description": "face with tongue" + , "category": "Smileys & Emotion" + , "aliases": [ + "stuck_out_tongue" + ] + , "tags": [ + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😜" + , "description": "winking face with tongue" + , "category": "Smileys & Emotion" + , "aliases": [ + "stuck_out_tongue_winking_eye" + ] + , "tags": [ + "prank" + , "silly" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤪" + , "description": "zany face" + , "category": "Smileys & Emotion" + , "aliases": [ + "zany_face" + ] + , "tags": [ + "goofy" + , "wacky" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😝" + , "description": "squinting face with tongue" + , "category": "Smileys & Emotion" + , "aliases": [ + "stuck_out_tongue_closed_eyes" + ] + , "tags": [ + "prank" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤑" + , "description": "money-mouth face" + , "category": "Smileys & Emotion" + , "aliases": [ + "money_mouth_face" + ] + , "tags": [ + "rich" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🤗" + , "description": "hugging face" + , "category": "Smileys & Emotion" + , "aliases": [ + "hugs" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🤭" + , "description": "face with hand over mouth" + , "category": "Smileys & Emotion" + , "aliases": [ + "hand_over_mouth" + ] + , "tags": [ + "quiet" + , "whoops" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🤫" + , "description": "shushing face" + , "category": "Smileys & Emotion" + , "aliases": [ + "shushing_face" + ] + , "tags": [ + "silence" + , "quiet" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🤔" + , "description": "thinking face" + , "category": "Smileys & Emotion" + , "aliases": [ + "thinking" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🤐" + , "description": "zipper-mouth face" + , "category": "Smileys & Emotion" + , "aliases": [ + "zipper_mouth_face" + ] + , "tags": [ + "silence" + , "hush" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🤨" + , "description": "face with raised eyebrow" + , "category": "Smileys & Emotion" + , "aliases": [ + "raised_eyebrow" + ] + , "tags": [ + "suspicious" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😐" + , "description": "neutral face" + , "category": "Smileys & Emotion" + , "aliases": [ + "neutral_face" + ] + , "tags": [ + "meh" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😑" + , "description": "expressionless face" + , "category": "Smileys & Emotion" + , "aliases": [ + "expressionless" + ] + , "tags": [ + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😶" + , "description": "face without mouth" + , "category": "Smileys & Emotion" + , "aliases": [ + "no_mouth" + ] + , "tags": [ + "mute" + , "silence" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😏" + , "description": "smirking face" + , "category": "Smileys & Emotion" + , "aliases": [ + "smirk" + ] + , "tags": [ + "smug" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😒" + , "description": "unamused face" + , "category": "Smileys & Emotion" + , "aliases": [ + "unamused" + ] + , "tags": [ + "meh" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🙄" + , "description": "face with rolling eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "roll_eyes" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "😬" + , "description": "grimacing face" + , "category": "Smileys & Emotion" + , "aliases": [ + "grimacing" + ] + , "tags": [ + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "🤥" + , "description": "lying face" + , "category": "Smileys & Emotion" + , "aliases": [ + "lying_face" + ] + , "tags": [ + "liar" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "😌" + , "description": "relieved face" + , "category": "Smileys & Emotion" + , "aliases": [ + "relieved" + ] + , "tags": [ + "whew" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😔" + , "description": "pensive face" + , "category": "Smileys & Emotion" + , "aliases": [ + "pensive" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😪" + , "description": "sleepy face" + , "category": "Smileys & Emotion" + , "aliases": [ + "sleepy" + ] + , "tags": [ + "tired" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤤" + , "description": "drooling face" + , "category": "Smileys & Emotion" + , "aliases": [ + "drooling_face" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "😴" + , "description": "sleeping face" + , "category": "Smileys & Emotion" + , "aliases": [ + "sleeping" + ] + , "tags": [ + "zzz" + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😷" + , "description": "face with medical mask" + , "category": "Smileys & Emotion" + , "aliases": [ + "mask" + ] + , "tags": [ + "sick" + , "ill" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤒" + , "description": "face with thermometer" + , "category": "Smileys & Emotion" + , "aliases": [ + "face_with_thermometer" + ] + , "tags": [ + "sick" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🤕" + , "description": "face with head-bandage" + , "category": "Smileys & Emotion" + , "aliases": [ + "face_with_head_bandage" + ] + , "tags": [ + "hurt" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🤢" + , "description": "nauseated face" + , "category": "Smileys & Emotion" + , "aliases": [ + "nauseated_face" + ] + , "tags": [ + "sick" + , "barf" + , "disgusted" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🤮" + , "description": "face vomiting" + , "category": "Smileys & Emotion" + , "aliases": [ + "vomiting_face" + ] + , "tags": [ + "barf" + , "sick" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🤧" + , "description": "sneezing face" + , "category": "Smileys & Emotion" + , "aliases": [ + "sneezing_face" + ] + , "tags": [ + "achoo" + , "sick" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥵" + , "description": "hot face" + , "category": "Smileys & Emotion" + , "aliases": [ + "hot_face" + ] + , "tags": [ + "heat" + , "sweating" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥶" + , "description": "cold face" + , "category": "Smileys & Emotion" + , "aliases": [ + "cold_face" + ] + , "tags": [ + "freezing" + , "ice" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥴" + , "description": "woozy face" + , "category": "Smileys & Emotion" + , "aliases": [ + "woozy_face" + ] + , "tags": [ + "groggy" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😵" + , "description": "dizzy face" + , "category": "Smileys & Emotion" + , "aliases": [ + "dizzy_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤯" + , "description": "exploding head" + , "category": "Smileys & Emotion" + , "aliases": [ + "exploding_head" + ] + , "tags": [ + "mind" + , "blown" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🤠" + , "description": "cowboy hat face" + , "category": "Smileys & Emotion" + , "aliases": [ + "cowboy_hat_face" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥳" + , "description": "partying face" + , "category": "Smileys & Emotion" + , "aliases": [ + "partying_face" + ] + , "tags": [ + "celebration" + , "birthday" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😎" + , "description": "smiling face with sunglasses" + , "category": "Smileys & Emotion" + , "aliases": [ + "sunglasses" + ] + , "tags": [ + "cool" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤓" + , "description": "nerd face" + , "category": "Smileys & Emotion" + , "aliases": [ + "nerd_face" + ] + , "tags": [ + "geek" + , "glasses" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🧐" + , "description": "face with monocle" + , "category": "Smileys & Emotion" + , "aliases": [ + "monocle_face" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😕" + , "description": "confused face" + , "category": "Smileys & Emotion" + , "aliases": [ + "confused" + ] + , "tags": [ + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😟" + , "description": "worried face" + , "category": "Smileys & Emotion" + , "aliases": [ + "worried" + ] + , "tags": [ + "nervous" + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "🙁" + , "description": "slightly frowning face" + , "category": "Smileys & Emotion" + , "aliases": [ + "slightly_frowning_face" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "☹" + , "description": "frowning face" + , "category": "Smileys & Emotion" + , "aliases": [ + "frowning_face" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "😮" + , "description": "face with open mouth" + , "category": "Smileys & Emotion" + , "aliases": [ + "open_mouth" + ] + , "tags": [ + "surprise" + , "impressed" + , "wow" + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😯" + , "description": "hushed face" + , "category": "Smileys & Emotion" + , "aliases": [ + "hushed" + ] + , "tags": [ + "silence" + , "speechless" + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😲" + , "description": "astonished face" + , "category": "Smileys & Emotion" + , "aliases": [ + "astonished" + ] + , "tags": [ + "amazed" + , "gasp" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😳" + , "description": "flushed face" + , "category": "Smileys & Emotion" + , "aliases": [ + "flushed" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥺" + , "description": "pleading face" + , "category": "Smileys & Emotion" + , "aliases": [ + "pleading_face" + ] + , "tags": [ + "puppy" + , "eyes" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😦" + , "description": "frowning face with open mouth" + , "category": "Smileys & Emotion" + , "aliases": [ + "frowning" + ] + , "tags": [ + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😧" + , "description": "anguished face" + , "category": "Smileys & Emotion" + , "aliases": [ + "anguished" + ] + , "tags": [ + "stunned" + ] + , "unicode_version": "6.1" + , "ios_version": "6.0" + } +, { + "emoji": "😨" + , "description": "fearful face" + , "category": "Smileys & Emotion" + , "aliases": [ + "fearful" + ] + , "tags": [ + "scared" + , "shocked" + , "oops" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😰" + , "description": "anxious face with sweat" + , "category": "Smileys & Emotion" + , "aliases": [ + "cold_sweat" + ] + , "tags": [ + "nervous" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😥" + , "description": "sad but relieved face" + , "category": "Smileys & Emotion" + , "aliases": [ + "disappointed_relieved" + ] + , "tags": [ + "phew" + , "sweat" + , "nervous" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😢" + , "description": "crying face" + , "category": "Smileys & Emotion" + , "aliases": [ + "cry" + ] + , "tags": [ + "sad" + , "tear" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😭" + , "description": "loudly crying face" + , "category": "Smileys & Emotion" + , "aliases": [ + "sob" + ] + , "tags": [ + "sad" + , "cry" + , "bawling" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😱" + , "description": "face screaming in fear" + , "category": "Smileys & Emotion" + , "aliases": [ + "scream" + ] + , "tags": [ + "horror" + , "shocked" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😖" + , "description": "confounded face" + , "category": "Smileys & Emotion" + , "aliases": [ + "confounded" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😣" + , "description": "persevering face" + , "category": "Smileys & Emotion" + , "aliases": [ + "persevere" + ] + , "tags": [ + "struggling" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😞" + , "description": "disappointed face" + , "category": "Smileys & Emotion" + , "aliases": [ + "disappointed" + ] + , "tags": [ + "sad" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😓" + , "description": "downcast face with sweat" + , "category": "Smileys & Emotion" + , "aliases": [ + "sweat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😩" + , "description": "weary face" + , "category": "Smileys & Emotion" + , "aliases": [ + "weary" + ] + , "tags": [ + "tired" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😫" + , "description": "tired face" + , "category": "Smileys & Emotion" + , "aliases": [ + "tired_face" + ] + , "tags": [ + "upset" + , "whine" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥱" + , "description": "yawning face" + , "category": "Smileys & Emotion" + , "aliases": [ + "yawning_face" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "😤" + , "description": "face with steam from nose" + , "category": "Smileys & Emotion" + , "aliases": [ + "triumph" + ] + , "tags": [ + "smug" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😡" + , "description": "pouting face" + , "category": "Smileys & Emotion" + , "aliases": [ + "rage" + , "pout" + ] + , "tags": [ + "angry" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😠" + , "description": "angry face" + , "category": "Smileys & Emotion" + , "aliases": [ + "angry" + ] + , "tags": [ + "mad" + , "annoyed" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤬" + , "description": "face with symbols on mouth" + , "category": "Smileys & Emotion" + , "aliases": [ + "cursing_face" + ] + , "tags": [ + "foul" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "😈" + , "description": "smiling face with horns" + , "category": "Smileys & Emotion" + , "aliases": [ + "smiling_imp" + ] + , "tags": [ + "devil" + , "evil" + , "horns" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👿" + , "description": "angry face with horns" + , "category": "Smileys & Emotion" + , "aliases": [ + "imp" + ] + , "tags": [ + "angry" + , "devil" + , "evil" + , "horns" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💀" + , "description": "skull" + , "category": "Smileys & Emotion" + , "aliases": [ + "skull" + ] + , "tags": [ + "dead" + , "danger" + , "poison" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "☠" + , "description": "skull and crossbones" + , "category": "Smileys & Emotion" + , "aliases": [ + "skull_and_crossbones" + ] + , "tags": [ + "danger" + , "pirate" + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "💩" + , "description": "pile of poo" + , "category": "Smileys & Emotion" + , "aliases": [ + "hankey" + , "poop" + , "shit" + ] + , "tags": [ + "crap" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤡" + , "description": "clown face" + , "category": "Smileys & Emotion" + , "aliases": [ + "clown_face" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "👹" + , "description": "ogre" + , "category": "Smileys & Emotion" + , "aliases": [ + "japanese_ogre" + ] + , "tags": [ + "monster" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👺" + , "description": "goblin" + , "category": "Smileys & Emotion" + , "aliases": [ + "japanese_goblin" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👻" + , "description": "ghost" + , "category": "Smileys & Emotion" + , "aliases": [ + "ghost" + ] + , "tags": [ + "halloween" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👽" + , "description": "alien" + , "category": "Smileys & Emotion" + , "aliases": [ + "alien" + ] + , "tags": [ + "ufo" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👾" + , "description": "alien monster" + , "category": "Smileys & Emotion" + , "aliases": [ + "space_invader" + ] + , "tags": [ + "game" + , "retro" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤖" + , "description": "robot" + , "category": "Smileys & Emotion" + , "aliases": [ + "robot" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "😺" + , "description": "grinning cat" + , "category": "Smileys & Emotion" + , "aliases": [ + "smiley_cat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😸" + , "description": "grinning cat with smiling eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "smile_cat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😹" + , "description": "cat with tears of joy" + , "category": "Smileys & Emotion" + , "aliases": [ + "joy_cat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😻" + , "description": "smiling cat with heart-eyes" + , "category": "Smileys & Emotion" + , "aliases": [ + "heart_eyes_cat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😼" + , "description": "cat with wry smile" + , "category": "Smileys & Emotion" + , "aliases": [ + "smirk_cat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😽" + , "description": "kissing cat" + , "category": "Smileys & Emotion" + , "aliases": [ + "kissing_cat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🙀" + , "description": "weary cat" + , "category": "Smileys & Emotion" + , "aliases": [ + "scream_cat" + ] + , "tags": [ + "horror" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😿" + , "description": "crying cat" + , "category": "Smileys & Emotion" + , "aliases": [ + "crying_cat_face" + ] + , "tags": [ + "sad" + , "tear" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "😾" + , "description": "pouting cat" + , "category": "Smileys & Emotion" + , "aliases": [ + "pouting_cat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🙈" + , "description": "see-no-evil monkey" + , "category": "Smileys & Emotion" + , "aliases": [ + "see_no_evil" + ] + , "tags": [ + "monkey" + , "blind" + , "ignore" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🙉" + , "description": "hear-no-evil monkey" + , "category": "Smileys & Emotion" + , "aliases": [ + "hear_no_evil" + ] + , "tags": [ + "monkey" + , "deaf" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🙊" + , "description": "speak-no-evil monkey" + , "category": "Smileys & Emotion" + , "aliases": [ + "speak_no_evil" + ] + , "tags": [ + "monkey" + , "mute" + , "hush" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💋" + , "description": "kiss mark" + , "category": "Smileys & Emotion" + , "aliases": [ + "kiss" + ] + , "tags": [ + "lipstick" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💌" + , "description": "love letter" + , "category": "Smileys & Emotion" + , "aliases": [ + "love_letter" + ] + , "tags": [ + "email" + , "envelope" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💘" + , "description": "heart with arrow" + , "category": "Smileys & Emotion" + , "aliases": [ + "cupid" + ] + , "tags": [ + "love" + , "heart" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💝" + , "description": "heart with ribbon" + , "category": "Smileys & Emotion" + , "aliases": [ + "gift_heart" + ] + , "tags": [ + "chocolates" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💖" + , "description": "sparkling heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "sparkling_heart" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💗" + , "description": "growing heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "heartpulse" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💓" + , "description": "beating heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "heartbeat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💞" + , "description": "revolving hearts" + , "category": "Smileys & Emotion" + , "aliases": [ + "revolving_hearts" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💕" + , "description": "two hearts" + , "category": "Smileys & Emotion" + , "aliases": [ + "two_hearts" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💟" + , "description": "heart decoration" + , "category": "Smileys & Emotion" + , "aliases": [ + "heart_decoration" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "❣️" + , "description": "heart exclamation" + , "category": "Smileys & Emotion" + , "aliases": [ + "heavy_heart_exclamation" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "💔" + , "description": "broken heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "broken_heart" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "❤️" + , "description": "red heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "heart" + ] + , "tags": [ + "love" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🧡" + , "description": "orange heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "orange_heart" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "💛" + , "description": "yellow heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "yellow_heart" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💚" + , "description": "green heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "green_heart" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💙" + , "description": "blue heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "blue_heart" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💜" + , "description": "purple heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "purple_heart" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤎" + , "description": "brown heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "brown_heart" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🖤" + , "description": "black heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "black_heart" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🤍" + , "description": "white heart" + , "category": "Smileys & Emotion" + , "aliases": [ + "white_heart" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "💯" + , "description": "hundred points" + , "category": "Smileys & Emotion" + , "aliases": [ + "100" + ] + , "tags": [ + "score" + , "perfect" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💢" + , "description": "anger symbol" + , "category": "Smileys & Emotion" + , "aliases": [ + "anger" + ] + , "tags": [ + "angry" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💥" + , "description": "collision" + , "category": "Smileys & Emotion" + , "aliases": [ + "boom" + , "collision" + ] + , "tags": [ + "explode" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💫" + , "description": "dizzy" + , "category": "Smileys & Emotion" + , "aliases": [ + "dizzy" + ] + , "tags": [ + "star" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💦" + , "description": "sweat droplets" + , "category": "Smileys & Emotion" + , "aliases": [ + "sweat_drops" + ] + , "tags": [ + "water" + , "workout" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💨" + , "description": "dashing away" + , "category": "Smileys & Emotion" + , "aliases": [ + "dash" + ] + , "tags": [ + "wind" + , "blow" + , "fast" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕳" + , "description": "hole" + , "category": "Smileys & Emotion" + , "aliases": [ + "hole" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "💣" + , "description": "bomb" + , "category": "Smileys & Emotion" + , "aliases": [ + "bomb" + ] + , "tags": [ + "boom" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💬" + , "description": "speech balloon" + , "category": "Smileys & Emotion" + , "aliases": [ + "speech_balloon" + ] + , "tags": [ + "comment" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👁️‍🗨️" + , "description": "eye in speech bubble" + , "category": "Smileys & Emotion" + , "aliases": [ + "eye_speech_bubble" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🗨" + , "description": "left speech bubble" + , "category": "Smileys & Emotion" + , "aliases": [ + "left_speech_bubble" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🗯" + , "description": "right anger bubble" + , "category": "Smileys & Emotion" + , "aliases": [ + "right_anger_bubble" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "💭" + , "description": "thought balloon" + , "category": "Smileys & Emotion" + , "aliases": [ + "thought_balloon" + ] + , "tags": [ + "thinking" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💤" + , "description": "zzz" + , "category": "Smileys & Emotion" + , "aliases": [ + "zzz" + ] + , "tags": [ + "sleeping" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👋" + , "description": "waving hand" + , "category": "People & Body" + , "aliases": [ + "wave" + ] + , "tags": [ + "goodbye" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🤚" + , "description": "raised back of hand" + , "category": "People & Body" + , "aliases": [ + "raised_back_of_hand" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🖐" + , "description": "hand with fingers splayed" + , "category": "People & Body" + , "aliases": [ + "raised_hand_with_fingers_splayed" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "✋" + , "description": "raised hand" + , "category": "People & Body" + , "aliases": [ + "hand" + , "raised_hand" + ] + , "tags": [ + "highfive" + , "stop" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🖖" + , "description": "vulcan salute" + , "category": "People & Body" + , "aliases": [ + "vulcan_salute" + ] + , "tags": [ + "prosper" + , "spock" + ] + , "unicode_version": "7.0" + , "ios_version": "8.3" + , "skin_tones": true + } +, { + "emoji": "👌" + , "description": "OK hand" + , "category": "People & Body" + , "aliases": [ + "ok_hand" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🤏" + , "description": "pinching hand" + , "category": "People & Body" + , "aliases": [ + "pinching_hand" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "✌️" + , "description": "victory hand" + , "category": "People & Body" + , "aliases": [ + "v" + ] + , "tags": [ + "victory" + , "peace" + ] + , "unicode_version": "" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🤞" + , "description": "crossed fingers" + , "category": "People & Body" + , "aliases": [ + "crossed_fingers" + ] + , "tags": [ + "luck" + , "hopeful" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤟" + , "description": "love-you gesture" + , "category": "People & Body" + , "aliases": [ + "love_you_gesture" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤘" + , "description": "sign of the horns" + , "category": "People & Body" + , "aliases": [ + "metal" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "🤙" + , "description": "call me hand" + , "category": "People & Body" + , "aliases": [ + "call_me_hand" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👈" + , "description": "backhand index pointing left" + , "category": "People & Body" + , "aliases": [ + "point_left" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👉" + , "description": "backhand index pointing right" + , "category": "People & Body" + , "aliases": [ + "point_right" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👆" + , "description": "backhand index pointing up" + , "category": "People & Body" + , "aliases": [ + "point_up_2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🖕" + , "description": "middle finger" + , "category": "People & Body" + , "aliases": [ + "middle_finger" + , "fu" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "👇" + , "description": "backhand index pointing down" + , "category": "People & Body" + , "aliases": [ + "point_down" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "☝️" + , "description": "index pointing up" + , "category": "People & Body" + , "aliases": [ + "point_up" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👍" + , "description": "thumbs up" + , "category": "People & Body" + , "aliases": [ + "+1" + , "thumbsup" + ] + , "tags": [ + "approve" + , "ok" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👎" + , "description": "thumbs down" + , "category": "People & Body" + , "aliases": [ + "-1" + , "thumbsdown" + ] + , "tags": [ + "disapprove" + , "bury" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "✊" + , "description": "raised fist" + , "category": "People & Body" + , "aliases": [ + "fist_raised" + , "fist" + ] + , "tags": [ + "power" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👊" + , "description": "oncoming fist" + , "category": "People & Body" + , "aliases": [ + "fist_oncoming" + , "facepunch" + , "punch" + ] + , "tags": [ + "attack" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🤛" + , "description": "left-facing fist" + , "category": "People & Body" + , "aliases": [ + "fist_left" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤜" + , "description": "right-facing fist" + , "category": "People & Body" + , "aliases": [ + "fist_right" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👏" + , "description": "clapping hands" + , "category": "People & Body" + , "aliases": [ + "clap" + ] + , "tags": [ + "praise" + , "applause" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🙌" + , "description": "raising hands" + , "category": "People & Body" + , "aliases": [ + "raised_hands" + ] + , "tags": [ + "hooray" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👐" + , "description": "open hands" + , "category": "People & Body" + , "aliases": [ + "open_hands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🤲" + , "description": "palms up together" + , "category": "People & Body" + , "aliases": [ + "palms_up_together" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤝" + , "description": "handshake" + , "category": "People & Body" + , "aliases": [ + "handshake" + ] + , "tags": [ + "deal" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🙏" + , "description": "folded hands" + , "category": "People & Body" + , "aliases": [ + "pray" + ] + , "tags": [ + "please" + , "hope" + , "wish" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "✍️" + , "description": "writing hand" + , "category": "People & Body" + , "aliases": [ + "writing_hand" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "💅" + , "description": "nail polish" + , "category": "People & Body" + , "aliases": [ + "nail_care" + ] + , "tags": [ + "beauty" + , "manicure" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🤳" + , "description": "selfie" + , "category": "People & Body" + , "aliases": [ + "selfie" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "💪" + , "description": "flexed biceps" + , "category": "People & Body" + , "aliases": [ + "muscle" + ] + , "tags": [ + "flex" + , "bicep" + , "strong" + , "workout" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🦾" + , "description": "mechanical arm" + , "category": "People & Body" + , "aliases": [ + "mechanical_arm" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🦿" + , "description": "mechanical leg" + , "category": "People & Body" + , "aliases": [ + "mechanical_leg" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🦵" + , "description": "leg" + , "category": "People & Body" + , "aliases": [ + "leg" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🦶" + , "description": "foot" + , "category": "People & Body" + , "aliases": [ + "foot" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👂" + , "description": "ear" + , "category": "People & Body" + , "aliases": [ + "ear" + ] + , "tags": [ + "hear" + , "sound" + , "listen" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🦻" + , "description": "ear with hearing aid" + , "category": "People & Body" + , "aliases": [ + "ear_with_hearing_aid" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "👃" + , "description": "nose" + , "category": "People & Body" + , "aliases": [ + "nose" + ] + , "tags": [ + "smell" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🧠" + , "description": "brain" + , "category": "People & Body" + , "aliases": [ + "brain" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦷" + , "description": "tooth" + , "category": "People & Body" + , "aliases": [ + "tooth" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦴" + , "description": "bone" + , "category": "People & Body" + , "aliases": [ + "bone" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "👀" + , "description": "eyes" + , "category": "People & Body" + , "aliases": [ + "eyes" + ] + , "tags": [ + "look" + , "see" + , "watch" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👁" + , "description": "eye" + , "category": "People & Body" + , "aliases": [ + "eye" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "👅" + , "description": "tongue" + , "category": "People & Body" + , "aliases": [ + "tongue" + ] + , "tags": [ + "taste" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👄" + , "description": "mouth" + , "category": "People & Body" + , "aliases": [ + "lips" + ] + , "tags": [ + "kiss" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👶" + , "description": "baby" + , "category": "People & Body" + , "aliases": [ + "baby" + ] + , "tags": [ + "child" + , "newborn" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🧒" + , "description": "child" + , "category": "People & Body" + , "aliases": [ + "child" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👦" + , "description": "boy" + , "category": "People & Body" + , "aliases": [ + "boy" + ] + , "tags": [ + "child" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👧" + , "description": "girl" + , "category": "People & Body" + , "aliases": [ + "girl" + ] + , "tags": [ + "child" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🧑" + , "description": "person" + , "category": "People & Body" + , "aliases": [ + "adult" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👱" + , "description": "person: blond hair" + , "category": "People & Body" + , "aliases": [ + "blond_haired_person" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👨" + , "description": "man" + , "category": "People & Body" + , "aliases": [ + "man" + ] + , "tags": [ + "mustache" + , "father" + , "dad" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🧔" + , "description": "man: beard" + , "category": "People & Body" + , "aliases": [ + "bearded_person" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👱‍♂" + , "description": "man: blond hair" + , "category": "People & Body" + , "aliases": [ + "blond_haired_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👨‍🦰" + , "description": "man: red hair" + , "category": "People & Body" + , "aliases": [ + "red_haired_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👨‍🦱" + , "description": "man: curly hair" + , "category": "People & Body" + , "aliases": [ + "curly_haired_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👨‍🦳" + , "description": "man: white hair" + , "category": "People & Body" + , "aliases": [ + "white_haired_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👨‍🦲" + , "description": "man: bald" + , "category": "People & Body" + , "aliases": [ + "bald_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👩" + , "description": "woman" + , "category": "People & Body" + , "aliases": [ + "woman" + ] + , "tags": [ + "girls" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👱‍♀" + , "description": "woman: blond hair" + , "category": "People & Body" + , "aliases": [ + "blond_haired_woman" + , "blonde_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "👩‍🦰" + , "description": "woman: red hair" + , "category": "People & Body" + , "aliases": [ + "red_haired_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👩‍🦱" + , "description": "woman: curly hair" + , "category": "People & Body" + , "aliases": [ + "curly_haired_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👩‍🦳" + , "description": "woman: white hair" + , "category": "People & Body" + , "aliases": [ + "white_haired_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👩‍🦲" + , "description": "woman: bald" + , "category": "People & Body" + , "aliases": [ + "bald_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧓" + , "description": "older person" + , "category": "People & Body" + , "aliases": [ + "older_adult" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👴" + , "description": "old man" + , "category": "People & Body" + , "aliases": [ + "older_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👵" + , "description": "old woman" + , "category": "People & Body" + , "aliases": [ + "older_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🙍" + , "description": "person frowning" + , "category": "People & Body" + , "aliases": [ + "frowning_person" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🙍‍♂" + , "description": "man frowning" + , "category": "People & Body" + , "aliases": [ + "frowning_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🙍‍♀" + , "description": "woman frowning" + , "category": "People & Body" + , "aliases": [ + "frowning_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🙎" + , "description": "person pouting" + , "category": "People & Body" + , "aliases": [ + "pouting_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🙎‍♂" + , "description": "man pouting" + , "category": "People & Body" + , "aliases": [ + "pouting_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🙎‍♀" + , "description": "woman pouting" + , "category": "People & Body" + , "aliases": [ + "pouting_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🙅" + , "description": "person gesturing NO" + , "category": "People & Body" + , "aliases": [ + "no_good" + ] + , "tags": [ + "stop" + , "halt" + , "denied" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🙅‍♂" + , "description": "man gesturing NO" + , "category": "People & Body" + , "aliases": [ + "no_good_man" + , "ng_man" + ] + , "tags": [ + "stop" + , "halt" + , "denied" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🙅‍♀" + , "description": "woman gesturing NO" + , "category": "People & Body" + , "aliases": [ + "no_good_woman" + , "ng_woman" + ] + , "tags": [ + "stop" + , "halt" + , "denied" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🙆" + , "description": "person gesturing OK" + , "category": "People & Body" + , "aliases": [ + "ok_person" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🙆‍♂" + , "description": "man gesturing OK" + , "category": "People & Body" + , "aliases": [ + "ok_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🙆‍♀" + , "description": "woman gesturing OK" + , "category": "People & Body" + , "aliases": [ + "ok_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "💁" + , "description": "person tipping hand" + , "category": "People & Body" + , "aliases": [ + "tipping_hand_person" + , "information_desk_person" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "💁‍♂" + , "description": "man tipping hand" + , "category": "People & Body" + , "aliases": [ + "tipping_hand_man" + , "sassy_man" + ] + , "tags": [ + "information" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "💁‍♀" + , "description": "woman tipping hand" + , "category": "People & Body" + , "aliases": [ + "tipping_hand_woman" + , "sassy_woman" + ] + , "tags": [ + "information" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🙋" + , "description": "person raising hand" + , "category": "People & Body" + , "aliases": [ + "raising_hand" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🙋‍♂" + , "description": "man raising hand" + , "category": "People & Body" + , "aliases": [ + "raising_hand_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🙋‍♀" + , "description": "woman raising hand" + , "category": "People & Body" + , "aliases": [ + "raising_hand_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧏" + , "description": "deaf person" + , "category": "People & Body" + , "aliases": [ + "deaf_person" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🧏‍♂" + , "description": "deaf man" + , "category": "People & Body" + , "aliases": [ + "deaf_man" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🧏‍♀" + , "description": "deaf woman" + , "category": "People & Body" + , "aliases": [ + "deaf_woman" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🙇" + , "description": "person bowing" + , "category": "People & Body" + , "aliases": [ + "bow" + ] + , "tags": [ + "respect" + , "thanks" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🙇‍♂" + , "description": "man bowing" + , "category": "People & Body" + , "aliases": [ + "bowing_man" + ] + , "tags": [ + "respect" + , "thanks" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🙇‍♀" + , "description": "woman bowing" + , "category": "People & Body" + , "aliases": [ + "bowing_woman" + ] + , "tags": [ + "respect" + , "thanks" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🤦" + , "description": "person facepalming" + , "category": "People & Body" + , "aliases": [ + "facepalm" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤦‍♂" + , "description": "man facepalming" + , "category": "People & Body" + , "aliases": [ + "man_facepalming" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤦‍♀" + , "description": "woman facepalming" + , "category": "People & Body" + , "aliases": [ + "woman_facepalming" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤷" + , "description": "person shrugging" + , "category": "People & Body" + , "aliases": [ + "shrug" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤷‍♂" + , "description": "man shrugging" + , "category": "People & Body" + , "aliases": [ + "man_shrugging" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤷‍♀" + , "description": "woman shrugging" + , "category": "People & Body" + , "aliases": [ + "woman_shrugging" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍⚕" + , "description": "man health worker" + , "category": "People & Body" + , "aliases": [ + "man_health_worker" + ] + , "tags": [ + "doctor" + , "nurse" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍⚕" + , "description": "woman health worker" + , "category": "People & Body" + , "aliases": [ + "woman_health_worker" + ] + , "tags": [ + "doctor" + , "nurse" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🎓" + , "description": "man student" + , "category": "People & Body" + , "aliases": [ + "man_student" + ] + , "tags": [ + "graduation" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🎓" + , "description": "woman student" + , "category": "People & Body" + , "aliases": [ + "woman_student" + ] + , "tags": [ + "graduation" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🏫" + , "description": "man teacher" + , "category": "People & Body" + , "aliases": [ + "man_teacher" + ] + , "tags": [ + "school" + , "professor" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🏫" + , "description": "woman teacher" + , "category": "People & Body" + , "aliases": [ + "woman_teacher" + ] + , "tags": [ + "school" + , "professor" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍⚖" + , "description": "man judge" + , "category": "People & Body" + , "aliases": [ + "man_judge" + ] + , "tags": [ + "justice" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍⚖" + , "description": "woman judge" + , "category": "People & Body" + , "aliases": [ + "woman_judge" + ] + , "tags": [ + "justice" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🌾" + , "description": "man farmer" + , "category": "People & Body" + , "aliases": [ + "man_farmer" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🌾" + , "description": "woman farmer" + , "category": "People & Body" + , "aliases": [ + "woman_farmer" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🍳" + , "description": "man cook" + , "category": "People & Body" + , "aliases": [ + "man_cook" + ] + , "tags": [ + "chef" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🍳" + , "description": "woman cook" + , "category": "People & Body" + , "aliases": [ + "woman_cook" + ] + , "tags": [ + "chef" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🔧" + , "description": "man mechanic" + , "category": "People & Body" + , "aliases": [ + "man_mechanic" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🔧" + , "description": "woman mechanic" + , "category": "People & Body" + , "aliases": [ + "woman_mechanic" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🏭" + , "description": "man factory worker" + , "category": "People & Body" + , "aliases": [ + "man_factory_worker" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🏭" + , "description": "woman factory worker" + , "category": "People & Body" + , "aliases": [ + "woman_factory_worker" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍💼" + , "description": "man office worker" + , "category": "People & Body" + , "aliases": [ + "man_office_worker" + ] + , "tags": [ + "business" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍💼" + , "description": "woman office worker" + , "category": "People & Body" + , "aliases": [ + "woman_office_worker" + ] + , "tags": [ + "business" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🔬" + , "description": "man scientist" + , "category": "People & Body" + , "aliases": [ + "man_scientist" + ] + , "tags": [ + "research" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🔬" + , "description": "woman scientist" + , "category": "People & Body" + , "aliases": [ + "woman_scientist" + ] + , "tags": [ + "research" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍💻" + , "description": "man technologist" + , "category": "People & Body" + , "aliases": [ + "man_technologist" + ] + , "tags": [ + "coder" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍💻" + , "description": "woman technologist" + , "category": "People & Body" + , "aliases": [ + "woman_technologist" + ] + , "tags": [ + "coder" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🎤" + , "description": "man singer" + , "category": "People & Body" + , "aliases": [ + "man_singer" + ] + , "tags": [ + "rockstar" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🎤" + , "description": "woman singer" + , "category": "People & Body" + , "aliases": [ + "woman_singer" + ] + , "tags": [ + "rockstar" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🎨" + , "description": "man artist" + , "category": "People & Body" + , "aliases": [ + "man_artist" + ] + , "tags": [ + "painter" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🎨" + , "description": "woman artist" + , "category": "People & Body" + , "aliases": [ + "woman_artist" + ] + , "tags": [ + "painter" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍✈" + , "description": "man pilot" + , "category": "People & Body" + , "aliases": [ + "man_pilot" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍✈" + , "description": "woman pilot" + , "category": "People & Body" + , "aliases": [ + "woman_pilot" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🚀" + , "description": "man astronaut" + , "category": "People & Body" + , "aliases": [ + "man_astronaut" + ] + , "tags": [ + "space" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🚀" + , "description": "woman astronaut" + , "category": "People & Body" + , "aliases": [ + "woman_astronaut" + ] + , "tags": [ + "space" + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👨‍🚒" + , "description": "man firefighter" + , "category": "People & Body" + , "aliases": [ + "man_firefighter" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👩‍🚒" + , "description": "woman firefighter" + , "category": "People & Body" + , "aliases": [ + "woman_firefighter" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👮" + , "description": "police officer" + , "category": "People & Body" + , "aliases": [ + "police_officer" + , "cop" + ] + , "tags": [ + "law" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👮‍♂" + , "description": "man police officer" + , "category": "People & Body" + , "aliases": [ + "policeman" + ] + , "tags": [ + "law" + , "cop" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👮‍♀" + , "description": "woman police officer" + , "category": "People & Body" + , "aliases": [ + "policewoman" + ] + , "tags": [ + "law" + , "cop" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🕵" + , "description": "detective" + , "category": "People & Body" + , "aliases": [ + "detective" + ] + , "tags": [ + "sleuth" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "🕵️‍♂️" + , "description": "man detective" + , "category": "People & Body" + , "aliases": [ + "male_detective" + ] + , "tags": [ + "sleuth" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🕵️‍♀️" + , "description": "woman detective" + , "category": "People & Body" + , "aliases": [ + "female_detective" + ] + , "tags": [ + "sleuth" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "💂" + , "description": "guard" + , "category": "People & Body" + , "aliases": [ + "guard" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "💂‍♂" + , "description": "man guard" + , "category": "People & Body" + , "aliases": [ + "guardsman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "💂‍♀" + , "description": "woman guard" + , "category": "People & Body" + , "aliases": [ + "guardswoman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "👷" + , "description": "construction worker" + , "category": "People & Body" + , "aliases": [ + "construction_worker" + ] + , "tags": [ + "helmet" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👷‍♂" + , "description": "man construction worker" + , "category": "People & Body" + , "aliases": [ + "construction_worker_man" + ] + , "tags": [ + "helmet" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👷‍♀" + , "description": "woman construction worker" + , "category": "People & Body" + , "aliases": [ + "construction_worker_woman" + ] + , "tags": [ + "helmet" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🤴" + , "description": "prince" + , "category": "People & Body" + , "aliases": [ + "prince" + ] + , "tags": [ + "crown" + , "royal" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👸" + , "description": "princess" + , "category": "People & Body" + , "aliases": [ + "princess" + ] + , "tags": [ + "crown" + , "royal" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👳" + , "description": "person wearing turban" + , "category": "People & Body" + , "aliases": [ + "person_with_turban" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👳‍♂" + , "description": "man wearing turban" + , "category": "People & Body" + , "aliases": [ + "man_with_turban" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👳‍♀" + , "description": "woman wearing turban" + , "category": "People & Body" + , "aliases": [ + "woman_with_turban" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "👲" + , "description": "man with Chinese cap" + , "category": "People & Body" + , "aliases": [ + "man_with_gua_pi_mao" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🧕" + , "description": "woman with headscarf" + , "category": "People & Body" + , "aliases": [ + "woman_with_headscarf" + ] + , "tags": [ + "hijab" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤵" + , "description": "man in tuxedo" + , "category": "People & Body" + , "aliases": [ + "man_in_tuxedo" + ] + , "tags": [ + "groom" + , "marriage" + , "wedding" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "👰" + , "description": "bride with veil" + , "category": "People & Body" + , "aliases": [ + "bride_with_veil" + ] + , "tags": [ + "marriage" + , "wedding" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🤰" + , "description": "pregnant woman" + , "category": "People & Body" + , "aliases": [ + "pregnant_woman" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤱" + , "description": "breast-feeding" + , "category": "People & Body" + , "aliases": [ + "breast_feeding" + ] + , "tags": [ + "nursing" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "👼" + , "description": "baby angel" + , "category": "People & Body" + , "aliases": [ + "angel" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🎅" + , "description": "Santa Claus" + , "category": "People & Body" + , "aliases": [ + "santa" + ] + , "tags": [ + "christmas" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🤶" + , "description": "Mrs. Claus" + , "category": "People & Body" + , "aliases": [ + "mrs_claus" + ] + , "tags": [ + "santa" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🦸" + , "description": "superhero" + , "category": "People & Body" + , "aliases": [ + "superhero" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🦸‍♂" + , "description": "man superhero" + , "category": "People & Body" + , "aliases": [ + "superhero_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🦸‍♀" + , "description": "woman superhero" + , "category": "People & Body" + , "aliases": [ + "superhero_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🦹" + , "description": "supervillain" + , "category": "People & Body" + , "aliases": [ + "supervillain" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🦹‍♂" + , "description": "man supervillain" + , "category": "People & Body" + , "aliases": [ + "supervillain_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🦹‍♀" + , "description": "woman supervillain" + , "category": "People & Body" + , "aliases": [ + "supervillain_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧙" + , "description": "mage" + , "category": "People & Body" + , "aliases": [ + "mage" + ] + , "tags": [ + "wizard" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧙‍♂" + , "description": "man mage" + , "category": "People & Body" + , "aliases": [ + "mage_man" + ] + , "tags": [ + "wizard" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧙‍♀" + , "description": "woman mage" + , "category": "People & Body" + , "aliases": [ + "mage_woman" + ] + , "tags": [ + "wizard" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧚" + , "description": "fairy" + , "category": "People & Body" + , "aliases": [ + "fairy" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧚‍♂" + , "description": "man fairy" + , "category": "People & Body" + , "aliases": [ + "fairy_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧚‍♀" + , "description": "woman fairy" + , "category": "People & Body" + , "aliases": [ + "fairy_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧛" + , "description": "vampire" + , "category": "People & Body" + , "aliases": [ + "vampire" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧛‍♂" + , "description": "man vampire" + , "category": "People & Body" + , "aliases": [ + "vampire_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧛‍♀" + , "description": "woman vampire" + , "category": "People & Body" + , "aliases": [ + "vampire_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧜" + , "description": "merperson" + , "category": "People & Body" + , "aliases": [ + "merperson" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧜‍♂" + , "description": "merman" + , "category": "People & Body" + , "aliases": [ + "merman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧜‍♀" + , "description": "mermaid" + , "category": "People & Body" + , "aliases": [ + "mermaid" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧝" + , "description": "elf" + , "category": "People & Body" + , "aliases": [ + "elf" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧝‍♂" + , "description": "man elf" + , "category": "People & Body" + , "aliases": [ + "elf_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧝‍♀" + , "description": "woman elf" + , "category": "People & Body" + , "aliases": [ + "elf_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧞" + , "description": "genie" + , "category": "People & Body" + , "aliases": [ + "genie" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧞‍♂" + , "description": "man genie" + , "category": "People & Body" + , "aliases": [ + "genie_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧞‍♀" + , "description": "woman genie" + , "category": "People & Body" + , "aliases": [ + "genie_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧟" + , "description": "zombie" + , "category": "People & Body" + , "aliases": [ + "zombie" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧟‍♂" + , "description": "man zombie" + , "category": "People & Body" + , "aliases": [ + "zombie_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧟‍♀" + , "description": "woman zombie" + , "category": "People & Body" + , "aliases": [ + "zombie_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "💆" + , "description": "person getting massage" + , "category": "People & Body" + , "aliases": [ + "massage" + ] + , "tags": [ + "spa" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "💆‍♂" + , "description": "man getting massage" + , "category": "People & Body" + , "aliases": [ + "massage_man" + ] + , "tags": [ + "spa" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "💆‍♀" + , "description": "woman getting massage" + , "category": "People & Body" + , "aliases": [ + "massage_woman" + ] + , "tags": [ + "spa" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "💇" + , "description": "person getting haircut" + , "category": "People & Body" + , "aliases": [ + "haircut" + ] + , "tags": [ + "beauty" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "💇‍♂" + , "description": "man getting haircut" + , "category": "People & Body" + , "aliases": [ + "haircut_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "💇‍♀" + , "description": "woman getting haircut" + , "category": "People & Body" + , "aliases": [ + "haircut_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🚶" + , "description": "person walking" + , "category": "People & Body" + , "aliases": [ + "walking" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🚶‍♂" + , "description": "man walking" + , "category": "People & Body" + , "aliases": [ + "walking_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🚶‍♀" + , "description": "woman walking" + , "category": "People & Body" + , "aliases": [ + "walking_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🧍" + , "description": "person standing" + , "category": "People & Body" + , "aliases": [ + "standing_person" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🧍‍♂" + , "description": "man standing" + , "category": "People & Body" + , "aliases": [ + "standing_man" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🧍‍♀" + , "description": "woman standing" + , "category": "People & Body" + , "aliases": [ + "standing_woman" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🧎" + , "description": "person kneeling" + , "category": "People & Body" + , "aliases": [ + "kneeling_person" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🧎‍♂" + , "description": "man kneeling" + , "category": "People & Body" + , "aliases": [ + "kneeling_man" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🧎‍♀" + , "description": "woman kneeling" + , "category": "People & Body" + , "aliases": [ + "kneeling_woman" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "👨‍🦯" + , "description": "man with probing cane" + , "category": "People & Body" + , "aliases": [ + "man_with_probing_cane" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "👩‍🦯" + , "description": "woman with probing cane" + , "category": "People & Body" + , "aliases": [ + "woman_with_probing_cane" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "👨‍🦼" + , "description": "man in motorized wheelchair" + , "category": "People & Body" + , "aliases": [ + "man_in_motorized_wheelchair" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "👩‍🦼" + , "description": "woman in motorized wheelchair" + , "category": "People & Body" + , "aliases": [ + "woman_in_motorized_wheelchair" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "👨‍🦽" + , "description": "man in manual wheelchair" + , "category": "People & Body" + , "aliases": [ + "man_in_manual_wheelchair" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "👩‍🦽" + , "description": "woman in manual wheelchair" + , "category": "People & Body" + , "aliases": [ + "woman_in_manual_wheelchair" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "🏃" + , "description": "person running" + , "category": "People & Body" + , "aliases": [ + "runner" + , "running" + ] + , "tags": [ + "exercise" + , "workout" + , "marathon" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🏃‍♂" + , "description": "man running" + , "category": "People & Body" + , "aliases": [ + "running_man" + ] + , "tags": [ + "exercise" + , "workout" + , "marathon" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🏃‍♀" + , "description": "woman running" + , "category": "People & Body" + , "aliases": [ + "running_woman" + ] + , "tags": [ + "exercise" + , "workout" + , "marathon" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "💃" + , "description": "woman dancing" + , "category": "People & Body" + , "aliases": [ + "woman_dancing" + , "dancer" + ] + , "tags": [ + "dress" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🕺" + , "description": "man dancing" + , "category": "People & Body" + , "aliases": [ + "man_dancing" + ] + , "tags": [ + "dancer" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🕴" + , "description": "man in suit levitating" + , "category": "People & Body" + , "aliases": [ + "business_suit_levitating" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "👯" + , "description": "people with bunny ears" + , "category": "People & Body" + , "aliases": [ + "dancers" + ] + , "tags": [ + "bunny" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👯‍♂" + , "description": "men with bunny ears" + , "category": "People & Body" + , "aliases": [ + "dancing_men" + ] + , "tags": [ + "bunny" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👯‍♀" + , "description": "women with bunny ears" + , "category": "People & Body" + , "aliases": [ + "dancing_women" + ] + , "tags": [ + "bunny" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧖" + , "description": "person in steamy room" + , "category": "People & Body" + , "aliases": [ + "sauna_person" + ] + , "tags": [ + "steamy" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧖‍♂" + , "description": "man in steamy room" + , "category": "People & Body" + , "aliases": [ + "sauna_man" + ] + , "tags": [ + "steamy" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧖‍♀" + , "description": "woman in steamy room" + , "category": "People & Body" + , "aliases": [ + "sauna_woman" + ] + , "tags": [ + "steamy" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧗" + , "description": "person climbing" + , "category": "People & Body" + , "aliases": [ + "climbing" + ] + , "tags": [ + "bouldering" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧗‍♂" + , "description": "man climbing" + , "category": "People & Body" + , "aliases": [ + "climbing_man" + ] + , "tags": [ + "bouldering" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧗‍♀" + , "description": "woman climbing" + , "category": "People & Body" + , "aliases": [ + "climbing_woman" + ] + , "tags": [ + "bouldering" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤺" + , "description": "person fencing" + , "category": "People & Body" + , "aliases": [ + "person_fencing" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🏇" + , "description": "horse racing" + , "category": "People & Body" + , "aliases": [ + "horse_racing" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "⛷" + , "description": "skier" + , "category": "People & Body" + , "aliases": [ + "skier" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "🏂" + , "description": "snowboarder" + , "category": "People & Body" + , "aliases": [ + "snowboarder" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🏌" + , "description": "person golfing" + , "category": "People & Body" + , "aliases": [ + "golfing" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "🏌️‍♂️" + , "description": "man golfing" + , "category": "People & Body" + , "aliases": [ + "golfing_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🏌️‍♀️" + , "description": "woman golfing" + , "category": "People & Body" + , "aliases": [ + "golfing_woman" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🏄" + , "description": "person surfing" + , "category": "People & Body" + , "aliases": [ + "surfer" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🏄‍♂" + , "description": "man surfing" + , "category": "People & Body" + , "aliases": [ + "surfing_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🏄‍♀" + , "description": "woman surfing" + , "category": "People & Body" + , "aliases": [ + "surfing_woman" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🚣" + , "description": "person rowing boat" + , "category": "People & Body" + , "aliases": [ + "rowboat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🚣‍♂" + , "description": "man rowing boat" + , "category": "People & Body" + , "aliases": [ + "rowing_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🚣‍♀" + , "description": "woman rowing boat" + , "category": "People & Body" + , "aliases": [ + "rowing_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🏊" + , "description": "person swimming" + , "category": "People & Body" + , "aliases": [ + "swimmer" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🏊‍♂" + , "description": "man swimming" + , "category": "People & Body" + , "aliases": [ + "swimming_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🏊‍♀" + , "description": "woman swimming" + , "category": "People & Body" + , "aliases": [ + "swimming_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "⛹" + , "description": "person bouncing ball" + , "category": "People & Body" + , "aliases": [ + "bouncing_ball_person" + ] + , "tags": [ + "basketball" + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "⛹️‍♂️" + , "description": "man bouncing ball" + , "category": "People & Body" + , "aliases": [ + "bouncing_ball_man" + , "basketball_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "⛹️‍♀️" + , "description": "woman bouncing ball" + , "category": "People & Body" + , "aliases": [ + "bouncing_ball_woman" + , "basketball_woman" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🏋" + , "description": "person lifting weights" + , "category": "People & Body" + , "aliases": [ + "weight_lifting" + ] + , "tags": [ + "gym" + , "workout" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "🏋️‍♂️" + , "description": "man lifting weights" + , "category": "People & Body" + , "aliases": [ + "weight_lifting_man" + ] + , "tags": [ + "gym" + , "workout" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🏋️‍♀️" + , "description": "woman lifting weights" + , "category": "People & Body" + , "aliases": [ + "weight_lifting_woman" + ] + , "tags": [ + "gym" + , "workout" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🚴" + , "description": "person biking" + , "category": "People & Body" + , "aliases": [ + "bicyclist" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🚴‍♂" + , "description": "man biking" + , "category": "People & Body" + , "aliases": [ + "biking_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🚴‍♀" + , "description": "woman biking" + , "category": "People & Body" + , "aliases": [ + "biking_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🚵" + , "description": "person mountain biking" + , "category": "People & Body" + , "aliases": [ + "mountain_bicyclist" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🚵‍♂" + , "description": "man mountain biking" + , "category": "People & Body" + , "aliases": [ + "mountain_biking_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🚵‍♀" + , "description": "woman mountain biking" + , "category": "People & Body" + , "aliases": [ + "mountain_biking_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + , "skin_tones": true + } +, { + "emoji": "🤸" + , "description": "person cartwheeling" + , "category": "People & Body" + , "aliases": [ + "cartwheeling" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤸‍♂" + , "description": "man cartwheeling" + , "category": "People & Body" + , "aliases": [ + "man_cartwheeling" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤸‍♀" + , "description": "woman cartwheeling" + , "category": "People & Body" + , "aliases": [ + "woman_cartwheeling" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤼" + , "description": "people wrestling" + , "category": "People & Body" + , "aliases": [ + "wrestling" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🤼‍♂" + , "description": "men wrestling" + , "category": "People & Body" + , "aliases": [ + "men_wrestling" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🤼‍♀" + , "description": "women wrestling" + , "category": "People & Body" + , "aliases": [ + "women_wrestling" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🤽" + , "description": "person playing water polo" + , "category": "People & Body" + , "aliases": [ + "water_polo" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤽‍♂" + , "description": "man playing water polo" + , "category": "People & Body" + , "aliases": [ + "man_playing_water_polo" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤽‍♀" + , "description": "woman playing water polo" + , "category": "People & Body" + , "aliases": [ + "woman_playing_water_polo" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤾" + , "description": "person playing handball" + , "category": "People & Body" + , "aliases": [ + "handball_person" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤾‍♂" + , "description": "man playing handball" + , "category": "People & Body" + , "aliases": [ + "man_playing_handball" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤾‍♀" + , "description": "woman playing handball" + , "category": "People & Body" + , "aliases": [ + "woman_playing_handball" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤹" + , "description": "person juggling" + , "category": "People & Body" + , "aliases": [ + "juggling_person" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🤹‍♂" + , "description": "man juggling" + , "category": "People & Body" + , "aliases": [ + "man_juggling" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🤹‍♀" + , "description": "woman juggling" + , "category": "People & Body" + , "aliases": [ + "woman_juggling" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + , "skin_tones": true + } +, { + "emoji": "🧘" + , "description": "person in lotus position" + , "category": "People & Body" + , "aliases": [ + "lotus_position" + ] + , "tags": [ + "meditation" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧘‍♂" + , "description": "man in lotus position" + , "category": "People & Body" + , "aliases": [ + "lotus_position_man" + ] + , "tags": [ + "meditation" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🧘‍♀" + , "description": "woman in lotus position" + , "category": "People & Body" + , "aliases": [ + "lotus_position_woman" + ] + , "tags": [ + "meditation" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + , "skin_tones": true + } +, { + "emoji": "🛀" + , "description": "person taking bath" + , "category": "People & Body" + , "aliases": [ + "bath" + ] + , "tags": [ + "shower" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "🛌" + , "description": "person in bed" + , "category": "People & Body" + , "aliases": [ + "sleeping_bed" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + , "skin_tones": true + } +, { + "emoji": "🧑‍🤝‍🧑" + , "description": "people holding hands" + , "category": "People & Body" + , "aliases": [ + "people_holding_hands" + ] + , "tags": [ + "couple" + , "date" + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + , "skin_tones": true + } +, { + "emoji": "👭" + , "description": "women holding hands" + , "category": "People & Body" + , "aliases": [ + "two_women_holding_hands" + ] + , "tags": [ + "couple" + , "date" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👫" + , "description": "woman and man holding hands" + , "category": "People & Body" + , "aliases": [ + "couple" + ] + , "tags": [ + "date" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "👬" + , "description": "men holding hands" + , "category": "People & Body" + , "aliases": [ + "two_men_holding_hands" + ] + , "tags": [ + "couple" + , "date" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + , "skin_tones": true + } +, { + "emoji": "💏" + , "description": "kiss" + , "category": "People & Body" + , "aliases": [ + "couplekiss" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👩‍❤️‍💋‍👨" + , "description": "kiss: woman, man" + , "category": "People & Body" + , "aliases": [ + "couplekiss_man_woman" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "👨‍❤️‍💋‍👨" + , "description": "kiss: man, man" + , "category": "People & Body" + , "aliases": [ + "couplekiss_man_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👩‍❤️‍💋‍👩" + , "description": "kiss: woman, woman" + , "category": "People & Body" + , "aliases": [ + "couplekiss_woman_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "💑" + , "description": "couple with heart" + , "category": "People & Body" + , "aliases": [ + "couple_with_heart" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👩‍❤️‍👨" + , "description": "couple with heart: woman, man" + , "category": "People & Body" + , "aliases": [ + "couple_with_heart_woman_man" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "👨‍❤️‍👨" + , "description": "couple with heart: man, man" + , "category": "People & Body" + , "aliases": [ + "couple_with_heart_man_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👩‍❤️‍👩" + , "description": "couple with heart: woman, woman" + , "category": "People & Body" + , "aliases": [ + "couple_with_heart_woman_woman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👪" + , "description": "family" + , "category": "People & Body" + , "aliases": [ + "family" + ] + , "tags": [ + "home" + , "parents" + , "child" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👨‍👩‍👦" + , "description": "family: man, woman, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_woman_boy" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "👨‍👩‍👧" + , "description": "family: man, woman, girl" + , "category": "People & Body" + , "aliases": [ + "family_man_woman_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👩‍👧‍👦" + , "description": "family: man, woman, girl, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_woman_girl_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👩‍👦‍👦" + , "description": "family: man, woman, boy, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_woman_boy_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👩‍👧‍👧" + , "description": "family: man, woman, girl, girl" + , "category": "People & Body" + , "aliases": [ + "family_man_woman_girl_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👨‍👦" + , "description": "family: man, man, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_man_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👨‍👧" + , "description": "family: man, man, girl" + , "category": "People & Body" + , "aliases": [ + "family_man_man_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👨‍👧‍👦" + , "description": "family: man, man, girl, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_man_girl_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👨‍👦‍👦" + , "description": "family: man, man, boy, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_man_boy_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👨‍👧‍👧" + , "description": "family: man, man, girl, girl" + , "category": "People & Body" + , "aliases": [ + "family_man_man_girl_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👩‍👩‍👦" + , "description": "family: woman, woman, boy" + , "category": "People & Body" + , "aliases": [ + "family_woman_woman_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👩‍👩‍👧" + , "description": "family: woman, woman, girl" + , "category": "People & Body" + , "aliases": [ + "family_woman_woman_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👩‍👩‍👧‍👦" + , "description": "family: woman, woman, girl, boy" + , "category": "People & Body" + , "aliases": [ + "family_woman_woman_girl_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👩‍👩‍👦‍👦" + , "description": "family: woman, woman, boy, boy" + , "category": "People & Body" + , "aliases": [ + "family_woman_woman_boy_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👩‍👩‍👧‍👧" + , "description": "family: woman, woman, girl, girl" + , "category": "People & Body" + , "aliases": [ + "family_woman_woman_girl_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "👨‍👦" + , "description": "family: man, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👨‍👦‍👦" + , "description": "family: man, boy, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_boy_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👨‍👧" + , "description": "family: man, girl" + , "category": "People & Body" + , "aliases": [ + "family_man_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👨‍👧‍👦" + , "description": "family: man, girl, boy" + , "category": "People & Body" + , "aliases": [ + "family_man_girl_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👨‍👧‍👧" + , "description": "family: man, girl, girl" + , "category": "People & Body" + , "aliases": [ + "family_man_girl_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👩‍👦" + , "description": "family: woman, boy" + , "category": "People & Body" + , "aliases": [ + "family_woman_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👩‍👦‍👦" + , "description": "family: woman, boy, boy" + , "category": "People & Body" + , "aliases": [ + "family_woman_boy_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👩‍👧" + , "description": "family: woman, girl" + , "category": "People & Body" + , "aliases": [ + "family_woman_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👩‍👧‍👦" + , "description": "family: woman, girl, boy" + , "category": "People & Body" + , "aliases": [ + "family_woman_girl_boy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "👩‍👧‍👧" + , "description": "family: woman, girl, girl" + , "category": "People & Body" + , "aliases": [ + "family_woman_girl_girl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "🗣" + , "description": "speaking head" + , "category": "People & Body" + , "aliases": [ + "speaking_head" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "👤" + , "description": "bust in silhouette" + , "category": "People & Body" + , "aliases": [ + "bust_in_silhouette" + ] + , "tags": [ + "user" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👥" + , "description": "busts in silhouette" + , "category": "People & Body" + , "aliases": [ + "busts_in_silhouette" + ] + , "tags": [ + "users" + , "group" + , "team" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👣" + , "description": "footprints" + , "category": "People & Body" + , "aliases": [ + "footprints" + ] + , "tags": [ + "feet" + , "tracks" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐵" + , "description": "monkey face" + , "category": "Animals & Nature" + , "aliases": [ + "monkey_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐒" + , "description": "monkey" + , "category": "Animals & Nature" + , "aliases": [ + "monkey" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦍" + , "description": "gorilla" + , "category": "Animals & Nature" + , "aliases": [ + "gorilla" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦧" + , "description": "orangutan" + , "category": "Animals & Nature" + , "aliases": [ + "orangutan" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🐶" + , "description": "dog face" + , "category": "Animals & Nature" + , "aliases": [ + "dog" + ] + , "tags": [ + "pet" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐕" + , "description": "dog" + , "category": "Animals & Nature" + , "aliases": [ + "dog2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦮" + , "description": "guide dog" + , "category": "Animals & Nature" + , "aliases": [ + "guide_dog" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🐕‍🦺" + , "description": "service dog" + , "category": "Animals & Nature" + , "aliases": [ + "service_dog" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🐩" + , "description": "poodle" + , "category": "Animals & Nature" + , "aliases": [ + "poodle" + ] + , "tags": [ + "dog" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐺" + , "description": "wolf" + , "category": "Animals & Nature" + , "aliases": [ + "wolf" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦊" + , "description": "fox" + , "category": "Animals & Nature" + , "aliases": [ + "fox_face" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦝" + , "description": "raccoon" + , "category": "Animals & Nature" + , "aliases": [ + "raccoon" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🐱" + , "description": "cat face" + , "category": "Animals & Nature" + , "aliases": [ + "cat" + ] + , "tags": [ + "pet" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐈" + , "description": "cat" + , "category": "Animals & Nature" + , "aliases": [ + "cat2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦁" + , "description": "lion" + , "category": "Animals & Nature" + , "aliases": [ + "lion" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🐯" + , "description": "tiger face" + , "category": "Animals & Nature" + , "aliases": [ + "tiger" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐅" + , "description": "tiger" + , "category": "Animals & Nature" + , "aliases": [ + "tiger2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐆" + , "description": "leopard" + , "category": "Animals & Nature" + , "aliases": [ + "leopard" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐴" + , "description": "horse face" + , "category": "Animals & Nature" + , "aliases": [ + "horse" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐎" + , "description": "horse" + , "category": "Animals & Nature" + , "aliases": [ + "racehorse" + ] + , "tags": [ + "speed" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦄" + , "description": "unicorn" + , "category": "Animals & Nature" + , "aliases": [ + "unicorn" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🦓" + , "description": "zebra" + , "category": "Animals & Nature" + , "aliases": [ + "zebra" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦌" + , "description": "deer" + , "category": "Animals & Nature" + , "aliases": [ + "deer" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🐮" + , "description": "cow face" + , "category": "Animals & Nature" + , "aliases": [ + "cow" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐂" + , "description": "ox" + , "category": "Animals & Nature" + , "aliases": [ + "ox" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐃" + , "description": "water buffalo" + , "category": "Animals & Nature" + , "aliases": [ + "water_buffalo" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐄" + , "description": "cow" + , "category": "Animals & Nature" + , "aliases": [ + "cow2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐷" + , "description": "pig face" + , "category": "Animals & Nature" + , "aliases": [ + "pig" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐖" + , "description": "pig" + , "category": "Animals & Nature" + , "aliases": [ + "pig2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐗" + , "description": "boar" + , "category": "Animals & Nature" + , "aliases": [ + "boar" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐽" + , "description": "pig nose" + , "category": "Animals & Nature" + , "aliases": [ + "pig_nose" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐏" + , "description": "ram" + , "category": "Animals & Nature" + , "aliases": [ + "ram" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐑" + , "description": "ewe" + , "category": "Animals & Nature" + , "aliases": [ + "sheep" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐐" + , "description": "goat" + , "category": "Animals & Nature" + , "aliases": [ + "goat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐪" + , "description": "camel" + , "category": "Animals & Nature" + , "aliases": [ + "dromedary_camel" + ] + , "tags": [ + "desert" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐫" + , "description": "two-hump camel" + , "category": "Animals & Nature" + , "aliases": [ + "camel" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦙" + , "description": "llama" + , "category": "Animals & Nature" + , "aliases": [ + "llama" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦒" + , "description": "giraffe" + , "category": "Animals & Nature" + , "aliases": [ + "giraffe" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🐘" + , "description": "elephant" + , "category": "Animals & Nature" + , "aliases": [ + "elephant" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦏" + , "description": "rhinoceros" + , "category": "Animals & Nature" + , "aliases": [ + "rhinoceros" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦛" + , "description": "hippopotamus" + , "category": "Animals & Nature" + , "aliases": [ + "hippopotamus" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🐭" + , "description": "mouse face" + , "category": "Animals & Nature" + , "aliases": [ + "mouse" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐁" + , "description": "mouse" + , "category": "Animals & Nature" + , "aliases": [ + "mouse2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐀" + , "description": "rat" + , "category": "Animals & Nature" + , "aliases": [ + "rat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐹" + , "description": "hamster" + , "category": "Animals & Nature" + , "aliases": [ + "hamster" + ] + , "tags": [ + "pet" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐰" + , "description": "rabbit face" + , "category": "Animals & Nature" + , "aliases": [ + "rabbit" + ] + , "tags": [ + "bunny" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐇" + , "description": "rabbit" + , "category": "Animals & Nature" + , "aliases": [ + "rabbit2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐿" + , "description": "chipmunk" + , "category": "Animals & Nature" + , "aliases": [ + "chipmunk" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🦔" + , "description": "hedgehog" + , "category": "Animals & Nature" + , "aliases": [ + "hedgehog" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦇" + , "description": "bat" + , "category": "Animals & Nature" + , "aliases": [ + "bat" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🐻" + , "description": "bear" + , "category": "Animals & Nature" + , "aliases": [ + "bear" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐨" + , "description": "koala" + , "category": "Animals & Nature" + , "aliases": [ + "koala" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐼" + , "description": "panda" + , "category": "Animals & Nature" + , "aliases": [ + "panda_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦥" + , "description": "sloth" + , "category": "Animals & Nature" + , "aliases": [ + "sloth" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🦦" + , "description": "otter" + , "category": "Animals & Nature" + , "aliases": [ + "otter" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🦨" + , "description": "skunk" + , "category": "Animals & Nature" + , "aliases": [ + "skunk" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🦘" + , "description": "kangaroo" + , "category": "Animals & Nature" + , "aliases": [ + "kangaroo" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦡" + , "description": "badger" + , "category": "Animals & Nature" + , "aliases": [ + "badger" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🐾" + , "description": "paw prints" + , "category": "Animals & Nature" + , "aliases": [ + "feet" + , "paw_prints" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦃" + , "description": "turkey" + , "category": "Animals & Nature" + , "aliases": [ + "turkey" + ] + , "tags": [ + "thanksgiving" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🐔" + , "description": "chicken" + , "category": "Animals & Nature" + , "aliases": [ + "chicken" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐓" + , "description": "rooster" + , "category": "Animals & Nature" + , "aliases": [ + "rooster" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐣" + , "description": "hatching chick" + , "category": "Animals & Nature" + , "aliases": [ + "hatching_chick" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐤" + , "description": "baby chick" + , "category": "Animals & Nature" + , "aliases": [ + "baby_chick" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐥" + , "description": "front-facing baby chick" + , "category": "Animals & Nature" + , "aliases": [ + "hatched_chick" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐦" + , "description": "bird" + , "category": "Animals & Nature" + , "aliases": [ + "bird" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐧" + , "description": "penguin" + , "category": "Animals & Nature" + , "aliases": [ + "penguin" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕊" + , "description": "dove" + , "category": "Animals & Nature" + , "aliases": [ + "dove" + ] + , "tags": [ + "peace" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🦅" + , "description": "eagle" + , "category": "Animals & Nature" + , "aliases": [ + "eagle" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦆" + , "description": "duck" + , "category": "Animals & Nature" + , "aliases": [ + "duck" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦢" + , "description": "swan" + , "category": "Animals & Nature" + , "aliases": [ + "swan" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦉" + , "description": "owl" + , "category": "Animals & Nature" + , "aliases": [ + "owl" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦩" + , "description": "flamingo" + , "category": "Animals & Nature" + , "aliases": [ + "flamingo" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🦚" + , "description": "peacock" + , "category": "Animals & Nature" + , "aliases": [ + "peacock" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦜" + , "description": "parrot" + , "category": "Animals & Nature" + , "aliases": [ + "parrot" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🐸" + , "description": "frog" + , "category": "Animals & Nature" + , "aliases": [ + "frog" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐊" + , "description": "crocodile" + , "category": "Animals & Nature" + , "aliases": [ + "crocodile" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐢" + , "description": "turtle" + , "category": "Animals & Nature" + , "aliases": [ + "turtle" + ] + , "tags": [ + "slow" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦎" + , "description": "lizard" + , "category": "Animals & Nature" + , "aliases": [ + "lizard" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🐍" + , "description": "snake" + , "category": "Animals & Nature" + , "aliases": [ + "snake" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐲" + , "description": "dragon face" + , "category": "Animals & Nature" + , "aliases": [ + "dragon_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐉" + , "description": "dragon" + , "category": "Animals & Nature" + , "aliases": [ + "dragon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦕" + , "description": "sauropod" + , "category": "Animals & Nature" + , "aliases": [ + "sauropod" + ] + , "tags": [ + "dinosaur" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦖" + , "description": "T-Rex" + , "category": "Animals & Nature" + , "aliases": [ + "t-rex" + ] + , "tags": [ + "dinosaur" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🐳" + , "description": "spouting whale" + , "category": "Animals & Nature" + , "aliases": [ + "whale" + ] + , "tags": [ + "sea" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐋" + , "description": "whale" + , "category": "Animals & Nature" + , "aliases": [ + "whale2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐬" + , "description": "dolphin" + , "category": "Animals & Nature" + , "aliases": [ + "dolphin" + , "flipper" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐟" + , "description": "fish" + , "category": "Animals & Nature" + , "aliases": [ + "fish" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐠" + , "description": "tropical fish" + , "category": "Animals & Nature" + , "aliases": [ + "tropical_fish" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐡" + , "description": "blowfish" + , "category": "Animals & Nature" + , "aliases": [ + "blowfish" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦈" + , "description": "shark" + , "category": "Animals & Nature" + , "aliases": [ + "shark" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🐙" + , "description": "octopus" + , "category": "Animals & Nature" + , "aliases": [ + "octopus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐚" + , "description": "spiral shell" + , "category": "Animals & Nature" + , "aliases": [ + "shell" + ] + , "tags": [ + "sea" + , "beach" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐌" + , "description": "snail" + , "category": "Animals & Nature" + , "aliases": [ + "snail" + ] + , "tags": [ + "slow" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦋" + , "description": "butterfly" + , "category": "Animals & Nature" + , "aliases": [ + "butterfly" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🐛" + , "description": "bug" + , "category": "Animals & Nature" + , "aliases": [ + "bug" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐜" + , "description": "ant" + , "category": "Animals & Nature" + , "aliases": [ + "ant" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐝" + , "description": "honeybee" + , "category": "Animals & Nature" + , "aliases": [ + "bee" + , "honeybee" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🐞" + , "description": "lady beetle" + , "category": "Animals & Nature" + , "aliases": [ + "beetle" + ] + , "tags": [ + "bug" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🦗" + , "description": "cricket" + , "category": "Animals & Nature" + , "aliases": [ + "cricket" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🕷" + , "description": "spider" + , "category": "Animals & Nature" + , "aliases": [ + "spider" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🕸" + , "description": "spider web" + , "category": "Animals & Nature" + , "aliases": [ + "spider_web" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🦂" + , "description": "scorpion" + , "category": "Animals & Nature" + , "aliases": [ + "scorpion" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🦟" + , "description": "mosquito" + , "category": "Animals & Nature" + , "aliases": [ + "mosquito" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦠" + , "description": "microbe" + , "category": "Animals & Nature" + , "aliases": [ + "microbe" + ] + , "tags": [ + "germ" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "💐" + , "description": "bouquet" + , "category": "Animals & Nature" + , "aliases": [ + "bouquet" + ] + , "tags": [ + "flowers" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌸" + , "description": "cherry blossom" + , "category": "Animals & Nature" + , "aliases": [ + "cherry_blossom" + ] + , "tags": [ + "flower" + , "spring" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💮" + , "description": "white flower" + , "category": "Animals & Nature" + , "aliases": [ + "white_flower" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏵" + , "description": "rosette" + , "category": "Animals & Nature" + , "aliases": [ + "rosette" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌹" + , "description": "rose" + , "category": "Animals & Nature" + , "aliases": [ + "rose" + ] + , "tags": [ + "flower" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥀" + , "description": "wilted flower" + , "category": "Animals & Nature" + , "aliases": [ + "wilted_flower" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🌺" + , "description": "hibiscus" + , "category": "Animals & Nature" + , "aliases": [ + "hibiscus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌻" + , "description": "sunflower" + , "category": "Animals & Nature" + , "aliases": [ + "sunflower" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌼" + , "description": "blossom" + , "category": "Animals & Nature" + , "aliases": [ + "blossom" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌷" + , "description": "tulip" + , "category": "Animals & Nature" + , "aliases": [ + "tulip" + ] + , "tags": [ + "flower" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌱" + , "description": "seedling" + , "category": "Animals & Nature" + , "aliases": [ + "seedling" + ] + , "tags": [ + "plant" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌲" + , "description": "evergreen tree" + , "category": "Animals & Nature" + , "aliases": [ + "evergreen_tree" + ] + , "tags": [ + "wood" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌳" + , "description": "deciduous tree" + , "category": "Animals & Nature" + , "aliases": [ + "deciduous_tree" + ] + , "tags": [ + "wood" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌴" + , "description": "palm tree" + , "category": "Animals & Nature" + , "aliases": [ + "palm_tree" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌵" + , "description": "cactus" + , "category": "Animals & Nature" + , "aliases": [ + "cactus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌾" + , "description": "sheaf of rice" + , "category": "Animals & Nature" + , "aliases": [ + "ear_of_rice" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌿" + , "description": "herb" + , "category": "Animals & Nature" + , "aliases": [ + "herb" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "☘" + , "description": "shamrock" + , "category": "Animals & Nature" + , "aliases": [ + "shamrock" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🍀" + , "description": "four leaf clover" + , "category": "Animals & Nature" + , "aliases": [ + "four_leaf_clover" + ] + , "tags": [ + "luck" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍁" + , "description": "maple leaf" + , "category": "Animals & Nature" + , "aliases": [ + "maple_leaf" + ] + , "tags": [ + "canada" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍂" + , "description": "fallen leaf" + , "category": "Animals & Nature" + , "aliases": [ + "fallen_leaf" + ] + , "tags": [ + "autumn" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍃" + , "description": "leaf fluttering in wind" + , "category": "Animals & Nature" + , "aliases": [ + "leaves" + ] + , "tags": [ + "leaf" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍇" + , "description": "grapes" + , "category": "Food & Drink" + , "aliases": [ + "grapes" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍈" + , "description": "melon" + , "category": "Food & Drink" + , "aliases": [ + "melon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍉" + , "description": "watermelon" + , "category": "Food & Drink" + , "aliases": [ + "watermelon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍊" + , "description": "tangerine" + , "category": "Food & Drink" + , "aliases": [ + "tangerine" + , "orange" + , "mandarin" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍋" + , "description": "lemon" + , "category": "Food & Drink" + , "aliases": [ + "lemon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍌" + , "description": "banana" + , "category": "Food & Drink" + , "aliases": [ + "banana" + ] + , "tags": [ + "fruit" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍍" + , "description": "pineapple" + , "category": "Food & Drink" + , "aliases": [ + "pineapple" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥭" + , "description": "mango" + , "category": "Food & Drink" + , "aliases": [ + "mango" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🍎" + , "description": "red apple" + , "category": "Food & Drink" + , "aliases": [ + "apple" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍏" + , "description": "green apple" + , "category": "Food & Drink" + , "aliases": [ + "green_apple" + ] + , "tags": [ + "fruit" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍐" + , "description": "pear" + , "category": "Food & Drink" + , "aliases": [ + "pear" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍑" + , "description": "peach" + , "category": "Food & Drink" + , "aliases": [ + "peach" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍒" + , "description": "cherries" + , "category": "Food & Drink" + , "aliases": [ + "cherries" + ] + , "tags": [ + "fruit" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍓" + , "description": "strawberry" + , "category": "Food & Drink" + , "aliases": [ + "strawberry" + ] + , "tags": [ + "fruit" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥝" + , "description": "kiwi fruit" + , "category": "Food & Drink" + , "aliases": [ + "kiwi_fruit" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🍅" + , "description": "tomato" + , "category": "Food & Drink" + , "aliases": [ + "tomato" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥥" + , "description": "coconut" + , "category": "Food & Drink" + , "aliases": [ + "coconut" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥑" + , "description": "avocado" + , "category": "Food & Drink" + , "aliases": [ + "avocado" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🍆" + , "description": "eggplant" + , "category": "Food & Drink" + , "aliases": [ + "eggplant" + ] + , "tags": [ + "aubergine" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥔" + , "description": "potato" + , "category": "Food & Drink" + , "aliases": [ + "potato" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥕" + , "description": "carrot" + , "category": "Food & Drink" + , "aliases": [ + "carrot" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🌽" + , "description": "ear of corn" + , "category": "Food & Drink" + , "aliases": [ + "corn" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌶" + , "description": "hot pepper" + , "category": "Food & Drink" + , "aliases": [ + "hot_pepper" + ] + , "tags": [ + "spicy" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🥒" + , "description": "cucumber" + , "category": "Food & Drink" + , "aliases": [ + "cucumber" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥬" + , "description": "leafy green" + , "category": "Food & Drink" + , "aliases": [ + "leafy_green" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥦" + , "description": "broccoli" + , "category": "Food & Drink" + , "aliases": [ + "broccoli" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧄" + , "description": "garlic" + , "category": "Food & Drink" + , "aliases": [ + "garlic" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🧅" + , "description": "onion" + , "category": "Food & Drink" + , "aliases": [ + "onion" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🍄" + , "description": "mushroom" + , "category": "Food & Drink" + , "aliases": [ + "mushroom" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥜" + , "description": "peanuts" + , "category": "Food & Drink" + , "aliases": [ + "peanuts" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🌰" + , "description": "chestnut" + , "category": "Food & Drink" + , "aliases": [ + "chestnut" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍞" + , "description": "bread" + , "category": "Food & Drink" + , "aliases": [ + "bread" + ] + , "tags": [ + "toast" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥐" + , "description": "croissant" + , "category": "Food & Drink" + , "aliases": [ + "croissant" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥖" + , "description": "baguette bread" + , "category": "Food & Drink" + , "aliases": [ + "baguette_bread" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥨" + , "description": "pretzel" + , "category": "Food & Drink" + , "aliases": [ + "pretzel" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥯" + , "description": "bagel" + , "category": "Food & Drink" + , "aliases": [ + "bagel" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥞" + , "description": "pancakes" + , "category": "Food & Drink" + , "aliases": [ + "pancakes" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🧇" + , "description": "waffle" + , "category": "Food & Drink" + , "aliases": [ + "waffle" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🧀" + , "description": "cheese wedge" + , "category": "Food & Drink" + , "aliases": [ + "cheese" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🍖" + , "description": "meat on bone" + , "category": "Food & Drink" + , "aliases": [ + "meat_on_bone" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍗" + , "description": "poultry leg" + , "category": "Food & Drink" + , "aliases": [ + "poultry_leg" + ] + , "tags": [ + "meat" + , "chicken" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥩" + , "description": "cut of meat" + , "category": "Food & Drink" + , "aliases": [ + "cut_of_meat" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥓" + , "description": "bacon" + , "category": "Food & Drink" + , "aliases": [ + "bacon" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🍔" + , "description": "hamburger" + , "category": "Food & Drink" + , "aliases": [ + "hamburger" + ] + , "tags": [ + "burger" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍟" + , "description": "french fries" + , "category": "Food & Drink" + , "aliases": [ + "fries" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍕" + , "description": "pizza" + , "category": "Food & Drink" + , "aliases": [ + "pizza" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌭" + , "description": "hot dog" + , "category": "Food & Drink" + , "aliases": [ + "hotdog" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🥪" + , "description": "sandwich" + , "category": "Food & Drink" + , "aliases": [ + "sandwich" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🌮" + , "description": "taco" + , "category": "Food & Drink" + , "aliases": [ + "taco" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌯" + , "description": "burrito" + , "category": "Food & Drink" + , "aliases": [ + "burrito" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🥙" + , "description": "stuffed flatbread" + , "category": "Food & Drink" + , "aliases": [ + "stuffed_flatbread" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🧆" + , "description": "falafel" + , "category": "Food & Drink" + , "aliases": [ + "falafel" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🥚" + , "description": "egg" + , "category": "Food & Drink" + , "aliases": [ + "egg" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🍳" + , "description": "cooking" + , "category": "Food & Drink" + , "aliases": [ + "fried_egg" + ] + , "tags": [ + "breakfast" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥘" + , "description": "shallow pan of food" + , "category": "Food & Drink" + , "aliases": [ + "shallow_pan_of_food" + ] + , "tags": [ + "paella" + , "curry" + ] + , "unicode_version": "" + , "ios_version": "10.2" + } +, { + "emoji": "🍲" + , "description": "pot of food" + , "category": "Food & Drink" + , "aliases": [ + "stew" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥣" + , "description": "bowl with spoon" + , "category": "Food & Drink" + , "aliases": [ + "bowl_with_spoon" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥗" + , "description": "green salad" + , "category": "Food & Drink" + , "aliases": [ + "green_salad" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🍿" + , "description": "popcorn" + , "category": "Food & Drink" + , "aliases": [ + "popcorn" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🧈" + , "description": "butter" + , "category": "Food & Drink" + , "aliases": [ + "butter" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🧂" + , "description": "salt" + , "category": "Food & Drink" + , "aliases": [ + "salt" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥫" + , "description": "canned food" + , "category": "Food & Drink" + , "aliases": [ + "canned_food" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🍱" + , "description": "bento box" + , "category": "Food & Drink" + , "aliases": [ + "bento" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍘" + , "description": "rice cracker" + , "category": "Food & Drink" + , "aliases": [ + "rice_cracker" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍙" + , "description": "rice ball" + , "category": "Food & Drink" + , "aliases": [ + "rice_ball" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍚" + , "description": "cooked rice" + , "category": "Food & Drink" + , "aliases": [ + "rice" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍛" + , "description": "curry rice" + , "category": "Food & Drink" + , "aliases": [ + "curry" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍜" + , "description": "steaming bowl" + , "category": "Food & Drink" + , "aliases": [ + "ramen" + ] + , "tags": [ + "noodle" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍝" + , "description": "spaghetti" + , "category": "Food & Drink" + , "aliases": [ + "spaghetti" + ] + , "tags": [ + "pasta" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍠" + , "description": "roasted sweet potato" + , "category": "Food & Drink" + , "aliases": [ + "sweet_potato" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍢" + , "description": "oden" + , "category": "Food & Drink" + , "aliases": [ + "oden" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍣" + , "description": "sushi" + , "category": "Food & Drink" + , "aliases": [ + "sushi" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍤" + , "description": "fried shrimp" + , "category": "Food & Drink" + , "aliases": [ + "fried_shrimp" + ] + , "tags": [ + "tempura" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍥" + , "description": "fish cake with swirl" + , "category": "Food & Drink" + , "aliases": [ + "fish_cake" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥮" + , "description": "moon cake" + , "category": "Food & Drink" + , "aliases": [ + "moon_cake" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🍡" + , "description": "dango" + , "category": "Food & Drink" + , "aliases": [ + "dango" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥟" + , "description": "dumpling" + , "category": "Food & Drink" + , "aliases": [ + "dumpling" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥠" + , "description": "fortune cookie" + , "category": "Food & Drink" + , "aliases": [ + "fortune_cookie" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥡" + , "description": "takeout box" + , "category": "Food & Drink" + , "aliases": [ + "takeout_box" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦀" + , "description": "crab" + , "category": "Food & Drink" + , "aliases": [ + "crab" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🦞" + , "description": "lobster" + , "category": "Food & Drink" + , "aliases": [ + "lobster" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦐" + , "description": "shrimp" + , "category": "Food & Drink" + , "aliases": [ + "shrimp" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦑" + , "description": "squid" + , "category": "Food & Drink" + , "aliases": [ + "squid" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦪" + , "description": "oyster" + , "category": "Food & Drink" + , "aliases": [ + "oyster" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🍦" + , "description": "soft ice cream" + , "category": "Food & Drink" + , "aliases": [ + "icecream" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍧" + , "description": "shaved ice" + , "category": "Food & Drink" + , "aliases": [ + "shaved_ice" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍨" + , "description": "ice cream" + , "category": "Food & Drink" + , "aliases": [ + "ice_cream" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍩" + , "description": "doughnut" + , "category": "Food & Drink" + , "aliases": [ + "doughnut" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍪" + , "description": "cookie" + , "category": "Food & Drink" + , "aliases": [ + "cookie" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎂" + , "description": "birthday cake" + , "category": "Food & Drink" + , "aliases": [ + "birthday" + ] + , "tags": [ + "party" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍰" + , "description": "shortcake" + , "category": "Food & Drink" + , "aliases": [ + "cake" + ] + , "tags": [ + "dessert" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧁" + , "description": "cupcake" + , "category": "Food & Drink" + , "aliases": [ + "cupcake" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥧" + , "description": "pie" + , "category": "Food & Drink" + , "aliases": [ + "pie" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🍫" + , "description": "chocolate bar" + , "category": "Food & Drink" + , "aliases": [ + "chocolate_bar" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍬" + , "description": "candy" + , "category": "Food & Drink" + , "aliases": [ + "candy" + ] + , "tags": [ + "sweet" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍭" + , "description": "lollipop" + , "category": "Food & Drink" + , "aliases": [ + "lollipop" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍮" + , "description": "custard" + , "category": "Food & Drink" + , "aliases": [ + "custard" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍯" + , "description": "honey pot" + , "category": "Food & Drink" + , "aliases": [ + "honey_pot" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍼" + , "description": "baby bottle" + , "category": "Food & Drink" + , "aliases": [ + "baby_bottle" + ] + , "tags": [ + "milk" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥛" + , "description": "glass of milk" + , "category": "Food & Drink" + , "aliases": [ + "milk_glass" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "☕" + , "description": "hot beverage" + , "category": "Food & Drink" + , "aliases": [ + "coffee" + ] + , "tags": [ + "cafe" + , "espresso" + ] + , "unicode_version": "4.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍵" + , "description": "teacup without handle" + , "category": "Food & Drink" + , "aliases": [ + "tea" + ] + , "tags": [ + "green" + , "breakfast" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍶" + , "description": "sake" + , "category": "Food & Drink" + , "aliases": [ + "sake" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍾" + , "description": "bottle with popping cork" + , "category": "Food & Drink" + , "aliases": [ + "champagne" + ] + , "tags": [ + "bottle" + , "bubbly" + , "celebration" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🍷" + , "description": "wine glass" + , "category": "Food & Drink" + , "aliases": [ + "wine_glass" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍸" + , "description": "cocktail glass" + , "category": "Food & Drink" + , "aliases": [ + "cocktail" + ] + , "tags": [ + "drink" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍹" + , "description": "tropical drink" + , "category": "Food & Drink" + , "aliases": [ + "tropical_drink" + ] + , "tags": [ + "summer" + , "vacation" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍺" + , "description": "beer mug" + , "category": "Food & Drink" + , "aliases": [ + "beer" + ] + , "tags": [ + "drink" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🍻" + , "description": "clinking beer mugs" + , "category": "Food & Drink" + , "aliases": [ + "beers" + ] + , "tags": [ + "drinks" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥂" + , "description": "clinking glasses" + , "category": "Food & Drink" + , "aliases": [ + "clinking_glasses" + ] + , "tags": [ + "cheers" + , "toast" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥃" + , "description": "tumbler glass" + , "category": "Food & Drink" + , "aliases": [ + "tumbler_glass" + ] + , "tags": [ + "whisky" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥤" + , "description": "cup with straw" + , "category": "Food & Drink" + , "aliases": [ + "cup_with_straw" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧃" + , "description": "beverage box" + , "category": "Food & Drink" + , "aliases": [ + "beverage_box" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🧉" + , "description": "mate" + , "category": "Food & Drink" + , "aliases": [ + "mate" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🧊" + , "description": "ice cube" + , "category": "Food & Drink" + , "aliases": [ + "ice_cube" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🥢" + , "description": "chopsticks" + , "category": "Food & Drink" + , "aliases": [ + "chopsticks" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🍽" + , "description": "fork and knife with plate" + , "category": "Food & Drink" + , "aliases": [ + "plate_with_cutlery" + ] + , "tags": [ + "dining" + , "dinner" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🍴" + , "description": "fork and knife" + , "category": "Food & Drink" + , "aliases": [ + "fork_and_knife" + ] + , "tags": [ + "cutlery" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥄" + , "description": "spoon" + , "category": "Food & Drink" + , "aliases": [ + "spoon" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🔪" + , "description": "kitchen knife" + , "category": "Food & Drink" + , "aliases": [ + "hocho" + , "knife" + ] + , "tags": [ + "cut" + , "chop" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏺" + , "description": "amphora" + , "category": "Food & Drink" + , "aliases": [ + "amphora" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌍" + , "description": "globe showing Europe-Africa" + , "category": "Travel & Places" + , "aliases": [ + "earth_africa" + ] + , "tags": [ + "globe" + , "world" + , "international" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌎" + , "description": "globe showing Americas" + , "category": "Travel & Places" + , "aliases": [ + "earth_americas" + ] + , "tags": [ + "globe" + , "world" + , "international" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌏" + , "description": "globe showing Asia-Australia" + , "category": "Travel & Places" + , "aliases": [ + "earth_asia" + ] + , "tags": [ + "globe" + , "world" + , "international" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌐" + , "description": "globe with meridians" + , "category": "Travel & Places" + , "aliases": [ + "globe_with_meridians" + ] + , "tags": [ + "world" + , "global" + , "international" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗺" + , "description": "world map" + , "category": "Travel & Places" + , "aliases": [ + "world_map" + ] + , "tags": [ + "travel" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🗾" + , "description": "map of Japan" + , "category": "Travel & Places" + , "aliases": [ + "japan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧭" + , "description": "compass" + , "category": "Travel & Places" + , "aliases": [ + "compass" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🏔" + , "description": "snow-capped mountain" + , "category": "Travel & Places" + , "aliases": [ + "mountain_snow" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⛰" + , "description": "mountain" + , "category": "Travel & Places" + , "aliases": [ + "mountain" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "🌋" + , "description": "volcano" + , "category": "Travel & Places" + , "aliases": [ + "volcano" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗻" + , "description": "mount fuji" + , "category": "Travel & Places" + , "aliases": [ + "mount_fuji" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏕" + , "description": "camping" + , "category": "Travel & Places" + , "aliases": [ + "camping" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏖" + , "description": "beach with umbrella" + , "category": "Travel & Places" + , "aliases": [ + "beach_umbrella" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏜" + , "description": "desert" + , "category": "Travel & Places" + , "aliases": [ + "desert" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏝" + , "description": "desert island" + , "category": "Travel & Places" + , "aliases": [ + "desert_island" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏞" + , "description": "national park" + , "category": "Travel & Places" + , "aliases": [ + "national_park" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏟" + , "description": "stadium" + , "category": "Travel & Places" + , "aliases": [ + "stadium" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏛" + , "description": "classical building" + , "category": "Travel & Places" + , "aliases": [ + "classical_building" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏗" + , "description": "building construction" + , "category": "Travel & Places" + , "aliases": [ + "building_construction" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🧱" + , "description": "brick" + , "category": "Travel & Places" + , "aliases": [ + "bricks" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🏘" + , "description": "houses" + , "category": "Travel & Places" + , "aliases": [ + "houses" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏚" + , "description": "derelict house" + , "category": "Travel & Places" + , "aliases": [ + "derelict_house" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏠" + , "description": "house" + , "category": "Travel & Places" + , "aliases": [ + "house" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏡" + , "description": "house with garden" + , "category": "Travel & Places" + , "aliases": [ + "house_with_garden" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏢" + , "description": "office building" + , "category": "Travel & Places" + , "aliases": [ + "office" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏣" + , "description": "Japanese post office" + , "category": "Travel & Places" + , "aliases": [ + "post_office" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏤" + , "description": "post office" + , "category": "Travel & Places" + , "aliases": [ + "european_post_office" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏥" + , "description": "hospital" + , "category": "Travel & Places" + , "aliases": [ + "hospital" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏦" + , "description": "bank" + , "category": "Travel & Places" + , "aliases": [ + "bank" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏨" + , "description": "hotel" + , "category": "Travel & Places" + , "aliases": [ + "hotel" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏩" + , "description": "love hotel" + , "category": "Travel & Places" + , "aliases": [ + "love_hotel" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏪" + , "description": "convenience store" + , "category": "Travel & Places" + , "aliases": [ + "convenience_store" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏫" + , "description": "school" + , "category": "Travel & Places" + , "aliases": [ + "school" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏬" + , "description": "department store" + , "category": "Travel & Places" + , "aliases": [ + "department_store" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏭" + , "description": "factory" + , "category": "Travel & Places" + , "aliases": [ + "factory" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏯" + , "description": "Japanese castle" + , "category": "Travel & Places" + , "aliases": [ + "japanese_castle" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏰" + , "description": "castle" + , "category": "Travel & Places" + , "aliases": [ + "european_castle" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💒" + , "description": "wedding" + , "category": "Travel & Places" + , "aliases": [ + "wedding" + ] + , "tags": [ + "marriage" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗼" + , "description": "Tokyo tower" + , "category": "Travel & Places" + , "aliases": [ + "tokyo_tower" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗽" + , "description": "Statue of Liberty" + , "category": "Travel & Places" + , "aliases": [ + "statue_of_liberty" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⛪" + , "description": "church" + , "category": "Travel & Places" + , "aliases": [ + "church" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "🕌" + , "description": "mosque" + , "category": "Travel & Places" + , "aliases": [ + "mosque" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🛕" + , "description": "hindu temple" + , "category": "Travel & Places" + , "aliases": [ + "hindu_temple" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🕍" + , "description": "synagogue" + , "category": "Travel & Places" + , "aliases": [ + "synagogue" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "⛩" + , "description": "shinto shrine" + , "category": "Travel & Places" + , "aliases": [ + "shinto_shrine" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "🕋" + , "description": "kaaba" + , "category": "Travel & Places" + , "aliases": [ + "kaaba" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "⛲" + , "description": "fountain" + , "category": "Travel & Places" + , "aliases": [ + "fountain" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "⛺" + , "description": "tent" + , "category": "Travel & Places" + , "aliases": [ + "tent" + ] + , "tags": [ + "camping" + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "🌁" + , "description": "foggy" + , "category": "Travel & Places" + , "aliases": [ + "foggy" + ] + , "tags": [ + "karl" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌃" + , "description": "night with stars" + , "category": "Travel & Places" + , "aliases": [ + "night_with_stars" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏙" + , "description": "cityscape" + , "category": "Travel & Places" + , "aliases": [ + "cityscape" + ] + , "tags": [ + "skyline" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌄" + , "description": "sunrise over mountains" + , "category": "Travel & Places" + , "aliases": [ + "sunrise_over_mountains" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌅" + , "description": "sunrise" + , "category": "Travel & Places" + , "aliases": [ + "sunrise" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌆" + , "description": "cityscape at dusk" + , "category": "Travel & Places" + , "aliases": [ + "city_sunset" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌇" + , "description": "sunset" + , "category": "Travel & Places" + , "aliases": [ + "city_sunrise" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌉" + , "description": "bridge at night" + , "category": "Travel & Places" + , "aliases": [ + "bridge_at_night" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "♨️" + , "description": "hot springs" + , "category": "Travel & Places" + , "aliases": [ + "hotsprings" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🎠" + , "description": "carousel horse" + , "category": "Travel & Places" + , "aliases": [ + "carousel_horse" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎡" + , "description": "ferris wheel" + , "category": "Travel & Places" + , "aliases": [ + "ferris_wheel" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎢" + , "description": "roller coaster" + , "category": "Travel & Places" + , "aliases": [ + "roller_coaster" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💈" + , "description": "barber pole" + , "category": "Travel & Places" + , "aliases": [ + "barber" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎪" + , "description": "circus tent" + , "category": "Travel & Places" + , "aliases": [ + "circus_tent" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚂" + , "description": "locomotive" + , "category": "Travel & Places" + , "aliases": [ + "steam_locomotive" + ] + , "tags": [ + "train" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚃" + , "description": "railway car" + , "category": "Travel & Places" + , "aliases": [ + "railway_car" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚄" + , "description": "high-speed train" + , "category": "Travel & Places" + , "aliases": [ + "bullettrain_side" + ] + , "tags": [ + "train" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚅" + , "description": "bullet train" + , "category": "Travel & Places" + , "aliases": [ + "bullettrain_front" + ] + , "tags": [ + "train" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚆" + , "description": "train" + , "category": "Travel & Places" + , "aliases": [ + "train2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚇" + , "description": "metro" + , "category": "Travel & Places" + , "aliases": [ + "metro" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚈" + , "description": "light rail" + , "category": "Travel & Places" + , "aliases": [ + "light_rail" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚉" + , "description": "station" + , "category": "Travel & Places" + , "aliases": [ + "station" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚊" + , "description": "tram" + , "category": "Travel & Places" + , "aliases": [ + "tram" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚝" + , "description": "monorail" + , "category": "Travel & Places" + , "aliases": [ + "monorail" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚞" + , "description": "mountain railway" + , "category": "Travel & Places" + , "aliases": [ + "mountain_railway" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚋" + , "description": "tram car" + , "category": "Travel & Places" + , "aliases": [ + "train" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚌" + , "description": "bus" + , "category": "Travel & Places" + , "aliases": [ + "bus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚍" + , "description": "oncoming bus" + , "category": "Travel & Places" + , "aliases": [ + "oncoming_bus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚎" + , "description": "trolleybus" + , "category": "Travel & Places" + , "aliases": [ + "trolleybus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚐" + , "description": "minibus" + , "category": "Travel & Places" + , "aliases": [ + "minibus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚑" + , "description": "ambulance" + , "category": "Travel & Places" + , "aliases": [ + "ambulance" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚒" + , "description": "fire engine" + , "category": "Travel & Places" + , "aliases": [ + "fire_engine" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚓" + , "description": "police car" + , "category": "Travel & Places" + , "aliases": [ + "police_car" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚔" + , "description": "oncoming police car" + , "category": "Travel & Places" + , "aliases": [ + "oncoming_police_car" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚕" + , "description": "taxi" + , "category": "Travel & Places" + , "aliases": [ + "taxi" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚖" + , "description": "oncoming taxi" + , "category": "Travel & Places" + , "aliases": [ + "oncoming_taxi" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚗" + , "description": "automobile" + , "category": "Travel & Places" + , "aliases": [ + "car" + , "red_car" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚘" + , "description": "oncoming automobile" + , "category": "Travel & Places" + , "aliases": [ + "oncoming_automobile" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚙" + , "description": "sport utility vehicle" + , "category": "Travel & Places" + , "aliases": [ + "blue_car" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚚" + , "description": "delivery truck" + , "category": "Travel & Places" + , "aliases": [ + "truck" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚛" + , "description": "articulated lorry" + , "category": "Travel & Places" + , "aliases": [ + "articulated_lorry" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚜" + , "description": "tractor" + , "category": "Travel & Places" + , "aliases": [ + "tractor" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏎" + , "description": "racing car" + , "category": "Travel & Places" + , "aliases": [ + "racing_car" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏍" + , "description": "motorcycle" + , "category": "Travel & Places" + , "aliases": [ + "motorcycle" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🛵" + , "description": "motor scooter" + , "category": "Travel & Places" + , "aliases": [ + "motor_scooter" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🦽" + , "description": "manual wheelchair" + , "category": "Travel & Places" + , "aliases": [ + "manual_wheelchair" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🦼" + , "description": "motorized wheelchair" + , "category": "Travel & Places" + , "aliases": [ + "motorized_wheelchair" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🛺" + , "description": "auto rickshaw" + , "category": "Travel & Places" + , "aliases": [ + "auto_rickshaw" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🚲" + , "description": "bicycle" + , "category": "Travel & Places" + , "aliases": [ + "bike" + ] + , "tags": [ + "bicycle" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛴" + , "description": "kick scooter" + , "category": "Travel & Places" + , "aliases": [ + "kick_scooter" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🛹" + , "description": "skateboard" + , "category": "Travel & Places" + , "aliases": [ + "skateboard" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🚏" + , "description": "bus stop" + , "category": "Travel & Places" + , "aliases": [ + "busstop" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛣" + , "description": "motorway" + , "category": "Travel & Places" + , "aliases": [ + "motorway" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🛤" + , "description": "railway track" + , "category": "Travel & Places" + , "aliases": [ + "railway_track" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🛢" + , "description": "oil drum" + , "category": "Travel & Places" + , "aliases": [ + "oil_drum" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⛽" + , "description": "fuel pump" + , "category": "Travel & Places" + , "aliases": [ + "fuelpump" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "🚨" + , "description": "police car light" + , "category": "Travel & Places" + , "aliases": [ + "rotating_light" + ] + , "tags": [ + "911" + , "emergency" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚥" + , "description": "horizontal traffic light" + , "category": "Travel & Places" + , "aliases": [ + "traffic_light" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚦" + , "description": "vertical traffic light" + , "category": "Travel & Places" + , "aliases": [ + "vertical_traffic_light" + ] + , "tags": [ + "semaphore" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛑" + , "description": "stop sign" + , "category": "Travel & Places" + , "aliases": [ + "stop_sign" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🚧" + , "description": "construction" + , "category": "Travel & Places" + , "aliases": [ + "construction" + ] + , "tags": [ + "wip" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⚓" + , "description": "anchor" + , "category": "Travel & Places" + , "aliases": [ + "anchor" + ] + , "tags": [ + "ship" + ] + , "unicode_version": "4.1" + , "ios_version": "6.0" + } +, { + "emoji": "⛵" + , "description": "sailboat" + , "category": "Travel & Places" + , "aliases": [ + "boat" + , "sailboat" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "🛶" + , "description": "canoe" + , "category": "Travel & Places" + , "aliases": [ + "canoe" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🚤" + , "description": "speedboat" + , "category": "Travel & Places" + , "aliases": [ + "speedboat" + ] + , "tags": [ + "ship" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛳" + , "description": "passenger ship" + , "category": "Travel & Places" + , "aliases": [ + "passenger_ship" + ] + , "tags": [ + "cruise" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⛴" + , "description": "ferry" + , "category": "Travel & Places" + , "aliases": [ + "ferry" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "🛥" + , "description": "motor boat" + , "category": "Travel & Places" + , "aliases": [ + "motor_boat" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🚢" + , "description": "ship" + , "category": "Travel & Places" + , "aliases": [ + "ship" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "✈️" + , "description": "airplane" + , "category": "Travel & Places" + , "aliases": [ + "airplane" + ] + , "tags": [ + "flight" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🛩" + , "description": "small airplane" + , "category": "Travel & Places" + , "aliases": [ + "small_airplane" + ] + , "tags": [ + "flight" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🛫" + , "description": "airplane departure" + , "category": "Travel & Places" + , "aliases": [ + "flight_departure" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🛬" + , "description": "airplane arrival" + , "category": "Travel & Places" + , "aliases": [ + "flight_arrival" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🪂" + , "description": "parachute" + , "category": "Travel & Places" + , "aliases": [ + "parachute" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "💺" + , "description": "seat" + , "category": "Travel & Places" + , "aliases": [ + "seat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚁" + , "description": "helicopter" + , "category": "Travel & Places" + , "aliases": [ + "helicopter" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚟" + , "description": "suspension railway" + , "category": "Travel & Places" + , "aliases": [ + "suspension_railway" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚠" + , "description": "mountain cableway" + , "category": "Travel & Places" + , "aliases": [ + "mountain_cableway" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚡" + , "description": "aerial tramway" + , "category": "Travel & Places" + , "aliases": [ + "aerial_tramway" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛰" + , "description": "satellite" + , "category": "Travel & Places" + , "aliases": [ + "artificial_satellite" + ] + , "tags": [ + "orbit" + , "space" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🚀" + , "description": "rocket" + , "category": "Travel & Places" + , "aliases": [ + "rocket" + ] + , "tags": [ + "ship" + , "launch" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛸" + , "description": "flying saucer" + , "category": "Travel & Places" + , "aliases": [ + "flying_saucer" + ] + , "tags": [ + "ufo" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🛎" + , "description": "bellhop bell" + , "category": "Travel & Places" + , "aliases": [ + "bellhop_bell" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🧳" + , "description": "luggage" + , "category": "Travel & Places" + , "aliases": [ + "luggage" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "⌛" + , "description": "hourglass done" + , "category": "Travel & Places" + , "aliases": [ + "hourglass" + ] + , "tags": [ + "time" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⏳" + , "description": "hourglass not done" + , "category": "Travel & Places" + , "aliases": [ + "hourglass_flowing_sand" + ] + , "tags": [ + "time" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⌚" + , "description": "watch" + , "category": "Travel & Places" + , "aliases": [ + "watch" + ] + , "tags": [ + "time" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⏰" + , "description": "alarm clock" + , "category": "Travel & Places" + , "aliases": [ + "alarm_clock" + ] + , "tags": [ + "morning" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⏱" + , "description": "stopwatch" + , "category": "Travel & Places" + , "aliases": [ + "stopwatch" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.1" + } +, { + "emoji": "⏲" + , "description": "timer clock" + , "category": "Travel & Places" + , "aliases": [ + "timer_clock" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.1" + } +, { + "emoji": "🕰" + , "description": "mantelpiece clock" + , "category": "Travel & Places" + , "aliases": [ + "mantelpiece_clock" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🕛" + , "description": "twelve o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock12" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕧" + , "description": "twelve-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock1230" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕐" + , "description": "one o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock1" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕜" + , "description": "one-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock130" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕑" + , "description": "two o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕝" + , "description": "two-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock230" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕒" + , "description": "three o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock3" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕞" + , "description": "three-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock330" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕓" + , "description": "four o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock4" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕟" + , "description": "four-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock430" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕔" + , "description": "five o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock5" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕠" + , "description": "five-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock530" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕕" + , "description": "six o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock6" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕡" + , "description": "six-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock630" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕖" + , "description": "seven o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock7" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕢" + , "description": "seven-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock730" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕗" + , "description": "eight o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock8" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕣" + , "description": "eight-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock830" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕘" + , "description": "nine o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock9" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕤" + , "description": "nine-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock930" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕙" + , "description": "ten o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock10" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕥" + , "description": "ten-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock1030" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕚" + , "description": "eleven o’clock" + , "category": "Travel & Places" + , "aliases": [ + "clock11" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕦" + , "description": "eleven-thirty" + , "category": "Travel & Places" + , "aliases": [ + "clock1130" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌑" + , "description": "new moon" + , "category": "Travel & Places" + , "aliases": [ + "new_moon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌒" + , "description": "waxing crescent moon" + , "category": "Travel & Places" + , "aliases": [ + "waxing_crescent_moon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌓" + , "description": "first quarter moon" + , "category": "Travel & Places" + , "aliases": [ + "first_quarter_moon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌔" + , "description": "waxing gibbous moon" + , "category": "Travel & Places" + , "aliases": [ + "moon" + , "waxing_gibbous_moon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌕" + , "description": "full moon" + , "category": "Travel & Places" + , "aliases": [ + "full_moon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌖" + , "description": "waning gibbous moon" + , "category": "Travel & Places" + , "aliases": [ + "waning_gibbous_moon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌗" + , "description": "last quarter moon" + , "category": "Travel & Places" + , "aliases": [ + "last_quarter_moon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌘" + , "description": "waning crescent moon" + , "category": "Travel & Places" + , "aliases": [ + "waning_crescent_moon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌙" + , "description": "crescent moon" + , "category": "Travel & Places" + , "aliases": [ + "crescent_moon" + ] + , "tags": [ + "night" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌚" + , "description": "new moon face" + , "category": "Travel & Places" + , "aliases": [ + "new_moon_with_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌛" + , "description": "first quarter moon face" + , "category": "Travel & Places" + , "aliases": [ + "first_quarter_moon_with_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌜" + , "description": "last quarter moon face" + , "category": "Travel & Places" + , "aliases": [ + "last_quarter_moon_with_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌡" + , "description": "thermometer" + , "category": "Travel & Places" + , "aliases": [ + "thermometer" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "☀️" + , "description": "sun" + , "category": "Travel & Places" + , "aliases": [ + "sunny" + ] + , "tags": [ + "weather" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🌝" + , "description": "full moon face" + , "category": "Travel & Places" + , "aliases": [ + "full_moon_with_face" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌞" + , "description": "sun with face" + , "category": "Travel & Places" + , "aliases": [ + "sun_with_face" + ] + , "tags": [ + "summer" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🪐" + , "description": "ringed planet" + , "category": "Travel & Places" + , "aliases": [ + "ringed_planet" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "⭐" + , "description": "star" + , "category": "Travel & Places" + , "aliases": [ + "star" + ] + , "tags": [ + ] + , "unicode_version": "5.1" + , "ios_version": "6.0" + } +, { + "emoji": "🌟" + , "description": "glowing star" + , "category": "Travel & Places" + , "aliases": [ + "star2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌠" + , "description": "shooting star" + , "category": "Travel & Places" + , "aliases": [ + "stars" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌌" + , "description": "milky way" + , "category": "Travel & Places" + , "aliases": [ + "milky_way" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "☁️" + , "description": "cloud" + , "category": "Travel & Places" + , "aliases": [ + "cloud" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⛅" + , "description": "sun behind cloud" + , "category": "Travel & Places" + , "aliases": [ + "partly_sunny" + ] + , "tags": [ + "weather" + , "cloud" + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "⛈" + , "description": "cloud with lightning and rain" + , "category": "Travel & Places" + , "aliases": [ + "cloud_with_lightning_and_rain" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "🌤" + , "description": "sun behind small cloud" + , "category": "Travel & Places" + , "aliases": [ + "sun_behind_small_cloud" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌥" + , "description": "sun behind large cloud" + , "category": "Travel & Places" + , "aliases": [ + "sun_behind_large_cloud" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌦" + , "description": "sun behind rain cloud" + , "category": "Travel & Places" + , "aliases": [ + "sun_behind_rain_cloud" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌧" + , "description": "cloud with rain" + , "category": "Travel & Places" + , "aliases": [ + "cloud_with_rain" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌨" + , "description": "cloud with snow" + , "category": "Travel & Places" + , "aliases": [ + "cloud_with_snow" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌩" + , "description": "cloud with lightning" + , "category": "Travel & Places" + , "aliases": [ + "cloud_with_lightning" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌪" + , "description": "tornado" + , "category": "Travel & Places" + , "aliases": [ + "tornado" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌫" + , "description": "fog" + , "category": "Travel & Places" + , "aliases": [ + "fog" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌬" + , "description": "wind face" + , "category": "Travel & Places" + , "aliases": [ + "wind_face" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🌀" + , "description": "cyclone" + , "category": "Travel & Places" + , "aliases": [ + "cyclone" + ] + , "tags": [ + "swirl" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌈" + , "description": "rainbow" + , "category": "Travel & Places" + , "aliases": [ + "rainbow" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌂" + , "description": "closed umbrella" + , "category": "Travel & Places" + , "aliases": [ + "closed_umbrella" + ] + , "tags": [ + "weather" + , "rain" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "☂️" + , "description": "umbrella" + , "category": "Travel & Places" + , "aliases": [ + "open_umbrella" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "☔" + , "description": "umbrella with rain drops" + , "category": "Travel & Places" + , "aliases": [ + "umbrella" + ] + , "tags": [ + "rain" + , "weather" + ] + , "unicode_version": "4.0" + , "ios_version": "6.0" + } +, { + "emoji": "⛱" + , "description": "umbrella on ground" + , "category": "Travel & Places" + , "aliases": [ + "parasol_on_ground" + ] + , "tags": [ + "beach_umbrella" + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "⚡" + , "description": "high voltage" + , "category": "Travel & Places" + , "aliases": [ + "zap" + ] + , "tags": [ + "lightning" + , "thunder" + ] + , "unicode_version": "4.0" + , "ios_version": "6.0" + } +, { + "emoji": "❄️" + , "description": "snowflake" + , "category": "Travel & Places" + , "aliases": [ + "snowflake" + ] + , "tags": [ + "winter" + , "cold" + , "weather" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "☃️" + , "description": "snowman" + , "category": "Travel & Places" + , "aliases": [ + "snowman_with_snow" + ] + , "tags": [ + "winter" + , "christmas" + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "⛄" + , "description": "snowman without snow" + , "category": "Travel & Places" + , "aliases": [ + "snowman" + ] + , "tags": [ + "winter" + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "☄" + , "description": "comet" + , "category": "Travel & Places" + , "aliases": [ + "comet" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "🔥" + , "description": "fire" + , "category": "Travel & Places" + , "aliases": [ + "fire" + ] + , "tags": [ + "burn" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💧" + , "description": "droplet" + , "category": "Travel & Places" + , "aliases": [ + "droplet" + ] + , "tags": [ + "water" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🌊" + , "description": "water wave" + , "category": "Travel & Places" + , "aliases": [ + "ocean" + ] + , "tags": [ + "sea" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎃" + , "description": "jack-o-lantern" + , "category": "Activities" + , "aliases": [ + "jack_o_lantern" + ] + , "tags": [ + "halloween" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎄" + , "description": "Christmas tree" + , "category": "Activities" + , "aliases": [ + "christmas_tree" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎆" + , "description": "fireworks" + , "category": "Activities" + , "aliases": [ + "fireworks" + ] + , "tags": [ + "festival" + , "celebration" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎇" + , "description": "sparkler" + , "category": "Activities" + , "aliases": [ + "sparkler" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧨" + , "description": "firecracker" + , "category": "Activities" + , "aliases": [ + "firecracker" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "✨" + , "description": "sparkles" + , "category": "Activities" + , "aliases": [ + "sparkles" + ] + , "tags": [ + "shiny" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎈" + , "description": "balloon" + , "category": "Activities" + , "aliases": [ + "balloon" + ] + , "tags": [ + "party" + , "birthday" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎉" + , "description": "party popper" + , "category": "Activities" + , "aliases": [ + "tada" + ] + , "tags": [ + "hooray" + , "party" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎊" + , "description": "confetti ball" + , "category": "Activities" + , "aliases": [ + "confetti_ball" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎋" + , "description": "tanabata tree" + , "category": "Activities" + , "aliases": [ + "tanabata_tree" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎍" + , "description": "pine decoration" + , "category": "Activities" + , "aliases": [ + "bamboo" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎎" + , "description": "Japanese dolls" + , "category": "Activities" + , "aliases": [ + "dolls" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎏" + , "description": "carp streamer" + , "category": "Activities" + , "aliases": [ + "flags" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎐" + , "description": "wind chime" + , "category": "Activities" + , "aliases": [ + "wind_chime" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎑" + , "description": "moon viewing ceremony" + , "category": "Activities" + , "aliases": [ + "rice_scene" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧧" + , "description": "red envelope" + , "category": "Activities" + , "aliases": [ + "red_envelope" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🎀" + , "description": "ribbon" + , "category": "Activities" + , "aliases": [ + "ribbon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎁" + , "description": "wrapped gift" + , "category": "Activities" + , "aliases": [ + "gift" + ] + , "tags": [ + "present" + , "birthday" + , "christmas" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎗" + , "description": "reminder ribbon" + , "category": "Activities" + , "aliases": [ + "reminder_ribbon" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎟" + , "description": "admission tickets" + , "category": "Activities" + , "aliases": [ + "tickets" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎫" + , "description": "ticket" + , "category": "Activities" + , "aliases": [ + "ticket" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎖" + , "description": "military medal" + , "category": "Activities" + , "aliases": [ + "medal_military" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏆" + , "description": "trophy" + , "category": "Activities" + , "aliases": [ + "trophy" + ] + , "tags": [ + "award" + , "contest" + , "winner" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏅" + , "description": "sports medal" + , "category": "Activities" + , "aliases": [ + "medal_sports" + ] + , "tags": [ + "gold" + , "winner" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🥇" + , "description": "1st place medal" + , "category": "Activities" + , "aliases": [ + "1st_place_medal" + ] + , "tags": [ + "gold" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥈" + , "description": "2nd place medal" + , "category": "Activities" + , "aliases": [ + "2nd_place_medal" + ] + , "tags": [ + "silver" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥉" + , "description": "3rd place medal" + , "category": "Activities" + , "aliases": [ + "3rd_place_medal" + ] + , "tags": [ + "bronze" + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "⚽" + , "description": "soccer ball" + , "category": "Activities" + , "aliases": [ + "soccer" + ] + , "tags": [ + "sports" + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "⚾" + , "description": "baseball" + , "category": "Activities" + , "aliases": [ + "baseball" + ] + , "tags": [ + "sports" + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "🥎" + , "description": "softball" + , "category": "Activities" + , "aliases": [ + "softball" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🏀" + , "description": "basketball" + , "category": "Activities" + , "aliases": [ + "basketball" + ] + , "tags": [ + "sports" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏐" + , "description": "volleyball" + , "category": "Activities" + , "aliases": [ + "volleyball" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏈" + , "description": "american football" + , "category": "Activities" + , "aliases": [ + "football" + ] + , "tags": [ + "sports" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏉" + , "description": "rugby football" + , "category": "Activities" + , "aliases": [ + "rugby_football" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎾" + , "description": "tennis" + , "category": "Activities" + , "aliases": [ + "tennis" + ] + , "tags": [ + "sports" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥏" + , "description": "flying disc" + , "category": "Activities" + , "aliases": [ + "flying_disc" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🎳" + , "description": "bowling" + , "category": "Activities" + , "aliases": [ + "bowling" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏏" + , "description": "cricket game" + , "category": "Activities" + , "aliases": [ + "cricket_game" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏑" + , "description": "field hockey" + , "category": "Activities" + , "aliases": [ + "field_hockey" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏒" + , "description": "ice hockey" + , "category": "Activities" + , "aliases": [ + "ice_hockey" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🥍" + , "description": "lacrosse" + , "category": "Activities" + , "aliases": [ + "lacrosse" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🏓" + , "description": "ping pong" + , "category": "Activities" + , "aliases": [ + "ping_pong" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏸" + , "description": "badminton" + , "category": "Activities" + , "aliases": [ + "badminton" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🥊" + , "description": "boxing glove" + , "category": "Activities" + , "aliases": [ + "boxing_glove" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥋" + , "description": "martial arts uniform" + , "category": "Activities" + , "aliases": [ + "martial_arts_uniform" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🥅" + , "description": "goal net" + , "category": "Activities" + , "aliases": [ + "goal_net" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "⛳" + , "description": "flag in hole" + , "category": "Activities" + , "aliases": [ + "golf" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "⛸" + , "description": "ice skate" + , "category": "Activities" + , "aliases": [ + "ice_skate" + ] + , "tags": [ + "skating" + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "🎣" + , "description": "fishing pole" + , "category": "Activities" + , "aliases": [ + "fishing_pole_and_fish" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🤿" + , "description": "diving mask" + , "category": "Activities" + , "aliases": [ + "diving_mask" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🎽" + , "description": "running shirt" + , "category": "Activities" + , "aliases": [ + "running_shirt_with_sash" + ] + , "tags": [ + "marathon" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎿" + , "description": "skis" + , "category": "Activities" + , "aliases": [ + "ski" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛷" + , "description": "sled" + , "category": "Activities" + , "aliases": [ + "sled" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥌" + , "description": "curling stone" + , "category": "Activities" + , "aliases": [ + "curling_stone" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🎯" + , "description": "direct hit" + , "category": "Activities" + , "aliases": [ + "dart" + ] + , "tags": [ + "target" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🪀" + , "description": "yo-yo" + , "category": "Activities" + , "aliases": [ + "yo_yo" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🪁" + , "description": "kite" + , "category": "Activities" + , "aliases": [ + "kite" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🎱" + , "description": "pool 8 ball" + , "category": "Activities" + , "aliases": [ + "8ball" + ] + , "tags": [ + "pool" + , "billiards" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔮" + , "description": "crystal ball" + , "category": "Activities" + , "aliases": [ + "crystal_ball" + ] + , "tags": [ + "fortune" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧿" + , "description": "nazar amulet" + , "category": "Activities" + , "aliases": [ + "nazar_amulet" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🎮" + , "description": "video game" + , "category": "Activities" + , "aliases": [ + "video_game" + ] + , "tags": [ + "play" + , "controller" + , "console" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕹" + , "description": "joystick" + , "category": "Activities" + , "aliases": [ + "joystick" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎰" + , "description": "slot machine" + , "category": "Activities" + , "aliases": [ + "slot_machine" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎲" + , "description": "game die" + , "category": "Activities" + , "aliases": [ + "game_die" + ] + , "tags": [ + "dice" + , "gambling" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧩" + , "description": "puzzle piece" + , "category": "Activities" + , "aliases": [ + "jigsaw" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧸" + , "description": "teddy bear" + , "category": "Activities" + , "aliases": [ + "teddy_bear" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "♠️" + , "description": "spade suit" + , "category": "Activities" + , "aliases": [ + "spades" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♥️" + , "description": "heart suit" + , "category": "Activities" + , "aliases": [ + "hearts" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♦️" + , "description": "diamond suit" + , "category": "Activities" + , "aliases": [ + "diamonds" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♣️" + , "description": "club suit" + , "category": "Activities" + , "aliases": [ + "clubs" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♟" + , "description": "chess pawn" + , "category": "Activities" + , "aliases": [ + "chess_pawn" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🃏" + , "description": "joker" + , "category": "Activities" + , "aliases": [ + "black_joker" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🀄" + , "description": "mahjong red dragon" + , "category": "Activities" + , "aliases": [ + "mahjong" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🎴" + , "description": "flower playing cards" + , "category": "Activities" + , "aliases": [ + "flower_playing_cards" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎭" + , "description": "performing arts" + , "category": "Activities" + , "aliases": [ + "performing_arts" + ] + , "tags": [ + "theater" + , "drama" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🖼" + , "description": "framed picture" + , "category": "Activities" + , "aliases": [ + "framed_picture" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎨" + , "description": "artist palette" + , "category": "Activities" + , "aliases": [ + "art" + ] + , "tags": [ + "design" + , "paint" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧵" + , "description": "thread" + , "category": "Activities" + , "aliases": [ + "thread" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧶" + , "description": "yarn" + , "category": "Activities" + , "aliases": [ + "yarn" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "👓" + , "description": "glasses" + , "category": "Objects" + , "aliases": [ + "eyeglasses" + ] + , "tags": [ + "glasses" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕶" + , "description": "sunglasses" + , "category": "Objects" + , "aliases": [ + "dark_sunglasses" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🥽" + , "description": "goggles" + , "category": "Objects" + , "aliases": [ + "goggles" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥼" + , "description": "lab coat" + , "category": "Objects" + , "aliases": [ + "lab_coat" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🦺" + , "description": "safety vest" + , "category": "Objects" + , "aliases": [ + "safety_vest" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "👔" + , "description": "necktie" + , "category": "Objects" + , "aliases": [ + "necktie" + ] + , "tags": [ + "shirt" + , "formal" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👕" + , "description": "t-shirt" + , "category": "Objects" + , "aliases": [ + "shirt" + , "tshirt" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👖" + , "description": "jeans" + , "category": "Objects" + , "aliases": [ + "jeans" + ] + , "tags": [ + "pants" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧣" + , "description": "scarf" + , "category": "Objects" + , "aliases": [ + "scarf" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧤" + , "description": "gloves" + , "category": "Objects" + , "aliases": [ + "gloves" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧥" + , "description": "coat" + , "category": "Objects" + , "aliases": [ + "coat" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧦" + , "description": "socks" + , "category": "Objects" + , "aliases": [ + "socks" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "👗" + , "description": "dress" + , "category": "Objects" + , "aliases": [ + "dress" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👘" + , "description": "kimono" + , "category": "Objects" + , "aliases": [ + "kimono" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥻" + , "description": "sari" + , "category": "Objects" + , "aliases": [ + "sari" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🩱" + , "description": "one-piece swimsuit" + , "category": "Objects" + , "aliases": [ + "one_piece_swimsuit" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🩲" + , "description": "swim brief" + , "category": "Objects" + , "aliases": [ + "swim_brief" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🩳" + , "description": "shorts" + , "category": "Objects" + , "aliases": [ + "shorts" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "👙" + , "description": "bikini" + , "category": "Objects" + , "aliases": [ + "bikini" + ] + , "tags": [ + "beach" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👚" + , "description": "woman’s clothes" + , "category": "Objects" + , "aliases": [ + "womans_clothes" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👛" + , "description": "purse" + , "category": "Objects" + , "aliases": [ + "purse" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👜" + , "description": "handbag" + , "category": "Objects" + , "aliases": [ + "handbag" + ] + , "tags": [ + "bag" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👝" + , "description": "clutch bag" + , "category": "Objects" + , "aliases": [ + "pouch" + ] + , "tags": [ + "bag" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛍" + , "description": "shopping bags" + , "category": "Objects" + , "aliases": [ + "shopping" + ] + , "tags": [ + "bags" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎒" + , "description": "backpack" + , "category": "Objects" + , "aliases": [ + "school_satchel" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👞" + , "description": "man’s shoe" + , "category": "Objects" + , "aliases": [ + "mans_shoe" + , "shoe" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👟" + , "description": "running shoe" + , "category": "Objects" + , "aliases": [ + "athletic_shoe" + ] + , "tags": [ + "sneaker" + , "sport" + , "running" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🥾" + , "description": "hiking boot" + , "category": "Objects" + , "aliases": [ + "hiking_boot" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🥿" + , "description": "flat shoe" + , "category": "Objects" + , "aliases": [ + "flat_shoe" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "👠" + , "description": "high-heeled shoe" + , "category": "Objects" + , "aliases": [ + "high_heel" + ] + , "tags": [ + "shoe" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👡" + , "description": "woman’s sandal" + , "category": "Objects" + , "aliases": [ + "sandal" + ] + , "tags": [ + "shoe" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🩰" + , "description": "ballet shoes" + , "category": "Objects" + , "aliases": [ + "ballet_shoes" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "👢" + , "description": "woman’s boot" + , "category": "Objects" + , "aliases": [ + "boot" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👑" + , "description": "crown" + , "category": "Objects" + , "aliases": [ + "crown" + ] + , "tags": [ + "king" + , "queen" + , "royal" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "👒" + , "description": "woman’s hat" + , "category": "Objects" + , "aliases": [ + "womans_hat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎩" + , "description": "top hat" + , "category": "Objects" + , "aliases": [ + "tophat" + ] + , "tags": [ + "hat" + , "classy" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎓" + , "description": "graduation cap" + , "category": "Objects" + , "aliases": [ + "mortar_board" + ] + , "tags": [ + "education" + , "college" + , "university" + , "graduation" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧢" + , "description": "billed cap" + , "category": "Objects" + , "aliases": [ + "billed_cap" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "⛑" + , "description": "rescue worker’s helmet" + , "category": "Objects" + , "aliases": [ + "rescue_worker_helmet" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "📿" + , "description": "prayer beads" + , "category": "Objects" + , "aliases": [ + "prayer_beads" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "💄" + , "description": "lipstick" + , "category": "Objects" + , "aliases": [ + "lipstick" + ] + , "tags": [ + "makeup" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💍" + , "description": "ring" + , "category": "Objects" + , "aliases": [ + "ring" + ] + , "tags": [ + "wedding" + , "marriage" + , "engaged" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💎" + , "description": "gem stone" + , "category": "Objects" + , "aliases": [ + "gem" + ] + , "tags": [ + "diamond" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔇" + , "description": "muted speaker" + , "category": "Objects" + , "aliases": [ + "mute" + ] + , "tags": [ + "sound" + , "volume" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔈" + , "description": "speaker low volume" + , "category": "Objects" + , "aliases": [ + "speaker" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔉" + , "description": "speaker medium volume" + , "category": "Objects" + , "aliases": [ + "sound" + ] + , "tags": [ + "volume" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔊" + , "description": "speaker high volume" + , "category": "Objects" + , "aliases": [ + "loud_sound" + ] + , "tags": [ + "volume" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📢" + , "description": "loudspeaker" + , "category": "Objects" + , "aliases": [ + "loudspeaker" + ] + , "tags": [ + "announcement" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📣" + , "description": "megaphone" + , "category": "Objects" + , "aliases": [ + "mega" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📯" + , "description": "postal horn" + , "category": "Objects" + , "aliases": [ + "postal_horn" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔔" + , "description": "bell" + , "category": "Objects" + , "aliases": [ + "bell" + ] + , "tags": [ + "sound" + , "notification" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔕" + , "description": "bell with slash" + , "category": "Objects" + , "aliases": [ + "no_bell" + ] + , "tags": [ + "volume" + , "off" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎼" + , "description": "musical score" + , "category": "Objects" + , "aliases": [ + "musical_score" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎵" + , "description": "musical note" + , "category": "Objects" + , "aliases": [ + "musical_note" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎶" + , "description": "musical notes" + , "category": "Objects" + , "aliases": [ + "notes" + ] + , "tags": [ + "music" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎙" + , "description": "studio microphone" + , "category": "Objects" + , "aliases": [ + "studio_microphone" + ] + , "tags": [ + "podcast" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎚" + , "description": "level slider" + , "category": "Objects" + , "aliases": [ + "level_slider" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎛" + , "description": "control knobs" + , "category": "Objects" + , "aliases": [ + "control_knobs" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎤" + , "description": "microphone" + , "category": "Objects" + , "aliases": [ + "microphone" + ] + , "tags": [ + "sing" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎧" + , "description": "headphone" + , "category": "Objects" + , "aliases": [ + "headphones" + ] + , "tags": [ + "music" + , "earphones" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📻" + , "description": "radio" + , "category": "Objects" + , "aliases": [ + "radio" + ] + , "tags": [ + "podcast" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎷" + , "description": "saxophone" + , "category": "Objects" + , "aliases": [ + "saxophone" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎸" + , "description": "guitar" + , "category": "Objects" + , "aliases": [ + "guitar" + ] + , "tags": [ + "rock" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎹" + , "description": "musical keyboard" + , "category": "Objects" + , "aliases": [ + "musical_keyboard" + ] + , "tags": [ + "piano" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎺" + , "description": "trumpet" + , "category": "Objects" + , "aliases": [ + "trumpet" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎻" + , "description": "violin" + , "category": "Objects" + , "aliases": [ + "violin" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🪕" + , "description": "banjo" + , "category": "Objects" + , "aliases": [ + "banjo" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🥁" + , "description": "drum" + , "category": "Objects" + , "aliases": [ + "drum" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "10.2" + } +, { + "emoji": "📱" + , "description": "mobile phone" + , "category": "Objects" + , "aliases": [ + "iphone" + ] + , "tags": [ + "smartphone" + , "mobile" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📲" + , "description": "mobile phone with arrow" + , "category": "Objects" + , "aliases": [ + "calling" + ] + , "tags": [ + "call" + , "incoming" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "☎️" + , "description": "telephone" + , "category": "Objects" + , "aliases": [ + "phone" + , "telephone" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "📞" + , "description": "telephone receiver" + , "category": "Objects" + , "aliases": [ + "telephone_receiver" + ] + , "tags": [ + "phone" + , "call" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📟" + , "description": "pager" + , "category": "Objects" + , "aliases": [ + "pager" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📠" + , "description": "fax machine" + , "category": "Objects" + , "aliases": [ + "fax" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔋" + , "description": "battery" + , "category": "Objects" + , "aliases": [ + "battery" + ] + , "tags": [ + "power" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔌" + , "description": "electric plug" + , "category": "Objects" + , "aliases": [ + "electric_plug" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💻" + , "description": "laptop computer" + , "category": "Objects" + , "aliases": [ + "computer" + ] + , "tags": [ + "desktop" + , "screen" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🖥" + , "description": "desktop computer" + , "category": "Objects" + , "aliases": [ + "desktop_computer" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🖨" + , "description": "printer" + , "category": "Objects" + , "aliases": [ + "printer" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⌨" + , "description": "keyboard" + , "category": "Objects" + , "aliases": [ + "keyboard" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "🖱" + , "description": "computer mouse" + , "category": "Objects" + , "aliases": [ + "computer_mouse" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🖲" + , "description": "trackball" + , "category": "Objects" + , "aliases": [ + "trackball" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "💽" + , "description": "computer disk" + , "category": "Objects" + , "aliases": [ + "minidisc" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💾" + , "description": "floppy disk" + , "category": "Objects" + , "aliases": [ + "floppy_disk" + ] + , "tags": [ + "save" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💿" + , "description": "optical disk" + , "category": "Objects" + , "aliases": [ + "cd" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📀" + , "description": "dvd" + , "category": "Objects" + , "aliases": [ + "dvd" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧮" + , "description": "abacus" + , "category": "Objects" + , "aliases": [ + "abacus" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🎥" + , "description": "movie camera" + , "category": "Objects" + , "aliases": [ + "movie_camera" + ] + , "tags": [ + "film" + , "video" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎞" + , "description": "film frames" + , "category": "Objects" + , "aliases": [ + "film_strip" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "📽" + , "description": "film projector" + , "category": "Objects" + , "aliases": [ + "film_projector" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🎬" + , "description": "clapper board" + , "category": "Objects" + , "aliases": [ + "clapper" + ] + , "tags": [ + "film" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📺" + , "description": "television" + , "category": "Objects" + , "aliases": [ + "tv" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📷" + , "description": "camera" + , "category": "Objects" + , "aliases": [ + "camera" + ] + , "tags": [ + "photo" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📸" + , "description": "camera with flash" + , "category": "Objects" + , "aliases": [ + "camera_flash" + ] + , "tags": [ + "photo" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "📹" + , "description": "video camera" + , "category": "Objects" + , "aliases": [ + "video_camera" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📼" + , "description": "videocassette" + , "category": "Objects" + , "aliases": [ + "vhs" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔍" + , "description": "magnifying glass tilted left" + , "category": "Objects" + , "aliases": [ + "mag" + ] + , "tags": [ + "search" + , "zoom" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔎" + , "description": "magnifying glass tilted right" + , "category": "Objects" + , "aliases": [ + "mag_right" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🕯" + , "description": "candle" + , "category": "Objects" + , "aliases": [ + "candle" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "💡" + , "description": "light bulb" + , "category": "Objects" + , "aliases": [ + "bulb" + ] + , "tags": [ + "idea" + , "light" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔦" + , "description": "flashlight" + , "category": "Objects" + , "aliases": [ + "flashlight" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏮" + , "description": "red paper lantern" + , "category": "Objects" + , "aliases": [ + "izakaya_lantern" + , "lantern" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🪔" + , "description": "diya lamp" + , "category": "Objects" + , "aliases": [ + "diya_lamp" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "📔" + , "description": "notebook with decorative cover" + , "category": "Objects" + , "aliases": [ + "notebook_with_decorative_cover" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📕" + , "description": "closed book" + , "category": "Objects" + , "aliases": [ + "closed_book" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📖" + , "description": "open book" + , "category": "Objects" + , "aliases": [ + "book" + , "open_book" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📗" + , "description": "green book" + , "category": "Objects" + , "aliases": [ + "green_book" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📘" + , "description": "blue book" + , "category": "Objects" + , "aliases": [ + "blue_book" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📙" + , "description": "orange book" + , "category": "Objects" + , "aliases": [ + "orange_book" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📚" + , "description": "books" + , "category": "Objects" + , "aliases": [ + "books" + ] + , "tags": [ + "library" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📓" + , "description": "notebook" + , "category": "Objects" + , "aliases": [ + "notebook" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📒" + , "description": "ledger" + , "category": "Objects" + , "aliases": [ + "ledger" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📃" + , "description": "page with curl" + , "category": "Objects" + , "aliases": [ + "page_with_curl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📜" + , "description": "scroll" + , "category": "Objects" + , "aliases": [ + "scroll" + ] + , "tags": [ + "document" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📄" + , "description": "page facing up" + , "category": "Objects" + , "aliases": [ + "page_facing_up" + ] + , "tags": [ + "document" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📰" + , "description": "newspaper" + , "category": "Objects" + , "aliases": [ + "newspaper" + ] + , "tags": [ + "press" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗞" + , "description": "rolled-up newspaper" + , "category": "Objects" + , "aliases": [ + "newspaper_roll" + ] + , "tags": [ + "press" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "📑" + , "description": "bookmark tabs" + , "category": "Objects" + , "aliases": [ + "bookmark_tabs" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔖" + , "description": "bookmark" + , "category": "Objects" + , "aliases": [ + "bookmark" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏷" + , "description": "label" + , "category": "Objects" + , "aliases": [ + "label" + ] + , "tags": [ + "tag" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "💰" + , "description": "money bag" + , "category": "Objects" + , "aliases": [ + "moneybag" + ] + , "tags": [ + "dollar" + , "cream" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💴" + , "description": "yen banknote" + , "category": "Objects" + , "aliases": [ + "yen" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💵" + , "description": "dollar banknote" + , "category": "Objects" + , "aliases": [ + "dollar" + ] + , "tags": [ + "money" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💶" + , "description": "euro banknote" + , "category": "Objects" + , "aliases": [ + "euro" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💷" + , "description": "pound banknote" + , "category": "Objects" + , "aliases": [ + "pound" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💸" + , "description": "money with wings" + , "category": "Objects" + , "aliases": [ + "money_with_wings" + ] + , "tags": [ + "dollar" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💳" + , "description": "credit card" + , "category": "Objects" + , "aliases": [ + "credit_card" + ] + , "tags": [ + "subscription" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🧾" + , "description": "receipt" + , "category": "Objects" + , "aliases": [ + "receipt" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "💹" + , "description": "chart increasing with yen" + , "category": "Objects" + , "aliases": [ + "chart" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💱" + , "description": "currency exchange" + , "category": "Objects" + , "aliases": [ + "currency_exchange" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💲" + , "description": "heavy dollar sign" + , "category": "Objects" + , "aliases": [ + "heavy_dollar_sign" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "✉️" + , "description": "envelope" + , "category": "Objects" + , "aliases": [ + "email" + , "envelope" + ] + , "tags": [ + "letter" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "📧" + , "description": "e-mail" + , "category": "Objects" + , "aliases": [ + "e-mail" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📨" + , "description": "incoming envelope" + , "category": "Objects" + , "aliases": [ + "incoming_envelope" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📩" + , "description": "envelope with arrow" + , "category": "Objects" + , "aliases": [ + "envelope_with_arrow" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📤" + , "description": "outbox tray" + , "category": "Objects" + , "aliases": [ + "outbox_tray" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📥" + , "description": "inbox tray" + , "category": "Objects" + , "aliases": [ + "inbox_tray" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📦" + , "description": "package" + , "category": "Objects" + , "aliases": [ + "package" + ] + , "tags": [ + "shipping" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📫" + , "description": "closed mailbox with raised flag" + , "category": "Objects" + , "aliases": [ + "mailbox" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📪" + , "description": "closed mailbox with lowered flag" + , "category": "Objects" + , "aliases": [ + "mailbox_closed" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📬" + , "description": "open mailbox with raised flag" + , "category": "Objects" + , "aliases": [ + "mailbox_with_mail" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📭" + , "description": "open mailbox with lowered flag" + , "category": "Objects" + , "aliases": [ + "mailbox_with_no_mail" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📮" + , "description": "postbox" + , "category": "Objects" + , "aliases": [ + "postbox" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗳" + , "description": "ballot box with ballot" + , "category": "Objects" + , "aliases": [ + "ballot_box" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "✏️" + , "description": "pencil" + , "category": "Objects" + , "aliases": [ + "pencil2" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "✒️" + , "description": "black nib" + , "category": "Objects" + , "aliases": [ + "black_nib" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🖋" + , "description": "fountain pen" + , "category": "Objects" + , "aliases": [ + "fountain_pen" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🖊" + , "description": "pen" + , "category": "Objects" + , "aliases": [ + "pen" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🖌" + , "description": "paintbrush" + , "category": "Objects" + , "aliases": [ + "paintbrush" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🖍" + , "description": "crayon" + , "category": "Objects" + , "aliases": [ + "crayon" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "📝" + , "description": "memo" + , "category": "Objects" + , "aliases": [ + "memo" + , "pencil" + ] + , "tags": [ + "document" + , "note" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💼" + , "description": "briefcase" + , "category": "Objects" + , "aliases": [ + "briefcase" + ] + , "tags": [ + "business" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📁" + , "description": "file folder" + , "category": "Objects" + , "aliases": [ + "file_folder" + ] + , "tags": [ + "directory" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📂" + , "description": "open file folder" + , "category": "Objects" + , "aliases": [ + "open_file_folder" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗂" + , "description": "card index dividers" + , "category": "Objects" + , "aliases": [ + "card_index_dividers" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "📅" + , "description": "calendar" + , "category": "Objects" + , "aliases": [ + "date" + ] + , "tags": [ + "calendar" + , "schedule" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📆" + , "description": "tear-off calendar" + , "category": "Objects" + , "aliases": [ + "calendar" + ] + , "tags": [ + "schedule" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗒" + , "description": "spiral notepad" + , "category": "Objects" + , "aliases": [ + "spiral_notepad" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🗓" + , "description": "spiral calendar" + , "category": "Objects" + , "aliases": [ + "spiral_calendar" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "📇" + , "description": "card index" + , "category": "Objects" + , "aliases": [ + "card_index" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📈" + , "description": "chart increasing" + , "category": "Objects" + , "aliases": [ + "chart_with_upwards_trend" + ] + , "tags": [ + "graph" + , "metrics" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📉" + , "description": "chart decreasing" + , "category": "Objects" + , "aliases": [ + "chart_with_downwards_trend" + ] + , "tags": [ + "graph" + , "metrics" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📊" + , "description": "bar chart" + , "category": "Objects" + , "aliases": [ + "bar_chart" + ] + , "tags": [ + "stats" + , "metrics" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📋" + , "description": "clipboard" + , "category": "Objects" + , "aliases": [ + "clipboard" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📌" + , "description": "pushpin" + , "category": "Objects" + , "aliases": [ + "pushpin" + ] + , "tags": [ + "location" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📍" + , "description": "round pushpin" + , "category": "Objects" + , "aliases": [ + "round_pushpin" + ] + , "tags": [ + "location" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📎" + , "description": "paperclip" + , "category": "Objects" + , "aliases": [ + "paperclip" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🖇" + , "description": "linked paperclips" + , "category": "Objects" + , "aliases": [ + "paperclips" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "📏" + , "description": "straight ruler" + , "category": "Objects" + , "aliases": [ + "straight_ruler" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📐" + , "description": "triangular ruler" + , "category": "Objects" + , "aliases": [ + "triangular_ruler" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "✂️" + , "description": "scissors" + , "category": "Objects" + , "aliases": [ + "scissors" + ] + , "tags": [ + "cut" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🗃" + , "description": "card file box" + , "category": "Objects" + , "aliases": [ + "card_file_box" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🗄" + , "description": "file cabinet" + , "category": "Objects" + , "aliases": [ + "file_cabinet" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🗑" + , "description": "wastebasket" + , "category": "Objects" + , "aliases": [ + "wastebasket" + ] + , "tags": [ + "trash" + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🔒" + , "description": "locked" + , "category": "Objects" + , "aliases": [ + "lock" + ] + , "tags": [ + "security" + , "private" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔓" + , "description": "unlocked" + , "category": "Objects" + , "aliases": [ + "unlock" + ] + , "tags": [ + "security" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔏" + , "description": "locked with pen" + , "category": "Objects" + , "aliases": [ + "lock_with_ink_pen" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔐" + , "description": "locked with key" + , "category": "Objects" + , "aliases": [ + "closed_lock_with_key" + ] + , "tags": [ + "security" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔑" + , "description": "key" + , "category": "Objects" + , "aliases": [ + "key" + ] + , "tags": [ + "lock" + , "password" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🗝" + , "description": "old key" + , "category": "Objects" + , "aliases": [ + "old_key" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🔨" + , "description": "hammer" + , "category": "Objects" + , "aliases": [ + "hammer" + ] + , "tags": [ + "tool" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🪓" + , "description": "axe" + , "category": "Objects" + , "aliases": [ + "axe" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "⛏" + , "description": "pick" + , "category": "Objects" + , "aliases": [ + "pick" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "⚒" + , "description": "hammer and pick" + , "category": "Objects" + , "aliases": [ + "hammer_and_pick" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🛠" + , "description": "hammer and wrench" + , "category": "Objects" + , "aliases": [ + "hammer_and_wrench" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🗡" + , "description": "dagger" + , "category": "Objects" + , "aliases": [ + "dagger" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⚔" + , "description": "crossed swords" + , "category": "Objects" + , "aliases": [ + "crossed_swords" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🔫" + , "description": "pistol" + , "category": "Objects" + , "aliases": [ + "gun" + ] + , "tags": [ + "shoot" + , "weapon" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏹" + , "description": "bow and arrow" + , "category": "Objects" + , "aliases": [ + "bow_and_arrow" + ] + , "tags": [ + "archery" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🛡" + , "description": "shield" + , "category": "Objects" + , "aliases": [ + "shield" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🔧" + , "description": "wrench" + , "category": "Objects" + , "aliases": [ + "wrench" + ] + , "tags": [ + "tool" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔩" + , "description": "nut and bolt" + , "category": "Objects" + , "aliases": [ + "nut_and_bolt" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⚙" + , "description": "gear" + , "category": "Objects" + , "aliases": [ + "gear" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🗜" + , "description": "clamp" + , "category": "Objects" + , "aliases": [ + "clamp" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⚖" + , "description": "balance scale" + , "category": "Objects" + , "aliases": [ + "balance_scale" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🦯" + , "description": "probing cane" + , "category": "Objects" + , "aliases": [ + "probing_cane" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🔗" + , "description": "link" + , "category": "Objects" + , "aliases": [ + "link" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⛓" + , "description": "chains" + , "category": "Objects" + , "aliases": [ + "chains" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "9.1" + } +, { + "emoji": "🧰" + , "description": "toolbox" + , "category": "Objects" + , "aliases": [ + "toolbox" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧲" + , "description": "magnet" + , "category": "Objects" + , "aliases": [ + "magnet" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "⚗" + , "description": "alembic" + , "category": "Objects" + , "aliases": [ + "alembic" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🧪" + , "description": "test tube" + , "category": "Objects" + , "aliases": [ + "test_tube" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧫" + , "description": "petri dish" + , "category": "Objects" + , "aliases": [ + "petri_dish" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧬" + , "description": "dna" + , "category": "Objects" + , "aliases": [ + "dna" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🔬" + , "description": "microscope" + , "category": "Objects" + , "aliases": [ + "microscope" + ] + , "tags": [ + "science" + , "laboratory" + , "investigate" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔭" + , "description": "telescope" + , "category": "Objects" + , "aliases": [ + "telescope" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📡" + , "description": "satellite antenna" + , "category": "Objects" + , "aliases": [ + "satellite" + ] + , "tags": [ + "signal" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💉" + , "description": "syringe" + , "category": "Objects" + , "aliases": [ + "syringe" + ] + , "tags": [ + "health" + , "hospital" + , "needle" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🩸" + , "description": "drop of blood" + , "category": "Objects" + , "aliases": [ + "drop_of_blood" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "💊" + , "description": "pill" + , "category": "Objects" + , "aliases": [ + "pill" + ] + , "tags": [ + "health" + , "medicine" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🩹" + , "description": "adhesive bandage" + , "category": "Objects" + , "aliases": [ + "adhesive_bandage" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🩺" + , "description": "stethoscope" + , "category": "Objects" + , "aliases": [ + "stethoscope" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🚪" + , "description": "door" + , "category": "Objects" + , "aliases": [ + "door" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛏" + , "description": "bed" + , "category": "Objects" + , "aliases": [ + "bed" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🛋" + , "description": "couch and lamp" + , "category": "Objects" + , "aliases": [ + "couch_and_lamp" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🪑" + , "description": "chair" + , "category": "Objects" + , "aliases": [ + "chair" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🚽" + , "description": "toilet" + , "category": "Objects" + , "aliases": [ + "toilet" + ] + , "tags": [ + "wc" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚿" + , "description": "shower" + , "category": "Objects" + , "aliases": [ + "shower" + ] + , "tags": [ + "bath" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛁" + , "description": "bathtub" + , "category": "Objects" + , "aliases": [ + "bathtub" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🪒" + , "description": "razor" + , "category": "Objects" + , "aliases": [ + "razor" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🧴" + , "description": "lotion bottle" + , "category": "Objects" + , "aliases": [ + "lotion_bottle" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧷" + , "description": "safety pin" + , "category": "Objects" + , "aliases": [ + "safety_pin" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧹" + , "description": "broom" + , "category": "Objects" + , "aliases": [ + "broom" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧺" + , "description": "basket" + , "category": "Objects" + , "aliases": [ + "basket" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧻" + , "description": "roll of paper" + , "category": "Objects" + , "aliases": [ + "roll_of_paper" + ] + , "tags": [ + "toilet" + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧼" + , "description": "soap" + , "category": "Objects" + , "aliases": [ + "soap" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧽" + , "description": "sponge" + , "category": "Objects" + , "aliases": [ + "sponge" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🧯" + , "description": "fire extinguisher" + , "category": "Objects" + , "aliases": [ + "fire_extinguisher" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🛒" + , "description": "shopping cart" + , "category": "Objects" + , "aliases": [ + "shopping_cart" + ] + , "tags": [ + ] + , "unicode_version": "9.0" + , "ios_version": "10.2" + } +, { + "emoji": "🚬" + , "description": "cigarette" + , "category": "Objects" + , "aliases": [ + "smoking" + ] + , "tags": [ + "cigarette" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⚰" + , "description": "coffin" + , "category": "Objects" + , "aliases": [ + "coffin" + ] + , "tags": [ + "funeral" + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "⚱" + , "description": "funeral urn" + , "category": "Objects" + , "aliases": [ + "funeral_urn" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🗿" + , "description": "moai" + , "category": "Objects" + , "aliases": [ + "moyai" + ] + , "tags": [ + "stone" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏧" + , "description": "ATM sign" + , "category": "Symbols" + , "aliases": [ + "atm" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚮" + , "description": "litter in bin sign" + , "category": "Symbols" + , "aliases": [ + "put_litter_in_its_place" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚰" + , "description": "potable water" + , "category": "Symbols" + , "aliases": [ + "potable_water" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "♿" + , "description": "wheelchair symbol" + , "category": "Symbols" + , "aliases": [ + "wheelchair" + ] + , "tags": [ + "accessibility" + ] + , "unicode_version": "4.1" + , "ios_version": "6.0" + } +, { + "emoji": "🚹" + , "description": "men’s room" + , "category": "Symbols" + , "aliases": [ + "mens" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚺" + , "description": "women’s room" + , "category": "Symbols" + , "aliases": [ + "womens" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚻" + , "description": "restroom" + , "category": "Symbols" + , "aliases": [ + "restroom" + ] + , "tags": [ + "toilet" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚼" + , "description": "baby symbol" + , "category": "Symbols" + , "aliases": [ + "baby_symbol" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚾" + , "description": "water closet" + , "category": "Symbols" + , "aliases": [ + "wc" + ] + , "tags": [ + "toilet" + , "restroom" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛂" + , "description": "passport control" + , "category": "Symbols" + , "aliases": [ + "passport_control" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛃" + , "description": "customs" + , "category": "Symbols" + , "aliases": [ + "customs" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛄" + , "description": "baggage claim" + , "category": "Symbols" + , "aliases": [ + "baggage_claim" + ] + , "tags": [ + "airport" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛅" + , "description": "left luggage" + , "category": "Symbols" + , "aliases": [ + "left_luggage" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⚠️" + , "description": "warning" + , "category": "Symbols" + , "aliases": [ + "warning" + ] + , "tags": [ + "wip" + ] + , "unicode_version": "4.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚸" + , "description": "children crossing" + , "category": "Symbols" + , "aliases": [ + "children_crossing" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⛔" + , "description": "no entry" + , "category": "Symbols" + , "aliases": [ + "no_entry" + ] + , "tags": [ + "limit" + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "🚫" + , "description": "prohibited" + , "category": "Symbols" + , "aliases": [ + "no_entry_sign" + ] + , "tags": [ + "block" + , "forbidden" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚳" + , "description": "no bicycles" + , "category": "Symbols" + , "aliases": [ + "no_bicycles" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚭" + , "description": "no smoking" + , "category": "Symbols" + , "aliases": [ + "no_smoking" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚯" + , "description": "no littering" + , "category": "Symbols" + , "aliases": [ + "do_not_litter" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚱" + , "description": "non-potable water" + , "category": "Symbols" + , "aliases": [ + "non-potable_water" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚷" + , "description": "no pedestrians" + , "category": "Symbols" + , "aliases": [ + "no_pedestrians" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📵" + , "description": "no mobile phones" + , "category": "Symbols" + , "aliases": [ + "no_mobile_phones" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔞" + , "description": "no one under eighteen" + , "category": "Symbols" + , "aliases": [ + "underage" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "☢" + , "description": "radioactive" + , "category": "Symbols" + , "aliases": [ + "radioactive" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "☣" + , "description": "biohazard" + , "category": "Symbols" + , "aliases": [ + "biohazard" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "⬆️" + , "description": "up arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_up" + ] + , "tags": [ + ] + , "unicode_version": "4.0" + , "ios_version": "6.0" + } +, { + "emoji": "↗️" + , "description": "up-right arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_upper_right" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "➡️" + , "description": "right arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_right" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "↘️" + , "description": "down-right arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_lower_right" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⬇️" + , "description": "down arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_down" + ] + , "tags": [ + ] + , "unicode_version": "4.0" + , "ios_version": "6.0" + } +, { + "emoji": "↙️" + , "description": "down-left arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_lower_left" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⬅️" + , "description": "left arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_left" + ] + , "tags": [ + ] + , "unicode_version": "4.0" + , "ios_version": "6.0" + } +, { + "emoji": "↖️" + , "description": "up-left arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_upper_left" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "↕️" + , "description": "up-down arrow" + , "category": "Symbols" + , "aliases": [ + "arrow_up_down" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "↔️" + , "description": "left-right arrow" + , "category": "Symbols" + , "aliases": [ + "left_right_arrow" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "↩️" + , "description": "right arrow curving left" + , "category": "Symbols" + , "aliases": [ + "leftwards_arrow_with_hook" + ] + , "tags": [ + "return" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "↪️" + , "description": "left arrow curving right" + , "category": "Symbols" + , "aliases": [ + "arrow_right_hook" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⤴️" + , "description": "right arrow curving up" + , "category": "Symbols" + , "aliases": [ + "arrow_heading_up" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⤵️" + , "description": "right arrow curving down" + , "category": "Symbols" + , "aliases": [ + "arrow_heading_down" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🔃" + , "description": "clockwise vertical arrows" + , "category": "Symbols" + , "aliases": [ + "arrows_clockwise" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔄" + , "description": "counterclockwise arrows button" + , "category": "Symbols" + , "aliases": [ + "arrows_counterclockwise" + ] + , "tags": [ + "sync" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔙" + , "description": "BACK arrow" + , "category": "Symbols" + , "aliases": [ + "back" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔚" + , "description": "END arrow" + , "category": "Symbols" + , "aliases": [ + "end" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔛" + , "description": "ON! arrow" + , "category": "Symbols" + , "aliases": [ + "on" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔜" + , "description": "SOON arrow" + , "category": "Symbols" + , "aliases": [ + "soon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔝" + , "description": "TOP arrow" + , "category": "Symbols" + , "aliases": [ + "top" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🛐" + , "description": "place of worship" + , "category": "Symbols" + , "aliases": [ + "place_of_worship" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "⚛" + , "description": "atom symbol" + , "category": "Symbols" + , "aliases": [ + "atom_symbol" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🕉" + , "description": "om" + , "category": "Symbols" + , "aliases": [ + "om" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "✡️" + , "description": "star of David" + , "category": "Symbols" + , "aliases": [ + "star_of_david" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "☸" + , "description": "wheel of dharma" + , "category": "Symbols" + , "aliases": [ + "wheel_of_dharma" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "☯️" + , "description": "yin yang" + , "category": "Symbols" + , "aliases": [ + "yin_yang" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "✝️" + , "description": "latin cross" + , "category": "Symbols" + , "aliases": [ + "latin_cross" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "☦" + , "description": "orthodox cross" + , "category": "Symbols" + , "aliases": [ + "orthodox_cross" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "☪" + , "description": "star and crescent" + , "category": "Symbols" + , "aliases": [ + "star_and_crescent" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "☮" + , "description": "peace symbol" + , "category": "Symbols" + , "aliases": [ + "peace_symbol" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "🕎" + , "description": "menorah" + , "category": "Symbols" + , "aliases": [ + "menorah" + ] + , "tags": [ + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🔯" + , "description": "dotted six-pointed star" + , "category": "Symbols" + , "aliases": [ + "six_pointed_star" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "♈" + , "description": "Aries" + , "category": "Symbols" + , "aliases": [ + "aries" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♉" + , "description": "Taurus" + , "category": "Symbols" + , "aliases": [ + "taurus" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♊" + , "description": "Gemini" + , "category": "Symbols" + , "aliases": [ + "gemini" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♋" + , "description": "Cancer" + , "category": "Symbols" + , "aliases": [ + "cancer" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♌" + , "description": "Leo" + , "category": "Symbols" + , "aliases": [ + "leo" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♍" + , "description": "Virgo" + , "category": "Symbols" + , "aliases": [ + "virgo" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♎" + , "description": "Libra" + , "category": "Symbols" + , "aliases": [ + "libra" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♏" + , "description": "Scorpio" + , "category": "Symbols" + , "aliases": [ + "scorpius" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♐" + , "description": "Sagittarius" + , "category": "Symbols" + , "aliases": [ + "sagittarius" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♑" + , "description": "Capricorn" + , "category": "Symbols" + , "aliases": [ + "capricorn" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♒" + , "description": "Aquarius" + , "category": "Symbols" + , "aliases": [ + "aquarius" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "♓" + , "description": "Pisces" + , "category": "Symbols" + , "aliases": [ + "pisces" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⛎" + , "description": "Ophiuchus" + , "category": "Symbols" + , "aliases": [ + "ophiuchus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔀" + , "description": "shuffle tracks button" + , "category": "Symbols" + , "aliases": [ + "twisted_rightwards_arrows" + ] + , "tags": [ + "shuffle" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔁" + , "description": "repeat button" + , "category": "Symbols" + , "aliases": [ + "repeat" + ] + , "tags": [ + "loop" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔂" + , "description": "repeat single button" + , "category": "Symbols" + , "aliases": [ + "repeat_one" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "▶️" + , "description": "play button" + , "category": "Symbols" + , "aliases": [ + "arrow_forward" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⏩" + , "description": "fast-forward button" + , "category": "Symbols" + , "aliases": [ + "fast_forward" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⏭" + , "description": "next track button" + , "category": "Symbols" + , "aliases": [ + "next_track_button" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.1" + } +, { + "emoji": "⏯" + , "description": "play or pause button" + , "category": "Symbols" + , "aliases": [ + "play_or_pause_button" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.1" + } +, { + "emoji": "◀️" + , "description": "reverse button" + , "category": "Symbols" + , "aliases": [ + "arrow_backward" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⏪" + , "description": "fast reverse button" + , "category": "Symbols" + , "aliases": [ + "rewind" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⏮" + , "description": "last track button" + , "category": "Symbols" + , "aliases": [ + "previous_track_button" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.1" + } +, { + "emoji": "🔼" + , "description": "upwards button" + , "category": "Symbols" + , "aliases": [ + "arrow_up_small" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⏫" + , "description": "fast up button" + , "category": "Symbols" + , "aliases": [ + "arrow_double_up" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔽" + , "description": "downwards button" + , "category": "Symbols" + , "aliases": [ + "arrow_down_small" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⏬" + , "description": "fast down button" + , "category": "Symbols" + , "aliases": [ + "arrow_double_down" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⏸" + , "description": "pause button" + , "category": "Symbols" + , "aliases": [ + "pause_button" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⏹" + , "description": "stop button" + , "category": "Symbols" + , "aliases": [ + "stop_button" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⏺" + , "description": "record button" + , "category": "Symbols" + , "aliases": [ + "record_button" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "⏏️" + , "description": "eject button" + , "category": "Symbols" + , "aliases": [ + "eject_button" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🎦" + , "description": "cinema" + , "category": "Symbols" + , "aliases": [ + "cinema" + ] + , "tags": [ + "film" + , "movie" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔅" + , "description": "dim button" + , "category": "Symbols" + , "aliases": [ + "low_brightness" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔆" + , "description": "bright button" + , "category": "Symbols" + , "aliases": [ + "high_brightness" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📶" + , "description": "antenna bars" + , "category": "Symbols" + , "aliases": [ + "signal_strength" + ] + , "tags": [ + "wifi" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📳" + , "description": "vibration mode" + , "category": "Symbols" + , "aliases": [ + "vibration_mode" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📴" + , "description": "mobile phone off" + , "category": "Symbols" + , "aliases": [ + "mobile_phone_off" + ] + , "tags": [ + "mute" + , "off" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "♀️" + , "description": "female sign" + , "category": "Symbols" + , "aliases": [ + "female_sign" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "♂️" + , "description": "male sign" + , "category": "Symbols" + , "aliases": [ + "male_sign" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "⚕" + , "description": "medical symbol" + , "category": "Symbols" + , "aliases": [ + "medical_symbol" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "♾" + , "description": "infinity" + , "category": "Symbols" + , "aliases": [ + "infinity" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "♻️" + , "description": "recycling symbol" + , "category": "Symbols" + , "aliases": [ + "recycle" + ] + , "tags": [ + "environment" + , "green" + ] + , "unicode_version": "3.2" + , "ios_version": "6.0" + } +, { + "emoji": "⚜" + , "description": "fleur-de-lis" + , "category": "Symbols" + , "aliases": [ + "fleur_de_lis" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "9.1" + } +, { + "emoji": "🔱" + , "description": "trident emblem" + , "category": "Symbols" + , "aliases": [ + "trident" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "📛" + , "description": "name badge" + , "category": "Symbols" + , "aliases": [ + "name_badge" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔰" + , "description": "Japanese symbol for beginner" + , "category": "Symbols" + , "aliases": [ + "beginner" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "⭕" + , "description": "hollow red circle" + , "category": "Symbols" + , "aliases": [ + "o" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "✅" + , "description": "check mark button" + , "category": "Symbols" + , "aliases": [ + "white_check_mark" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "☑️" + , "description": "check box with check" + , "category": "Symbols" + , "aliases": [ + "ballot_box_with_check" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "✔️" + , "description": "check mark" + , "category": "Symbols" + , "aliases": [ + "heavy_check_mark" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "✖️" + , "description": "multiplication sign" + , "category": "Symbols" + , "aliases": [ + "heavy_multiplication_x" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "❌" + , "description": "cross mark" + , "category": "Symbols" + , "aliases": [ + "x" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "❎" + , "description": "cross mark button" + , "category": "Symbols" + , "aliases": [ + "negative_squared_cross_mark" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "➕" + , "description": "plus sign" + , "category": "Symbols" + , "aliases": [ + "heavy_plus_sign" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "➖" + , "description": "minus sign" + , "category": "Symbols" + , "aliases": [ + "heavy_minus_sign" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "➗" + , "description": "division sign" + , "category": "Symbols" + , "aliases": [ + "heavy_division_sign" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "➰" + , "description": "curly loop" + , "category": "Symbols" + , "aliases": [ + "curly_loop" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "➿" + , "description": "double curly loop" + , "category": "Symbols" + , "aliases": [ + "loop" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "〽️" + , "description": "part alternation mark" + , "category": "Symbols" + , "aliases": [ + "part_alternation_mark" + ] + , "tags": [ + ] + , "unicode_version": "3.2" + , "ios_version": "6.0" + } +, { + "emoji": "✳️" + , "description": "eight-spoked asterisk" + , "category": "Symbols" + , "aliases": [ + "eight_spoked_asterisk" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "✴️" + , "description": "eight-pointed star" + , "category": "Symbols" + , "aliases": [ + "eight_pointed_black_star" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "❇️" + , "description": "sparkle" + , "category": "Symbols" + , "aliases": [ + "sparkle" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "‼️" + , "description": "double exclamation mark" + , "category": "Symbols" + , "aliases": [ + "bangbang" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "⁉️" + , "description": "exclamation question mark" + , "category": "Symbols" + , "aliases": [ + "interrobang" + ] + , "tags": [ + ] + , "unicode_version": "3.0" + , "ios_version": "6.0" + } +, { + "emoji": "❓" + , "description": "question mark" + , "category": "Symbols" + , "aliases": [ + "question" + ] + , "tags": [ + "confused" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "❔" + , "description": "white question mark" + , "category": "Symbols" + , "aliases": [ + "grey_question" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "❕" + , "description": "white exclamation mark" + , "category": "Symbols" + , "aliases": [ + "grey_exclamation" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "❗" + , "description": "exclamation mark" + , "category": "Symbols" + , "aliases": [ + "exclamation" + , "heavy_exclamation_mark" + ] + , "tags": [ + "bang" + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "〰️" + , "description": "wavy dash" + , "category": "Symbols" + , "aliases": [ + "wavy_dash" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "©️" + , "description": "copyright" + , "category": "Symbols" + , "aliases": [ + "copyright" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "®️" + , "description": "registered" + , "category": "Symbols" + , "aliases": [ + "registered" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "™️" + , "description": "trade mark" + , "category": "Symbols" + , "aliases": [ + "tm" + ] + , "tags": [ + "trademark" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "#️⃣" + , "description": "keycap: #" + , "category": "Symbols" + , "aliases": [ + "hash" + ] + , "tags": [ + "number" + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "*️⃣" + , "description": "keycap: *" + , "category": "Symbols" + , "aliases": [ + "asterisk" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "9.1" + } +, { + "emoji": "0️⃣" + , "description": "keycap: 0" + , "category": "Symbols" + , "aliases": [ + "zero" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "1️⃣" + , "description": "keycap: 1" + , "category": "Symbols" + , "aliases": [ + "one" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "2️⃣" + , "description": "keycap: 2" + , "category": "Symbols" + , "aliases": [ + "two" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "3️⃣" + , "description": "keycap: 3" + , "category": "Symbols" + , "aliases": [ + "three" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "4️⃣" + , "description": "keycap: 4" + , "category": "Symbols" + , "aliases": [ + "four" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "5️⃣" + , "description": "keycap: 5" + , "category": "Symbols" + , "aliases": [ + "five" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "6️⃣" + , "description": "keycap: 6" + , "category": "Symbols" + , "aliases": [ + "six" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "7️⃣" + , "description": "keycap: 7" + , "category": "Symbols" + , "aliases": [ + "seven" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "8️⃣" + , "description": "keycap: 8" + , "category": "Symbols" + , "aliases": [ + "eight" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "9️⃣" + , "description": "keycap: 9" + , "category": "Symbols" + , "aliases": [ + "nine" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🔟" + , "description": "keycap: 10" + , "category": "Symbols" + , "aliases": [ + "keycap_ten" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔠" + , "description": "input latin uppercase" + , "category": "Symbols" + , "aliases": [ + "capital_abcd" + ] + , "tags": [ + "letters" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔡" + , "description": "input latin lowercase" + , "category": "Symbols" + , "aliases": [ + "abcd" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔢" + , "description": "input numbers" + , "category": "Symbols" + , "aliases": [ + "1234" + ] + , "tags": [ + "numbers" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔣" + , "description": "input symbols" + , "category": "Symbols" + , "aliases": [ + "symbols" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔤" + , "description": "input latin letters" + , "category": "Symbols" + , "aliases": [ + "abc" + ] + , "tags": [ + "alphabet" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🅰️" + , "description": "A button (blood type)" + , "category": "Symbols" + , "aliases": [ + "a" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆎" + , "description": "AB button (blood type)" + , "category": "Symbols" + , "aliases": [ + "ab" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🅱️" + , "description": "B button (blood type)" + , "category": "Symbols" + , "aliases": [ + "b" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆑" + , "description": "CL button" + , "category": "Symbols" + , "aliases": [ + "cl" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆒" + , "description": "COOL button" + , "category": "Symbols" + , "aliases": [ + "cool" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆓" + , "description": "FREE button" + , "category": "Symbols" + , "aliases": [ + "free" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "ℹ️" + , "description": "information" + , "category": "Symbols" + , "aliases": [ + "information_source" + ] + , "tags": [ + ] + , "unicode_version": "3.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆔" + , "description": "ID button" + , "category": "Symbols" + , "aliases": [ + "id" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "Ⓜ️" + , "description": "circled M" + , "category": "Symbols" + , "aliases": [ + "m" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🆕" + , "description": "NEW button" + , "category": "Symbols" + , "aliases": [ + "new" + ] + , "tags": [ + "fresh" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆖" + , "description": "NG button" + , "category": "Symbols" + , "aliases": [ + "ng" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🅾️" + , "description": "O button (blood type)" + , "category": "Symbols" + , "aliases": [ + "o2" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆗" + , "description": "OK button" + , "category": "Symbols" + , "aliases": [ + "ok" + ] + , "tags": [ + "yes" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🅿️" + , "description": "P button" + , "category": "Symbols" + , "aliases": [ + "parking" + ] + , "tags": [ + ] + , "unicode_version": "5.2" + , "ios_version": "6.0" + } +, { + "emoji": "🆘" + , "description": "SOS button" + , "category": "Symbols" + , "aliases": [ + "sos" + ] + , "tags": [ + "help" + , "emergency" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆙" + , "description": "UP! button" + , "category": "Symbols" + , "aliases": [ + "up" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🆚" + , "description": "VS button" + , "category": "Symbols" + , "aliases": [ + "vs" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈁" + , "description": "Japanese “here” button" + , "category": "Symbols" + , "aliases": [ + "koko" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈂️" + , "description": "Japanese “service charge” button" + , "category": "Symbols" + , "aliases": [ + "sa" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈷️" + , "description": "Japanese “monthly amount” button" + , "category": "Symbols" + , "aliases": [ + "u6708" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈶" + , "description": "Japanese “not free of charge” button" + , "category": "Symbols" + , "aliases": [ + "u6709" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈯" + , "description": "Japanese “reserved” button" + , "category": "Symbols" + , "aliases": [ + "u6307" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🉐" + , "description": "Japanese “bargain” button" + , "category": "Symbols" + , "aliases": [ + "ideograph_advantage" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈹" + , "description": "Japanese “discount” button" + , "category": "Symbols" + , "aliases": [ + "u5272" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈚" + , "description": "Japanese “free of charge” button" + , "category": "Symbols" + , "aliases": [ + "u7121" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🈲" + , "description": "Japanese “prohibited” button" + , "category": "Symbols" + , "aliases": [ + "u7981" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🉑" + , "description": "Japanese “acceptable” button" + , "category": "Symbols" + , "aliases": [ + "accept" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈸" + , "description": "Japanese “application” button" + , "category": "Symbols" + , "aliases": [ + "u7533" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈴" + , "description": "Japanese “passing grade” button" + , "category": "Symbols" + , "aliases": [ + "u5408" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈳" + , "description": "Japanese “vacancy” button" + , "category": "Symbols" + , "aliases": [ + "u7a7a" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "㊗️" + , "description": "Japanese “congratulations” button" + , "category": "Symbols" + , "aliases": [ + "congratulations" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "㊙️" + , "description": "Japanese “secret” button" + , "category": "Symbols" + , "aliases": [ + "secret" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🈺" + , "description": "Japanese “open for business” button" + , "category": "Symbols" + , "aliases": [ + "u55b6" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🈵" + , "description": "Japanese “no vacancy” button" + , "category": "Symbols" + , "aliases": [ + "u6e80" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔴" + , "description": "red circle" + , "category": "Symbols" + , "aliases": [ + "red_circle" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🟠" + , "description": "orange circle" + , "category": "Symbols" + , "aliases": [ + "orange_circle" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟡" + , "description": "yellow circle" + , "category": "Symbols" + , "aliases": [ + "yellow_circle" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟢" + , "description": "green circle" + , "category": "Symbols" + , "aliases": [ + "green_circle" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🔵" + , "description": "blue circle" + , "category": "Symbols" + , "aliases": [ + "large_blue_circle" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🟣" + , "description": "purple circle" + , "category": "Symbols" + , "aliases": [ + "purple_circle" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟤" + , "description": "brown circle" + , "category": "Symbols" + , "aliases": [ + "brown_circle" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "⚫" + , "description": "black circle" + , "category": "Symbols" + , "aliases": [ + "black_circle" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "6.0" + } +, { + "emoji": "⚪" + , "description": "white circle" + , "category": "Symbols" + , "aliases": [ + "white_circle" + ] + , "tags": [ + ] + , "unicode_version": "4.1" + , "ios_version": "6.0" + } +, { + "emoji": "🟥" + , "description": "red square" + , "category": "Symbols" + , "aliases": [ + "red_square" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟧" + , "description": "orange square" + , "category": "Symbols" + , "aliases": [ + "orange_square" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟨" + , "description": "yellow square" + , "category": "Symbols" + , "aliases": [ + "yellow_square" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟩" + , "description": "green square" + , "category": "Symbols" + , "aliases": [ + "green_square" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟦" + , "description": "blue square" + , "category": "Symbols" + , "aliases": [ + "blue_square" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟪" + , "description": "purple square" + , "category": "Symbols" + , "aliases": [ + "purple_square" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "🟫" + , "description": "brown square" + , "category": "Symbols" + , "aliases": [ + "brown_square" + ] + , "tags": [ + ] + , "unicode_version": "12.0" + , "ios_version": "13.0" + } +, { + "emoji": "⬛" + , "description": "black large square" + , "category": "Symbols" + , "aliases": [ + "black_large_square" + ] + , "tags": [ + ] + , "unicode_version": "5.1" + , "ios_version": "6.0" + } +, { + "emoji": "⬜" + , "description": "white large square" + , "category": "Symbols" + , "aliases": [ + "white_large_square" + ] + , "tags": [ + ] + , "unicode_version": "5.1" + , "ios_version": "6.0" + } +, { + "emoji": "◼️" + , "description": "black medium square" + , "category": "Symbols" + , "aliases": [ + "black_medium_square" + ] + , "tags": [ + ] + , "unicode_version": "3.2" + , "ios_version": "6.0" + } +, { + "emoji": "◻️" + , "description": "white medium square" + , "category": "Symbols" + , "aliases": [ + "white_medium_square" + ] + , "tags": [ + ] + , "unicode_version": "3.2" + , "ios_version": "6.0" + } +, { + "emoji": "◾" + , "description": "black medium-small square" + , "category": "Symbols" + , "aliases": [ + "black_medium_small_square" + ] + , "tags": [ + ] + , "unicode_version": "3.2" + , "ios_version": "6.0" + } +, { + "emoji": "◽" + , "description": "white medium-small square" + , "category": "Symbols" + , "aliases": [ + "white_medium_small_square" + ] + , "tags": [ + ] + , "unicode_version": "3.2" + , "ios_version": "6.0" + } +, { + "emoji": "▪️" + , "description": "black small square" + , "category": "Symbols" + , "aliases": [ + "black_small_square" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "▫️" + , "description": "white small square" + , "category": "Symbols" + , "aliases": [ + "white_small_square" + ] + , "tags": [ + ] + , "unicode_version": "" + , "ios_version": "6.0" + } +, { + "emoji": "🔶" + , "description": "large orange diamond" + , "category": "Symbols" + , "aliases": [ + "large_orange_diamond" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔷" + , "description": "large blue diamond" + , "category": "Symbols" + , "aliases": [ + "large_blue_diamond" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔸" + , "description": "small orange diamond" + , "category": "Symbols" + , "aliases": [ + "small_orange_diamond" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔹" + , "description": "small blue diamond" + , "category": "Symbols" + , "aliases": [ + "small_blue_diamond" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔺" + , "description": "red triangle pointed up" + , "category": "Symbols" + , "aliases": [ + "small_red_triangle" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔻" + , "description": "red triangle pointed down" + , "category": "Symbols" + , "aliases": [ + "small_red_triangle_down" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "💠" + , "description": "diamond with a dot" + , "category": "Symbols" + , "aliases": [ + "diamond_shape_with_a_dot_inside" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔘" + , "description": "radio button" + , "category": "Symbols" + , "aliases": [ + "radio_button" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔳" + , "description": "white square button" + , "category": "Symbols" + , "aliases": [ + "white_square_button" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🔲" + , "description": "black square button" + , "category": "Symbols" + , "aliases": [ + "black_square_button" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏁" + , "description": "chequered flag" + , "category": "Flags" + , "aliases": [ + "checkered_flag" + ] + , "tags": [ + "milestone" + , "finish" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🚩" + , "description": "triangular flag" + , "category": "Flags" + , "aliases": [ + "triangular_flag_on_post" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🎌" + , "description": "crossed flags" + , "category": "Flags" + , "aliases": [ + "crossed_flags" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🏴" + , "description": "black flag" + , "category": "Flags" + , "aliases": [ + "black_flag" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏳" + , "description": "white flag" + , "category": "Flags" + , "aliases": [ + "white_flag" + ] + , "tags": [ + ] + , "unicode_version": "7.0" + , "ios_version": "9.1" + } +, { + "emoji": "🏳️‍🌈" + , "description": "rainbow flag" + , "category": "Flags" + , "aliases": [ + "rainbow_flag" + ] + , "tags": [ + "pride" + ] + , "unicode_version": "6.0" + , "ios_version": "10.0" + } +, { + "emoji": "🏴‍☠" + , "description": "pirate flag" + , "category": "Flags" + , "aliases": [ + "pirate_flag" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇦🇨" + , "description": "flag: Ascension Island" + , "category": "Flags" + , "aliases": [ + "ascension_island" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇦🇩" + , "description": "flag: Andorra" + , "category": "Flags" + , "aliases": [ + "andorra" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇪" + , "description": "flag: United Arab Emirates" + , "category": "Flags" + , "aliases": [ + "united_arab_emirates" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇫" + , "description": "flag: Afghanistan" + , "category": "Flags" + , "aliases": [ + "afghanistan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇬" + , "description": "flag: Antigua & Barbuda" + , "category": "Flags" + , "aliases": [ + "antigua_barbuda" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇮" + , "description": "flag: Anguilla" + , "category": "Flags" + , "aliases": [ + "anguilla" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇱" + , "description": "flag: Albania" + , "category": "Flags" + , "aliases": [ + "albania" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇲" + , "description": "flag: Armenia" + , "category": "Flags" + , "aliases": [ + "armenia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇴" + , "description": "flag: Angola" + , "category": "Flags" + , "aliases": [ + "angola" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇶" + , "description": "flag: Antarctica" + , "category": "Flags" + , "aliases": [ + "antarctica" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇦🇷" + , "description": "flag: Argentina" + , "category": "Flags" + , "aliases": [ + "argentina" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇸" + , "description": "flag: American Samoa" + , "category": "Flags" + , "aliases": [ + "american_samoa" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇹" + , "description": "flag: Austria" + , "category": "Flags" + , "aliases": [ + "austria" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇺" + , "description": "flag: Australia" + , "category": "Flags" + , "aliases": [ + "australia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇼" + , "description": "flag: Aruba" + , "category": "Flags" + , "aliases": [ + "aruba" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇦🇽" + , "description": "flag: Åland Islands" + , "category": "Flags" + , "aliases": [ + "aland_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇦🇿" + , "description": "flag: Azerbaijan" + , "category": "Flags" + , "aliases": [ + "azerbaijan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇦" + , "description": "flag: Bosnia & Herzegovina" + , "category": "Flags" + , "aliases": [ + "bosnia_herzegovina" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇧" + , "description": "flag: Barbados" + , "category": "Flags" + , "aliases": [ + "barbados" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇩" + , "description": "flag: Bangladesh" + , "category": "Flags" + , "aliases": [ + "bangladesh" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇪" + , "description": "flag: Belgium" + , "category": "Flags" + , "aliases": [ + "belgium" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇫" + , "description": "flag: Burkina Faso" + , "category": "Flags" + , "aliases": [ + "burkina_faso" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇬" + , "description": "flag: Bulgaria" + , "category": "Flags" + , "aliases": [ + "bulgaria" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇭" + , "description": "flag: Bahrain" + , "category": "Flags" + , "aliases": [ + "bahrain" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇮" + , "description": "flag: Burundi" + , "category": "Flags" + , "aliases": [ + "burundi" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇯" + , "description": "flag: Benin" + , "category": "Flags" + , "aliases": [ + "benin" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇱" + , "description": "flag: St. Barthélemy" + , "category": "Flags" + , "aliases": [ + "st_barthelemy" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇧🇲" + , "description": "flag: Bermuda" + , "category": "Flags" + , "aliases": [ + "bermuda" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇳" + , "description": "flag: Brunei" + , "category": "Flags" + , "aliases": [ + "brunei" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇴" + , "description": "flag: Bolivia" + , "category": "Flags" + , "aliases": [ + "bolivia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇶" + , "description": "flag: Caribbean Netherlands" + , "category": "Flags" + , "aliases": [ + "caribbean_netherlands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇧🇷" + , "description": "flag: Brazil" + , "category": "Flags" + , "aliases": [ + "brazil" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇸" + , "description": "flag: Bahamas" + , "category": "Flags" + , "aliases": [ + "bahamas" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇹" + , "description": "flag: Bhutan" + , "category": "Flags" + , "aliases": [ + "bhutan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇻" + , "description": "flag: Bouvet Island" + , "category": "Flags" + , "aliases": [ + "bouvet_island" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇧🇼" + , "description": "flag: Botswana" + , "category": "Flags" + , "aliases": [ + "botswana" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇾" + , "description": "flag: Belarus" + , "category": "Flags" + , "aliases": [ + "belarus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇧🇿" + , "description": "flag: Belize" + , "category": "Flags" + , "aliases": [ + "belize" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇦" + , "description": "flag: Canada" + , "category": "Flags" + , "aliases": [ + "canada" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇨" + , "description": "flag: Cocos (Keeling) Islands" + , "category": "Flags" + , "aliases": [ + "cocos_islands" + ] + , "tags": [ + "keeling" + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇨🇩" + , "description": "flag: Congo - Kinshasa" + , "category": "Flags" + , "aliases": [ + "congo_kinshasa" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇫" + , "description": "flag: Central African Republic" + , "category": "Flags" + , "aliases": [ + "central_african_republic" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇬" + , "description": "flag: Congo - Brazzaville" + , "category": "Flags" + , "aliases": [ + "congo_brazzaville" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇭" + , "description": "flag: Switzerland" + , "category": "Flags" + , "aliases": [ + "switzerland" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇮" + , "description": "flag: Côte d’Ivoire" + , "category": "Flags" + , "aliases": [ + "cote_divoire" + ] + , "tags": [ + "ivory" + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇰" + , "description": "flag: Cook Islands" + , "category": "Flags" + , "aliases": [ + "cook_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇱" + , "description": "flag: Chile" + , "category": "Flags" + , "aliases": [ + "chile" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇲" + , "description": "flag: Cameroon" + , "category": "Flags" + , "aliases": [ + "cameroon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇳" + , "description": "flag: China" + , "category": "Flags" + , "aliases": [ + "cn" + ] + , "tags": [ + "china" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇨🇴" + , "description": "flag: Colombia" + , "category": "Flags" + , "aliases": [ + "colombia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇵" + , "description": "flag: Clipperton Island" + , "category": "Flags" + , "aliases": [ + "clipperton_island" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇨🇷" + , "description": "flag: Costa Rica" + , "category": "Flags" + , "aliases": [ + "costa_rica" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇺" + , "description": "flag: Cuba" + , "category": "Flags" + , "aliases": [ + "cuba" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇻" + , "description": "flag: Cape Verde" + , "category": "Flags" + , "aliases": [ + "cape_verde" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇼" + , "description": "flag: Curaçao" + , "category": "Flags" + , "aliases": [ + "curacao" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇽" + , "description": "flag: Christmas Island" + , "category": "Flags" + , "aliases": [ + "christmas_island" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇨🇾" + , "description": "flag: Cyprus" + , "category": "Flags" + , "aliases": [ + "cyprus" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇨🇿" + , "description": "flag: Czechia" + , "category": "Flags" + , "aliases": [ + "czech_republic" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇩🇪" + , "description": "flag: Germany" + , "category": "Flags" + , "aliases": [ + "de" + ] + , "tags": [ + "flag" + , "germany" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇩🇬" + , "description": "flag: Diego Garcia" + , "category": "Flags" + , "aliases": [ + "diego_garcia" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇩🇯" + , "description": "flag: Djibouti" + , "category": "Flags" + , "aliases": [ + "djibouti" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇩🇰" + , "description": "flag: Denmark" + , "category": "Flags" + , "aliases": [ + "denmark" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇩🇲" + , "description": "flag: Dominica" + , "category": "Flags" + , "aliases": [ + "dominica" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇩🇴" + , "description": "flag: Dominican Republic" + , "category": "Flags" + , "aliases": [ + "dominican_republic" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇩🇿" + , "description": "flag: Algeria" + , "category": "Flags" + , "aliases": [ + "algeria" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇪🇦" + , "description": "flag: Ceuta & Melilla" + , "category": "Flags" + , "aliases": [ + "ceuta_melilla" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇪🇨" + , "description": "flag: Ecuador" + , "category": "Flags" + , "aliases": [ + "ecuador" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇪🇪" + , "description": "flag: Estonia" + , "category": "Flags" + , "aliases": [ + "estonia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇪🇬" + , "description": "flag: Egypt" + , "category": "Flags" + , "aliases": [ + "egypt" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇪🇭" + , "description": "flag: Western Sahara" + , "category": "Flags" + , "aliases": [ + "western_sahara" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇪🇷" + , "description": "flag: Eritrea" + , "category": "Flags" + , "aliases": [ + "eritrea" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇪🇸" + , "description": "flag: Spain" + , "category": "Flags" + , "aliases": [ + "es" + ] + , "tags": [ + "spain" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇪🇹" + , "description": "flag: Ethiopia" + , "category": "Flags" + , "aliases": [ + "ethiopia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇪🇺" + , "description": "flag: European Union" + , "category": "Flags" + , "aliases": [ + "eu" + , "european_union" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇫🇮" + , "description": "flag: Finland" + , "category": "Flags" + , "aliases": [ + "finland" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇫🇯" + , "description": "flag: Fiji" + , "category": "Flags" + , "aliases": [ + "fiji" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇫🇰" + , "description": "flag: Falkland Islands" + , "category": "Flags" + , "aliases": [ + "falkland_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇫🇲" + , "description": "flag: Micronesia" + , "category": "Flags" + , "aliases": [ + "micronesia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇫🇴" + , "description": "flag: Faroe Islands" + , "category": "Flags" + , "aliases": [ + "faroe_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇫🇷" + , "description": "flag: France" + , "category": "Flags" + , "aliases": [ + "fr" + ] + , "tags": [ + "france" + , "french" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇬🇦" + , "description": "flag: Gabon" + , "category": "Flags" + , "aliases": [ + "gabon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇧" + , "description": "flag: United Kingdom" + , "category": "Flags" + , "aliases": [ + "gb" + , "uk" + ] + , "tags": [ + "flag" + , "british" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇬🇩" + , "description": "flag: Grenada" + , "category": "Flags" + , "aliases": [ + "grenada" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇪" + , "description": "flag: Georgia" + , "category": "Flags" + , "aliases": [ + "georgia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇫" + , "description": "flag: French Guiana" + , "category": "Flags" + , "aliases": [ + "french_guiana" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇬" + , "description": "flag: Guernsey" + , "category": "Flags" + , "aliases": [ + "guernsey" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇬🇭" + , "description": "flag: Ghana" + , "category": "Flags" + , "aliases": [ + "ghana" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇮" + , "description": "flag: Gibraltar" + , "category": "Flags" + , "aliases": [ + "gibraltar" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇱" + , "description": "flag: Greenland" + , "category": "Flags" + , "aliases": [ + "greenland" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇬🇲" + , "description": "flag: Gambia" + , "category": "Flags" + , "aliases": [ + "gambia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇳" + , "description": "flag: Guinea" + , "category": "Flags" + , "aliases": [ + "guinea" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇵" + , "description": "flag: Guadeloupe" + , "category": "Flags" + , "aliases": [ + "guadeloupe" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇬🇶" + , "description": "flag: Equatorial Guinea" + , "category": "Flags" + , "aliases": [ + "equatorial_guinea" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇷" + , "description": "flag: Greece" + , "category": "Flags" + , "aliases": [ + "greece" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇸" + , "description": "flag: South Georgia & South Sandwich Islands" + , "category": "Flags" + , "aliases": [ + "south_georgia_south_sandwich_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇬🇹" + , "description": "flag: Guatemala" + , "category": "Flags" + , "aliases": [ + "guatemala" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇺" + , "description": "flag: Guam" + , "category": "Flags" + , "aliases": [ + "guam" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇼" + , "description": "flag: Guinea-Bissau" + , "category": "Flags" + , "aliases": [ + "guinea_bissau" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇬🇾" + , "description": "flag: Guyana" + , "category": "Flags" + , "aliases": [ + "guyana" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇭🇰" + , "description": "flag: Hong Kong SAR China" + , "category": "Flags" + , "aliases": [ + "hong_kong" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇭🇲" + , "description": "flag: Heard & McDonald Islands" + , "category": "Flags" + , "aliases": [ + "heard_mcdonald_islands" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇭🇳" + , "description": "flag: Honduras" + , "category": "Flags" + , "aliases": [ + "honduras" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇭🇷" + , "description": "flag: Croatia" + , "category": "Flags" + , "aliases": [ + "croatia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇭🇹" + , "description": "flag: Haiti" + , "category": "Flags" + , "aliases": [ + "haiti" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇭🇺" + , "description": "flag: Hungary" + , "category": "Flags" + , "aliases": [ + "hungary" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇮🇨" + , "description": "flag: Canary Islands" + , "category": "Flags" + , "aliases": [ + "canary_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇮🇩" + , "description": "flag: Indonesia" + , "category": "Flags" + , "aliases": [ + "indonesia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇮🇪" + , "description": "flag: Ireland" + , "category": "Flags" + , "aliases": [ + "ireland" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇮🇱" + , "description": "flag: Israel" + , "category": "Flags" + , "aliases": [ + "israel" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇮🇲" + , "description": "flag: Isle of Man" + , "category": "Flags" + , "aliases": [ + "isle_of_man" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇮🇳" + , "description": "flag: India" + , "category": "Flags" + , "aliases": [ + "india" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇮🇴" + , "description": "flag: British Indian Ocean Territory" + , "category": "Flags" + , "aliases": [ + "british_indian_ocean_territory" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇮🇶" + , "description": "flag: Iraq" + , "category": "Flags" + , "aliases": [ + "iraq" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇮🇷" + , "description": "flag: Iran" + , "category": "Flags" + , "aliases": [ + "iran" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇮🇸" + , "description": "flag: Iceland" + , "category": "Flags" + , "aliases": [ + "iceland" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇮🇹" + , "description": "flag: Italy" + , "category": "Flags" + , "aliases": [ + "it" + ] + , "tags": [ + "italy" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇯🇪" + , "description": "flag: Jersey" + , "category": "Flags" + , "aliases": [ + "jersey" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇯🇲" + , "description": "flag: Jamaica" + , "category": "Flags" + , "aliases": [ + "jamaica" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇯🇴" + , "description": "flag: Jordan" + , "category": "Flags" + , "aliases": [ + "jordan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇯🇵" + , "description": "flag: Japan" + , "category": "Flags" + , "aliases": [ + "jp" + ] + , "tags": [ + "japan" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇰🇪" + , "description": "flag: Kenya" + , "category": "Flags" + , "aliases": [ + "kenya" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇬" + , "description": "flag: Kyrgyzstan" + , "category": "Flags" + , "aliases": [ + "kyrgyzstan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇭" + , "description": "flag: Cambodia" + , "category": "Flags" + , "aliases": [ + "cambodia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇮" + , "description": "flag: Kiribati" + , "category": "Flags" + , "aliases": [ + "kiribati" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇲" + , "description": "flag: Comoros" + , "category": "Flags" + , "aliases": [ + "comoros" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇳" + , "description": "flag: St. Kitts & Nevis" + , "category": "Flags" + , "aliases": [ + "st_kitts_nevis" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇵" + , "description": "flag: North Korea" + , "category": "Flags" + , "aliases": [ + "north_korea" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇷" + , "description": "flag: South Korea" + , "category": "Flags" + , "aliases": [ + "kr" + ] + , "tags": [ + "korea" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇰🇼" + , "description": "flag: Kuwait" + , "category": "Flags" + , "aliases": [ + "kuwait" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇾" + , "description": "flag: Cayman Islands" + , "category": "Flags" + , "aliases": [ + "cayman_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇰🇿" + , "description": "flag: Kazakhstan" + , "category": "Flags" + , "aliases": [ + "kazakhstan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇦" + , "description": "flag: Laos" + , "category": "Flags" + , "aliases": [ + "laos" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇧" + , "description": "flag: Lebanon" + , "category": "Flags" + , "aliases": [ + "lebanon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇨" + , "description": "flag: St. Lucia" + , "category": "Flags" + , "aliases": [ + "st_lucia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇮" + , "description": "flag: Liechtenstein" + , "category": "Flags" + , "aliases": [ + "liechtenstein" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇰" + , "description": "flag: Sri Lanka" + , "category": "Flags" + , "aliases": [ + "sri_lanka" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇷" + , "description": "flag: Liberia" + , "category": "Flags" + , "aliases": [ + "liberia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇸" + , "description": "flag: Lesotho" + , "category": "Flags" + , "aliases": [ + "lesotho" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇹" + , "description": "flag: Lithuania" + , "category": "Flags" + , "aliases": [ + "lithuania" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇺" + , "description": "flag: Luxembourg" + , "category": "Flags" + , "aliases": [ + "luxembourg" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇻" + , "description": "flag: Latvia" + , "category": "Flags" + , "aliases": [ + "latvia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇱🇾" + , "description": "flag: Libya" + , "category": "Flags" + , "aliases": [ + "libya" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇦" + , "description": "flag: Morocco" + , "category": "Flags" + , "aliases": [ + "morocco" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇨" + , "description": "flag: Monaco" + , "category": "Flags" + , "aliases": [ + "monaco" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇲🇩" + , "description": "flag: Moldova" + , "category": "Flags" + , "aliases": [ + "moldova" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇪" + , "description": "flag: Montenegro" + , "category": "Flags" + , "aliases": [ + "montenegro" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇫" + , "description": "flag: St. Martin" + , "category": "Flags" + , "aliases": [ + "st_martin" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇲🇬" + , "description": "flag: Madagascar" + , "category": "Flags" + , "aliases": [ + "madagascar" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇭" + , "description": "flag: Marshall Islands" + , "category": "Flags" + , "aliases": [ + "marshall_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇲🇰" + , "description": "flag: Macedonia" + , "category": "Flags" + , "aliases": [ + "macedonia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇱" + , "description": "flag: Mali" + , "category": "Flags" + , "aliases": [ + "mali" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇲" + , "description": "flag: Myanmar (Burma)" + , "category": "Flags" + , "aliases": [ + "myanmar" + ] + , "tags": [ + "burma" + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇳" + , "description": "flag: Mongolia" + , "category": "Flags" + , "aliases": [ + "mongolia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇴" + , "description": "flag: Macao SAR China" + , "category": "Flags" + , "aliases": [ + "macau" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇵" + , "description": "flag: Northern Mariana Islands" + , "category": "Flags" + , "aliases": [ + "northern_mariana_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇶" + , "description": "flag: Martinique" + , "category": "Flags" + , "aliases": [ + "martinique" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇲🇷" + , "description": "flag: Mauritania" + , "category": "Flags" + , "aliases": [ + "mauritania" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇸" + , "description": "flag: Montserrat" + , "category": "Flags" + , "aliases": [ + "montserrat" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇹" + , "description": "flag: Malta" + , "category": "Flags" + , "aliases": [ + "malta" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇺" + , "description": "flag: Mauritius" + , "category": "Flags" + , "aliases": [ + "mauritius" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇲🇻" + , "description": "flag: Maldives" + , "category": "Flags" + , "aliases": [ + "maldives" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇼" + , "description": "flag: Malawi" + , "category": "Flags" + , "aliases": [ + "malawi" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇽" + , "description": "flag: Mexico" + , "category": "Flags" + , "aliases": [ + "mexico" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇾" + , "description": "flag: Malaysia" + , "category": "Flags" + , "aliases": [ + "malaysia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇲🇿" + , "description": "flag: Mozambique" + , "category": "Flags" + , "aliases": [ + "mozambique" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇦" + , "description": "flag: Namibia" + , "category": "Flags" + , "aliases": [ + "namibia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇨" + , "description": "flag: New Caledonia" + , "category": "Flags" + , "aliases": [ + "new_caledonia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇪" + , "description": "flag: Niger" + , "category": "Flags" + , "aliases": [ + "niger" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇫" + , "description": "flag: Norfolk Island" + , "category": "Flags" + , "aliases": [ + "norfolk_island" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇳🇬" + , "description": "flag: Nigeria" + , "category": "Flags" + , "aliases": [ + "nigeria" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇮" + , "description": "flag: Nicaragua" + , "category": "Flags" + , "aliases": [ + "nicaragua" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇱" + , "description": "flag: Netherlands" + , "category": "Flags" + , "aliases": [ + "netherlands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇴" + , "description": "flag: Norway" + , "category": "Flags" + , "aliases": [ + "norway" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇵" + , "description": "flag: Nepal" + , "category": "Flags" + , "aliases": [ + "nepal" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇷" + , "description": "flag: Nauru" + , "category": "Flags" + , "aliases": [ + "nauru" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇳🇺" + , "description": "flag: Niue" + , "category": "Flags" + , "aliases": [ + "niue" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇳🇿" + , "description": "flag: New Zealand" + , "category": "Flags" + , "aliases": [ + "new_zealand" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇴🇲" + , "description": "flag: Oman" + , "category": "Flags" + , "aliases": [ + "oman" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇦" + , "description": "flag: Panama" + , "category": "Flags" + , "aliases": [ + "panama" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇪" + , "description": "flag: Peru" + , "category": "Flags" + , "aliases": [ + "peru" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇫" + , "description": "flag: French Polynesia" + , "category": "Flags" + , "aliases": [ + "french_polynesia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇵🇬" + , "description": "flag: Papua New Guinea" + , "category": "Flags" + , "aliases": [ + "papua_new_guinea" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇭" + , "description": "flag: Philippines" + , "category": "Flags" + , "aliases": [ + "philippines" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇰" + , "description": "flag: Pakistan" + , "category": "Flags" + , "aliases": [ + "pakistan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇱" + , "description": "flag: Poland" + , "category": "Flags" + , "aliases": [ + "poland" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇲" + , "description": "flag: St. Pierre & Miquelon" + , "category": "Flags" + , "aliases": [ + "st_pierre_miquelon" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇵🇳" + , "description": "flag: Pitcairn Islands" + , "category": "Flags" + , "aliases": [ + "pitcairn_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇵🇷" + , "description": "flag: Puerto Rico" + , "category": "Flags" + , "aliases": [ + "puerto_rico" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇸" + , "description": "flag: Palestinian Territories" + , "category": "Flags" + , "aliases": [ + "palestinian_territories" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇹" + , "description": "flag: Portugal" + , "category": "Flags" + , "aliases": [ + "portugal" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇼" + , "description": "flag: Palau" + , "category": "Flags" + , "aliases": [ + "palau" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇵🇾" + , "description": "flag: Paraguay" + , "category": "Flags" + , "aliases": [ + "paraguay" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇶🇦" + , "description": "flag: Qatar" + , "category": "Flags" + , "aliases": [ + "qatar" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇷🇪" + , "description": "flag: Réunion" + , "category": "Flags" + , "aliases": [ + "reunion" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇷🇴" + , "description": "flag: Romania" + , "category": "Flags" + , "aliases": [ + "romania" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇷🇸" + , "description": "flag: Serbia" + , "category": "Flags" + , "aliases": [ + "serbia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇷🇺" + , "description": "flag: Russia" + , "category": "Flags" + , "aliases": [ + "ru" + ] + , "tags": [ + "russia" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇷🇼" + , "description": "flag: Rwanda" + , "category": "Flags" + , "aliases": [ + "rwanda" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇦" + , "description": "flag: Saudi Arabia" + , "category": "Flags" + , "aliases": [ + "saudi_arabia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇧" + , "description": "flag: Solomon Islands" + , "category": "Flags" + , "aliases": [ + "solomon_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇨" + , "description": "flag: Seychelles" + , "category": "Flags" + , "aliases": [ + "seychelles" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇩" + , "description": "flag: Sudan" + , "category": "Flags" + , "aliases": [ + "sudan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇪" + , "description": "flag: Sweden" + , "category": "Flags" + , "aliases": [ + "sweden" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇬" + , "description": "flag: Singapore" + , "category": "Flags" + , "aliases": [ + "singapore" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇭" + , "description": "flag: St. Helena" + , "category": "Flags" + , "aliases": [ + "st_helena" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇸🇮" + , "description": "flag: Slovenia" + , "category": "Flags" + , "aliases": [ + "slovenia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇯" + , "description": "flag: Svalbard & Jan Mayen" + , "category": "Flags" + , "aliases": [ + "svalbard_jan_mayen" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇸🇰" + , "description": "flag: Slovakia" + , "category": "Flags" + , "aliases": [ + "slovakia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇱" + , "description": "flag: Sierra Leone" + , "category": "Flags" + , "aliases": [ + "sierra_leone" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇲" + , "description": "flag: San Marino" + , "category": "Flags" + , "aliases": [ + "san_marino" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇳" + , "description": "flag: Senegal" + , "category": "Flags" + , "aliases": [ + "senegal" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇴" + , "description": "flag: Somalia" + , "category": "Flags" + , "aliases": [ + "somalia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇷" + , "description": "flag: Suriname" + , "category": "Flags" + , "aliases": [ + "suriname" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇸" + , "description": "flag: South Sudan" + , "category": "Flags" + , "aliases": [ + "south_sudan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇹" + , "description": "flag: São Tomé & Príncipe" + , "category": "Flags" + , "aliases": [ + "sao_tome_principe" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇻" + , "description": "flag: El Salvador" + , "category": "Flags" + , "aliases": [ + "el_salvador" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇽" + , "description": "flag: Sint Maarten" + , "category": "Flags" + , "aliases": [ + "sint_maarten" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇾" + , "description": "flag: Syria" + , "category": "Flags" + , "aliases": [ + "syria" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇸🇿" + , "description": "flag: Eswatini" + , "category": "Flags" + , "aliases": [ + "swaziland" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇦" + , "description": "flag: Tristan da Cunha" + , "category": "Flags" + , "aliases": [ + "tristan_da_cunha" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇹🇨" + , "description": "flag: Turks & Caicos Islands" + , "category": "Flags" + , "aliases": [ + "turks_caicos_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇩" + , "description": "flag: Chad" + , "category": "Flags" + , "aliases": [ + "chad" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇹🇫" + , "description": "flag: French Southern Territories" + , "category": "Flags" + , "aliases": [ + "french_southern_territories" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇬" + , "description": "flag: Togo" + , "category": "Flags" + , "aliases": [ + "togo" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇭" + , "description": "flag: Thailand" + , "category": "Flags" + , "aliases": [ + "thailand" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇯" + , "description": "flag: Tajikistan" + , "category": "Flags" + , "aliases": [ + "tajikistan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇰" + , "description": "flag: Tokelau" + , "category": "Flags" + , "aliases": [ + "tokelau" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇹🇱" + , "description": "flag: Timor-Leste" + , "category": "Flags" + , "aliases": [ + "timor_leste" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇲" + , "description": "flag: Turkmenistan" + , "category": "Flags" + , "aliases": [ + "turkmenistan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇳" + , "description": "flag: Tunisia" + , "category": "Flags" + , "aliases": [ + "tunisia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇴" + , "description": "flag: Tonga" + , "category": "Flags" + , "aliases": [ + "tonga" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇷" + , "description": "flag: Turkey" + , "category": "Flags" + , "aliases": [ + "tr" + ] + , "tags": [ + "turkey" + ] + , "unicode_version": "8.0" + , "ios_version": "9.1" + } +, { + "emoji": "🇹🇹" + , "description": "flag: Trinidad & Tobago" + , "category": "Flags" + , "aliases": [ + "trinidad_tobago" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇻" + , "description": "flag: Tuvalu" + , "category": "Flags" + , "aliases": [ + "tuvalu" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇹🇼" + , "description": "flag: Taiwan" + , "category": "Flags" + , "aliases": [ + "taiwan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇹🇿" + , "description": "flag: Tanzania" + , "category": "Flags" + , "aliases": [ + "tanzania" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇺🇦" + , "description": "flag: Ukraine" + , "category": "Flags" + , "aliases": [ + "ukraine" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇺🇬" + , "description": "flag: Uganda" + , "category": "Flags" + , "aliases": [ + "uganda" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇺🇲" + , "description": "flag: U.S. Outlying Islands" + , "category": "Flags" + , "aliases": [ + "us_outlying_islands" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇺🇳" + , "description": "flag: United Nations" + , "category": "Flags" + , "aliases": [ + "united_nations" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🇺🇸" + , "description": "flag: United States" + , "category": "Flags" + , "aliases": [ + "us" + ] + , "tags": [ + "flag" + , "united" + , "america" + ] + , "unicode_version": "6.0" + , "ios_version": "6.0" + } +, { + "emoji": "🇺🇾" + , "description": "flag: Uruguay" + , "category": "Flags" + , "aliases": [ + "uruguay" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇺🇿" + , "description": "flag: Uzbekistan" + , "category": "Flags" + , "aliases": [ + "uzbekistan" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇻🇦" + , "description": "flag: Vatican City" + , "category": "Flags" + , "aliases": [ + "vatican_city" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇻🇨" + , "description": "flag: St. Vincent & Grenadines" + , "category": "Flags" + , "aliases": [ + "st_vincent_grenadines" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇻🇪" + , "description": "flag: Venezuela" + , "category": "Flags" + , "aliases": [ + "venezuela" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇻🇬" + , "description": "flag: British Virgin Islands" + , "category": "Flags" + , "aliases": [ + "british_virgin_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇻🇮" + , "description": "flag: U.S. Virgin Islands" + , "category": "Flags" + , "aliases": [ + "us_virgin_islands" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇻🇳" + , "description": "flag: Vietnam" + , "category": "Flags" + , "aliases": [ + "vietnam" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇻🇺" + , "description": "flag: Vanuatu" + , "category": "Flags" + , "aliases": [ + "vanuatu" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇼🇫" + , "description": "flag: Wallis & Futuna" + , "category": "Flags" + , "aliases": [ + "wallis_futuna" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇼🇸" + , "description": "flag: Samoa" + , "category": "Flags" + , "aliases": [ + "samoa" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇽🇰" + , "description": "flag: Kosovo" + , "category": "Flags" + , "aliases": [ + "kosovo" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇾🇪" + , "description": "flag: Yemen" + , "category": "Flags" + , "aliases": [ + "yemen" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇾🇹" + , "description": "flag: Mayotte" + , "category": "Flags" + , "aliases": [ + "mayotte" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "9.0" + } +, { + "emoji": "🇿🇦" + , "description": "flag: South Africa" + , "category": "Flags" + , "aliases": [ + "south_africa" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇿🇲" + , "description": "flag: Zambia" + , "category": "Flags" + , "aliases": [ + "zambia" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🇿🇼" + , "description": "flag: Zimbabwe" + , "category": "Flags" + , "aliases": [ + "zimbabwe" + ] + , "tags": [ + ] + , "unicode_version": "6.0" + , "ios_version": "8.3" + } +, { + "emoji": "🏴󠁧󠁢󠁥󠁮󠁧󠁿" + , "description": "flag: England" + , "category": "Flags" + , "aliases": [ + "england" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🏴󠁧󠁢󠁳󠁣󠁴󠁿" + , "description": "flag: Scotland" + , "category": "Flags" + , "aliases": [ + "scotland" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +, { + "emoji": "🏴󠁧󠁢󠁷󠁬󠁳󠁿" + , "description": "flag: Wales" + , "category": "Flags" + , "aliases": [ + "wales" + ] + , "tags": [ + ] + , "unicode_version": "11.0" + , "ios_version": "12.1" + } +] diff --git a/.oh-my-zsh/plugins/emoji/update_emoji.py b/.oh-my-zsh/plugins/emoji/update_emoji.py new file mode 100644 index 0000000..18b3c06 --- /dev/null +++ b/.oh-my-zsh/plugins/emoji/update_emoji.py @@ -0,0 +1,213 @@ +""" +Update Emoji.py +Refeshes OMZ emoji database based on the latest Unicode spec +""" +import re +import json + +spec = open("emoji-data.txt", "r") + +# Regexes +# regex_emoji will return, respectively: +# the code points, its type (status), the actual emoji, and its official name +regex_emoji = r"^([\w ].*?\S)\s*;\s*([\w-]+)\s*#\s*(.*?)\s(\S.*).*$" +# regex_group returns the group of subgroup that a line opens +regex_group = r"^#\s*(group|subgroup):\s*(.*)$" + +headers = """ +# emoji-char-definitions.zsh - Emoji definitions for oh-my-zsh emoji plugin +# +# This file is auto-generated by update_emoji.py. Do not edit it manually. +# +# This contains the definition for: +# $emoji - which maps character names to Unicode characters +# $emoji_flags - maps country names to Unicode flag characters using region +# indicators +# $emoji_mod - maps modifier components to Unicode characters +# $emoji_groups - a single associative array to avoid cluttering up the +# global namespace, and to allow adding additional group +# definitions at run time. The keys are the group names, and +# the values are whitespace-separated lists of emoji +# character names. + +# Main emoji +typeset -gAH emoji +# National flags +typeset -gAH emoji_flags +# Combining modifiers +typeset -gAH emoji_mod +# Emoji groups +typeset -gAH emoji_groups +""" + +####### +# Adding country codes +####### +# This is the only part of this script that relies on an external library +# (country_converter), and is hence commented out by default. +# You can uncomment it to have country codes added as aliases for flag +# emojis. (By default, when you install this extension, country codes are +# included as aliases, but not if you re-run this script without uncommenting.) +# Warning: country_converter is very verbose, and will print warnings all over +# your terminal. + +# import country_converter as coco # pylint: disable=wrong-import-position +# cc = coco.CountryConverter() + +# def country_iso(_all_names, _omz_name): +# """ Using the external library country_converter, +# this function can detect the ISO2 and ISO3 codes +# of the country. It takes as argument the array +# with all the names of the emoji, and returns that array.""" +# omz_no_underscore = re.sub(r'_', r' ', _omz_name) +# iso2 = cc.convert(names=[omz_no_underscore], to='ISO2') +# if iso2 != 'not found': +# _all_names.append(iso2) +# iso3 = cc.convert(names=[omz_no_underscore], to='ISO3') +# _all_names.append(iso3) +# return _all_names + + +####### +# Helper functions +####### + +def code_to_omz(_code_points): + """ Returns a ZSH-compatible Unicode string from the code point(s) """ + return r'\U' + r'\U'.join(_code_points.split(' ')) + +def name_to_omz(_name, _group, _subgroup, _status): + """ Returns a reasonable snake_case name for the emoji. """ + def snake_case(_string): + """ Does the regex work of snake_case """ + remove_dots = re.sub(r'\.\(\)', r'', _string) + replace_ands = re.sub(r'\&', r'and', remove_dots) + remove_whitespace = re.sub(r'[^\#\*\w]', r'_', replace_ands) + return re.sub(r'__', r'_', remove_whitespace) + + shortname = "" + split_at_colon = lambda s: s.split(": ") + # Special treatment by group and subgroup + # If the emoji is a flag, we strip "flag" from its name + if _group == "Flags" and len(split_at_colon(_name)) > 1: + shortname = snake_case(split_at_colon(_name)[1]) + else: + shortname = snake_case(_name) + # Special treatment by status + # Enables us to have every emoji combination, + # even the one that are not officially sanctionned + # and are implemented by, say, only one vendor + if _status == "unqualified": + shortname += "_unqualified" + elif _status == "minimally-qualified": + shortname += "_minimally" + return shortname + +def increment_name(_shortname): + """ Increment the short name by 1. If you get, say, + 'woman_detective_unqualified', it returns + 'woman_detective_unqualified_1', and then + 'woman_detective_unqualified_2', etc. """ + last_char = _shortname[-1] + if last_char.isdigit(): + num = int(last_char) + return _shortname[:-1] + str(num + 1) + return _shortname + "_1" + +######## +# Going through every line +######## + +group, subgroup, short_name_buffer = "", "", "" +emoji_database = [] +for line in spec: + # First, test if this line opens a group or subgroup + group_match = re.findall(regex_group, line) + if group_match != []: + gr_or_sub, name = group_match[0] + if gr_or_sub == "group": + group = name + elif gr_or_sub == "subgroup": + subgroup = name + continue # Moving on... + # Second, test if this line references one emoji + emoji_match = re.findall(regex_emoji, line) + if emoji_match != []: + code_points, status, emoji, name = emoji_match[0] + omz_codes = code_to_omz(code_points) + omz_name = name_to_omz(name, group, subgroup, status) + # If this emoji has the same shortname as the preceding one + if omz_name in short_name_buffer: + omz_name = increment_name(short_name_buffer) + short_name_buffer = omz_name + emoji_database.append( + [omz_codes, status, emoji, omz_name, group, subgroup]) +spec.close() + +######## +# Write to emoji-char-definitions.zsh +######## + +# Aliases for emojis are retrieved through the DB of Gemoji +# Retrieved on Aug 9 2019 from the following URL: +# https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json + +gemoji_db = open("gemoji_db.json") +j = json.load(gemoji_db) +aliases_map = {entry['emoji']: entry['aliases'] for entry in j} +all_omz_names = [emoji_data[3] for emoji_data in emoji_database] + +# Let's begin writing to this file +output = open("emoji-char-definitions.zsh", "w") +output.write(headers) + +emoji_groups = {"fruits": "\n", "vehicles": "\n", "hands": "\n", + "people": "\n", "animals": "\n", "faces": "\n", + "flags": "\n"} + +# First, write every emoji down +for _omz_codes, _status, _emoji, _omz_name, _group, _subgroup in emoji_database: + + # One emoji can be mapped to multiple names (aliases or country codes) + names_for_this_emoji = [_omz_name] + + # Variable that indicates in which map the emoji will be located + emoji_map = "emoji" + if _status == "component": + emoji_map = "emoji_mod" + if _group == "Flags": + emoji_map = "emoji_flags" + # Adding country codes (Optional, see above) + # names_for_this_emoji = country_iso(names_for_this_emoji, _omz_name) + + # Check if there is an alias available in the Gemoji DB + if _emoji in aliases_map.keys(): + for alias in aliases_map[_emoji]: + if alias not in all_omz_names: + names_for_this_emoji.append(alias) + + # And now we write to the definitions file + for one_name in names_for_this_emoji: + output.write(f"{emoji_map}[{one_name}]=$'{_omz_codes}'\n") + + # Storing the emoji in defined subgroups for the next step + if _status == "fully-qualified": + if _subgroup == "food-fruit": + emoji_groups["fruits"] += f" {_omz_name}\n" + elif "transport-" in _subgroup: + emoji_groups["vehicles"] += f" {_omz_name}\n" + elif "hand-" in _subgroup: + emoji_groups["hands"] += f" {_omz_name}\n" + elif "person-" in _subgroup or _subgroup == "family": + emoji_groups["people"] += f" {_omz_name}\n" + elif "animal-" in _subgroup: + emoji_groups["animals"] += f" {_omz_name}\n" + elif "face-" in _subgroup: + emoji_groups["faces"] += f" {_omz_name}\n" + elif _group == "Flags": + emoji_groups["flags"] += f" {_omz_name}\n" + +# Second, write the subgroups to the end of the file +for name, string in emoji_groups.items(): + output.write(f'\nemoji_groups[{name}]="{string}"\n') +output.close() diff --git a/.oh-my-zsh/plugins/emotty/README.md b/.oh-my-zsh/plugins/emotty/README.md new file mode 100644 index 0000000..ee57170 --- /dev/null +++ b/.oh-my-zsh/plugins/emotty/README.md @@ -0,0 +1,39 @@ +# emotty plugin + +This plugin returns an emoji for the current $TTY number so it can be used +in a prompt. + +To use it, add emotty to the plugins array in your zshrc file: +``` +plugins=(... emotty) +``` + +**NOTE:** it requires the [emoji plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/emoji). + +## Usage + +The function `emotty` displays an emoji from the current character set (default: `emoji`), based +on the number associated to the `$TTY`. + +There are different sets of emoji characters available, to choose a different +set, set `$emotty_set` to the name of the set you would like to use, e.g.: +``` +emotty_set=nature +``` + +### Character Sets + +- emoji +- loral +- love +- nature +- stellar +- zodiac + +Use the `display_emotty` function to list the emojis in the current character set, or +the character set passed as the first argument. For example: + +``` +$ display_emotty zodiac + +``` diff --git a/.oh-my-zsh/plugins/emotty/emotty.plugin.zsh b/.oh-my-zsh/plugins/emotty/emotty.plugin.zsh new file mode 100644 index 0000000..b48d121 --- /dev/null +++ b/.oh-my-zsh/plugins/emotty/emotty.plugin.zsh @@ -0,0 +1,55 @@ +# ------------------------------------------------------------------------------ +# FILE: emotty.plugin.zsh +# DESCRIPTION: Return an emoji for the current $TTY number. +# AUTHOR: Alexis Hildebrandt (afh[at]surryhill.net) +# VERSION: 1.0.0 +# DEPENDS: emoji plugin +# +# There are different sets of emoji characters available, to choose a different +# set export emotty_set to the name of the set you would like to use, e.g.: +# % export emotty_set=nature +# ------------------------------------------------------------------------------ + +# Handle $0 according to the standard: +# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html +0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" +0="${${(M)0:#/*}:-$PWD/$0}" + +typeset -gAH _emotty_sets +local _emotty_plugin_dir="${0:h}" +source "$_emotty_plugin_dir/emotty_stellar_set.zsh" +source "$_emotty_plugin_dir/emotty_floral_set.zsh" +source "$_emotty_plugin_dir/emotty_zodiac_set.zsh" +source "$_emotty_plugin_dir/emotty_nature_set.zsh" +source "$_emotty_plugin_dir/emotty_emoji_set.zsh" +source "$_emotty_plugin_dir/emotty_love_set.zsh" +unset _emotty_plugin_dir + +emotty_default_set=emoji + +function emotty() { + # Use emotty set defined by user, fallback to default + local emotty=${_emotty_sets[${emotty_set:-$emotty_default_set}]} + + # Parse tty number via prompt expansion. %l equals: + # - N if tty = /dev/ttyN + # - pts/N if tty = /dev/pts/N + local tty=${${(%):-%l}##pts/} + # Normalize it to an emotty set index + (( tty = (tty % ${#${=emotty}}) + 1 )) + + local character_name=${${=emotty}[tty]} + echo "${emoji[${character_name}]}${emoji2[emoji_style]}" +} + +function display_emotty() { + local name=${1:-$emotty_set} + echo $name + for i in ${=_emotty_sets[$name]}; do + printf "${emoji[$i]}${emoji2[emoji_style]} " + done + print + for i in ${=_emotty_sets[$name]}; do + print "${emoji[$i]}${emoji2[emoji_style]} = $i" + done +} diff --git a/.oh-my-zsh/plugins/emotty/emotty_emoji_set.zsh b/.oh-my-zsh/plugins/emotty/emotty_emoji_set.zsh new file mode 100644 index 0000000..00e3171 --- /dev/null +++ b/.oh-my-zsh/plugins/emotty/emotty_emoji_set.zsh @@ -0,0 +1,24 @@ +#!/usr/bin/env zsh +# vim:ft=zsh ts=2 sw=2 sts=2 + +_emotty_sets[emoji]=" + crystal_ball + ghost + jack_o_lantern + see_no_evil_monkey + hear_no_evil_monkey + speak_no_evil_monkey + smiling_cat_face_with_open_mouth + extraterrestrial_alien + rocket + billiards + bomb + pill + japanese_symbol_for_beginner + direct_hit + cyclone + diamond_shape_with_a_dot_inside + sparkle + eight_spoked_asterisk + eight_pointed_black_star + " diff --git a/.oh-my-zsh/plugins/emotty/emotty_floral_set.zsh b/.oh-my-zsh/plugins/emotty/emotty_floral_set.zsh new file mode 100644 index 0000000..f761fea --- /dev/null +++ b/.oh-my-zsh/plugins/emotty/emotty_floral_set.zsh @@ -0,0 +1,18 @@ +#!/usr/bin/env zsh +# vim:ft=zsh ts=2 sw=2 sts=2 + +_emotty_sets[floral]=" + hibiscus + cherry_blossom + blossom + sunflower + bouquet + tulip + rose + four_leaf_clover + seedling + herb + palm_tree + evergreen_tree + deciduous_tree + " diff --git a/.oh-my-zsh/plugins/emotty/emotty_love_set.zsh b/.oh-my-zsh/plugins/emotty/emotty_love_set.zsh new file mode 100644 index 0000000..8f19e69 --- /dev/null +++ b/.oh-my-zsh/plugins/emotty/emotty_love_set.zsh @@ -0,0 +1,34 @@ +#!/usr/bin/env zsh +# vim:ft=zsh ts=2 sw=2 sts=2 + +# Note: The heavy_black_heart emoji requires $emoji2[emoji_style] +# to be rendered as the emoji red heart. +_emotty_sets[love]=" + green_heart + blue_heart + purple_heart + yellow_heart + heavy_black_heart + broken_heart + heart_with_arrow + heart_with_ribbon + sparkling_heart + two_hearts + revolving_hearts + growing_heart + beating_heart + heart_decoration + couple_with_heart + kiss + man_and_woman_holding_hands + two_women_holding_hands + two_men_holding_hands + kiss_mark + smiling_face_with_heart_shaped_eyes + kissing_face + face_throwing_a_kiss + kissing_face_with_smiling_eyes + kissing_face_with_closed_eyes + smiling_cat_face_with_heart_shaped_eyes + kissing_cat_face_with_closed_eyes + " diff --git a/.oh-my-zsh/plugins/emotty/emotty_nature_set.zsh b/.oh-my-zsh/plugins/emotty/emotty_nature_set.zsh new file mode 100644 index 0000000..8dab4c1 --- /dev/null +++ b/.oh-my-zsh/plugins/emotty/emotty_nature_set.zsh @@ -0,0 +1,58 @@ +#!/usr/bin/env zsh +# vim:ft=zsh ts=2 sw=2 sts=2 + +_emotty_sets[nature]=" + mouse_face + hamster_face + rabbit_face + dog_face + cat_face + tiger_face + bear_face + monkey_face + koala + panda_face + chicken + baby_chick + bird + penguin + cow_face + pig_face + frog_face + boar + wolf_face + horse_face + snail + bug + ant + honeybee + lady_beetle + spouting_whale + dolphin + octopus + fish + tropical_fish + snake + turtle + lemon + tangerine + peach + mushroom + tomato + strawberry + red_apple + cherries + grapes + aubergine + watermelon + banana + pineapple + melon + pear + green_apple + ear_of_maize + sunflower + seedling + herb + four_leaf_clover + " diff --git a/.oh-my-zsh/plugins/emotty/emotty_stellar_set.zsh b/.oh-my-zsh/plugins/emotty/emotty_stellar_set.zsh new file mode 100644 index 0000000..8e7e610 --- /dev/null +++ b/.oh-my-zsh/plugins/emotty/emotty_stellar_set.zsh @@ -0,0 +1,25 @@ +#!/usr/bin/env zsh +# vim:ft=zsh ts=2 sw=2 sts=2 + +# NOTE: The following emoji show as $'character' in the title +# white_medium_star +# sparkles +# dizzy_symbol + +_emotty_sets[stellar]=" + full_moon_symbol + waning_gibbous_moon_symbol + waning_crescent_moon_symbol + last_quarter_moon_symbol + new_moon_symbol + new_moon_with_face + waxing_crescent_moon_symbol + first_quarter_moon_symbol + waxing_gibbous_moon_symbol + full_moon_with_face + sun_with_face + glowing_star + crescent_moon + first_quarter_moon_with_face + last_quarter_moon_with_face + " diff --git a/.oh-my-zsh/plugins/emotty/emotty_zodiac_set.zsh b/.oh-my-zsh/plugins/emotty/emotty_zodiac_set.zsh new file mode 100644 index 0000000..bde6e3d --- /dev/null +++ b/.oh-my-zsh/plugins/emotty/emotty_zodiac_set.zsh @@ -0,0 +1,29 @@ +#!/usr/bin/env zsh +# vim:ft=zsh ts=2 sw=2 sts=2 + +_emotty_sets[zodiac]=" + aries + taurus + gemini + cancer + leo + virgo + libra + scorpius + sagittarius + capricorn + aquarius + pisces + rat + ox + tiger + rabbit + dragon + snake + horse + goat + monkey + rooster + dog + pig + " diff --git a/.oh-my-zsh/plugins/encode64/README.md b/.oh-my-zsh/plugins/encode64/README.md new file mode 100644 index 0000000..e3e25a7 --- /dev/null +++ b/.oh-my-zsh/plugins/encode64/README.md @@ -0,0 +1,73 @@ +# encode64 + +Alias plugin for encoding or decoding using `base64` command. + +To use it, add `encode64` to the plugins array in your zshrc file: + +```zsh +plugins=(... encode64) +``` + +## Functions and Aliases + +| Function | Alias | Description | +| -------------- | ------ | -------------------------------------- | +| `encode64` | `e64` | Encodes given data to base64 | +| `encodefile64` | `ef64` | Encodes given file's content to base64 | +| `decode64` | `d64` | Decodes given data from base64 | + +## Usage and examples + +### Encoding + +- From parameter + + ```console + $ encode64 "oh-my-zsh" + b2gtbXktenNo + $ e64 "oh-my-zsh" + b2gtbXktenNo + ``` + +- From piping + + ```console + $ echo "oh-my-zsh" | encode64 + b2gtbXktenNo== + $ echo "oh-my-zsh" | e64 + b2gtbXktenNo== + ``` + +### Encoding a file + +Encode a file's contents to base64 and save output to text file. +**NOTE:** Takes provided file and saves encoded content as new file with `.txt` extension + +- From parameter + + ```console + $ encodefile64 ohmyzsh.icn + ohmyzsh.icn's content encoded in base64 and saved as ohmyzsh.icn.txt + $ ef64 "oh-my-zsh" + ohmyzsh.icn's content encoded in base64 and saved as ohmyzsh.icn.txt + ``` + +### Decoding + +- From parameter + + ```console + $ decode64 b2gtbXktenNo + oh-my-zsh% + $ d64 b2gtbXktenNo + oh-my-zsh% + ``` + +- From piping + + ```console + $ echo "b2gtbXktenNoCg==" | decode64 + oh-my-zsh + $ echo "b2gtbXktenNoCg==" | d64 + oh-my-zsh + ``` diff --git a/.oh-my-zsh/plugins/encode64/encode64.plugin.zsh b/.oh-my-zsh/plugins/encode64/encode64.plugin.zsh new file mode 100644 index 0000000..8e6fdb1 --- /dev/null +++ b/.oh-my-zsh/plugins/encode64/encode64.plugin.zsh @@ -0,0 +1,27 @@ +encode64() { + if [[ $# -eq 0 ]]; then + cat | base64 + else + printf '%s' $1 | base64 + fi +} + +encodefile64() { + if [[ $# -eq 0 ]]; then + echo "You must provide a filename" + else + base64 $1 > $1.txt + echo "${1}'s content encoded in base64 and saved as ${1}.txt" + fi +} + +decode64() { + if [[ $# -eq 0 ]]; then + cat | base64 --decode + else + printf '%s' $1 | base64 --decode + fi +} +alias e64=encode64 +alias ef64=encodefile64 +alias d64=decode64 diff --git a/.oh-my-zsh/plugins/extract/README.md b/.oh-my-zsh/plugins/extract/README.md new file mode 100644 index 0000000..c8d98b2 --- /dev/null +++ b/.oh-my-zsh/plugins/extract/README.md @@ -0,0 +1,65 @@ +# extract plugin + +This plugin defines a function called `extract` that extracts the archive file you pass it, and it supports a +wide variety of archive filetypes. + +This way you don't have to know what specific command extracts a file, you just do `extract ` and +the function takes care of the rest. + +To use it, add `extract` to the plugins array in your zshrc file: + +```zsh +plugins=(... extract) +``` + +## Supported file extensions + +| Extension | Description | +| :---------------- | :----------------------------------- | +| `7z` | 7zip file | +| `Z` | Z archive (LZW) | +| `apk` | Android app file | +| `aar` | Android library file | +| `bz2` | Bzip2 file | +| `cab` | Microsoft cabinet archive | +| `cpio` | Cpio archive | +| `deb` | Debian package | +| `ear` | Enterprise Application aRchive | +| `exe` | Windows executable file | +| `gz` | Gzip file | +| `ipa` | iOS app package | +| `ipsw` | iOS firmware file | +| `jar` | Java Archive | +| `lrz` | LRZ archive | +| `lz4` | LZ4 archive | +| `lzma` | LZMA archive | +| `obscpio` | cpio archive used on OBS | +| `rar` | WinRAR archive | +| `rpm` | RPM package | +| `sublime-package` | Sublime Text package | +| `tar` | Tarball | +| `tar.bz2` | Tarball with bzip2 compression | +| `tar.gz` | Tarball with gzip compression | +| `tar.lrz` | Tarball with lrzip compression | +| `tar.lz` | Tarball with lzip compression | +| `tar.lz4` | Tarball with lz4 compression | +| `tar.xz` | Tarball with lzma2 compression | +| `tar.zma` | Tarball with lzma compression | +| `tar.zst` | Tarball with zstd compression | +| `tbz` | Tarball with bzip compression | +| `tbz2` | Tarball with bzip2 compression | +| `tgz` | Tarball with gzip compression | +| `tlz` | Tarball with lzma compression | +| `txz` | Tarball with lzma2 compression | +| `tzst` | Tarball with zstd compression | +| `war` | Web Application archive (Java-based) | +| `whl` | Python wheel file | +| `xpi` | Mozilla XPI module file | +| `xz` | LZMA2 archive | +| `zip` | Zip archive | +| `zlib` | zlib archive | +| `zst` | Zstandard file (zstd) | +| `zpaq` | Zpaq file | + +See [list of archive formats](https://en.wikipedia.org/wiki/List_of_archive_formats) for more information +regarding archive formats. diff --git a/.oh-my-zsh/plugins/extract/_extract b/.oh-my-zsh/plugins/extract/_extract new file mode 100644 index 0000000..56b1705 --- /dev/null +++ b/.oh-my-zsh/plugins/extract/_extract @@ -0,0 +1,7 @@ +#compdef extract +#autoload + +_arguments \ + '(-r --remove)'{-r,--remove}'[Remove archive.]' \ + "*::archive file:_files -g '(#i)*.(7z|Z|apk|aar|bz2|cab|cpio|deb|ear|gz|ipa|ipsw|jar|lrz|lz4|lzma|obscpio|rar|rpm|sublime-package|tar|tar.bz2|tar.gz|tar.lrz|tar.lz|tar.lz4|tar.xz|tar.zma|tar.zst|tbz|tbz2|tgz|tlz|txz|tzst|war|whl|xpi|xz|zip|zst|zpaq)(-.)'" \ + && return 0 diff --git a/.oh-my-zsh/plugins/extract/extract.plugin.zsh b/.oh-my-zsh/plugins/extract/extract.plugin.zsh new file mode 100644 index 0000000..e2b3111 --- /dev/null +++ b/.oh-my-zsh/plugins/extract/extract.plugin.zsh @@ -0,0 +1,137 @@ +alias x=extract + +extract() { + setopt localoptions noautopushd + + if (( $# == 0 )); then + cat >&2 <<'EOF' +Usage: extract [-option] [file ...] + +Options: + -r, --remove Remove archive after unpacking. +EOF + fi + + local remove_archive=1 + if [[ "$1" == "-r" ]] || [[ "$1" == "--remove" ]]; then + remove_archive=0 + shift + fi + + local pwd="$PWD" + while (( $# > 0 )); do + if [[ ! -f "$1" ]]; then + echo "extract: '$1' is not a valid file" >&2 + shift + continue + fi + + local success=0 + local file="$1" full_path="${1:A}" + local extract_dir="${1:t:r}" + + # Remove the .tar extension if the file name is .tar.* + if [[ $extract_dir =~ '\.tar$' ]]; then + extract_dir="${extract_dir:r}" + fi + + # If there's a file or directory with the same name as the archive + # add a random string to the end of the extract directory + if [[ -e "$extract_dir" ]]; then + local rnd="${(L)"${$(( [##36]$RANDOM*$RANDOM ))}":1:5}" + extract_dir="${extract_dir}-${rnd}" + fi + + # Create an extraction directory based on the file name + command mkdir -p "$extract_dir" + builtin cd -q "$extract_dir" + echo "extract: extracting to $extract_dir" >&2 + + case "${file:l}" in + (*.tar.gz|*.tgz) + (( $+commands[pigz] )) && { tar -I pigz -xvf "$full_path" } || tar zxvf "$full_path" ;; + (*.tar.bz2|*.tbz|*.tbz2) + (( $+commands[pbzip2] )) && { tar -I pbzip2 -xvf "$full_path" } || tar xvjf "$full_path" ;; + (*.tar.xz|*.txz) + (( $+commands[pixz] )) && { tar -I pixz -xvf "$full_path" } || { + tar --xz --help &> /dev/null \ + && tar --xz -xvf "$full_path" \ + || xzcat "$full_path" | tar xvf - } ;; + (*.tar.zma|*.tlz) + tar --lzma --help &> /dev/null \ + && tar --lzma -xvf "$full_path" \ + || lzcat "$full_path" | tar xvf - ;; + (*.tar.zst|*.tzst) + tar --zstd --help &> /dev/null \ + && tar --zstd -xvf "$full_path" \ + || zstdcat "$full_path" | tar xvf - ;; + (*.tar) tar xvf "$full_path" ;; + (*.tar.lz) (( $+commands[lzip] )) && tar xvf "$full_path" ;; + (*.tar.lz4) lz4 -c -d "$full_path" | tar xvf - ;; + (*.tar.lrz) (( $+commands[lrzuntar] )) && lrzuntar "$full_path" ;; + (*.gz) (( $+commands[pigz] )) && pigz -cdk "$full_path" > "${file:t:r}" || gunzip -ck "$full_path" > "${file:t:r}" ;; + (*.bz2) (( $+commands[pbzip2] )) && pbzip2 -d "$full_path" || bunzip2 "$full_path" ;; + (*.xz) unxz "$full_path" ;; + (*.lrz) (( $+commands[lrunzip] )) && lrunzip "$full_path" ;; + (*.lz4) lz4 -d "$full_path" ;; + (*.lzma) unlzma "$full_path" ;; + (*.z) uncompress "$full_path" ;; + (*.zip|*.war|*.jar|*.ear|*.sublime-package|*.ipa|*.ipsw|*.xpi|*.apk|*.aar|*.whl) unzip "$full_path" ;; + (*.rar) unrar x -ad "$full_path" ;; + (*.rpm) + rpm2cpio "$full_path" | cpio --quiet -id ;; + (*.7z | *.7z.[0-9]*) 7za x "$full_path" ;; + (*.deb) + command mkdir -p "control" "data" + ar vx "$full_path" > /dev/null + builtin cd -q control; extract ../control.tar.* + builtin cd -q ../data; extract ../data.tar.* + builtin cd -q ..; command rm *.tar.* debian-binary ;; + (*.zst) unzstd --stdout "$full_path" > "${file:t:r}" ;; + (*.cab|*.exe) cabextract "$full_path" ;; + (*.cpio|*.obscpio) cpio -idmvF "$full_path" ;; + (*.zpaq) zpaq x "$full_path" ;; + (*.zlib) zlib-flate -uncompress < "$full_path" > "${file:r}" ;; + (*) + echo "extract: '$file' cannot be extracted" >&2 + success=1 ;; + esac + + (( success = success > 0 ? success : $? )) + (( success == 0 && remove_archive == 0 )) && command rm "$full_path" + shift + + # Go back to original working directory + builtin cd -q "$pwd" + + # If content of extract dir is a single directory, move its contents up + # Glob flags: + # - D: include files starting with . + # - N: no error if directory is empty + # - Y2: at most give 2 files + local -a content + content=("${extract_dir}"/*(DNY2)) + if [[ ${#content} -eq 1 && -e "${content[1]}" ]]; then + # The extracted file/folder (${content[1]}) may have the same name as $extract_dir + # If so, we need to rename it to avoid conflicts in a 3-step process + # + # 1. Move and rename the extracted file/folder to a temporary random name + # 2. Delete the empty folder + # 3. Rename the extracted file/folder to the original name + if [[ "${content[1]:t}" == "$extract_dir" ]]; then + # =(:) gives /tmp/zsh, with :t it gives zsh + local tmp_name==(:); tmp_name="${tmp_name:t}" + command mv "${content[1]}" "$tmp_name" \ + && command rmdir "$extract_dir" \ + && command mv "$tmp_name" "$extract_dir" + # Otherwise, if the extracted folder name already exists in the current + # directory (because of a previous file / folder), keep the extract_dir + elif [[ ! -e "${content[1]:t}" ]]; then + command mv "${content[1]}" . \ + && command rmdir "$extract_dir" + fi + elif [[ ${#content} -eq 0 ]]; then + command rmdir "$extract_dir" + fi + done +} diff --git a/.oh-my-zsh/plugins/eza/README.md b/.oh-my-zsh/plugins/eza/README.md new file mode 100644 index 0000000..90e5499 --- /dev/null +++ b/.oh-my-zsh/plugins/eza/README.md @@ -0,0 +1,121 @@ +# eza plugin + +This provides aliases that invoke the [`eza`](https://github.com/eza-community/eza) utility rather than `ls` + +To use it add `eza` to the plugins array in your zshrc file: + +```zsh +plugins=(... eza) +``` + +## Configuration + +All configurations are done using the `zstyle` command in the `:omz:plugins:eza` namespace. + +**NOTE:** The configuring needs to be done prior to OMZ loading the plugins. When the plugin is loaded, +changing the `zstyle` won't have any effect. + +### `dirs-first` + +```zsh +zstyle ':omz:plugins:eza' 'dirs-first' yes|no +``` + +If `yes`, directories will be grouped first. + +Default: `no` + +### `git-status` + +```zsh +zstyle ':omz:plugins:eza' 'git-status' yes|no +``` + +If `yes`, always add `--git` flag to indicate git status (if tracked / in a git repo). + +Default: `no` + +### `header` + +```zsh +zstyle ':omz:plugins:eza' 'header' yes|no +``` + +If `yes`, always add `-h` flag to add a header row for each column. + +Default: `no` + +### `show-group` + +```zsh +zstyle ':omz:plugins:eza' 'show-group' yes|no +``` + +If `yes` (default), always add `-g` flag to show the group ownership. + +Default: `yes` + +### `icons` + +```zsh +zstyle ':omz:plugins:eza' 'icons' yes|no +``` + +If `yes`, sets the `--icons` option of `eza`, adding icons for files and folders. + +Default: `no` + +### `size-prefix` + +```zsh +zstyle ':omz:plugins:eza' 'size-prefix' (binary|none|si) +``` + +Choose the prefix to be used in displaying file size: + +- `binary` -- use [binary prefixes](https://en.wikipedia.org/wiki/Binary_prefix) such as "Ki", "Mi", "Gi" and + so on +- `none` -- don't use any prefix, show size in bytes +- `si` (default) -- use [Metric/S.I. prefixes](https://en.wikipedia.org/wiki/Metric_prefix) + +Default: `si` + +### `time-style` + +```zsh +zstyle ':omz:plugins:eza' 'time-style' $TIME_STYLE +``` + +Sets the `--time-style` option of `eza`. (See `man eza` for the options) + +Default: Not set, which means the default behavior of `eza` will take place. + +### `hyperlink` + +```zsh +zstyle ':omz:plugins:eza' 'hyperlink' yes|no +``` + +If `yes`, always add `--hyperlink` flag to create hyperlink with escape codes. + +Default: `no` + +## Aliases + +**Notes:** + +- Aliases may be modified by Configuration +- The term "files" without "only" qualifier means both files & directories + +| Alias | Command | Description | +| ------ | ----------------- | -------------------------------------------------------------------------- | +| `la` | `eza -la` | List all files (except . and ..) as a long list | +| `ldot` | `eza -ld .*` | List dotfiles only (directories shown as entries instead of recursed into) | +| `lD` | `eza -lD` | List only directories (excluding dotdirs) as a long list | +| `lDD` | `eza -laD` | List only directories (including dotdirs) as a long list | +| `ll` | `eza -l` | List files as a long list | +| `ls` | `eza` | Plain eza call | +| `lsd` | `eza -d` | List specified files with directories as entries, in a grid | +| `lsdl` | `eza -dl` | List specified files with directories as entries, in a long list | +| `lS` | `eza -l -ssize` | List files as a long list, sorted by size | +| `lT` | `eza -l -snewest` | List files as a long list, sorted by date (newest last) | diff --git a/.oh-my-zsh/plugins/eza/eza.plugin.zsh b/.oh-my-zsh/plugins/eza/eza.plugin.zsh new file mode 100644 index 0000000..f25f1c3 --- /dev/null +++ b/.oh-my-zsh/plugins/eza/eza.plugin.zsh @@ -0,0 +1,68 @@ +if ! (( $+commands[eza] )); then + print "zsh eza plugin: eza not found. Please install eza before using this plugin." >&2 + return 1 +fi + +typeset -a _EZA_HEAD +typeset -a _EZA_TAIL + +function _configure_eza() { + local _val + # Get the head flags + if zstyle -T ':omz:plugins:eza' 'show-group'; then + _EZA_HEAD+=("g") + fi + if zstyle -t ':omz:plugins:eza' 'header'; then + _EZA_HEAD+=("h") + fi + zstyle -s ':omz:plugins:eza' 'size-prefix' _val + case "${_val:l}" in + binary) + _EZA_HEAD+=("b") + ;; + none) + _EZA_HEAD+=("B") + ;; + esac + # Get the tail long-options + if zstyle -t ':omz:plugins:eza' 'dirs-first'; then + _EZA_TAIL+=("--group-directories-first") + fi + if zstyle -t ':omz:plugins:eza' 'git-status'; then + _EZA_TAIL+=("--git") + fi + if zstyle -t ':omz:plugins:eza' 'icons'; then + _EZA_TAIL+=("--icons=auto") + fi + zstyle -s ':omz:plugins:eza' 'time-style' _val + if [[ $_val ]]; then + _EZA_TAIL+=("--time-style='$_val'") + fi + if zstyle -t ":omz:plugins:eza" "hyperlink"; then + _EZA_TAIL+=("--hyperlink") + fi +} + +_configure_eza + +function _alias_eza() { + local _head="${(j::)_EZA_HEAD}$2" + local _tail="${(j: :)_EZA_TAIL}" + alias "$1"="eza${_head:+ -}${_head}${_tail:+ }${_tail}${3:+ }$3" +} + +_alias_eza la la +_alias_eza ldot ld ".*" +_alias_eza lD lD +_alias_eza lDD lDa +_alias_eza ll l +_alias_eza ls +_alias_eza lsd d +_alias_eza lsdl dl +_alias_eza lS "l -ssize" +_alias_eza lT "l -snewest" + +unfunction _alias_eza +unfunction _configure_eza +unset _EZA_HEAD +unset _EZA_TAIL diff --git a/.oh-my-zsh/plugins/fabric/README.md b/.oh-my-zsh/plugins/fabric/README.md new file mode 100644 index 0000000..f121d2e --- /dev/null +++ b/.oh-my-zsh/plugins/fabric/README.md @@ -0,0 +1,9 @@ +# Fabric + +This plugin provides completion for [Fabric](https://www.fabfile.org/). + +To use it add fabric to the plugins array in your zshrc file. + +```zsh +plugins=(... fabric) +``` diff --git a/.oh-my-zsh/plugins/fabric/_fab b/.oh-my-zsh/plugins/fabric/_fab new file mode 100644 index 0000000..9102dad --- /dev/null +++ b/.oh-my-zsh/plugins/fabric/_fab @@ -0,0 +1,69 @@ +#compdef fab +#autoload + +local curcontext=$curcontext state line +declare -A opt_args + +declare -a target_list +target_list=("${(@f)$(fab -l 2>/dev/null | awk '{ + if (NF == 0 || NR == 1) next + if (NF < 2) print $1 + else { + docstring=substr($0, index($0,$2)) + gsub(":", "\\:", docstring) + print $1":"docstring + } +}')}") + +_fab_targets() { + [[ -n "$target_list" ]] || return + _describe -t commands "fabric targets" target_list +} + +output_levels=( + 'status: Status messages, i.e. noting when Fabric is done running, if the user used a keyboard interrupt, or when servers are disconnected from. These messages are almost always relevant and rarely verbose.' + 'aborts: Abort messages. Like status messages, these should really only be turned off when using Fabric as a library, and possibly not even then. Note that even if this output group is turned off, aborts will still occur – there just won’t be any output about why Fabric aborted!' + 'warnings: Warning messages. These are often turned off when one expects a given operation to fail, such as when using grep to test existence of text in a file. If paired with setting env.warn_only to True, this can result in fully silent warnings when remote programs fail. As with aborts, this setting does not control actual warning behavior, only whether warning messages are printed or hidden.' + 'running: Printouts of commands being executed or files transferred, e.g. [myserver] run: ls /var/www. Also controls printing of tasks being run, e.g. [myserver] Executing task ''foo''.' + 'stdout: Local, or remote, stdout, i.e. non-error output from commands.' + 'stderr: Local, or remote, stderr, i.e. error-related output from commands.' + 'user: User-generated output, i.e. local output printed by fabfile code via use of the fastprint or puts functions.' +) + +_arguments -w -S -C \ + '(-)'{-h,--help}'[show this help message and exit]: :->noargs' \ + '(-)'{-V,--version}'[show program''s version number and exit]: :->noargs' \ + '(-)--list[print list of possible commands and exit]: :->noargs' \ + '(-)--shortlist[print non-verbose list of possible commands and exit]: :->noargs' \ + '(--reject-unknown-hosts)--reject-unknown-hosts[reject unknown hosts]' \ + '(--no-pty)--no-pty[do not use pseudo-terminal in run/sudo]' \ + "(-d+ --display=-)"{-d+,--display=-}"[print detailed info about a given command]: :_fab_targets" \ + '(-D --disable-known-hosts)'{-D,--disable-known-hosts}'[do not load user known_hosts file]' \ + '(-r --reject-unknown-hosts)'{-r,--reject-unknown-hosts}'[reject unknown hosts]' \ + '(-u+ --user=-)'{-u+,--user=-}'[username to use when connecting to remote hosts]: :' \ + '(-p+ --password=-)'{-p+,--password=-}'[password for use with authentication and/or sudo]: :' \ + '(-H+ --hosts=-)'{-H+,--hosts=-}'[comma separated list of hosts to operate on]: :' \ + '(-R+ --roles=-)'{-R+,--roles=-}'[comma separated list of roles to operate on]: :' \ + '(-a --no-agent)'{-a,--no-agent}'[don''t use the running SSH agent]' \ + '(-k --no-keys)'{-k,--no-keys}'[don''t load private key files from ~/.ssh/]' \ + '(-w --warn-only)'{-w,--warn-only}'[warn instead of abort, when commands fail]' \ + '-i+[path to SSH private key file. May be repeated]: :_files' \ + "(-f+ --fabfile=)"{-f+,--fabfile=}"[Python module file to import]: :_files -g *.py" \ + '(-c+ --config=-)'{-c+,--config=-}'[specify location of config file to use]: :_files' \ + '(-s+ --shell=-)'{-s+,--shell=-}'[specify a new shell, defaults to ''/bin/bash -l -c'']: :' \ + '(--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels' \ + '(--show=-)--show=-[comma-separated list of output levels to show]: :->levels' \ + '*::: :->subcmds' && return 0 + +if [[ CURRENT -ge 1 ]]; then + case $state in + noargs) + _message "nothing to complete";; + levels) + _describe -t commands "output levels" output_levels;; + *) + _fab_targets;; + esac + + return +fi diff --git a/.oh-my-zsh/plugins/fabric/fabric.plugin.zsh b/.oh-my-zsh/plugins/fabric/fabric.plugin.zsh new file mode 100644 index 0000000..e69de29 diff --git a/.oh-my-zsh/plugins/fancy-ctrl-z/README.md b/.oh-my-zsh/plugins/fancy-ctrl-z/README.md new file mode 100644 index 0000000..82a4fd7 --- /dev/null +++ b/.oh-my-zsh/plugins/fancy-ctrl-z/README.md @@ -0,0 +1,14 @@ +# Use Ctrl-Z to switch back to Vim + +I frequently need to execute random commands in my shell. To achieve it I pause +Vim by pressing Ctrl-z, type command and press fg to switch back to Vim. +The fg part really hurts me. I just wanted to hit Ctrl-z once again to get back +to Vim. I could not find a solution, so I developed one on my own that +works wonderfully with ZSH. + +Source: http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/ + +Credits: +- original idea by @sheerun +- added to OMZ by @mbologna + diff --git a/.oh-my-zsh/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh b/.oh-my-zsh/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh new file mode 100644 index 0000000..82b9688 --- /dev/null +++ b/.oh-my-zsh/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh @@ -0,0 +1,12 @@ +fancy-ctrl-z () { + if [[ $#BUFFER -eq 0 ]]; then + BUFFER="fg" + zle accept-line -w + else + zle push-input -w + zle clear-screen -w + fi +} +zle -N fancy-ctrl-z +bindkey '^Z' fancy-ctrl-z + diff --git a/.oh-my-zsh/plugins/fasd/README.md b/.oh-my-zsh/plugins/fasd/README.md new file mode 100644 index 0000000..7c44ac8 --- /dev/null +++ b/.oh-my-zsh/plugins/fasd/README.md @@ -0,0 +1,21 @@ +# fasd + +[`Fasd`](https://github.com/clvv/fasd) (pronounced similar to "fast") is a command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells. + +To use it, add `fasd` to the plugins array in your zshrc file: + +```zsh +plugins=(... fasd) +``` + +## Installation + +Please find detailed installation guide [`here`](https://github.com/whjvenyl/fasd#install) + +## Aliases + +| Alias | Command | Description | +|-------|-------------------------------------------|-------------------------------------------------------------| +| v | `fasd -f -e "$EDITOR"` | List frequent/recent files matching the given filename. | +| o | `fasd -a -e xdg-open` | List frequent/recent files and directories matching. | +| j | `fasd_cd -d -i` | cd with interactive selection | diff --git a/.oh-my-zsh/plugins/fasd/fasd.plugin.zsh b/.oh-my-zsh/plugins/fasd/fasd.plugin.zsh new file mode 100644 index 0000000..6538d09 --- /dev/null +++ b/.oh-my-zsh/plugins/fasd/fasd.plugin.zsh @@ -0,0 +1,16 @@ +# check if fasd is installed +if (( ! ${+commands[fasd]} )); then + return +fi + +fasd_cache="${ZSH_CACHE_DIR}/fasd-init-cache" +if [[ "$commands[fasd]" -nt "$fasd_cache" || ! -s "$fasd_cache" ]]; then + fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install \ + zsh-wcomp zsh-wcomp-install >| "$fasd_cache" +fi +source "$fasd_cache" +unset fasd_cache + +alias v='f -e "$EDITOR"' +alias o='a -e xdg-open' +alias j='zz' diff --git a/.oh-my-zsh/plugins/fastfile/README.md b/.oh-my-zsh/plugins/fastfile/README.md new file mode 100644 index 0000000..7291fde --- /dev/null +++ b/.oh-my-zsh/plugins/fastfile/README.md @@ -0,0 +1,85 @@ +# Fastfile plugin + +This plugin adds a way to reference certain files or folders used frequently using +a global alias or shortcut. + +To use it, add `fastfile` to the plugins array in your zshrc file: + +```zsh +plugins=(... fastfile) +``` + +## Usage + +Example: you access folder `/code/project/backend/database` very frequently. + +First, generate a shortcut with the name `pjdb`: + +```zsh +$ fastfile pjdb /code/project/backend/database +``` + +Next time you want to access it, use `§pjdb`. For example: + +```zsh +$ cd §pjdb +$ subl §pjdb +``` + +where § is the fastfile prefix (see [below](#options) for how to change). + +**Note:** shortcuts with spaces in the name are assigned a global alias +where the spaces have been substituted with underscores (`_`). For example: +a shortcut named `"hello world"` corresponds with `§hello_world`. + +## Functions + +- `fastfile [path/to/file/or/folder]`: generate a shortcut. + If the second argument is not provided, the current directory is used. + +- `fastfile_print `: prints a shortcut, with the format + ` -> `. + +- `fastfile_ls`: lists all shortcuts. + +- `fastfile_rm `: remove a shortcut. + +- `fastfile_sync`: generates the global aliases for the shortcuts. + +### Internal functions + +- `fastfile_resolv `: resolves the location of the shortcut + file, i.e., the file in the fastfile directory where the shortcut path + is stored. + +- `fastfile_get `: get the real path of the shortcut. + +## Aliases + +| Alias | Function | +|--------|------------------| +| ff | `fastfile` | +| ffp | `fastfile_print` | +| ffrm | `fastfile_rm` | +| ffls | `fastfile_ls` | +| ffsync | `fastfile_sync` | + +## Options + +These are options you can set to change certain parts of the plugin. To change +them, add `=` to your zshrc file, before Oh My Zsh is sourced. +For example: `fastfile_var_prefix='@'`. + +- `fastfile_var_prefix`: prefix for the global aliases created. Controls the prefix of the + created global aliases. + **Default:** `§` (section sign), easy to type in a german keyboard via the combination + [`⇧ Shift`+`3`](https://en.wikipedia.org/wiki/German_keyboard_layout#/media/File:KB_Germany.svg), + or using `⌥ Option`+`6` in macOS. + +- `fastfile_dir`: directory where the fastfile shortcuts are stored. Needs to end + with a trailing slash. + **Default:** `$HOME/.fastfile/`. + +## Author + +- [Karolin Varner](https://github.com/koraa) diff --git a/.oh-my-zsh/plugins/fastfile/fastfile.plugin.zsh b/.oh-my-zsh/plugins/fastfile/fastfile.plugin.zsh new file mode 100644 index 0000000..896fed5 --- /dev/null +++ b/.oh-my-zsh/plugins/fastfile/fastfile.plugin.zsh @@ -0,0 +1,128 @@ +########################### +# Settings + +# These can be overwritten any time. +# If they are not set yet, they will be +# overwritten with their default values + +default fastfile_dir "${HOME}/.fastfile" +default fastfile_var_prefix "§" + +########################### +# Impl + +# +# Generate a shortcut +# +# Arguments: +# 1. name - The name of the shortcut (default: name of the file) +# 2. file - The file or directory to make the shortcut for +# STDOUT: +# => fastfile_print +# +function fastfile() { + test "$2" || 2="." + file=$(readlink -f "$2") + + test "$1" || 1="$(basename "$file")" + name=$(echo "$1" | tr " " "_") + + + mkdir -p "${fastfile_dir}" + echo "$file" > "$(fastfile_resolv "$name")" + + fastfile_sync + fastfile_print "$name" +} + +# +# Resolve the location of a shortcut file (the database file, where the value is written!) +# +# Arguments: +# 1. name - The name of the shortcut +# STDOUT: +# The path to the shortcut file +# +function fastfile_resolv() { + echo "${fastfile_dir}/${1}" +} + +# +# Get the real path of a shortcut +# +# Arguments: +# 1. name - The name of the shortcut +# STDOUT: +# The path +# +function fastfile_get() { + cat "$(fastfile_resolv "$1")" +} + +# +# Print a shortcut +# +# Arguments: +# 1. name - The name of the shortcut +# STDOUT: +# Name and value of the shortcut +# +function fastfile_print() { + echo "${fastfile_var_prefix}${1} -> $(fastfile_get "$1")" +} + +# +# List all shortcuts +# +# STDOUT: +# (=> fastfile_print) for each shortcut +# +function fastfile_ls() { + for f in "${fastfile_dir}"/*(N); do + file=$(basename "$f") # To enable simpler handling of spaces in file names + varkey=$(echo "$file" | tr " " "_") + + # Special format for columns + echo "${fastfile_var_prefix}${varkey}|->|$(fastfile_get "$file")" + done | column -t -s "|" +} + +# +# Remove a shortcut +# +# Arguments: +# 1. name - The name of the shortcut (default: name of the file) +# STDOUT: +# => fastfile_print +# +function fastfile_rm() { + fastfile_print "$1" + rm "$(fastfile_resolv "$1")" + unalias "${fastfile_var_prefix}${1}" +} + +# +# Generate the aliases for the shortcuts +# +function fastfile_sync() { + for f in "${fastfile_dir}"/*(N); do + file=$(basename "$f") # To enable simpler handling of spaces in file names + varkey=$(echo "$file" | tr " " "_") + + alias -g "${fastfile_var_prefix}${varkey}"="'$(fastfile_get "$file")'" + done +} + +################################## +# Shortcuts + +alias ff=fastfile +alias ffp=fastfile_print +alias ffrm=fastfile_rm +alias ffls=fastfile_ls +alias ffsync=fastfile_sync + +################################## +# Init + +fastfile_sync diff --git a/.oh-my-zsh/plugins/fbterm/README.md b/.oh-my-zsh/plugins/fbterm/README.md new file mode 100644 index 0000000..70ce56d --- /dev/null +++ b/.oh-my-zsh/plugins/fbterm/README.md @@ -0,0 +1,10 @@ +# fbterm + +This plugin automatically starts [fbterm](https://github.com/zhangyuanwei/fbterm) +if on a real TTY (`/dev/tty*`). + +To use it, add `fbterm` to the plugins array of your zshrc file: + +```zsh +plugins=(... fbterm) +``` diff --git a/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh b/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh new file mode 100644 index 0000000..bc25320 --- /dev/null +++ b/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh @@ -0,0 +1,7 @@ +# start fbterm automatically in /dev/tty* + +if (( ${+commands[fbterm]} )); then + if [[ "$TTY" = /dev/tty* ]] ; then + fbterm && exit + fi +fi diff --git a/.oh-my-zsh/plugins/fd/README.md b/.oh-my-zsh/plugins/fd/README.md new file mode 100644 index 0000000..f334161 --- /dev/null +++ b/.oh-my-zsh/plugins/fd/README.md @@ -0,0 +1,9 @@ +# fd + +This plugin adds completion for the file search tool [`fd`](https://github.com/sharkdp/fd), also known as `fd-find`. + +To use it, add `fd` to the plugins array in your zshrc file: + +```zsh +plugins=(... fd) +``` diff --git a/.oh-my-zsh/plugins/fd/_fd b/.oh-my-zsh/plugins/fd/_fd new file mode 100644 index 0000000..45b8ca4 --- /dev/null +++ b/.oh-my-zsh/plugins/fd/_fd @@ -0,0 +1,273 @@ +#compdef fd + +## +# zsh completion function for fd +# +# Based on ripgrep completion function. +# Originally based on code from the zsh-users project — see copyright notice +# below. + +autoload -U is-at-least + +_fd() { + local curcontext="$curcontext" no='!' ret=1 + local -a context line state state_descr _arguments_options fd_types fd_args + local -A opt_args + + if is-at-least 5.2; then + _arguments_options=( -s -S ) + else + _arguments_options=( -s ) + fi + + fd_types=( + {f,file}'\:"regular files"' + {d,directory}'\:"directories"' + {l,symlink}'\:"symbolic links"' + {e,empty}'\:"empty files or directories"' + {x,executable}'\:"executable (files)"' + {s,socket}'\:"sockets"' + {p,pipe}'\:"named pipes (FIFOs)"' + ) + + # Do not complete rare options unless either the current prefix + # matches one of those options or the user has the `complete-all` + # style set. Note that this prefix check has to be updated manually to account + # for all of the potential negation options listed below! + if + # (--[bpsu]* => match all options marked with '$no') + [[ $PREFIX$SUFFIX == --[bopsu]* ]] || + zstyle -t ":complete:$curcontext:*" complete-all + then + no= + fi + + # We make heavy use of argument groups here to prevent the option specs from + # growing unwieldy. These aren't supported in zsh <5.4, though, so we'll strip + # them out below if necessary. This makes the exclusions inaccurate on those + # older versions, but oh well — it's not that big a deal + fd_args=( + + '(hidden)' # hidden files + {-H,--hidden}'[search hidden files/directories]' + + + '(no-ignore-full)' # all ignore files + '(no-ignore-partial)'{-I,--no-ignore}"[don't respect .(git|fd)ignore and global ignore files]" + $no'(no-ignore-partial)*'{-u,--unrestricted}'[alias for --no-ignore, when repeated also alias for --hidden]' + + + no-ignore-partial # some ignore files + "(no-ignore-full --no-ignore-vcs)--no-ignore-vcs[don't respect .gitignore files]" + "!(no-ignore-full --no-global-ignore-file)--no-global-ignore-file[don't respect the global ignore file]" + $no'(no-ignore-full --no-ignore-parent)--no-ignore-parent[]' + + + '(case)' # case-sensitivity + {-s,--case-sensitive}'[perform a case-sensitive search]' + {-i,--ignore-case}'[perform a case-insensitive search]' + + + '(regex-pattern)' # regex-based search pattern + '(no-regex-pattern)--regex[perform a regex-based search (default)]' + + + '(no-regex-pattern)' # non-regex-based search pattern + {-g,--glob}'[perform a glob-based search]' + {-F,--fixed-strings}'[treat pattern as literal string instead of a regex]' + + + '(match-full)' # match against full path + {-p,--full-path}'[match the pattern against the full path instead of the basename]' + + + '(follow)' # follow symlinks + {-L,--follow}'[follow symbolic links to directories]' + + + '(abs-path)' # show absolute paths + '(long-listing)'{-a,--absolute-path}'[show absolute paths instead of relative paths]' + + + '(null-sep)' # use null separator for output + '(long-listing)'{-0,--print0}'[separate search results by the null character]' + + + '(long-listing)' # long-listing output + '(abs-path null-sep max-results exec-cmds)'{-l,--list-details}'[use a long listing format with file metadata]' + + + '(max-results)' # max number of results + '(long-listing exec-cmds)--max-results=[limit number of search results to given count and quit]:count' + '(long-listing exec-cmds)-1[limit to a single search result and quit]' + + + '(fs-errors)' # file-system errors + $no'--show-errors[enable the display of filesystem errors]' + + + '(fs-traversal)' # file-system traversal + $no"--one-file-system[don't descend into directories on other file systems]" + '!--mount' + '!--xdev' + + + dir-depth # directory depth + '(--exact-depth -d --max-depth)'{-d+,--max-depth=}'[set max directory depth to descend when searching]:depth' + '!(--exact-depth -d --max-depth)--maxdepth:depth' + '(--exact-depth --min-depth)--min-depth=[set directory depth to descend before start searching]:depth' + '(--exact-depth -d --max-depth --maxdepth --min-depth)--exact-depth=[only search at the exact given directory depth]:depth' + + + prune # pruning + "--prune[don't traverse into matching directories]" + + + filter-misc # filter search + '*'{-t+,--type=}"[filter search by type]:type:(($fd_types))" + '*'{-e+,--extension=}'[filter search by file extension]:extension' + '*'{-E+,--exclude=}'[exclude files/directories that match the given glob pattern]:glob pattern' + '*'{-S+,--size=}'[limit search by file size]:size limit:->size' + '(-o --owner)'{-o+,--owner=}'[filter by owning user and/or group]:owner and/or group:->owner' + + + ignore-file # extra ignore files + '*--ignore-file=[add a custom, low-precedence ignore-file with .gitignore format]: :_files' + + + '(filter-mtime-newer)' # filter by files modified after than + '--changed-within=[limit search to files/directories modified within the given date/duration]:date or duration' + '!--change-newer-than=:date/duration' + '!--newer=:date/duration' + + + '(filter-mtime-older)' # filter by files modified before than + '--changed-before=[limit search to files/directories modified before the given date/duration]:date or duration' + '!--change-older-than=:date/duration' + '!--older=:date/duration' + + + '(color)' # colorize output + {-c+,--color=}'[declare when to colorize search results]:when to colorize:(( + auto\:"show colors if the output goes to an interactive console (default)" + never\:"do not use colorized output" + always\:"always use colorized output" + ))' + + + '(threads)' + {-j+,--threads=}'[set the number of threads for searching and executing]:number of threads' + + + '(exec-cmds)' # execute command + '(long-listing max-results)'{-x+,--exec=}'[execute command for each search result]:command: _command_names -e:*\;::program arguments: _normal' + '(long-listing max-results)'{-X+,--exec-batch=}'[execute command for all search results at once]:command: _command_names -e:*\;::program arguments: _normal' + '(long-listing max-results)--batch-size=[max number of args for each -X call]:size' + + + other + '!(--max-buffer-time)--max-buffer-time=[set amount of time to buffer before showing output]:time (ms)' + + + '(about)' # about flags + '(: * -)'{-h,--help}'[display help message]' + '(: * -)'{-v,--version}'[display version information]' + + + path-sep # set path separator for output + $no'(--path-separator)--path-separator=[set the path separator to use when printing file paths]:path separator' + + + search-path + $no'(--base-directory)--base-directory=[change the current working directory to the given path]:directory:_files -/' + $no'(*)*--search-path=[set search path (instead of positional arguments)]:directory:_files -/' + + + strip-cwd-prefix + $no'(strip-cwd-prefix exec-cmds)--strip-cwd-prefix[Strip ./ prefix when output is redirected]' + + + args # positional arguments + '1: :_guard "^-*" pattern' + '(--search-path)*:directory:_files -/' + ) + + # Strip out argument groups where unsupported (see above) + is-at-least 5.4 || + fd_args=( ${(@)args:#(#i)(+|[a-z0-9][a-z0-9_-]#|\([a-z0-9][a-z0-9_-]#\))} ) + + _arguments $_arguments_options : $fd_args && ret=0 + + case ${state} in + owner) + compset -P '(\\|)\!' + if compset -P '*:'; then + _groups && ret=0 + else + if + compset -S ':*' || + # Do not add the colon suffix when completing "!user + # (with a starting double-quote) otherwise pressing tab again + # after the inserted colon "!user: will complete history modifiers + [[ $IPREFIX == (\\|\!)* && ($QIPREFIX == \"* && -z $QISUFFIX) ]] + then + _users && ret=0 + else + local q + # Since quotes are needed when using the negation prefix !, + # automatically remove the colon suffix also when closing the quote + if [[ $QIPREFIX == [\'\"]* ]]; then + q=${QIPREFIX:0:1} + fi + _users -r ": \t\n\-$q" -S : && ret=0 + fi + fi + ;; + + size) + if compset -P '[-+][0-9]##'; then + local -a suff=( + 'B:bytes' + 'K:kilobytes (10^3 = 1000 bytes)' + 'M:megabytes (10^6 = 1000^2 bytes)' + 'G:gigabytes (10^9 = 1000^3 bytes)' + 'T:terabytes (10^12 = 1000^4 bytes)' + 'Ki:kibibytes ( 2^10 = 1024 bytes)' + 'Mi:mebibytes ( 2^20 = 1024^2 bytes)' + 'Gi:gigibytes ( 2^30 = 1024^3 bytes)' + 'Ti:tebibytes ( 2^40 = 1024^4 bytes)' + ) + _describe -t units 'size limit units' suff -V 'units' + elif compset -P '[-+]'; then + _message -e 'size limit number (full format: <+->)' + else + _values 'size limit prefix (full format: )' \ + '\+[file size must be greater or equal to]'\ + '-[file size must be less than or equal to]' && ret=0 + fi + ;; + esac + + return ret +} + +_fd "$@" + +# ------------------------------------------------------------------------------ +# Copyright (c) 2011 GitHub zsh-users - http://github.com/zsh-users +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the zsh-users nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# ------------------------------------------------------------------------------ +# Description +# ----------- +# +# Completion script for fd +# +# ------------------------------------------------------------------------------ +# Authors +# ------- +# +# * smancill (https://github.com/smancill) +# +# ------------------------------------------------------------------------------ + +# Local Variables: +# mode: shell-script +# coding: utf-8-unix +# indent-tabs-mode: nil +# sh-indentation: 2 +# sh-basic-offset: 2 +# End: +# vim: ft=zsh sw=2 ts=2 et diff --git a/.oh-my-zsh/plugins/fig/README.md b/.oh-my-zsh/plugins/fig/README.md new file mode 100644 index 0000000..3861958 --- /dev/null +++ b/.oh-my-zsh/plugins/fig/README.md @@ -0,0 +1,9 @@ +# Fig plugin + +This plugin sets up completion for [Fig](https://fig.io/). + +To use it, add `fig` to the plugins array in your zshrc file: + +```zsh +plugins=(... fig) +``` diff --git a/.oh-my-zsh/plugins/fig/fig.plugin.zsh b/.oh-my-zsh/plugins/fig/fig.plugin.zsh new file mode 100644 index 0000000..cddb6c7 --- /dev/null +++ b/.oh-my-zsh/plugins/fig/fig.plugin.zsh @@ -0,0 +1,13 @@ +if ! (( $+commands[fig] )); then + return +fi + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `fig`. Otherwise, compinit will have already done that +if [[ ! -f "$ZSH_CACHE_DIR/completions/_fig" ]]; then + autoload -Uz _fig + typeset -g -A _comps + _comps[fig]=_fig +fi + +fig completion zsh >| "$ZSH_CACHE_DIR/completions/_fig" &| diff --git a/.oh-my-zsh/plugins/firewalld/README.md b/.oh-my-zsh/plugins/firewalld/README.md new file mode 100644 index 0000000..8b5bc74 --- /dev/null +++ b/.oh-my-zsh/plugins/firewalld/README.md @@ -0,0 +1,22 @@ +# FirewallD Plugin + +This plugin adds some aliases and functions for FirewallD using the `firewalld-cmd` command. To use it, add firewalld to your plugins array. + +```zsh +plugins=(... firewalld) +``` + +## Aliases + +| Alias | Command | Description | +| :---- | :----------------------------------------- | :--------------------------- | +| fw | `sudo firewall-cmd` | Shorthand | +| fwr | `sudo firewall-cmd --reload` | Reload current configuration | +| fwp | `sudo firewall-cmd --permanent` | Create permanent rule | +| fwrp | `sudo firewall-cmd --runtime-to-permanent` | Save current configuration | + +## Functions + +| Function | Description | +| :------- | :--------------------------------------------------------- | +| fwl | Lists configuration from all active zones and direct rules | diff --git a/.oh-my-zsh/plugins/firewalld/firewalld.plugin.zsh b/.oh-my-zsh/plugins/firewalld/firewalld.plugin.zsh new file mode 100644 index 0000000..b2c0f64 --- /dev/null +++ b/.oh-my-zsh/plugins/firewalld/firewalld.plugin.zsh @@ -0,0 +1,17 @@ +alias fw="sudo firewall-cmd" +alias fwp="sudo firewall-cmd --permanent" +alias fwr="sudo firewall-cmd --reload" +alias fwrp="sudo firewall-cmd --runtime-to-permanent" + +function fwl () { + # converts output to zsh array () + # @f flag split on new line + zones=("${(@f)$(sudo firewall-cmd --get-active-zones | grep -v 'interfaces\|sources')}") + + for i in $zones; do + sudo firewall-cmd --zone ${i/ \(default\)} --list-all + done + + echo 'Direct Rules:' + sudo firewall-cmd --direct --get-all-rules +} diff --git a/.oh-my-zsh/plugins/flutter/README.md b/.oh-my-zsh/plugins/flutter/README.md new file mode 100644 index 0000000..e5a4fd2 --- /dev/null +++ b/.oh-my-zsh/plugins/flutter/README.md @@ -0,0 +1,28 @@ +## Flutter plugin + +The Flutter plugin provides completion and useful aliases + +To use it, add `flutter` to the plugins array of your zshrc file: + +```zsh +plugins=(... flutter) +``` + +## Aliases + +| Alias | Command | Description | +| :--------- | :---------------------- | :------------------------------------------------------------------------- | +| `fl` | `flutter` | Shorthand for flutter command | +| `flattach` | `flutter attach` | Attaches flutter to a running flutter application with enabled observatory | +| `flb` | `flutter build` | Build flutter application | +| `flchnl` | `flutter channel` | Switches flutter channel (requires input of desired channel) | +| `flc` | `flutter clean` | Cleans flutter project | +| `fldvcs` | `flutter devices` | List connected devices (if any) | +| `fldoc` | `flutter doctor` | Runs flutter doctor | +| `flpub` | `flutter pub` | Shorthand for flutter pub command | +| `flget` | `flutter pub get` | Installs dependencies | +| `flr` | `flutter run` | Runs flutter app | +| `flrd` | `flutter run --debug` | Runs flutter app in debug mode (default mode) | +| `flrp` | `flutter run --profile` | Runs flutter app in profile mode | +| `flrr` | `flutter run --release` | Runs flutter app in release mode | +| `flupgrd` | `flutter upgrade` | Upgrades flutter version depending on the current channel | diff --git a/.oh-my-zsh/plugins/flutter/flutter.plugin.zsh b/.oh-my-zsh/plugins/flutter/flutter.plugin.zsh new file mode 100644 index 0000000..44d196c --- /dev/null +++ b/.oh-my-zsh/plugins/flutter/flutter.plugin.zsh @@ -0,0 +1,29 @@ +alias fl="flutter" +alias flattach="flutter attach" +alias flb="flutter build" +alias flchnl="flutter channel" +alias flc="flutter clean" +alias fldvcs="flutter devices" +alias fldoc="flutter doctor" +alias flpub="flutter pub" +alias flget="flutter pub get" +alias flr="flutter run" +alias flrd="flutter run --debug" +alias flrp="flutter run --profile" +alias flrr="flutter run --release" +alias flupgrd="flutter upgrade" + +# COMPLETION FUNCTION +if (( ! $+commands[flutter] )); then + return +fi + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `flutter`. Otherwise, compinit will have already done that. +if [[ ! -f "$ZSH_CACHE_DIR/completions/_flutter" ]]; then + typeset -g -A _comps + autoload -Uz _flutter + _comps[flutter]=_flutter +fi + +flutter zsh-completion >| "$ZSH_CACHE_DIR/completions/_flutter" &| \ No newline at end of file diff --git a/.oh-my-zsh/plugins/fluxcd/README.md b/.oh-my-zsh/plugins/fluxcd/README.md new file mode 100644 index 0000000..9723fcc --- /dev/null +++ b/.oh-my-zsh/plugins/fluxcd/README.md @@ -0,0 +1,9 @@ +# FluxCD plugin + +This plugin adds completion for [FluxCD](https://fluxcd.io), an open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit. + +To use it, add `fluxcd` to the plugins array in your zshrc file: + +```zsh +plugins=(... fluxcd) +``` diff --git a/.oh-my-zsh/plugins/fluxcd/fluxcd.plugin.zsh b/.oh-my-zsh/plugins/fluxcd/fluxcd.plugin.zsh new file mode 100644 index 0000000..d30866a --- /dev/null +++ b/.oh-my-zsh/plugins/fluxcd/fluxcd.plugin.zsh @@ -0,0 +1,14 @@ +# Autocompletion for the FluxCD CLI (flux). +if (( ! $+commands[flux] )); then + return +fi + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `flux`. Otherwise, compinit will have already done that. +if [[ ! -f "$ZSH_CACHE_DIR/completions/_flux" ]]; then + typeset -g -A _comps + autoload -Uz _flux + _comps[flux]=_flux +fi + +flux completion zsh >| "$ZSH_CACHE_DIR/completions/_flux" &| diff --git a/.oh-my-zsh/plugins/fnm/README.md b/.oh-my-zsh/plugins/fnm/README.md new file mode 100644 index 0000000..00fab5c --- /dev/null +++ b/.oh-my-zsh/plugins/fnm/README.md @@ -0,0 +1,9 @@ +# fnm plugin + +This plugin adds autocompletion for [fnm](https://github.com/Schniz/fnm) - a Node.js version manager. + +To use it, add `fnm` to the plugins array in your zshrc file: + +```zsh +plugins=(... fnm) +``` diff --git a/.oh-my-zsh/plugins/fnm/fnm.plugin.zsh b/.oh-my-zsh/plugins/fnm/fnm.plugin.zsh new file mode 100644 index 0000000..6219025 --- /dev/null +++ b/.oh-my-zsh/plugins/fnm/fnm.plugin.zsh @@ -0,0 +1,13 @@ +if (( ! $+commands[fnm] )); then + return +fi + +# If the completion file doesn't exist yet, we need to autoload it and +# bind it to `fnm`. Otherwise, compinit will have already done that. +if [[ ! -f "$ZSH_CACHE_DIR/completions/_fnm" ]]; then + typeset -g -A _comps + autoload -Uz _fnm + _comps[fnm]=_fnm +fi + +fnm completions --shell=zsh >| "$ZSH_CACHE_DIR/completions/_fnm" &| diff --git a/.oh-my-zsh/plugins/forklift/README.md b/.oh-my-zsh/plugins/forklift/README.md new file mode 100644 index 0000000..7dfd8bf --- /dev/null +++ b/.oh-my-zsh/plugins/forklift/README.md @@ -0,0 +1,23 @@ +# forklift + +Plugin for ForkLift, an FTP application for OS X. + +To use it, add `forklift` to the plugins array in your zshrc file: + +```zsh +plugins=(... forklift) +``` + +## Requirements + +* [ForkLift](https://binarynights.com/) + +## Usage + +`fl []` + +* If `fl` is called without arguments then the current folder is opened in ForkLift. This is equivalent to `fl .`. + +* If `fl` is called with a directory as the argument, then that directory is opened in ForkLift + +* If `fl` is called with a non-directory file as the argument, then the file's parent directory is opened. diff --git a/.oh-my-zsh/plugins/forklift/forklift.plugin.zsh b/.oh-my-zsh/plugins/forklift/forklift.plugin.zsh new file mode 100644 index 0000000..4bc7495 --- /dev/null +++ b/.oh-my-zsh/plugins/forklift/forklift.plugin.zsh @@ -0,0 +1,128 @@ +# Open folder in ForkLift.app or ForkLift2.app from console +# Author: Adam Strzelecki nanoant.com, modified by Bodo Tasche bitboxer.de +# Updated to support ForkLift 2 and ForkLift 3 by Johan Kaving +# Updated to support ForkLift from Setapp by Paul Rudkin +# Updated to support ForkLift 4 by Michal Szymanski (misiektoja) +# +# Usage: +# fl [] +# +# Opens specified directory or current working directory in ForkLift.app +# +# Notes: +# It assumes Shift+Cmd+G launches go to folder panel and Cmd+N opens new +# app window. +# +# https://gist.github.com/3313481 +function fl { + if [ ! -z "$1" ]; then + DIR=$1 + if [ ! -d "$DIR" ]; then + DIR=$(dirname $DIR) + fi + if [ "$DIR" != "." ]; then + PWD=`cd "$DIR";pwd` + fi + fi + osascript 2>&1 1>/dev/null <command'\ + '2: :->subcommand' + + case $state in + command) + local _OUTPUT=$(fossil branch 2>&1 | grep "use --repo") + if [[ -z "$_OUTPUT" ]]; then + compadd "$(_fossil_get_command_list)" + else + compadd clone init import help version + fi ;; + subcommand) + case "$words[2]" in + help) compadd "$(_fossil_get_command_list)" ;; + add) compadd "$(fossil extra)" ;; + *) compcall -D ;; + esac ;; + esac +} + +_fossil "$@" diff --git a/.oh-my-zsh/plugins/fossil/fossil.plugin.zsh b/.oh-my-zsh/plugins/fossil/fossil.plugin.zsh new file mode 100644 index 0000000..fadf609 --- /dev/null +++ b/.oh-my-zsh/plugins/fossil/fossil.plugin.zsh @@ -0,0 +1,56 @@ +_FOSSIL_PROMPT="" + +# Prefix at the very beginning of the prompt, before the branch name +ZSH_THEME_FOSSIL_PROMPT_PREFIX="%{$fg_bold[blue]%}fossil:(%{$fg_bold[red]%}" + +# At the very end of the prompt +ZSH_THEME_FOSSIL_PROMPT_SUFFIX="%{$fg_bold[blue]%})" + +# Text to display if the branch is dirty +ZSH_THEME_FOSSIL_PROMPT_DIRTY=" %{$fg_bold[red]%}✖" + +# Text to display if the branch is clean +ZSH_THEME_FOSSIL_PROMPT_CLEAN=" %{$fg_bold[green]%}✔" + +function fossil_prompt_info() { + local branch=$(fossil branch current 2>&1) + + # if we're not in a fossil repo, don't show anything + ! command grep -q "use --repo" <<< "$branch" || return + + local changes=$(fossil changes) + local dirty="$ZSH_THEME_FOSSIL_PROMPT_CLEAN" + + if [[ -n "$changes" ]]; then + dirty="$ZSH_THEME_FOSSIL_PROMPT_DIRTY" + fi + + printf '%s %s %s %s %s' \ + "$ZSH_THEME_FOSSIL_PROMPT_PREFIX" \ + "${branch:gs/%/%%}" \ + "$ZSH_THEME_FOSSIL_PROMPT_SUFFIX" \ + "$dirty" \ + "%{$reset_color%}" +} + +function _fossil_prompt () { + local current=`echo $PROMPT $RPROMPT | grep fossil` + + if [ "$_FOSSIL_PROMPT" = "" -o "$current" = "" ]; then + local _prompt=${PROMPT} + local _rprompt=${RPROMPT} + + local is_prompt=`echo $PROMPT | grep git` + + if [ "$is_prompt" = "" ]; then + RPROMPT="$_rprompt"'$(fossil_prompt_info)' + else + PROMPT="$_prompt"'$(fossil_prompt_info) ' + fi + + _FOSSIL_PROMPT="1" + fi +} + +autoload -U add-zsh-hook +add-zsh-hook precmd _fossil_prompt diff --git a/.oh-my-zsh/plugins/frontend-search/README.md b/.oh-my-zsh/plugins/frontend-search/README.md new file mode 100644 index 0000000..9207950 --- /dev/null +++ b/.oh-my-zsh/plugins/frontend-search/README.md @@ -0,0 +1,85 @@ +## Introduction + +> Searches for your frontend web development made easier + +## Installation + +Open your `~/.zshrc` file and enable the `frontend-search` plugin: + +```zsh + +plugins=( ... frontend-search) + +``` + +## Usage + +You can use the frontend-search plugin in these two forms: + +- `frontend [more terms if you want]` +- ` [more terms if you want]` + +For example, these two are equivalent: + +```zsh +$ angular dependency injection +# Will turn into ... +$ frontend angular dependency injection +``` + +Available search contexts are: + +| context | URL | +| ------------- | --------------------------------------------------------------------------- | +| angular | `https://angular.io/?search=` | +| angularjs | `https://google.com/search?as_sitesearch=angularjs.org&as_q=` | +| bem | `https://google.com/search?as_sitesearch=bem.info&as_q=` | +| bootsnipp | `https://bootsnipp.com/search?q=` | +| bundlephobia | `https://bundlephobia.com/result?p=` | +| caniuse | `https://caniuse.com/#search=` | +| codepen | `https://codepen.io/search?q=` | +| compassdoc | `http://compass-style.org/search?q=` | +| cssflow | `http://www.cssflow.com/search?q=` | +| dartlang | `https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:` | +| emberjs | `https://www.google.com/search?as_sitesearch=emberjs.com/&as_q=` | +| flowtype | `https://google.com/search?as_sitesearch=flow.org/en/docs/&as_q=` | +| fontello | `http://fontello.com/#search=` | +| github | `https://github.com/search?q=` | +| html5please | `https://html5please.com/#` | +| jestjs | `https://www.google.com/search?as_sitesearch=jestjs.io&as_q=` | +| jquery | `https://api.jquery.com/?s=` | +| lodash | `https://devdocs.io/lodash/index#` | +| mdn | `https://developer.mozilla.org/search?q=` | +| nodejs | `https://www.google.com/search?as_sitesearch=nodejs.org/en/docs/&as_q=` | +| npmjs | `https://www.npmjs.com/search?q=` | +| packagephobia | `https://packagephobia.now.sh/result?p=` | +| qunit | `https://api.qunitjs.com/?s=` | +| reactjs | `https://google.com/search?as_sitesearch=facebook.github.io/react&as_q=` | +| smacss | `https://google.com/search?as_sitesearch=smacss.com&as_q=` | +| stackoverflow | `https://stackoverflow.com/search?q=` | +| typescript | `https://google.com/search?as_sitesearch=www.typescriptlang.org/docs&as_q=` | +| unheap | `http://www.unheap.com/?s=` | +| vuejs | `https://www.google.com/search?as_sitesearch=vuejs.org&as_q=` | +| nextjs | `https://www.google.com/search?as_sitesearch=nextjs.org&as_q=` | + +If you want to have another context, open an Issue and tell us! + +## Fallback search behaviour + +The plugin will use Google as a fallback if the docs site for a search context does not have a search +function. You can set the fallback search engine to DuckDuckGo by setting +`FRONTEND_SEARCH_FALLBACK='duckduckgo'` in your `~/.zshrc` file before Oh My Zsh is sourced. + +## DuckDuckGo Lucky Search + +Enable DuckDuckGo's "ducky" (lucky) search feature to automatically access the top search result. This feature +is optimized for DuckDuckGo, as Google redirects to an intermediate page. The FRONTEND_SEARCH_FALLBACK_LUCKY +environment variable triggers the use of DuckDuckGo's lucky search, rendering the FRONTEND_SEARCH_FALLBACK +setting unnecessary in this context. + +## Author + +**Wilson Mendes (willmendesneto)** + +- +- diff --git a/.oh-my-zsh/plugins/frontend-search/_frontend b/.oh-my-zsh/plugins/frontend-search/_frontend new file mode 100644 index 0000000..aca4920 --- /dev/null +++ b/.oh-my-zsh/plugins/frontend-search/_frontend @@ -0,0 +1,161 @@ +#compdef frontend + +zstyle ':completion:*:descriptions' format '%B%d%b' +zstyle ':completion::complete:frontend:*:commands' group-name commands +zstyle ':completion::complete:frontend:*:frontend_points' group-name frontend_points +zstyle ':completion::complete:frontend::' list-grouped + +zmodload zsh/mapfile + +function _frontend() { + local CONFIG=$HOME/.frontend-search + local ret=1 + + local -a commands + local -a frontend_points + + frontend_points=( "${(f)mapfile[$CONFIG]//$HOME/~}" ) + + commands=( + 'angular: Search in Angular.io website' + 'angularjs: Search in docs.angularjs.org website' + 'bem: Search in BEM website' + 'bootsnipp: Search in bootsnipp website' + 'bundlephobia: Search in Bundlephobia website' + 'caniuse: Search in Can I Use website' + 'codepen: Search in codepen website' + 'compassdoc: Search in COMPASS website' + 'cssflow: Search in cssflow website' + 'dartlang: Search in Dart website' + 'emberjs: Search in Ember website' + 'flowtype: Search in Flowtype website' + 'fontello: Search in fontello website' + 'github: Search in GitHub website' + 'html5please: Search in HTML5 Please website' + 'jestjs: Search in Jest website' + 'jquery: Search in jQuery website' + 'lodash: Search in Lo-Dash website' + 'mdn: Search in MDN website' + 'nodejs: Search in NodeJS website' + 'npmjs: Search in npmjs website' + 'packagephobia: Search in Packagephobia website' + 'qunit: Search in Qunit website' + 'reactjs: Search in React website' + 'smacss: Search in SMACSS website' + 'stackoverflow: Search in StackOverflow website' + 'typescript: Search in TypeScript website' + 'unheap: Search in unheap website' + 'vuejs: Search in VueJS website' + ) + + _arguments -C \ + '1: :->first_arg' \ + '2: :->second_arg' && ret=0 + + case $state in + first_arg) + _describe -t frontend_points "Warp points" frontend_points && ret=0 + _describe -t commands "Commands" commands && ret=0 + ;; + second_arg) + case $words[2] in + jquery) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + mdn) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + compassdoc) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + html5please) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + caniuse) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + dartlang) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + lodash) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + qunit) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + fontello) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + github) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + bootsnipp) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + cssflow) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + codepen) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + unheap) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + bem) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + smacss) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + angularjs) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + reactjs) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + emberjs) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + stackoverflow) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + npmjs) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + bundlephobia) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + packagephobia) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + flowtype) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + typescript) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + vuejs) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + nodejs) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + jestjs) + _describe -t points "Warp points" frontend_points && ret=0 + ;; + esac + ;; + esac + + return $ret +} + +_frontend "$@" + +# Local Variables: +# mode: Shell-Script +# sh-indentation: 2 +# indent-tabs-mode: nil +# sh-basic-offset: 2 +# End: +# vim: ft=zsh sw=2 ts=2 et diff --git a/.oh-my-zsh/plugins/frontend-search/frontend-search.plugin.zsh b/.oh-my-zsh/plugins/frontend-search/frontend-search.plugin.zsh new file mode 100644 index 0000000..c96596e --- /dev/null +++ b/.oh-my-zsh/plugins/frontend-search/frontend-search.plugin.zsh @@ -0,0 +1,119 @@ +alias angular='frontend angular' +alias angularjs='frontend angularjs' +alias bem='frontend bem' +alias bootsnipp='frontend bootsnipp' +alias bundlephobia='frontend bundlephobia' +alias caniuse='frontend caniuse' +alias codepen='frontend codepen' +alias compassdoc='frontend compassdoc' +alias cssflow='frontend cssflow' +alias dartlang='frontend dartlang' +alias emberjs='frontend emberjs' +alias flowtype='frontend flowtype' +alias fontello='frontend fontello' +alias github='frontend github' +alias html5please='frontend html5please' +alias jestjs='frontend jestjs' +alias jquery='frontend jquery' +alias lodash='frontend lodash' +alias mdn='frontend mdn' +alias nodejs='frontend nodejs' +alias npmjs='frontend npmjs' +alias packagephobia='frontend packagephobia' +alias qunit='frontend qunit' +alias reactjs='frontend reactjs' +alias smacss='frontend smacss' +alias stackoverflow='frontend stackoverflow' +alias typescript='frontend typescript' +alias unheap='frontend unheap' +alias vuejs='frontend vuejs' +alias nextjs='frontend nextjs' + +function _frontend_fallback() { + if [[ "$FRONTEND_SEARCH_FALLBACK_LUCKY" == "true" ]]; then + case true in + *) echo "https://duckduckgo.com/?q=!ducky+site%3A$1+" ;; + esac + else + case "$FRONTEND_SEARCH_FALLBACK" in + duckduckgo) echo "https://duckduckgo.com/?sites=$1&q=" ;; + *) echo "https://google.com/search?as_sitesearch=$1&as_q=" ;; + esac + fi +} + +function frontend() { + emulate -L zsh + + # define search context URLS + local -A urls + urls=( + angular 'https://angular.io/?search=' + angularjs $(_frontend_fallback 'angularjs.org') + bem $(_frontend_fallback 'bem.info') + bootsnipp 'https://bootsnipp.com/search?q=' + bundlephobia 'https://bundlephobia.com/result?p=' + caniuse 'https://caniuse.com/#search=' + codepen 'https://codepen.io/search/pens?q=' + compassdoc 'http://compass-style.org/search?q=' + cssflow 'http://www.cssflow.com/search?q=' + dartlang 'https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:' + emberjs $(_frontend_fallback 'emberjs.com/') + flowtype $(_frontend_fallback 'flow.org/en/docs/') + fontello 'http://fontello.com/#search=' + github 'https://github.com/search?q=' + html5please 'https://html5please.com/#' + jestjs $(_frontend_fallback 'jestjs.io') + jquery 'https://api.jquery.com/?s=' + lodash 'https://devdocs.io/lodash/index#' + mdn 'https://developer.mozilla.org/search?q=' + nodejs $(_frontend_fallback 'nodejs.org/en/docs/') + npmjs 'https://www.npmjs.com/search?q=' + packagephobia 'https://packagephobia.now.sh/result?p=' + qunit 'https://api.qunitjs.com/?s=' + reactjs $(_frontend_fallback 'reactjs.org/') + smacss $(_frontend_fallback 'smacss.com') + stackoverflow 'https://stackoverflow.com/search?q=' + typescript $(_frontend_fallback 'www.typescriptlang.org/docs') + unheap 'http://www.unheap.com/?s=' + vuejs $(_frontend_fallback 'vuejs.org') + nextjs $(_frontend_fallback 'nextjs.org') + ) + + # show help for command list + if [[ $# -lt 2 ]]; then + print -P "Usage: frontend %Ucontext%u %Uterm%u [...%Umore%u] (or just: %Ucontext%u %Uterm%u [...%Umore%u])" + print -P "" + print -P "%Uterm%u and what follows is what will be searched for in the %Ucontext%u website," + print -P "and %Ucontext%u is one of the following:" + print -P "" + print -P " angular, angularjs, bem, bootsnipp, caniuse, codepen, compassdoc, cssflow, packagephobia" + print -P " dartlang, emberjs, fontello, flowtype, github, html5please, jestjs, jquery, lodash," + print -P " mdn, npmjs, nodejs, qunit, reactjs, smacss, stackoverflow, unheap, vuejs, bundlephobia, nextjs" + print -P "" + print -P "For example: frontend npmjs mocha (or just: npmjs mocha)." + print -P "" + return 1 + fi + + # check whether the search context is supported + if [[ -z "$urls[$1]" ]]; then + echo "Search context \"$1\" currently not supported." + echo "" + echo "Valid contexts are:" + echo "" + echo " angular, angularjs, bem, bootsnipp, caniuse, codepen, compassdoc, cssflow, packagephobia" + echo " dartlang, emberjs, fontello, github, html5please, jest, jquery, lodash," + echo " mdn, npmjs, nodejs, qunit, reactjs, smacss, stackoverflow, unheap, vuejs, bundlephobia, nextjs" + echo "" + return 1 + fi + + # build search url: + # join arguments passed with '%20', then append to search context URL + url="${urls[$1]}$(omz_urlencode -P ${@[2,-1]})" + + echo "Opening $url ..." + + open_command "$url" +} diff --git a/.oh-my-zsh/plugins/fzf/README.md b/.oh-my-zsh/plugins/fzf/README.md new file mode 100644 index 0000000..beedf46 --- /dev/null +++ b/.oh-my-zsh/plugins/fzf/README.md @@ -0,0 +1,52 @@ +# fzf + +This plugin tries to find [junegunn's fzf](https://github.com/junegunn/fzf) based on where +it's been installed, and enables its fuzzy auto-completion and key bindings. + +To use it, add `fzf` to the plugins array in your zshrc file: + +```zsh +plugins=(... fzf) +``` + +## Settings + +All these settings should go in your zshrc file, before Oh My Zsh is sourced. + +### `FZF_BASE` + +Set to fzf installation directory path: + +```zsh +export FZF_BASE=/path/to/fzf/install/dir +``` + +### `FZF_DEFAULT_COMMAND` + +Set default command to use when input is tty: + +```zsh +export FZF_DEFAULT_COMMAND='' +``` + +If not set, the plugin will try to set it to these, in the order in which they're found: + +- [`fd`](https://github.com/sharkdp/fd) +- [`rg`](https://github.com/BurntSushi/ripgrep) +- [`ag`](https://github.com/ggreer/the_silver_searcher) + +### `DISABLE_FZF_AUTO_COMPLETION` + +Set whether to load fzf auto-completion: + +```zsh +DISABLE_FZF_AUTO_COMPLETION="true" +``` + +### `DISABLE_FZF_KEY_BINDINGS` + +Set whether to disable key bindings (CTRL-T, CTRL-R, ALT-C): + +```zsh +DISABLE_FZF_KEY_BINDINGS="true" +``` diff --git a/.oh-my-zsh/plugins/fzf/fzf.plugin.zsh b/.oh-my-zsh/plugins/fzf/fzf.plugin.zsh new file mode 100644 index 0000000..e244b4c --- /dev/null +++ b/.oh-my-zsh/plugins/fzf/fzf.plugin.zsh @@ -0,0 +1,274 @@ +function fzf_setup_using_fzf() { + (( ${+commands[fzf]} )) || return 1 + + # we remove "fzf " prefix, this fixes really old fzf versions behaviour + # see https://github.com/ohmyzsh/ohmyzsh/issues/12387 + local fzf_ver=${"$(fzf --version)"#fzf } + + autoload -Uz is-at-least + is-at-least 0.48.0 ${${(s: :)fzf_ver}[1]} || return 1 + + eval "$(fzf --zsh)" +} + +function fzf_setup_using_base_dir() { + local fzf_base fzf_shell fzfdirs dir + + test -d "${FZF_BASE}" && fzf_base="${FZF_BASE}" + + if [[ -z "${fzf_base}" ]]; then + fzfdirs=( + "${HOME}/.fzf" + "${HOME}/.nix-profile/share/fzf" + "${XDG_DATA_HOME:-$HOME/.local/share}/fzf" + "${MSYSTEM_PREFIX}/share/fzf" + "/usr/local/opt/fzf" + "/opt/homebrew/opt/fzf" + "/usr/share/fzf" + "/usr/local/share/examples/fzf" + ) + for dir in ${fzfdirs}; do + if [[ -d "${dir}" ]]; then + fzf_base="${dir}" + break + fi + done + + if [[ -z "${fzf_base}" ]]; then + if (( ${+commands[fzf-share]} )) && dir="$(fzf-share)" && [[ -d "${dir}" ]]; then + fzf_base="${dir}" + elif (( ${+commands[brew]} )) && dir="$(brew --prefix fzf 2>/dev/null)"; then + if [[ -d "${dir}" ]]; then + fzf_base="${dir}" + fi + fi + fi + fi + + if [[ ! -d "${fzf_base}" ]]; then + return 1 + fi + + # Fix fzf shell directory for Arch Linux, NixOS or Void Linux packages + if [[ ! -d "${fzf_base}/shell" ]]; then + fzf_shell="${fzf_base}" + else + fzf_shell="${fzf_base}/shell" + fi + + # Setup fzf binary path + if (( ! ${+commands[fzf]} )) && [[ "$PATH" != *$fzf_base/bin* ]]; then + export PATH="$PATH:$fzf_base/bin" + fi + + # Auto-completion + if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then + source "${fzf_shell}/completion.zsh" 2> /dev/null + fi + + # Key bindings + if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then + source "${fzf_shell}/key-bindings.zsh" + fi +} + + +function fzf_setup_using_debian() { + if (( ! $+commands[apt] && ! $+commands[apt-get] )); then + # Not a debian based distro + return 1 + fi + + # NOTE: There is no need to configure PATH for debian package, all binaries + # are installed to /usr/bin by default + + local completions key_bindings + + case $PREFIX in + *com.termux*) + if [[ ! -f "${PREFIX}/bin/fzf" ]]; then + # fzf not installed + return 1 + fi + # Support Termux package + completions="${PREFIX}/share/fzf/completion.zsh" + key_bindings="${PREFIX}/share/fzf/key-bindings.zsh" + ;; + *) + if [[ ! -d /usr/share/doc/fzf/examples ]]; then + # fzf not installed + return 1 + fi + # Determine completion file path: first bullseye/sid, then buster/stretch + completions="/usr/share/doc/fzf/examples/completion.zsh" + [[ -f "$completions" ]] || completions="/usr/share/zsh/vendor-completions/_fzf" + key_bindings="/usr/share/doc/fzf/examples/key-bindings.zsh" + ;; + esac + + # Auto-completion + if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then + source $completions 2> /dev/null + fi + + # Key bindings + if [[ ! "$DISABLE_FZF_KEY_BINDINGS" == "true" ]]; then + source $key_bindings + fi + + return 0 +} + +function fzf_setup_using_opensuse() { + # OpenSUSE installs fzf in /usr/bin/fzf + # If the command is not found, the package isn't installed + (( $+commands[fzf] )) || return 1 + + # The fzf-zsh-completion package installs the auto-completion in + local completions="/usr/share/zsh/site-functions/_fzf" + # The fzf-zsh-completion package installs the key-bindings file in + local key_bindings="/etc/zsh_completion.d/fzf-key-bindings" + + # If these are not found: (1) maybe we're not on OpenSUSE, or + # (2) maybe the fzf-zsh-completion package isn't installed. + if [[ ! -f "$completions" || ! -f "$key_bindings" ]]; then + return 1 + fi + + # Auto-completion + if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then + source "$completions" 2>/dev/null + fi + + # Key bindings + if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then + source "$key_bindings" 2>/dev/null + fi + + return 0 +} + +function fzf_setup_using_fedora() { + (( $+commands[fzf] )) || return 1 + + local completions="/usr/share/zsh/site-functions/fzf" + local key_bindings="/usr/share/fzf/shell/key-bindings.zsh" + + if [[ ! -f "$completions" || ! -f "$key_bindings" ]]; then + return 1 + fi + + if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then + source "$completions" 2>/dev/null + fi + + if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then + source "$key_bindings" 2>/dev/null + fi + + return 0 +} + +function fzf_setup_using_openbsd() { + # openBSD installs fzf in /usr/local/bin/fzf + if [[ "$OSTYPE" != openbsd* ]] || (( ! $+commands[fzf] )); then + return 1 + fi + + # The fzf package installs the auto-completion in + local completions="/usr/local/share/zsh/site-functions/_fzf_completion" + # The fzf package installs the key-bindings file in + local key_bindings="/usr/local/share/zsh/site-functions/_fzf_key_bindings" + + # Auto-completion + if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then + source "$completions" 2>/dev/null + fi + + # Key bindings + if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then + source "$key_bindings" 2>/dev/null + fi + + return 0 +} + +function fzf_setup_using_cygwin() { + # Cygwin installs fzf in /usr/local/bin/fzf + if [[ "$OSTYPE" != cygwin* ]] || (( ! $+commands[fzf] )); then + return 1 + fi + + # The fzf-zsh-completion package installs the auto-completion in + local completions="/etc/profile.d/fzf-completion.zsh" + # The fzf-zsh package installs the key-bindings file in + local key_bindings="/etc/profile.d/fzf.zsh" + + # Auto-completion + if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then + source "$completions" 2>/dev/null + fi + + # Key bindings + if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then + source "$key_bindings" 2>/dev/null + fi + + return 0 +} + +function fzf_setup_using_macports() { + # If the command is not found, the package isn't installed + (( $+commands[fzf] )) || return 1 + + # The fzf-zsh-completion package installs the auto-completion in + local completions="/opt/local/share/fzf/shell/completion.zsh" + # The fzf-zsh-completion package installs the key-bindings file in + local key_bindings="/opt/local/share/fzf/shell/key-bindings.zsh" + + if [[ ! -f "$completions" || ! -f "$key_bindings" ]]; then + return 1 + fi + + # Auto-completion + if [[ -o interactive && "$DISABLE_FZF_AUTO_COMPLETION" != "true" ]]; then + source "$completions" 2>/dev/null + fi + + # Key bindings + if [[ "$DISABLE_FZF_KEY_BINDINGS" != "true" ]]; then + source "$key_bindings" 2>/dev/null + fi + + return 0 +} + +# Indicate to user that fzf installation not found if nothing worked +function fzf_setup_error() { + cat >&2 <<'EOF' +[oh-my-zsh] fzf plugin: Cannot find fzf installation directory. +Please add `export FZF_BASE=/path/to/fzf/install/dir` to your .zshrc +EOF +} + +fzf_setup_using_fzf \ + || fzf_setup_using_openbsd \ + || fzf_setup_using_debian \ + || fzf_setup_using_opensuse \ + || fzf_setup_using_fedora \ + || fzf_setup_using_cygwin \ + || fzf_setup_using_macports \ + || fzf_setup_using_base_dir \ + || fzf_setup_error + +unset -f -m 'fzf_setup_*' + +if [[ -z "$FZF_DEFAULT_COMMAND" ]]; then + if (( $+commands[fd] )); then + export FZF_DEFAULT_COMMAND='fd --type f --hidden --exclude .git' + elif (( $+commands[rg] )); then + export FZF_DEFAULT_COMMAND='rg --files --hidden --glob "!.git/*"' + elif (( $+commands[ag] )); then + export FZF_DEFAULT_COMMAND='ag -l --hidden -g "" --ignore .git' + fi +fi diff --git a/.oh-my-zsh/plugins/gas/README.md b/.oh-my-zsh/plugins/gas/README.md new file mode 100644 index 0000000..a0a7a56 --- /dev/null +++ b/.oh-my-zsh/plugins/gas/README.md @@ -0,0 +1,10 @@ +# Gas plugin + +This plugin adds autocompletion for the [gas](http://ramblingsby.me/gas/) command, +a utility to manage Git authors. + +To use it, add `gas` to the plugins array of your zshrc file: + +```zsh +plugins=(... gas) +``` diff --git a/.oh-my-zsh/plugins/gas/_gas b/.oh-my-zsh/plugins/gas/_gas new file mode 100644 index 0000000..23e6d99 --- /dev/null +++ b/.oh-my-zsh/plugins/gas/_gas @@ -0,0 +1,39 @@ +#compdef gas + +local curcontext="$curcontext" state line cmds ret=1 + +_arguments -C \ + '(- 1 *)'{-v,--version}'[display version information]' \ + '(-h|--help)'{-h,--help}'[show help information]' \ + '1: :->cmds' \ + '*: :->args' && ret=0 + +case $state in + cmds) + cmds=( + "version:Prints Gas's version" + "use:Uses author" + "ssh:Creates a new ssh key for an existing gas author" + "show:Shows your current user" + "list:Lists your authors" + "import:Imports current user to gasconfig" + "help:Describe available tasks or one specific task" + "delete:Deletes author" + "add:Adds author to gasconfig" + ) + _describe -t commands 'gas command' cmds && ret=0 + ;; + args) + case $line[1] in + (use|delete) + VERSION=$(gas -v) + if [[ $VERSION == <1->.*.* ]] || [[ $VERSION == 0.<2->.* ]] || [[ $VERSION == 0.1.<6-> ]] then + _values -S , 'authors' $(cat ~/.gas/gas.authors | sed -n -e 's/^.*\[\(.*\)\]/\1/p') && ret=0 + else + _values -S , 'authors' $(cat ~/.gas | sed -n -e 's/^\[\(.*\)\]/\1/p') && ret=0 + fi + esac + ;; +esac + +return ret diff --git a/.oh-my-zsh/plugins/gatsby/README.md b/.oh-my-zsh/plugins/gatsby/README.md new file mode 100644 index 0000000..36846a2 --- /dev/null +++ b/.oh-my-zsh/plugins/gatsby/README.md @@ -0,0 +1,7 @@ +# gatsby autocomplete plugin + +* Adds autocomplete options for all gatsby commands. + +## Requirements + +In order to make this work, you will need to have gatsby set up in your path. diff --git a/.oh-my-zsh/plugins/gatsby/_gatsby b/.oh-my-zsh/plugins/gatsby/_gatsby new file mode 100644 index 0000000..66eb02f --- /dev/null +++ b/.oh-my-zsh/plugins/gatsby/_gatsby @@ -0,0 +1,24 @@ +#compdef gatsby +#autoload + +# in order to make this work, you will need to have gatsby +# https://www.gatsbyjs.org/ + +local -a _1st_arguments +_1st_arguments=( +'develop:Start development server. Watches files, rebuilds, and hot reloads if something changes' +'build:Build a Gatsby project.' +'serve:Serve previously built Gatsby site.' +'info:Get environment information for debugging and issue reporting' +'clean:Wipe the local gatsby environment including built assets and cache' +'repl:Get a node repl with context of Gatsby environment, see (add docs link here)' +'new: [rootPath] [starter] Create new Gatsby project.' +'telemetry:Enable or disable Gatsby anonymous analytics collection.' +) + +_arguments -C '*:: :->subcmds' && return 0 + +if (( CURRENT == 1 )); then + _describe -t commands "gatsby subcommand" _1st_arguments + return +fi diff --git a/.oh-my-zsh/plugins/gcloud/README.md b/.oh-my-zsh/plugins/gcloud/README.md new file mode 100644 index 0000000..e7ce0e0 --- /dev/null +++ b/.oh-my-zsh/plugins/gcloud/README.md @@ -0,0 +1,24 @@ +# gcloud + +This plugin provides completion support for the +[Google Cloud SDK CLI](https://cloud.google.com/sdk/gcloud/). + +To use it, add `gcloud` to the plugins array in your zshrc file. + +```zsh +plugins=(... gcloud) +``` + +It relies on you having installed the SDK using one of the supported options +listed [here](https://cloud.google.com/sdk/install). + +## Plugin Options + +* Set `CLOUDSDK_HOME` in your `zshrc` file before you load oh-my-zsh if you have +your GCloud SDK installed in a non-standard location. The plugin will use this +as the base for your SDK if it finds it set already. + +* If you do not have a `python2` in your `PATH` you'll also need to set the +`CLOUDSDK_PYTHON` environment variable at the end of your `.zshrc`. This is +used by the SDK to call a compatible interpreter when you run one of the +SDK commands. diff --git a/.oh-my-zsh/plugins/gcloud/gcloud.plugin.zsh b/.oh-my-zsh/plugins/gcloud/gcloud.plugin.zsh new file mode 100644 index 0000000..fa8f884 --- /dev/null +++ b/.oh-my-zsh/plugins/gcloud/gcloud.plugin.zsh @@ -0,0 +1,52 @@ +##################################################### +# gcloud plugin for oh-my-zsh # +# Author: Ian Chesal (github.com/ianchesal) # +##################################################### + +if [[ -z "${CLOUDSDK_HOME}" ]]; then + search_locations=( + "$HOME/google-cloud-sdk" + "/usr/local/share/google-cloud-sdk" + "/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk" + "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk" + "/opt/homebrew/share/google-cloud-sdk" + "/usr/share/google-cloud-sdk" + "/snap/google-cloud-sdk/current" + "/snap/google-cloud-cli/current" + "/usr/lib/google-cloud-sdk" + "/usr/lib64/google-cloud-sdk" + "/opt/google-cloud-sdk" + "/opt/google-cloud-cli" + "/opt/local/libexec/google-cloud-sdk" + "$HOME/.asdf/installs/gcloud/*/" + ) + + for gcloud_sdk_location in $search_locations; do + if [[ -d "${gcloud_sdk_location}" ]]; then + CLOUDSDK_HOME="${gcloud_sdk_location}" + break + fi + done + unset search_locations gcloud_sdk_location +fi + +if (( ${+CLOUDSDK_HOME} )); then + # Source path file + if [[ -f "${CLOUDSDK_HOME}/path.zsh.inc" ]]; then + source "${CLOUDSDK_HOME}/path.zsh.inc" + fi + + # Look for completion file in different paths + for comp_file ( + "${CLOUDSDK_HOME}/completion.zsh.inc" # default location + "/usr/share/google-cloud-sdk/completion.zsh.inc" # apt-based location + ); do + if [[ -f "${comp_file}" ]]; then + source "${comp_file}" + break + fi + done + unset comp_file + + export CLOUDSDK_HOME +fi diff --git a/.oh-my-zsh/plugins/geeknote/README.md b/.oh-my-zsh/plugins/geeknote/README.md new file mode 100644 index 0000000..95b3aa7 --- /dev/null +++ b/.oh-my-zsh/plugins/geeknote/README.md @@ -0,0 +1,10 @@ +# Geeknote plugin + +This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote) +and an alias for `geeknote` called `gn`. + +To use it, add `geeknote` to the plugins array in your zshrc file: + +```zsh +plugins=( ... geeknote ...) +``` diff --git a/.oh-my-zsh/plugins/geeknote/_geeknote b/.oh-my-zsh/plugins/geeknote/_geeknote new file mode 100644 index 0000000..a34be59 --- /dev/null +++ b/.oh-my-zsh/plugins/geeknote/_geeknote @@ -0,0 +1,157 @@ +#compdef geeknote + +# Geeknote Autocomplete plugin for Zsh +# Requires: Geeknote installed +# Author : Ján Koščo (@s7anley) + +__login() { + # no arguments +} + +__logout() { + _arguments \ + '--force[Do not ask about logging out.]' +} + +__settings() { + _arguments \ + "--editor+[Set the editor, which use to edit and create notes.]::" +} + +__create() { + _arguments \ + '--title+[The note title.]::' \ + '--content+[The note content.]::' \ + '--tags+[One tag or the list of tags which will be added to the note.]::' \ + '--notebook+[Set the notebook where to save note.]::' \ + '--resource+[Add a resource to the note.]::' +} + +__edit() { + _arguments \ + '--note+[The name or ID from the previous search of a note to edit.]::' \ + '--title+[Set new title of the note.]::' \ + '--content+[Set new content of the note.]::' \ + '--tags+[Set new list o tags for the note.]::' \ + '--notebook+[Assign new notebook for the note.]::' \ + '--resource+[Add a resource to the note.]::' +} + +__find() { + _arguments \ + '--search+[Text to search.]::' \ + '--tags+[Notes with which tag/tags to search.]::' \ + '--notebook+[In which notebook search the note.]::' \ + '--date+[Set date in format dd.mm.yyyy or date range dd.mm.yyyy-dd.mm.yyyy.]::' \ + '--count+[How many notes show in the result list.]::' \ + '--with-url[Add direct url of each note in results to Evernote web-version.]' \ + '--content-search[Search by content, not by title.]' \ + '--exact-entry[Search for exact entry of the request.]' +} + +__show() { + _arguments \ + '--note+[The name or ID from the previous search of a note to show.]::' \ + '--raw[Show the raw note body.]' +} + +__remove() { + _arguments \ + '--note+[The name or ID from the previous search of a note to remove.]::' \ + '--force[Do not ask about removing.]' +} + +__notebook-list() { + # no arguments +} + +__notebook-create() { + _arguments \ + '--title+[Set the title of new notebook.]::' +} + +__notebook-edit() { + _arguments \ + '--title+[Set the title of new notebook.]::' \ + '--notebook+[The name of a notebook to rename.]::' +} + +__tag-list() { + # no arguments +} + +__tag-create() { + _arguments \ + '--title+[Set the title of new tag.]::' +} + +__tag-edit() { + _arguments \ + '--tagname+[The name of a tag to rename.]::' \ + '--title+[Set the new name of tag.]::' +} + +__user() { + _arguments \ + '--full[Show full information.]' +} + +local -a _1st_arguments +_1st_arguments=( + 'login':'Authorize in Evernote.' + 'logout':'Logout from Evernote.' + 'settings':'Show and edit current settings.' + 'create':'Create note in Evernote.' + 'edit':'Edit note in Evernote.' + 'find':'Search notes in Evernote.' + 'show':'Output note in the terminal.' + 'remove':'Remove note from Evernote.' + 'notebook-list':'Show the list of existing notebooks in your Evernote.' + 'notebook-create':'Create new notebook.' + 'notebook-edit':'Edit/rename notebook.' + 'tag-list':'Show the list of existing tags in your Evernote.' + 'tag-create':'Create new tag.' + 'tag-edit':'Edit/rename tag.' + 'user':'Show information about active user.' +) + +_arguments '*:: :->command' + +if (( CURRENT == 1 )); then + _describe -t commands "geeknote command" _1st_arguments + return +fi + +local -a _command_args +case "$words[1]" in + login) + __login ;; + logout) + __logout ;; + settings) + __settings ;; + create) + __create ;; + edit) + __edit ;; + find) + __find ;; + show) + __show ;; + remove) + __remove ;; + notebook-list) + __notebook-list ;; + notebook-create) + __notebook-create ;; + notebook-edit) + __notebook-edit ;; + tag-list) + __tag-list ;; + tag-create) + __tag-create ;; + tag-edit) + __tag-edit ;; + user) + __user ;; +esac diff --git a/.oh-my-zsh/plugins/geeknote/geeknote.plugin.zsh b/.oh-my-zsh/plugins/geeknote/geeknote.plugin.zsh new file mode 100644 index 0000000..8126d26 --- /dev/null +++ b/.oh-my-zsh/plugins/geeknote/geeknote.plugin.zsh @@ -0,0 +1,2 @@ +#Alias +alias gn='geeknote' diff --git a/.oh-my-zsh/plugins/gem/README.md b/.oh-my-zsh/plugins/gem/README.md new file mode 100644 index 0000000..decd87b --- /dev/null +++ b/.oh-my-zsh/plugins/gem/README.md @@ -0,0 +1,17 @@ +# Gem plugin + +This plugin adds completions and aliases for [Gem](https://rubygems.org/). The completions include the common `gem` subcommands as well as the installed gems in the current directory. + +To use it, add `gem` to the plugins array in your zshrc file: + +```zsh +plugins=(... gem) +``` + +## Aliases + +| Alias | Command | Description | +|----------------------|-------------------------------|--------------------------------------------| +| gemb | `gem build *.gemspec` | Build a gem from a gemspec | +| gemp | `gem push *.gem` | Push a gem up to the gem server | +| gemy [gem] [version] | `gem yank [gem] -v [version]` | Remove a pushed gem version from the index | diff --git a/.oh-my-zsh/plugins/gem/_gem b/.oh-my-zsh/plugins/gem/_gem new file mode 100644 index 0000000..92feebe --- /dev/null +++ b/.oh-my-zsh/plugins/gem/_gem @@ -0,0 +1,72 @@ +#compdef gem +#autoload + +# gem zsh completion, based on homebrew completion + +_gem_installed() { + installed_gems=(${(f)"$(gem list --local --no-versions)"}) +} + +local -a _1st_arguments + +_1st_arguments=( + 'build:Build a gem from a gemspec' + 'cert:Manage RubyGems certificates and signing settings' + 'check:Check a gem repository for added or missing files' + 'cleanup:Clean up old versions of installed gems in the local repository' + 'contents:Display the contents of the installed gems' + 'dependency:Show the dependencies of an installed gem' + 'environment:Display information about the RubyGems environment' + 'fetch:Download a gem and place it in the current directory' + 'generate_index:Generates the index files for a gem server directory' + 'help:Provide help on the `gem` command' + 'install:Install a gem into the local repository' + 'list:Display gems whose name starts with STRING' + 'lock:Generate a lockdown list of gems' + 'mirror:Mirror all gem files (requires rubygems-mirror)' + 'outdated:Display all gems that need updates' + 'owner:Manage gem owners on RubyGems.org.' + 'pristine:Restores installed gems to pristine condition from files located in the gem cache' + 'push:Push a gem up to RubyGems.org' + 'query:Query gem information in local or remote repositories' + 'rdoc:Generates RDoc for pre-installed gems' + 'search:Display all gems whose name contains STRING' + 'server:Documentation and gem repository HTTP server' + 'sources:Manage the sources and cache file RubyGems uses to search for gems' + 'specification:Display gem specification (in yaml)' + 'stale:List gems along with access times' + 'uninstall:Uninstall gems from the local repository' + 'unpack:Unpack an installed gem to the current directory' + 'update:Update installed gems to the latest version' + 'which:Find the location of a library file you can require' + 'yank:Remove a specific gem version release from RubyGems.org' +) + +local expl +local -a gems installed_gems + +_arguments \ + '(-v --version)'{-v,--version}'[show version]' \ + '(-h --help)'{-h,--help}'[show help]' \ + '*:: :->subcmds' && return 0 + +if (( CURRENT == 1 )); then + _describe -t commands "gem subcommand" _1st_arguments + return +fi + +case "$words[1]" in + build) + _files -g "*.gemspec" + ;; + install) + _files ;; + list) + if [[ "$state" == forms ]]; then + _gem_installed + _requested installed_gems expl 'installed gems' compadd -a installed_gems + fi ;; + uninstall|update) + _gem_installed + _wanted installed_gems expl 'installed gems' compadd -a installed_gems ;; +esac diff --git a/.oh-my-zsh/plugins/gem/gem.plugin.zsh b/.oh-my-zsh/plugins/gem/gem.plugin.zsh new file mode 100644 index 0000000..938f5c9 --- /dev/null +++ b/.oh-my-zsh/plugins/gem/gem.plugin.zsh @@ -0,0 +1,7 @@ +alias gemb="gem build *.gemspec" +alias gemp="gem push *.gem" + +# gemy GEM 0.0.0 = gem yank GEM -v 0.0.0 +function gemy { + gem yank $1 -v $2 +} \ No newline at end of file diff --git a/.oh-my-zsh/plugins/genpass/README.md b/.oh-my-zsh/plugins/genpass/README.md new file mode 100644 index 0000000..a5ff4a8 --- /dev/null +++ b/.oh-my-zsh/plugins/genpass/README.md @@ -0,0 +1,66 @@ +# genpass + +This plugin provides three unique password generators for ZSH. Each generator +has at least a 128-bit security margin and generates passwords from the +cryptographically secure `/dev/urandom`. Each generator can also take an +optional numeric argument to generate multiple passwords. + +To use it from an interactive ZSH, add `genpass` to the plugins array in your +zshrc file: + + plugins=(... genpass) + +You can also invoke password generators directly (they are implemented as +standalone executable files), which can be handy when you need to generate +passwords in a script: + + ~/.oh-my-zsh/plugins/genpass/genpass-apple 3 + +## genpass-apple + +Generates a pronounceable pseudoword passphrase of the "cvccvc" consonant/vowel +syntax, inspired by [Apple's iCloud Keychain password generator][1]. Each +password has exactly 1 digit placed at the edge of a "word" and exactly 1 +capital letter to satisfy most password security requirements. + + % genpass-apple + gelcyv-foqtam-fotqoh-viMleb-lexduv-6ixfuk + + % genpass-apple 3 + japvyz-qyjti4-kajrod-nubxaW-hukkan-dijcaf + vydpig-fucnul-3ukpog-voggom-zygNad-jepgad + zocmez-byznis-hegTaj-jecdyq-qiqmiq-5enwom + +[1]: https://developer.apple.com/password-rules/ + +## genpass-monkey + +Generates visually unambiguous random meaningless strings using [Crockford's +base32][2]. + + % genpass-monkey + xt7gn976e7jj3fstgpy27330x3 + + % genpass-monkey 3 + n1qqwtzgejwgqve9yzf2gxvx4m + r2n3f5s6vbqs2yx7xjnmahqewy + 296w9y9rts3p5r9yay0raek8e5 + +[2]: https://www.crockford.com/base32.html + +## genpass-xkcd + +Generates passphrases from `/usr/share/dict/words` inspired by the [famous (and +slightly misleading) XKCD comic][3]. Each passphrase is prepended with a digit +showing the number of words in the passphrase to adhere to password security +requirements that require digits. Each word is 6 characters or less. + + % genpass-xkcd + 9-eaten-Slav-rife-aired-hill-cordon-splits-welsh-napes + + % genpass-xkcd 3 + 9-worker-Vlad-horde-shrubs-smite-thwart-paw-alters-prawns + 9-tutors-stink-rhythm-junk-snappy-hooray-barbs-mewl-clomp + 9-vital-escape-Angkor-Huff-wet-Mayra-abbés-putts-guzzle + +[3]: https://xkcd.com/936/ diff --git a/.oh-my-zsh/plugins/genpass/genpass-apple b/.oh-my-zsh/plugins/genpass/genpass-apple new file mode 100755 index 0000000..963ab64 --- /dev/null +++ b/.oh-my-zsh/plugins/genpass/genpass-apple @@ -0,0 +1,79 @@ +#!/usr/bin/env zsh +# +# Usage: genpass-apple [NUM] +# +# Generate a password made of 6 pseudowords of 6 characters each +# with the security margin of at least 128 bits. +# +# Example password: xudmec-4ambyj-tavric-mumpub-mydVop-bypjyp +# +# If given a numerical argument, generate that many passwords. + +emulate -L zsh -o no_unset -o warn_create_global -o warn_nested_var + +if [[ ARGC -gt 1 || ${1-1} != ${~:-<1-$((16#7FFFFFFF))>} ]]; then + print -ru2 -- "usage: $0 [NUM]" + return 1 +fi + +zmodload zsh/system zsh/mathfunc || return + +{ + local -r vowels=aeiouy + local -r consonants=bcdfghjklmnpqrstvwxz + local -r digits=0123456789 + + # Sets REPLY to a uniformly distributed random number in [1, $1]. + # Requires: $1 <= 256. + function -$0-rand() { + local c + while true; do + sysread -s1 c || return + # Avoid bias towards smaller numbers. + (( #c < 256 / $1 * $1 )) && break + done + typeset -g REPLY=$((#c % $1 + 1)) + } + + local REPLY chars + + repeat ${1-1}; do + # Generate 6 pseudowords of the form cvccvc where c and v + # denote random consonants and vowels respectively. + local words=() + repeat 6; do + words+=('') + repeat 2; do + for chars in $consonants $vowels $consonants; do + -$0-rand $#chars || return + words[-1]+=$chars[REPLY] + done + done + done + + local pwd=${(j:-:)words} + + # Replace either the first or the last character in one of + # the words with a random digit. + -$0-rand $#digits || return + local digit=$digits[REPLY] + -$0-rand $((2 * $#words)) || return + pwd[REPLY/2*7+2*(REPLY%2)-1]=$digit + + # Convert one lower-case character to upper case. + while true; do + -$0-rand $#pwd || return + [[ $vowels$consonants == *$pwd[REPLY]* ]] && break + done + # NOTE: We aren't using ${(U)c} here because its results are + # locale-dependent. For example, when upper-casing 'i' in Turkish + # locale we would get 'İ', a.k.a. latin capital letter i with dot + # above. We could set LC_CTYPE=C locally but then we would run afoul + # of this zsh bug: https://www.zsh.org/mla/workers/2020/msg00588.html. + local c=$pwd[REPLY] + printf -v c '%o' $((#c - 32)) + printf "%s\\$c%s\\n" "$pwd[1,REPLY-1]" "$pwd[REPLY+1,-1]" || return + done +} always { + unfunction -m -- "-${(b)0}-*" +} } ]]; then + print -ru2 -- "usage: $0 [NUM]" + return 1 +fi + +zmodload zsh/system || return + +{ + local -r chars=abcdefghjkmnpqrstvwxyz0123456789 + local c + repeat ${1-1}; do + repeat 26; do + sysread -s1 c || return + # There is uniform because $#chars divides 256. + print -rn -- $chars[#c%$#chars+1] + done + print + done +} } ]]; then + print -ru2 -- "usage: $0 [NUM]" + return 1 +fi + +zmodload zsh/system zsh/mathfunc || return + +local -r dict=/usr/share/dict/words + +if [[ ! -e $dict ]]; then + print -ru2 -- "$0: file not found: $dict" + return 1 +fi + +# Read all dictionary words and leave only those made of 1-6 characters. +local -a words +words=(${(M)${(f)"$(<$dict)"}:#[a-zA-Z](#c1,6)}) || return + +if (( $#words < 2 )); then + print -ru2 -- "$0: not enough suitable words in $dict" + return 1 +fi + +if (( $#words > 16#7FFFFFFF )); then + print -ru2 -- "$0: too many words in $dict" + return 1 +fi + +# Figure out how many words we need for 128 bits of security margin. +# Each word adds log2($#words) bits. +local -i n=$((ceil(128. / (log($#words) / log(2))))) + +{ + local c + repeat ${1-1}; do + print -rn -- $n + repeat $n; do + while true; do + # Generate a random number in [0, 2**31). + local -i rnd=0 + repeat 4; do + sysread -s1 c || return + (( rnd = (~(1 << 23) & rnd) << 8 | #c )) + done + # Avoid bias towards words in the beginning of the list. + (( rnd < 16#7FFFFFFF / $#words * $#words )) || continue + print -rn -- -$words[rnd%$#words+1] + break + done + done + print + done +} | "$ZSH_CACHE_DIR/completions/_gh" &| diff --git a/.oh-my-zsh/plugins/git-auto-fetch/README.md b/.oh-my-zsh/plugins/git-auto-fetch/README.md new file mode 100644 index 0000000..e96ab42 --- /dev/null +++ b/.oh-my-zsh/plugins/git-auto-fetch/README.md @@ -0,0 +1,50 @@ +# Git auto-fetch + +Automatically fetches all changes from all remotes while you are working in a git-initialized directory. + +To use it, add `git-auto-fetch` to the plugins array in your zshrc file: + +```shell +plugins=(... git-auto-fetch) +``` + +## Usage + +Every time the command prompt is shown all remotes will be fetched in the background. By default, +`git-auto-fetch` will be triggered only if the last auto-fetch was done at least 60 seconds ago. +You can change the fetch interval in your .zshrc: + +```sh +GIT_AUTO_FETCH_INTERVAL=1200 # in seconds +``` + +A log of `git fetch --all` will be saved in `.git/FETCH_LOG`. + +## Toggle auto-fetch per folder + +If you are using a mobile connection or for any other reason you can disable git-auto-fetch +for any folder: + +```shell +$ cd to/your/project +$ git-auto-fetch +disabled +$ git-auto-fetch +enabled +``` + +## Caveats + +Automatically fetching all changes defeats the purpose of `git push --force-with-lease`, +and makes it behave like `git push --force` in some cases. For example: + +Consider that you made some changes and possibly rebased some stuff, which means you'll +need to use `--force-with-lease` to overwrite the remote history of a branch. Between the +time when you make the changes (maybe do a `git log`) and the time when you `git push`, +it's possible that someone else updates the branch you're working on. + +If `git-auto-fetch` triggers then, you'll have fetched the remote changes without knowing +it, and even though you're running the push with `--force-with-lease`, git will overwrite +the recent changes because you already have them in your local repository. The +[`git push --force-with-lease` docs](https://git-scm.com/docs/git-push) talk about possible +solutions to this problem. diff --git a/.oh-my-zsh/plugins/git-auto-fetch/git-auto-fetch.plugin.zsh b/.oh-my-zsh/plugins/git-auto-fetch/git-auto-fetch.plugin.zsh new file mode 100644 index 0000000..f8dfec7 --- /dev/null +++ b/.oh-my-zsh/plugins/git-auto-fetch/git-auto-fetch.plugin.zsh @@ -0,0 +1,65 @@ +# Default auto-fetch interval: 60 seconds +: ${GIT_AUTO_FETCH_INTERVAL:=60} + +# Necessary for the git-fetch-all function +zmodload zsh/datetime +zmodload -F zsh/stat b:zstat # only zstat command, not stat command + +function git-fetch-all { + ( + # Get git root directory + if ! gitdir="$(command git rev-parse --git-dir 2>/dev/null)"; then + return 0 + fi + + # Do nothing if auto-fetch is disabled or don't have permissions + if [[ ! -w "$gitdir" || -f "$gitdir/NO_AUTO_FETCH" ]] || + [[ -f "$gitdir/FETCH_LOG" && ! -w "$gitdir/FETCH_LOG" ]]; then + return 0 + fi + + # Get time (seconds) when auto-fetch was last run + lastrun="$(zstat +mtime "$gitdir/FETCH_LOG" 2>/dev/null || echo 0)" + # Do nothing if not enough time has passed since last auto-fetch + if (( EPOCHSECONDS - lastrun < $GIT_AUTO_FETCH_INTERVAL )); then + return 0 + fi + + # Fetch all remotes (avoid ssh passphrase prompt) + date -R &>! "$gitdir/FETCH_LOG" + GIT_SSH_COMMAND="command ssh -o BatchMode=yes" \ + GIT_TERMINAL_PROMPT=0 \ + command git fetch --all --recurse-submodules=yes 2>/dev/null &>> "$gitdir/FETCH_LOG" + ) &| +} + +function git-auto-fetch { + # Do nothing if not in a git repository + command git rev-parse --is-inside-work-tree &>/dev/null || return 0 + + # Remove or create guard file depending on its existence + local guard="$(command git rev-parse --git-dir)/NO_AUTO_FETCH" + if [[ -f "$guard" ]]; then + command rm "$guard" && echo "${fg_bold[green]}enabled${reset_color}" + else + command touch "$guard" && echo "${fg_bold[red]}disabled${reset_color}" + fi +} + +# zle-line-init widget (don't redefine if already defined) +(( ! ${+functions[_git-auto-fetch_zle-line-init]} )) || return 0 + +case "$widgets[zle-line-init]" in + # Simply define the function if zle-line-init doesn't yet exist + builtin|"") function _git-auto-fetch_zle-line-init() { + git-fetch-all + } ;; + # Override the current zle-line-init widget, calling the old one + user:*) zle -N _git-auto-fetch_orig_zle-line-init "${widgets[zle-line-init]#user:}" + function _git-auto-fetch_zle-line-init() { + git-fetch-all + zle _git-auto-fetch_orig_zle-line-init -- "$@" + } ;; +esac + +zle -N zle-line-init _git-auto-fetch_zle-line-init diff --git a/.oh-my-zsh/plugins/git-commit/README.md b/.oh-my-zsh/plugins/git-commit/README.md new file mode 100644 index 0000000..f812ee2 --- /dev/null +++ b/.oh-my-zsh/plugins/git-commit/README.md @@ -0,0 +1,47 @@ +# git-commit plugin + +The git-commit plugin adds several +[git aliases](https://www.git-scm.com/docs/git-config#Documentation/git-config.txt-alias) for +[conventional commit](https://www.conventionalcommits.org/en/v1.0.0/#summary) messages. + +To use it, add `git-commit` to the plugins array in your zshrc file: + +```zsh +plugins=(... git-commit) +``` + +## Syntax + +```zsh +git [(-s, --scope) ""] [(-a, --attention)] "" +``` + +Where `type` is one of the following: + +- `build` +- `chore` +- `ci` +- `docs` +- `feat` +- `fix` +- `perf` +- `refactor` +- `rev` +- `style` +- `test` +- `wip` + +> NOTE: the alias for `revert` type is `rev`, as otherwise it conflicts with the git command of the same name. +> It will still generate a commit message in the format `revert: ` + +> ⚠️ Enabling this plugin will (potentially) overwrite all `alias.` that you manually set. Use with +> care! + +## Examples + +| Git alias | Command | +| --------------------------------------------- | ---------------------------------------------------- | +| `git style "remove trailing whitespace"` | `git commit -m "style: remove trailing whitespace"` | +| `git wip "work in progress"` | `git commit -m "work in progress"` | +| `git fix -s "router" "correct redirect link"` | `git commit -m "fix(router): correct redirect link"` | +| `git rev -s "api" "rollback v2"` | `git commit -m "revert(api): rollback v2"` | diff --git a/.oh-my-zsh/plugins/git-commit/git-commit.plugin.zsh b/.oh-my-zsh/plugins/git-commit/git-commit.plugin.zsh new file mode 100644 index 0000000..c4df77c --- /dev/null +++ b/.oh-my-zsh/plugins/git-commit/git-commit.plugin.zsh @@ -0,0 +1,58 @@ +local _rev="$(git -C $ZSH rev-parse HEAD 2> /dev/null)" +if [[ $_rev == $(git config --global --get oh-my-zsh.git-commit-alias 2> /dev/null) ]]; then + return +fi +git config --global oh-my-zsh.git-commit-alias "$_rev" + +local -a _git_commit_aliases +_git_commit_aliases=( + 'build' + 'chore' + 'ci' + 'docs' + 'feat' + 'fix' + 'perf' + 'refactor' + 'revert' + 'style' + 'test' + 'wip' +) + +local _alias _type +for _type in "${_git_commit_aliases[@]}"; do + # an alias can't be named "revert" because the git command takes precedence + # https://stackoverflow.com/a/3538791 + case "$_type" in + revert) _alias=rev ;; + *) _alias=$_type ;; + esac + + local _func='!a() { +local _scope _attention _message +while [ $# -ne 0 ]; do +case $1 in + -s | --scope ) + if [ -z $2 ]; then + echo "Missing scope!" + return 1 + fi + _scope="$2" + shift 2 + ;; + -a | --attention ) + _attention="!" + shift 1 + ;; + * ) + _message="${_message} $1" + shift 1 + ;; +esac +done +git commit -m "'$_type'${_scope:+(${_scope})}${_attention}:${_message}" +}; a' + + git config --global alias.$_alias "$_func" +done diff --git a/.oh-my-zsh/plugins/git-escape-magic/README.md b/.oh-my-zsh/plugins/git-escape-magic/README.md new file mode 100644 index 0000000..7fefed3 --- /dev/null +++ b/.oh-my-zsh/plugins/git-escape-magic/README.md @@ -0,0 +1,16 @@ +# Git Escape Magic + +This plugin is copied from the original at +https://github.com/knu/zsh-git-escape-magic. All credit for the +functionality enabled by this plugin should go to @knu. + +An excerpt from that project's readme explains its purpose. + +> It eliminates the need for manually escaping those meta-characters. The zle function it provides is context aware and recognizes the characteristics of each subcommand of git. Every time you type one of these meta-characters on a git command line, it automatically escapes the meta-character with a backslash as necessary and as appropriate. + +## Usage + +To use this plugin, add it to your list of plugins in your `.zshrc` file. + +**NOTE**: If you use url-quote-magic, it must be included before this +plugin runs to prevent any conflicts. diff --git a/.oh-my-zsh/plugins/git-escape-magic/git-escape-magic b/.oh-my-zsh/plugins/git-escape-magic/git-escape-magic new file mode 100644 index 0000000..94a8d7b --- /dev/null +++ b/.oh-my-zsh/plugins/git-escape-magic/git-escape-magic @@ -0,0 +1,135 @@ +# -*- mode: sh -*- +# +# git-escape-magic - zle tweak for git command line arguments +# +# Copyright (c) 2011, 2012, 2014 Akinori MUSHA +# Licensed under the 2-clause BSD license. +# +# This tweak eliminates the need for manually escaping shell +# meta-characters such as [~^{}] that are used for specifying a git +# object (commit or tree). Every time you type one of these +# characters on a git command line, it is automatically escaped with a +# backslash as necessary and as appropriate. +# +# If you want to use this with url-quote-magic, make sure to enable it +# first. +# +# Usage: +# autoload -Uz git-escape-magic +# git-escape-magic +# + +git-escape-magic.self-insert() { + emulate -L zsh + setopt extendedglob + local self_insert_function + zstyle -s ':git-escape-magic' self-insert-function self_insert_function + + if [[ "$KEYS" == [{}~^]* ]] && { + local qkey="${(q)KEYS}" + [[ "$KEYS" != "$qkey" ]] + } && { + local lbuf="$LBUFFER$qkey" + [[ "${(Q)LBUFFER}$KEYS" == "${(Q)lbuf}" ]] + } && { + local -a words + words=("${(@Q)${(z)lbuf}}") + [[ "$words[(i)(*/|)git(|-[^/]##)]" -le $#words ]] + } + then + local i + i="$words[(I)([;(){\&]|\&[\&\!]|\|\||[=<>]\(*)]" + if [[ $i -gt 0 ]]; then + shift $((i-1)) words + if [[ "$words[1]" == [\=\<\>]\(* ]]; then + words[1]="${words[1]#[=<>]\(}" + else + [[ "$words[1]" == \; && $words[2] == (then|else|elif|do) ]] && shift words + shift words + fi + fi + while [[ "$words[1]" == (if|while|until|\!) ]]; do + shift words + done + while [[ "$words[1]" == [A-Za-z_][A-Za-z0-9_]#=* ]]; do + shift words + done + [[ "$words[1]" == (*/|)git(|-[^/]##) ]] && { + local subcommand + subcommand="${words[1]##*/git-}" + if [[ -z "$subcommand" ]]; then + shift words + subcommand="$words[1]" + fi + [[ $#words -ge 2 ]] + } && + case "$subcommand" in + # commands that may take pathspec but never take refspec with [{}~^] + (add|rm|am|apply|check-attr|checkout-index|clean|clone|config|diff-files|hash-object|help|index-pack|mailinfo|mailsplit|merge-file|merge-index|mergetool|mktag|mv|pack-objects|pack-redundant|relink|send-email|show-index|show-ref|stage|status|verify-pack) + false ;; + # commands that may take pathspec but rarely take refspec with [{}~^] + (for-each-ref|grep|ls-files|update-index) + false ;; + (archive|ls-tree) + ! [[ $#words -ge 3 && + "$words[-2]" == [^-]* ]] ;; + (diff-tree) + ! [[ $#words -ge 4 && + "$words[-2]" == [^-]* && + "$words[-3]" == [^-]* ]] ;; + (*) + [[ $words[(i)--] -gt $#words ]] ;; + esac && + case "${words[-1]%%"$KEYS"}" in + (*[@^]) + [[ "$KEYS" == [{~^]* ]] ;; + (*[@^]\{[^}]##) + [[ "$KEYS" == \}* ]] ;; + (?*) + [[ "$KEYS" == [~^]* ]] ;; + (*) + false ;; + esac && + LBUFFER="$LBUFFER\\" + fi + + zle "$self_insert_function" +} + +git-escape-magic.on() { + emulate -L zsh + local self_insert_function="${$(zle -lL | awk \ + '$1=="zle"&&$2=="-N"&&$3=="self-insert"{print $4;exit}'):-.self-insert}" + + [[ "$self_insert_function" == git-escape-magic.self-insert ]] && + return 0 + + # For url-quote-magic which does not zle -N itself + zle -la "$self_insert_function" || zle -N "$self_insert_function" + + zstyle ':git-escape-magic' self-insert-function "$self_insert_function" + + zle -A git-escape-magic.self-insert self-insert + return 0 +} + +git-escape-magic.off() { + emulate -L zsh + local self_insert_function + zstyle -s ':git-escape-magic' self-insert-function self_insert_function + + [[ -n "$self_insert_function" ]] && + zle -A "$self_insert_function" self-insert + return 0 +} + +zle -N git-escape-magic.self-insert +zle -N git-escape-magic.on +zle -N git-escape-magic.off + +git-escape-magic() { + git-escape-magic.on +} + +[[ -o kshautoload ]] || git-escape-magic "$@" + diff --git a/.oh-my-zsh/plugins/git-escape-magic/git-escape-magic.plugin.zsh b/.oh-my-zsh/plugins/git-escape-magic/git-escape-magic.plugin.zsh new file mode 100644 index 0000000..c021ea7 --- /dev/null +++ b/.oh-my-zsh/plugins/git-escape-magic/git-escape-magic.plugin.zsh @@ -0,0 +1,9 @@ +# Automatically detect and escape zsh globbing meta-characters when used with +# git refspec characters like `[^~{}]`. NOTE: This must be loaded _after_ +# url-quote-magic. +# +# This trick is detailed at https://github.com/knu/zsh-git-escape-magic and is +# what allowed this plugin to exist. + +autoload -Uz git-escape-magic +git-escape-magic diff --git a/.oh-my-zsh/plugins/git-extras/README.md b/.oh-my-zsh/plugins/git-extras/README.md new file mode 100644 index 0000000..7eb53fc --- /dev/null +++ b/.oh-my-zsh/plugins/git-extras/README.md @@ -0,0 +1,17 @@ +# git-extras + +This plugin provides completion definitions for some of the commands defined by [git-extras](https://github.com/tj/git-extras), which must already be installed. + +To use it, add `git-extras` to the plugins array in your zshrc file: + +```zsh +plugins=(... git-extras) +``` + +## Setup notes + +The completions work by augmenting the `_git` completion provided by `zsh`. This only works with the `zsh`-provided `_git`, not the `_git` provided by `git` itself. If you have both `zsh` and `git` installed, you need to make sure that the `zsh`-provided `_git` takes precedence. + +### OS X Homebrew Setup + +**NOTE:** this no longer works on current Homebrew distributions of git. ~~On OS X with Homebrew, you need to install `git` with `brew install git --without-completions`. Otherwise, `git`'s `_git` will take precedence, and you won't see the completions for `git-extras` commands.~~ diff --git a/.oh-my-zsh/plugins/git-extras/git-extras.plugin.zsh b/.oh-my-zsh/plugins/git-extras/git-extras.plugin.zsh new file mode 100644 index 0000000..f5fd387 --- /dev/null +++ b/.oh-my-zsh/plugins/git-extras/git-extras.plugin.zsh @@ -0,0 +1,418 @@ +# ------------------------------------------------------------------------------ +# Description +# ----------- +# +# Completion script for git-extras (https://github.com/tj/git-extras). +# +# This depends on and reuses some of the internals of the _git completion +# function that ships with zsh itself. It will not work with the _git that ships +# with git. +# +# ------------------------------------------------------------------------------ +# Authors +# ------- +# +# * Alexis GRIMALDI (https://github.com/agrimaldi) +# * spacewander (https://github.com/spacewander) +# +# ------------------------------------------------------------------------------ +# Inspirations +# ----------- +# +# * git-extras (https://github.com/tj/git-extras) +# * git-flow-completion (https://github.com/bobthecow/git-flow-completion) +# +# ------------------------------------------------------------------------------ + + +# Internal functions +# These are a lot like their __git_* equivalents inside _git + +__gitex_command_successful () { + if (( ${#*:#0} > 0 )); then + _message 'not a git repository' + return 1 + fi + return 0 +} + +__gitex_commits() { + declare -A commits + git log --oneline -15 | sed 's/\([[:alnum:]]\{7\}\) /\1:/' | while read commit + do + hash=$(echo $commit | cut -d':' -f1) + commits[$hash]="$commit" + done + local ret=1 + _describe -t commits commit commits && ret=0 +} + +__gitex_remote_names() { + local expl + declare -a remote_names + remote_names=(${(f)"$(_call_program remotes git remote 2>/dev/null)"}) + __gitex_command_successful || return + _wanted remote-names expl remote-name compadd $* - $remote_names +} + +__gitex_tag_names() { + local expl + declare -a tag_names + tag_names=(${${(f)"$(_call_program tags git for-each-ref --format='"%(refname)"' refs/tags 2>/dev/null)"}#refs/tags/}) + __gitex_command_successful || return + _wanted tag-names expl tag-name compadd $* - $tag_names +} + + +__gitex_branch_names() { + local expl + declare -a branch_names + branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads 2>/dev/null)"}#refs/heads/}) + __gitex_command_successful || return + _wanted branch-names expl branch-name compadd $* - $branch_names +} + +__gitex_specific_branch_names() { + local expl + declare -a branch_names + branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads/"$1" 2>/dev/null)"}#refs/heads/$1/}) + __gitex_command_successful || return + _wanted branch-names expl branch-name compadd - $branch_names +} + +__gitex_feature_branch_names() { + __gitex_specific_branch_names 'feature' +} + +__gitex_submodule_names() { + local expl + declare -a submodule_names + submodule_names=(${(f)"$(_call_program branchrefs git submodule status | awk '{print $2}')"}) # ' + __gitex_command_successful || return + _wanted submodule-names expl submodule-name compadd $* - $submodule_names +} + + +__gitex_author_names() { + local expl + declare -a author_names + author_names=(${(f)"$(_call_program branchrefs git log --format='%aN' | sort -u)"}) + __gitex_command_successful || return + _wanted author-names expl author-name compadd $* - $author_names +} + +# subcommands +# new subcommand should be added in alphabetical order +_git-authors() { + _arguments -C \ + '(--list -l)'{--list,-l}'[show authors]' \ + '--no-email[without email]' \ +} + +_git-changelog() { + _arguments \ + '(-l --list)'{-l,--list}'[list commits]' \ +} + +_git-clear() { + _arguments \ + '(-f --force)'{-f,--force}'[force clear]' \ + '(-h --help)'{-h,--help}'[help message]' \ +} + +_git-coauthor() { + _arguments \ + ':co-author[co-author to add]' \ + ':co-author-email[email address of co-author to add]' +} + +_git-contrib() { + _arguments \ + ':author:__gitex_author_names' +} + + +_git-count() { + _arguments \ + '--all[detailed commit count]' +} + +_git-create-branch() { + local curcontext=$curcontext state line + _arguments -C \ + ': :->command' \ + '*:: :->option-or-argument' + + case "$state" in + (command) + _arguments \ + '(--remote -r)'{--remote,-r}'[setup remote tracking branch]' + ;; + (option-or-argument) + curcontext=${curcontext%:*}-$line[1]: + case $line[1] in + -r|--remote ) + _arguments -C \ + ':remote-name:__gitex_remote_names' + ;; + esac + esac +} + +_git-delete-branch() { + _arguments \ + ':branch-name:__gitex_branch_names' +} + +_git-delete-squashed-branches() { + _arguments \ + ':branch-name:__gitex_branch_names' +} + + +_git-delete-submodule() { + _arguments \ + ':submodule-name:__gitex_submodule_names' +} + + +_git-delete-tag() { + _arguments \ + ':tag-name:__gitex_tag_names' +} + + +_git-effort() { + _arguments \ + '--above[ignore file with less than x commits]' +} + + +_git-extras() { + local curcontext=$curcontext state line ret=1 + declare -A opt_args + + _arguments -C \ + ': :->command' \ + '*:: :->option-or-argument' && ret=0 + + case $state in + (command) + declare -a commands + commands=( + 'update:update git-extras' + ) + _describe -t commands command commands && ret=0 + ;; + esac + + _arguments \ + '(-v --version)'{-v,--version}'[show current version]' +} + + +_git-feature() { + local curcontext=$curcontext state line ret=1 + declare -A opt_args + + _arguments -C \ + ': :->command' \ + '*:: :->option-or-argument' && ret=0 + + case $state in + (command) + declare -a commands + commands=( + 'finish:merge feature into the current branch' + ) + _describe -t commands command commands && ret=0 + ;; + (option-or-argument) + curcontext=${curcontext%:*}-$line[1]: + case $line[1] in + (finish) + _arguments -C \ + '--squash[Use squash merge]' \ + ':branch-name:__gitex_feature_branch_names' + ;; + -r|--remote ) + _arguments -C \ + ':remote-name:__gitex_remote_names' + ;; + esac + return 0 + esac + + _arguments \ + '(--remote -r)'{--remote,-r}'[setup remote tracking branch]' +} + +_git-graft() { + _arguments \ + ':src-branch-name:__gitex_branch_names' \ + ':dest-branch-name:__gitex_branch_names' +} + +_git-guilt() { + _arguments -C \ + '(--email -e)'{--email,-e}'[display author emails instead of names]' \ + '(--ignore-whitespace -w)'{--ignore-whitespace,-w}'[ignore whitespace only changes]' \ + '(--debug -d)'{--debug,-d}'[output debug information]' \ + '-h[output usage information]' +} + +_git-ignore() { + _arguments -C \ + '(--local -l)'{--local,-l}'[show local gitignore]' \ + '(--global -g)'{--global,-g}'[show global gitignore]' \ + '(--private -p)'{--private,-p}'[show repo gitignore]' +} + + +_git-info() { + _arguments -C \ + '(--color -c)'{--color,-c}'[use color for information titles]' \ + '--no-config[do not show list all variables set in config file, along with their values]' +} + + +_git-merge-into() { + _arguments '--ff-only[merge only fast-forward]' + _arguments \ + ':src:__gitex_branch_names' \ + ':dest:__gitex_branch_names' +} + +_git-missing() { + _arguments \ + ':first-branch-name:__gitex_branch_names' \ + ':second-branch-name:__gitex_branch_names' +} + +_git-release() { + _arguments -C \ + '-c[Generates/populates the changelog with all commit message since the last tag.]' \ + '-r[The "remote" repository that is destination of a push operation.]' \ + '-m[use the custom commit information instead of the default message.]' \ + '-s[Create a signed and annotated tag.]' \ + '-u[Create a tag, annotated and signed with the given key.]' \ + '--semver[If the latest tag in your repo matches the semver format requirement, you could increase part of it as the new release tag.]' \ + '--prefix[Add a prefix string to semver to allow more complex tags.]' \ + '--no-empty-commit[Avoid creating empty commit if nothing could be committed.]' \ + '--[The arguments listed after "--" separator will be passed to pre/post-release hook.]' +} + +_git-squash() { + _arguments '--squash-msg[commit with the squashed commit messages]' + _arguments \ + ':branch-name:__gitex_branch_names' +} + +_git-stamp() { + _arguments -C \ + '(--replace -r)'{--replace,-r}'[replace stamps with same id]' +} + +_git-standup() { + _arguments -C \ + '-a[Specify the author of commits. Use "all" to specify all authors.]' \ + '-d[Show history since N days ago]' \ + '-D[Specify the date format displayed in commit history]' \ + '-f[Fetch commits before showing history]' \ + '-g[Display GPG signed info]' \ + '-h[Display help message]' \ + '-L[Enable the inclusion of symbolic links]' \ + '-m[The depth of recursive directory search]' \ + '-B[Display the commits in branch groups]' +} + +_git-summary() { + _arguments '--line[summarize with lines rather than commits]' + _arguments '--dedup-by-email[remove duplicate users by the email address]' + _arguments '--no-merges[exclude merge commits]' + __gitex_commits +} + +_git-undo(){ + _arguments -C \ + '(--soft -s)'{--soft,-s}'[only rolls back the commit but changes remain un-staged]' \ + '(--hard -h)'{--hard,-h}'[wipes your commit(s)]' +} + +zstyle -g existing_user_commands ':completion:*:*:git:*' user-commands + +zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \ + alias:'define, search and show aliases' \ + abort:'abort current revert, merge, rebase, or cherry-pick process' \ + archive-file:'export the current head of the git repository to an archive' \ + authors:'generate authors report' \ + browse:'open repo website in browser' \ + browse-ci:'open repo CI page in browser' \ + bug:'create bug branch' \ + bulk:'run bulk commands' \ + brv:'list branches sorted by their last commit date'\ + changelog:'generate a changelog report' \ + chore:'create chore branch' \ + clear-soft:'soft clean up a repository' \ + clear:'rigorously clean up a repository' \ + coauthor:'add a co-author to the last commit' \ + commits-since:'show commit logs since some date' \ + contrib:'show user contributions' \ + count:'show commit count' \ + create-branch:'create branches' \ + delete-branch:'delete branches' \ + delete-merged-branches:'delete merged branches' \ + delete-squashed-branches:'delete squashed branches' \ + delete-submodule:'delete submodules' \ + delete-tag:'delete tags' \ + delta:'lists changed files' \ + effort:'show effort statistics on file(s)' \ + extras:'awesome git utilities' \ + feature:'create/merge feature branch' \ + force-clone:'overwrite local repositories with clone' \ + fork:'fork a repo on GitHub' \ + fresh-branch:'create fresh branches' \ + gh-pages:'create the GitHub pages branch' \ + graft:'merge and destroy a given branch' \ + guilt:'calculate change between two revisions' \ + ignore-io:'get sample gitignore file' \ + ignore:'add .gitignore patterns' \ + info:'returns information on current repository' \ + local-commits:'list local commits' \ + lock:'lock a file excluded from version control' \ + locked:'ls files that have been locked' \ + magic:'commits everything with a generated message' \ + merge-into:'merge one branch into another' \ + merge-repo:'merge two repo histories' \ + missing:'show commits missing from another branch' \ + mr:'checks out a merge request locally' \ + obliterate:'rewrite past commits to remove some files' \ + paste:'send patches to pastebin sites' \ + pr:'checks out a pull request locally' \ + psykorebase:'rebase a branch with a merge commit' \ + pull-request:'create pull request to GitHub project' \ + reauthor:'replace the author and/or committer identities in commits and tags' \ + rebase-patch:'rebases a patch' \ + refactor:'create refactor branch' \ + release:'commit, tag and push changes to the repository' \ + rename-branch:'rename a branch' \ + rename-tag:'rename a tag' \ + rename-remote:'rename a remote' \ + repl:'git read-eval-print-loop' \ + reset-file:'reset one file' \ + root:'show path of root' \ + scp:'copy files to ssh compatible `git-remote`' \ + sed:'replace patterns in git-controlled files' \ + setup:'set up a git repository' \ + show-merged-branches:'show merged branches' \ + show-tree:'show branch tree of commit history' \ + show-unmerged-branches:'show unmerged branches' \ + squash:'import changes from a branch' \ + stamp:'stamp the last commit message' \ + standup:'recall the commit history' \ + summary:'show repository summary' \ + sync:'sync local branch with remote branch' \ + touch:'touch and add file to the index' \ + undo:'remove latest commits' \ + unlock:'unlock a file excluded from version control' \ + utimes:'change files modification time to their last commit date' diff --git a/.oh-my-zsh/plugins/git-flow-avh/README.md b/.oh-my-zsh/plugins/git-flow-avh/README.md new file mode 100644 index 0000000..0768d93 --- /dev/null +++ b/.oh-my-zsh/plugins/git-flow-avh/README.md @@ -0,0 +1,19 @@ +# git-flow (AVH Edition) plugin + +This plugin adds completion for the [git-flow (AVH Edition)](https://github.com/petervanderdoes/gitflow-avh). +The AVH Edition of the git extensions that provides high-level repository operations for [Vincent Driessen's branching model](https://nvie.com/posts/a-successful-git-branching-model/). + +To use it, add `git-flow-avh` to the plugins array in your zshrc file: + +```zsh +plugins=(... git-flow-avh) +``` + +## Requirements + +1. The git-flow tool has to be [installed](https://github.com/petervanderdoes/gitflow-avh#installing-git-flow) + separately. + +2. You have to use zsh's git completion instead of the git project's git completion. This is typically + done by default so you don't need to do anything else. If you installed git with Homebrew you + might have to uninstall the git completion it's bundled with. diff --git a/.oh-my-zsh/plugins/git-flow-avh/git-flow-avh.plugin.zsh b/.oh-my-zsh/plugins/git-flow-avh/git-flow-avh.plugin.zsh new file mode 100644 index 0000000..860ca55 --- /dev/null +++ b/.oh-my-zsh/plugins/git-flow-avh/git-flow-avh.plugin.zsh @@ -0,0 +1,526 @@ +_git-flow () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'init:Initialize a new git repo with support for the branching model.' + 'feature:Manage your feature branches.' + 'bugfix:Manage your bugfix branches.' + 'config:Manage your configuration.' + 'release:Manage your release branches.' + 'hotfix:Manage your hotfix branches.' + 'support:Manage your support branches.' + 'version:Shows version information.' + 'finish:Finish the branch you are currently on.' + 'delete:Delete the branch you are currently on.' + 'publish:Publish the branch you are currently on.' + 'rebase:Rebase the branch you are currently on.' + ) + _describe -t commands 'git flow' subcommands + ;; + + (options) + case $line[1] in + + (init) + _arguments \ + -f'[Force setting of gitflow branches, even if already configured]' + ;; + + (version) + ;; + + (hotfix) + __git-flow-hotfix + ;; + + (release) + __git-flow-release + ;; + + (feature) + __git-flow-feature + ;; + (bugfix) + __git-flow-bugfix + ;; + + (config) + __git-flow-config + ;; + + esac + ;; + esac +} + +__git-flow-release () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new release branch.' + 'finish:Finish a release branch.' + 'list:List all your release branches. (Alias to `git flow release`)' + 'publish:Publish release branch to remote.' + 'track:Checkout remote release branch.' + 'rebase:Rebase from integration branch.' + 'delete:Delete a release branch.' + ) + _describe -t commands 'git flow release' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':version:__git_flow_version_list' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -s'[Sign the release tag cryptographically]'\ + -u'[Use the given GPG-key for the digital signature (implies -s)]'\ + -m'[Use the given tag message]'\ + -p'[Push to $ORIGIN after performing finish]'\ + ':version:__git_flow_version_list' + ;; + + (delete) + _arguments \ + -f'[Force deletion]' \ + -r'[Delete remote branch]' \ + ':version:__git_flow_version_list' + ;; + + (publish) + _arguments \ + ':version:__git_flow_version_list' + ;; + + (track) + _arguments \ + ':version:__git_flow_version_list' + ;; + + (rebase) + _arguments \ + -i'[Do an interactive rebase]' \ + ':branch:__git_branch_names' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git-flow-hotfix () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new hotfix branch.' + 'finish:Finish a hotfix branch.' + 'delete:Delete a hotfix branch.' + 'rebase:Rebase from integration branch.' + 'list:List all your hotfix branches. (Alias to `git flow hotfix`)' + 'rename:Rename a hotfix branch.' + ) + _describe -t commands 'git flow hotfix' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':hotfix:__git_flow_version_list'\ + ':branch-name:__git_branch_names' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -s'[Sign the release tag cryptographically]'\ + -u'[Use the given GPG-key for the digital signature (implies -s)]'\ + -m'[Use the given tag message]'\ + -p'[Push to $ORIGIN after performing finish]'\ + ':hotfix:__git_flow_hotfix_list' + ;; + + (delete) + _arguments \ + -f'[Force deletion]' \ + -r'[Delete remote branch]' \ + ':hotfix:__git_flow_hotfix_list' + ;; + + (rebase) + _arguments \ + -i'[Do an interactive rebase]' \ + ':branch:__git_branch_names' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git-flow-feature () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new feature branch.' + 'finish:Finish a feature branch.' + 'delete:Delete a feature branch.' + 'list:List all your feature branches. (Alias to `git flow feature`)' + 'publish:Publish feature branch to remote.' + 'track:Checkout remote feature branch.' + 'diff:Show all changes.' + 'rebase:Rebase from integration branch.' + 'checkout:Checkout local feature branch.' + 'pull:Pull changes from remote.' + 'rename:Rename a feature branch.' + ) + _describe -t commands 'git flow feature' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':feature:__git_flow_feature_list'\ + ':branch-name:__git_branch_names' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -r'[Rebase instead of merge]'\ + ':feature:__git_flow_feature_list' + ;; + + (delete) + _arguments \ + -f'[Force deletion]' \ + -r'[Delete remote branch]' \ + ':feature:__git_flow_feature_list' + ;; + + (publish) + _arguments \ + ':feature:__git_flow_feature_list'\ + ;; + + (track) + _arguments \ + ':feature:__git_flow_feature_list'\ + ;; + + (diff) + _arguments \ + ':branch:__git_branch_names'\ + ;; + + (rebase) + _arguments \ + -i'[Do an interactive rebase]' \ + ':branch:__git_branch_names' + ;; + + (checkout) + _arguments \ + ':branch:__git_flow_feature_list'\ + ;; + + (pull) + _arguments \ + ':remote:__git_remotes'\ + ':branch:__git_branch_names' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git-flow-bugfix () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new bugfix branch.' + 'finish:Finish a bugfix branch.' + 'delete:Delete a bugfix branch.' + 'list:List all your bugfix branches. (Alias to `git flow bugfix`)' + 'publish:Publish bugfix branch to remote.' + 'track:Checkout remote bugfix branch.' + 'diff:Show all changes.' + 'rebase:Rebase from integration branch.' + 'checkout:Checkout local bugfix branch.' + 'pull:Pull changes from remote.' + 'rename:Rename a bugfix branch.' + ) + _describe -t commands 'git flow bugfix' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':bugfix:__git_flow_bugfix_list'\ + ':branch-name:__git_branch_names' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -r'[Rebase instead of merge]'\ + ':bugfix:__git_flow_bugfix_list' + ;; + + (delete) + _arguments \ + -f'[Force deletion]' \ + -r'[Delete remote branch]' \ + ':bugfix:__git_flow_bugfix_list' + ;; + + (publish) + _arguments \ + ':bugfix:__git_flow_bugfix_list'\ + ;; + + (track) + _arguments \ + ':bugfix:__git_flow_bugfix_list'\ + ;; + + (diff) + _arguments \ + ':branch:__git_branch_names'\ + ;; + + (rebase) + _arguments \ + -i'[Do an interactive rebase]' \ + ':branch:__git_branch_names' + ;; + + (checkout) + _arguments \ + ':branch:__git_flow_bugfix_list'\ + ;; + + (pull) + _arguments \ + ':remote:__git_remotes'\ + ':branch:__git_branch_names' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git-flow-config () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'list:List the configuration. (Alias to `git flow config`)' + 'set:Set the configuration option' + ) + _describe -t commands 'git flow config' subcommands + ;; + + (options) + case $line[1] in + + (set) + _arguments \ + --local'[Use repository config file]' \ + --global'[Use global config file]'\ + --system'[Use system config file]'\ + --file'[Use given config file]'\ + ':option:(master develop feature hotfix release support versiontagprefix)' + ;; + + *) + _arguments \ + --local'[Use repository config file]' \ + --global'[Use global config file]'\ + --system'[Use system config file]'\ + --file'[Use given config file]' + ;; + esac + ;; + esac +} +__git_flow_version_list () +{ + local expl + declare -a versions + + versions=(${${(f)"$(_call_program versions git flow release list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted versions expl 'version' compadd $versions +} + +__git_flow_feature_list () +{ + local expl + declare -a features + + features=(${${(f)"$(_call_program features git flow feature list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted features expl 'feature' compadd $features +} + +__git_flow_bugfix_list () +{ + local expl + declare -a bugfixes + + bugfixes=(${${(f)"$(_call_program bugfixes git flow bugfix list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted bugfixes expl 'bugfix' compadd $bugfixes +} + +__git_remotes () { + local expl gitdir remotes + + gitdir=$(_call_program gitdir git rev-parse --git-dir 2>/dev/null) + __git_command_successful || return + + remotes=(${${(f)"$(_call_program remotes git config --get-regexp '"^remote\..*\.url$"')"}//#(#b)remote.(*).url */$match[1]}) + __git_command_successful || return + + # TODO: Should combine the two instead of either or. + if (( $#remotes > 0 )); then + _wanted remotes expl remote compadd $* - $remotes + else + _wanted remotes expl remote _files $* - -W "($gitdir/remotes)" -g "$gitdir/remotes/*" + fi +} + +__git_flow_hotfix_list () +{ + local expl + declare -a hotfixes + + hotfixes=(${${(f)"$(_call_program hotfixes git flow hotfix list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted hotfixes expl 'hotfix' compadd $hotfixes +} + +__git_branch_names () { + local expl + declare -a branch_names + + branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads 2>/dev/null)"}#refs/heads/}) + __git_command_successful || return + + _wanted branch-names expl branch-name compadd $* - $branch_names +} + +__git_command_successful () { + if (( ${#pipestatus:#0} > 0 )); then + _message 'not a git repository' + return 1 + fi + return 0 +} + +zstyle ':completion:*:*:git:*' user-commands flow:'provide high-level repository operations' diff --git a/.oh-my-zsh/plugins/git-flow/README.md b/.oh-my-zsh/plugins/git-flow/README.md new file mode 100644 index 0000000..fc8ccf0 --- /dev/null +++ b/.oh-my-zsh/plugins/git-flow/README.md @@ -0,0 +1,40 @@ +# Git-Flow plugin + +This plugin adds completion and aliases for the [`git-flow` command](https://github.com/nvie/gitflow). + +To use it, add `git-flow` to the plugins array in your zshrc file: + +```zsh +plugins=(... git-flow) +``` + +## Aliases + +| Alias | Command | Description | +| --------- | ----------------------------------------- | ---------------------------------------------- | +| `gcd` | `git checkout develop` | Check out develop branch | +| `gch` | `git checkout hotfix` | Check out hotfix branch | +| `gcr` | `git checkout release` | Check out release branch | +| `gfl` | `git flow` | Git-Flow command | +| `gflf` | `git flow feature` | List existing feature branches | +| `gflff` | `git flow feature finish` | Finish feature: `gflff ` | +| `gflffc` | `gflff ${$(git_current_branch)#feature/}` | Finish current feature | +| `gflfp` | `git flow feature publish` | Publish feature: `gflfp ` | +| `gflfpc` | `gflfp ${$(git_current_branch)#feature/}` | Publish current feature | +| `gflfpll` | `git flow feature pull` | Pull remote feature: `gflfpll ` | +| `gflfs` | `git flow feature start` | Start a new feature: `gflfs ` | +| `gflh` | `git flow hotfix` | List existing hotfix branches | +| `gflhf` | `git flow hotfix finish` | Finish hotfix: `gflhf ` | +| `gflhfc` | `gflhf ${$(git_current_branch)#hotfix/}` | Finish current hotfix | +| `gflhp` | `git flow hotfix publish` | Publish hostfix: `gflhp ` | +| `gflhpc` | `gflhp ${$(git_current_branch)#hotfix/}` | Finish current hotfix | +| `gflhs` | `git flow hotfix start` | Start a new hotfix: `gflhs ` | +| `gfli` | `git flow init` | Initialize git-flow repository | +| `gflr` | `git flow release` | List existing release branches | +| `gflrf` | `git flow release finish` | Finish release: `gflrf ` | +| `gflrfc` | `gflrf ${$(git_current_branch)#release/}` | Finish current release | +| `gflrp` | `git flow release publish` | Publish release: `gflrp ` | +| `gflrpc` | `gflrp ${$(git_current_branch)#release/}` | Publish current release | +| `gflrs` | `git flow release start` | Start a new release: `gflrs ` | + +[More information about `git-flow` commands](https://github.com/nvie/gitflow/wiki/Command-Line-Arguments). diff --git a/.oh-my-zsh/plugins/git-flow/_git-flow b/.oh-my-zsh/plugins/git-flow/_git-flow new file mode 100644 index 0000000..eab7127 --- /dev/null +++ b/.oh-my-zsh/plugins/git-flow/_git-flow @@ -0,0 +1,327 @@ +#compdef git-flow + +_git-flow () { + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'init:Initialize a new git repo with support for the branching model.' + 'feature:Manage your feature branches.' + 'release:Manage your release branches.' + 'hotfix:Manage your hotfix branches.' + 'support:Manage your support branches.' + 'version:Shows version information.' + ) + _describe -t commands 'git flow' subcommands + ;; + + (options) + case $line[1] in + + (init) + _arguments \ + -f'[Force setting of gitflow branches, even if already configured]' + ;; + + (version) + ;; + + (hotfix) + __git-flow-hotfix + ;; + + (release) + __git-flow-release + ;; + + (feature) + __git-flow-feature + ;; + esac + ;; + esac +} + +__git-flow-release () { + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new release branch.' + 'finish:Finish a release branch.' + 'list:List all your release branches. (Alias to `git flow release`)' + 'publish: public' + 'track: track' + ) + _describe -t commands 'git flow release' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':version:__git_flow_version_list' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -s'[Sign the release tag cryptographically]'\ + -u'[Use the given GPG-key for the digital signature (implies -s)]'\ + -m'[Use the given tag message]'\ + -p'[Push to $ORIGIN after performing finish]'\ + -k'[Keep branch after performing finish]'\ + -n"[Don't tag this release]"\ + ':version:__git_flow_version_list' + ;; + + (publish) + _arguments \ + ':version:__git_flow_version_list'\ + ;; + + (track) + _arguments \ + ':version:__git_flow_version_list'\ + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git-flow-hotfix () { + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new hotfix branch.' + 'finish:Finish a hotfix branch.' + 'list:List all your hotfix branches. (Alias to `git flow hotfix`)' + ) + _describe -t commands 'git flow hotfix' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':hotfix:__git_flow_version_list'\ + ':branch-name:__git_branch_names' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -s'[Sign the release tag cryptographically]'\ + -u'[Use the given GPG-key for the digital signature (implies -s)]'\ + -m'[Use the given tag message]'\ + -p'[Push to $ORIGIN after performing finish]'\ + -k'[Keep branch after performing finish]'\ + -n"[Don't tag this release]"\ + ':hotfix:__git_flow_hotfix_list' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git-flow-feature () { + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new feature branch.' + 'finish:Finish a feature branch.' + 'list:List all your feature branches. (Alias to `git flow feature`)' + 'publish: publish' + 'track: track' + 'diff: diff' + 'rebase: rebase' + 'checkout: checkout' + 'pull: pull' + ) + _describe -t commands 'git flow feature' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':feature:__git_flow_feature_list'\ + ':branch-name:__git_branch_names' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -r'[Rebase instead of merge]'\ + -k'[Keep branch after performing finish]'\ + ':feature:__git_flow_feature_list' + ;; + + (publish) + _arguments \ + ':feature:__git_flow_feature_list'\ + ;; + + (track) + _arguments \ + ':feature:__git_flow_feature_list'\ + ;; + + (diff) + _arguments \ + ':branch:__git_flow_feature_list'\ + ;; + + (rebase) + _arguments \ + -i'[Do an interactive rebase]' \ + ':branch:__git_flow_feature_list' + ;; + + (checkout) + _arguments \ + ':branch:__git_flow_feature_list'\ + ;; + + (pull) + _arguments \ + ':remote:__git_remotes'\ + ':branch:__git_flow_feature_list' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git_flow_version_list () { + local expl + declare -a versions + + versions=(${${(f)"$(_call_program versions git flow release list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted versions expl 'version' compadd $versions +} + +__git_flow_feature_list () { + local expl + declare -a features + + features=(${${(f)"$(_call_program features git flow feature list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted features expl 'feature' compadd $features +} + +__git_remotes () { + local expl gitdir remotes + + gitdir=$(_call_program gitdir git rev-parse --git-dir 2>/dev/null) + __git_command_successful || return + + remotes=(${${(f)"$(_call_program remotes git config --get-regexp '"^remote\..*\.url$"')"}//#(#b)remote.(*).url */$match[1]}) + __git_command_successful || return + + # TODO: Should combine the two instead of either or. + if (( $#remotes > 0 )); then + _wanted remotes expl remote compadd $* - $remotes + else + _wanted remotes expl remote _files $* - -W "($gitdir/remotes)" -g "$gitdir/remotes/*" + fi +} + +__git_flow_hotfix_list () { + local expl + declare -a hotfixes + + hotfixes=(${${(f)"$(_call_program hotfixes git flow hotfix list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted hotfixes expl 'hotfix' compadd $hotfixes +} + +__git_branch_names () { + local expl + declare -a branch_names + + branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads 2>/dev/null)"}#refs/heads/}) + __git_command_successful || return + + _wanted branch-names expl branch-name compadd $* - $branch_names +} + +__git_command_successful () { + if (( ${#pipestatus:#0} > 0 )); then + _message 'not a git repository' + return 1 + fi + return 0 +} + +zstyle ':completion:*:*:git:*' user-commands flow:'description for foo' + +# Detect if script is sourced or called via autoload +[[ "$ZSH_EVAL_CONTEXT" != *:file ]] || return + +_git-flow "$@" diff --git a/.oh-my-zsh/plugins/git-flow/git-flow.plugin.zsh b/.oh-my-zsh/plugins/git-flow/git-flow.plugin.zsh new file mode 100644 index 0000000..f842de9 --- /dev/null +++ b/.oh-my-zsh/plugins/git-flow/git-flow.plugin.zsh @@ -0,0 +1,32 @@ +# Aliases +alias gcd='git checkout $(git config gitflow.branch.develop)' +alias gch='git checkout $(git config gitflow.prefix.hotfix)' +alias gcr='git checkout $(git config gitflow.prefix.release)' +alias gfl='git flow' +alias gflf='git flow feature' +alias gflff='git flow feature finish' +alias gflffc='git flow feature finish ${$(git_current_branch)#feature/}' +alias gflfp='git flow feature publish' +alias gflfpc='git flow feature publish ${$(git_current_branch)#feature/}' +alias gflfpll='git flow feature pull' +alias gflfs='git flow feature start' +alias gflh='git flow hotfix' +alias gflhf='git flow hotfix finish' +alias gflhfc='git flow hotfix finish ${$(git_current_branch)#hotfix/}' +alias gflhp='git flow hotfix publish' +alias gflhpc='git flow hotfix publish ${$(git_current_branch)#hotfix/}' +alias gflhs='git flow hotfix start' +alias gfli='git flow init' +alias gflr='git flow release' +alias gflrf='git flow release finish' +alias gflrfc='git flow release finish ${$(git_current_branch)#release/}' +alias gflrp='git flow release publish' +alias gflrpc='git flow release publish ${$(git_current_branch)#release/}' +alias gflrs='git flow release start' + +# Source completion script +# Handle $0 according to the standard: +# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html +0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" +0="${${(M)0:#/*}:-$PWD/$0}" +source "${0:A:h}/_git-flow" diff --git a/.oh-my-zsh/plugins/git-hubflow/README.md b/.oh-my-zsh/plugins/git-hubflow/README.md new file mode 100644 index 0000000..dada60d --- /dev/null +++ b/.oh-my-zsh/plugins/git-hubflow/README.md @@ -0,0 +1,24 @@ +# git-hubflow plugin + +This plugin adds completion for [HubFlow](https://datasift.github.io/gitflow/) (GitFlow for GitHub), as well as some +aliases for common commands. HubFlow is a git extension to make it easy to use GitFlow with GitHub. Based on the +original gitflow extension for git. + +The hubflow tool has to be [installed](https://github.com/datasift/gitflow#installation) separately. + +To use it, add `git-hubflow` to the plugins array in your zshrc file: + +```zsh +plugins=(... git-hubflow) +``` + +## Aliases + +| Alias | Command | Description | +|-------|------------------|------------------------------------------------------------------| +| ghf | `git hf` | Print command overview | +| ghff | `git hf feature` | Manage your feature branches | +| ghfr | `git hf release` | Manage your release branches | +| ghfh | `git hf hotfix` | Manage your hotfix branches | +| ghfs | `git hf support` | Manage your support branches | +| ghfu | `git hf update` | Pull upstream changes down into your master and develop branches | diff --git a/.oh-my-zsh/plugins/git-hubflow/git-hubflow.plugin.zsh b/.oh-my-zsh/plugins/git-hubflow/git-hubflow.plugin.zsh new file mode 100644 index 0000000..50d7b23 --- /dev/null +++ b/.oh-my-zsh/plugins/git-hubflow/git-hubflow.plugin.zsh @@ -0,0 +1,333 @@ +alias ghf='git hf' +alias ghff='git hf feature' +alias ghfr='git hf release' +alias ghfh='git hf hotfix' +alias ghfs='git hf support' +alias ghfu='git hf update' + +_git-hf () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'init:Initialize a new git repo with support for the branching model.' + 'feature:Manage your feature branches.' + 'release:Manage your release branches.' + 'hotfix:Manage your hotfix branches.' + 'support:Manage your support branches.' + 'update:Pull upstream changes down into your master and develop branches.' + 'version:Shows version information.' + ) + _describe -t commands 'git hf' subcommands + ;; + + (options) + case $line[1] in + + (init) + _arguments \ + -f'[Force setting of gitflow branches, even if already configured]' + ;; + + (version) + ;; + + (hotfix) + __git-hf-hotfix + ;; + + (release) + __git-hf-release + ;; + + (feature) + __git-hf-feature + ;; + esac + ;; + esac +} + +__git-hf-release () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new release branch.' + 'finish:Finish a release branch.' + 'list:List all your release branches. (Alias to `git hf release`)' + 'cancel:Cancel release' + 'push:Push release to GitHub' + 'pull:Pull release from GitHub' + 'track:Track release' + ) + _describe -t commands 'git hf release' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':version:__git_hf_version_list' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -s'[Sign the release tag cryptographically]'\ + -u'[Use the given GPG-key for the digital signature (implies -s)]'\ + -m'[Use the given tag message]'\ + -p'[Push to $ORIGIN after performing finish]'\ + -k'[Keep branch after performing finish]'\ + -n"[Don't tag this release]"\ + ':version:__git_hf_version_list' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git-hf-hotfix () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'start:Start a new hotfix branch.' + 'finish:Finish a hotfix branch.' + 'list:List all your hotfix branches. (Alias to `git hf hotfix`)' + 'publish:Publish the hotfix branch.' + 'track:Track the hotfix branch.' + 'pull:Pull the hotfix from GitHub.' + 'push:Push the hotfix to GitHub.' + 'cancel:Cancel the hotfix.' + ) + _describe -t commands 'git hf hotfix' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':hotfix:__git_hf_version_list'\ + ':branch-name:__git_branch_names' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -s'[Sign the release tag cryptographically]'\ + -u'[Use the given GPG-key for the digital signature (implies -s)]'\ + -m'[Use the given tag message]'\ + -p'[Push to $ORIGIN after performing finish]'\ + -k'[Keep branch after performing finish]'\ + -n"[Don't tag this release]"\ + ':hotfix:__git_hf_hotfix_list' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git-hf-feature () +{ + local curcontext="$curcontext" state line + typeset -A opt_args + + _arguments -C \ + ':command:->command' \ + '*::options:->options' + + case $state in + (command) + + local -a subcommands + subcommands=( + 'list:List all your feature branches. (Alias to `git hf feature`)' + 'start:Start a new feature branch' + 'finish:Finish a feature branch' + 'submit:submit' + 'track:track' + 'diff:Diff' + 'rebase:Rebase feature branch against develop' + 'checkout:Checkout feature' + 'pull:Pull feature branch from GitHub' + 'push:Push feature branch to GitHub' + 'cancel:Cancel feature' + ) + _describe -t commands 'git hf feature' subcommands + _arguments \ + -v'[Verbose (more) output]' + ;; + + (options) + case $line[1] in + + (start) + _arguments \ + -F'[Fetch from origin before performing finish]'\ + ':feature:__git_hf_feature_list'\ + ':branch-name:__git_branch_names' + ;; + + (finish) + _arguments \ + -F'[Fetch from origin before performing finish]' \ + -r'[Rebase instead of merge]'\ + ':feature:__git_hf_feature_list' + ;; + + (publish) + _arguments \ + ':feature:__git_hf_feature_list'\ + ;; + + (track) + _arguments \ + ':feature:__git_hf_feature_list'\ + ;; + + (diff) + _arguments \ + ':branch:__git_branch_names'\ + ;; + + (rebase) + _arguments \ + -i'[Do an interactive rebase]' \ + ':branch:__git_branch_names' + ;; + + (checkout) + _arguments \ + ':branch:__git_hf_feature_list'\ + ;; + + (pull) + _arguments \ + ':remote:__git_remotes'\ + ':branch:__git_branch_names' + ;; + + *) + _arguments \ + -v'[Verbose (more) output]' + ;; + esac + ;; + esac +} + +__git_hf_version_list () +{ + local expl + declare -a versions + + versions=(${${(f)"$(_call_program versions git hf release list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted versions expl 'version' compadd $versions +} + +__git_hf_feature_list () +{ + local expl + declare -a features + + features=(${${(f)"$(_call_program features git hf feature list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted features expl 'feature' compadd $features +} + +__git_remotes () { + local expl gitdir remotes + + gitdir=$(_call_program gitdir git rev-parse --git-dir 2>/dev/null) + __git_command_successful || return + + remotes=(${${(f)"$(_call_program remotes git config --get-regexp '"^remote\..*\.url$"')"}//#(#b)remote.(*).url */$match[1]}) + __git_command_successful || return + + # TODO: Should combine the two instead of either or. + if (( $#remotes > 0 )); then + _wanted remotes expl remote compadd $* - $remotes + else + _wanted remotes expl remote _files $* - -W "($gitdir/remotes)" -g "$gitdir/remotes/*" + fi +} + +__git_hf_hotfix_list () +{ + local expl + declare -a hotfixes + + hotfixes=(${${(f)"$(_call_program hotfixes git hf hotfix list 2> /dev/null | tr -d ' |*')"}}) + __git_command_successful || return + + _wanted hotfixes expl 'hotfix' compadd $hotfixes +} + +__git_branch_names () { + local expl + declare -a branch_names + + branch_names=(${${(f)"$(_call_program branchrefs git for-each-ref --format='"%(refname)"' refs/heads 2>/dev/null)"}#refs/heads/}) + __git_command_successful || return + + _wanted branch-names expl branch-name compadd $* - $branch_names +} + +__git_command_successful () { + if (( ${#pipestatus:#0} > 0 )); then + _message 'not a git repository' + return 1 + fi + return 0 +} + +zstyle ':completion:*:*:git:*' user-commands flow:'description for foo' diff --git a/.oh-my-zsh/plugins/git-lfs/README.md b/.oh-my-zsh/plugins/git-lfs/README.md new file mode 100644 index 0000000..1222b27 --- /dev/null +++ b/.oh-my-zsh/plugins/git-lfs/README.md @@ -0,0 +1,24 @@ +# git lfs plugin + +The git lfs plugin provides [aliases](#aliases) and [functions](#functions) for [git-lfs](https://github.com/git-lfs/git-lfs). + +To use it, add `git-lfs` to the plugins array in your zshrc file: + +```zsh +plugins=(... git-lfs) +``` + +## Aliases + +| Alias | Command | +| :------- | :---------------------------------- | +| `glfsi` | `git lfs install` | +| `glfst` | `git lfs track` | +| `glfsls` | `git lfs ls-files` | +| `glfsmi` | `git lfs migrate import --include=` | + +## Functions + +| Function | Command | +| :------- | :---------------------------------------------- | +| `gplfs` | `git lfs push origin "$(current_branch)" --all` | diff --git a/.oh-my-zsh/plugins/git-lfs/git-lfs.plugin.zsh b/.oh-my-zsh/plugins/git-lfs/git-lfs.plugin.zsh new file mode 100644 index 0000000..e7bb676 --- /dev/null +++ b/.oh-my-zsh/plugins/git-lfs/git-lfs.plugin.zsh @@ -0,0 +1,17 @@ +# +# Aliases +# + +alias glfsi='git lfs install' +alias glfst='git lfs track' +alias glfsls='git lfs ls-files' +alias glfsmi='git lfs migrate import --include=' + +# +# Functions +# + +function gplfs() { + local b="$(git_current_branch)" + git lfs push origin "$b" --all +} diff --git a/.oh-my-zsh/plugins/git-prompt/README.md b/.oh-my-zsh/plugins/git-prompt/README.md new file mode 100644 index 0000000..8f42c68 --- /dev/null +++ b/.oh-my-zsh/plugins/git-prompt/README.md @@ -0,0 +1,72 @@ +# git-prompt plugin + +A `zsh` prompt that displays information about the current git repository. In particular: +the branch name, difference with remote branch, number of files staged or changed, etc. + +To use it, add `git-prompt` to the plugins array in your zshrc file: + +```zsh +plugins=(... git-prompt) +``` + +You may also need to [customize your theme](https://github.com/ohmyzsh/ohmyzsh/issues/9395#issuecomment-1027130429) +to change the way the prompt is built. See the +[OMZ wiki on customizing themes](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes). + +See the [original repository](https://github.com/olivierverdier/zsh-git-prompt). + +## Requirements + +This plugin uses `python3`, so your host needs to have it installed. + +## Examples + +The prompt may look like the following: + +- `(master↑3|✚1)`: on branch `master`, ahead of remote by 3 commits, 1 file changed but not staged +- `(status|●2)`: on branch `status`, 2 files staged +- `(master|✚7…)`: on branch `master`, 7 files changed, some files untracked +- `(master|✖2✚3)`: on branch `master`, 2 conflicts, 3 files changed +- `(experimental↓2↑3|✔)`: on branch `experimental`; your branch has diverged by 3 commits, remote by 2 commits; the repository is otherwise clean +- `(:70c2952|✔)`: not on any branch; parent commit has hash `70c2952`; the repository is otherwise clean +- `(master|⚑2)`: on branch `master`, there are 2 stashed changes + +## Prompt Structure + +By default, the general appearance of the prompt is: + +```text +(|) +``` + +The symbols are as follows: + +### Local Status Symbols + +| Symbol | Meaning | +|--------|--------------------------------| +| ✔ | repository clean | +| ●n | there are `n` staged files | +| ✖n | there are `n` unmerged files | +| ✚n | there are `n` unstaged files | +| -n | there are `n` deleted files | +| ⚑n | there are `n` stashed changes | +| … | there are some untracked files | + +### Branch Tracking Symbols + +| Symbol | Meaning | +|--------|---------------------------------------------------------------| +| ↑n | ahead of remote by `n` commits | +| ↓n | behind remote by `n` commits | +| ↓m↑n | branches diverged: other by `m` commits, yours by `n` commits | + +## Customisation + +- Set the variable `ZSH_THEME_GIT_PROMPT_CACHE` to any value in order to enable caching. +- Set the variable `ZSH_THEME_GIT_SHOW_UPSTREAM` to any value to display the upstream branch. +- You may also change a number of variables (whose name start with `ZSH_THEME_GIT_PROMPT_`) + to change the appearance of the prompt. Take a look at the bottom of the [plugin file](git-prompt.plugin.zsh)` + to see what variables are available. + +**Enjoy!** diff --git a/.oh-my-zsh/plugins/git-prompt/git-prompt.plugin.zsh b/.oh-my-zsh/plugins/git-prompt/git-prompt.plugin.zsh new file mode 100644 index 0000000..4873320 --- /dev/null +++ b/.oh-my-zsh/plugins/git-prompt/git-prompt.plugin.zsh @@ -0,0 +1,113 @@ +# Handle $0 according to the standard: +# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html +0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" +0="${${(M)0:#/*}:-$PWD/$0}" + +__GIT_PROMPT_DIR="${0:A:h}" + +## Hook function definitions +function chpwd_update_git_vars() { + update_current_git_vars +} + +function preexec_update_git_vars() { + case "$2" in + git*|hub*|gh*|stg*) + __EXECUTED_GIT_COMMAND=1 + ;; + esac +} + +function precmd_update_git_vars() { + if [ -n "$__EXECUTED_GIT_COMMAND" ] || [ ! -n "$ZSH_THEME_GIT_PROMPT_CACHE" ]; then + update_current_git_vars + unset __EXECUTED_GIT_COMMAND + fi +} + +autoload -U add-zsh-hook +add-zsh-hook chpwd chpwd_update_git_vars +add-zsh-hook precmd precmd_update_git_vars +add-zsh-hook preexec preexec_update_git_vars + + +## Function definitions +function update_current_git_vars() { + unset __CURRENT_GIT_STATUS + + local gitstatus="$__GIT_PROMPT_DIR/gitstatus.py" + _GIT_STATUS=$(python3 ${gitstatus} 2>/dev/null) + __CURRENT_GIT_STATUS=("${(@s: :)_GIT_STATUS}") + GIT_BRANCH=$__CURRENT_GIT_STATUS[1] + GIT_AHEAD=$__CURRENT_GIT_STATUS[2] + GIT_BEHIND=$__CURRENT_GIT_STATUS[3] + GIT_STAGED=$__CURRENT_GIT_STATUS[4] + GIT_CONFLICTS=$__CURRENT_GIT_STATUS[5] + GIT_CHANGED=$__CURRENT_GIT_STATUS[6] + GIT_UNTRACKED=$__CURRENT_GIT_STATUS[7] + GIT_STASHED=$__CURRENT_GIT_STATUS[8] + GIT_CLEAN=$__CURRENT_GIT_STATUS[9] + GIT_DELETED=$__CURRENT_GIT_STATUS[10] + + if [ -z ${ZSH_THEME_GIT_SHOW_UPSTREAM+x} ]; then + GIT_UPSTREAM= + else + GIT_UPSTREAM=$(git rev-parse --abbrev-ref --symbolic-full-name "@{upstream}" 2>/dev/null) && GIT_UPSTREAM="${ZSH_THEME_GIT_PROMPT_UPSTREAM_SEPARATOR}${GIT_UPSTREAM}" + fi +} + +git_super_status() { + precmd_update_git_vars + if [ -n "$__CURRENT_GIT_STATUS" ]; then + STATUS="$ZSH_THEME_GIT_PROMPT_PREFIX$ZSH_THEME_GIT_PROMPT_BRANCH$GIT_BRANCH$GIT_UPSTREAM%{${reset_color}%}" + if [ "$GIT_BEHIND" -ne "0" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_BEHIND$GIT_BEHIND%{${reset_color}%}" + fi + if [ "$GIT_AHEAD" -ne "0" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_AHEAD$GIT_AHEAD%{${reset_color}%}" + fi + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_SEPARATOR" + if [ "$GIT_STAGED" -ne "0" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_STAGED$GIT_STAGED%{${reset_color}%}" + fi + if [ "$GIT_CONFLICTS" -ne "0" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_CONFLICTS$GIT_CONFLICTS%{${reset_color}%}" + fi + if [ "$GIT_CHANGED" -ne "0" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_CHANGED$GIT_CHANGED%{${reset_color}%}" + fi + if [ "$GIT_DELETED" -ne "0" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_DELETED$GIT_DELETED%{${reset_color}%}" + fi + if [ "$GIT_UNTRACKED" -ne "0" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_UNTRACKED$GIT_UNTRACKED%{${reset_color}%}" + fi + if [ "$GIT_STASHED" -ne "0" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_STASHED$GIT_STASHED%{${reset_color}%}" + fi + if [ "$GIT_CLEAN" -eq "1" ]; then + STATUS="$STATUS$ZSH_THEME_GIT_PROMPT_CLEAN" + fi + STATUS="$STATUS%{${reset_color}%}$ZSH_THEME_GIT_PROMPT_SUFFIX" + echo "$STATUS" + fi +} + +# Default values for the appearance of the prompt. +ZSH_THEME_GIT_PROMPT_PREFIX="(" +ZSH_THEME_GIT_PROMPT_SUFFIX=")" +ZSH_THEME_GIT_PROMPT_SEPARATOR="|" +ZSH_THEME_GIT_PROMPT_BRANCH="%{$fg_bold[magenta]%}" +ZSH_THEME_GIT_PROMPT_STAGED="%{$fg[red]%}%{●%G%}" +ZSH_THEME_GIT_PROMPT_CONFLICTS="%{$fg[red]%}%{✖%G%}" +ZSH_THEME_GIT_PROMPT_CHANGED="%{$fg[blue]%}%{✚%G%}" +ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[blue]%}%{-%G%}" +ZSH_THEME_GIT_PROMPT_BEHIND="%{↓%G%}" +ZSH_THEME_GIT_PROMPT_AHEAD="%{↑%G%}" +ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%}%{…%G%}" +ZSH_THEME_GIT_PROMPT_STASHED="%{$fg_bold[blue]%}%{⚑%G%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}%{✔%G%}" +ZSH_THEME_GIT_PROMPT_UPSTREAM_SEPARATOR="->" + +# Set the prompt. +RPROMPT='$(git_super_status)' diff --git a/.oh-my-zsh/plugins/git-prompt/gitstatus.py b/.oh-my-zsh/plugins/git-prompt/gitstatus.py new file mode 100644 index 0000000..94774d8 --- /dev/null +++ b/.oh-my-zsh/plugins/git-prompt/gitstatus.py @@ -0,0 +1,103 @@ +#!/usr/bin/env python3 +from __future__ import print_function + +import os +import sys +import re +from subprocess import Popen, PIPE, check_output + + +def get_tagname_or_hash(): + """return tagname if exists else hash""" + # get hash + hash_cmd = ['git', 'rev-parse', '--short', 'HEAD'] + hash_ = check_output(hash_cmd).decode('utf-8').strip() + + # get tagname + tags_cmd = ['git', 'for-each-ref', '--points-at=HEAD', '--count=2', '--sort=-version:refname', '--format=%(refname:short)', 'refs/tags'] + tags = check_output(tags_cmd).decode('utf-8').split() + + if tags: + return tags[0] + ('+' if len(tags) > 1 else '') + elif hash_: + return hash_ + return None + +# Re-use method from https://github.com/magicmonty/bash-git-prompt to get stashs count +def get_stash(): + cmd = Popen(['git', 'rev-parse', '--git-dir'], stdout=PIPE, stderr=PIPE) + so, se = cmd.communicate() + stash_file = '%s%s' % (so.decode('utf-8').rstrip(), '/logs/refs/stash') + + try: + with open(stash_file) as f: + return sum(1 for _ in f) + except IOError: + return 0 + + +# `git status --porcelain --branch` can collect all information +# branch, remote_branch, untracked, staged, changed, conflicts, ahead, behind +po = Popen(['git', 'status', '--porcelain', '--branch'], env=dict(os.environ, LANG="C"), stdout=PIPE, stderr=PIPE) +stdout, sterr = po.communicate() +if po.returncode != 0: + sys.exit(0) # Not a git repository + +# collect git status information +untracked, staged, changed, deleted, conflicts = [], [], [], [], [] +ahead, behind = 0, 0 +status = [(line[0], line[1], line[2:]) for line in stdout.decode('utf-8').splitlines()] +for st in status: + if st[0] == '#' and st[1] == '#': + if re.search('Initial commit on', st[2]) or re.search('No commits yet on', st[2]): + branch = st[2].split(' ')[-1] + elif re.search('no branch', st[2]): # detached status + branch = get_tagname_or_hash() + elif len(st[2].strip().split('...')) == 1: + branch = st[2].strip() + else: + # current and remote branch info + branch, rest = st[2].strip().split('...') + if len(rest.split(' ')) == 1: + # remote_branch = rest.split(' ')[0] + pass + else: + # ahead or behind + divergence = ' '.join(rest.split(' ')[1:]) + divergence = divergence.lstrip('[').rstrip(']') + for div in divergence.split(', '): + if 'ahead' in div: + ahead = int(div[len('ahead '):].strip()) + elif 'behind' in div: + behind = int(div[len('behind '):].strip()) + elif st[0] == '?' and st[1] == '?': + untracked.append(st) + else: + if st[1] == 'M': + changed.append(st) + if st[1] == 'D': + deleted.append(st) + if st[0] == 'U': + conflicts.append(st) + elif st[0] != ' ': + staged.append(st) + +stashed = get_stash() +if not changed and not deleted and not staged and not conflicts and not untracked: + clean = 1 +else: + clean = 0 + +out = ' '.join([ + branch, + str(ahead), + str(behind), + str(len(staged)), + str(len(conflicts)), + str(len(changed)), + str(len(untracked)), + str(stashed), + str(clean), + str(len(deleted)) +]) +print(out, end='') diff --git a/.oh-my-zsh/plugins/git/README.md b/.oh-my-zsh/plugins/git/README.md new file mode 100644 index 0000000..c10f1d8 --- /dev/null +++ b/.oh-my-zsh/plugins/git/README.md @@ -0,0 +1,284 @@ +# git plugin + +The git plugin provides many [aliases](#aliases) and a few useful [functions](#functions). + +To use it, add `git` to the plugins array in your zshrc file: + +```zsh +plugins=(... git) +``` + +## Aliases + +| Alias | Command | +| :--------------------- | :------------------------------------------------------------------------------------------------------------------------------ | +| `grt` | `cd "$(git rev-parse --show-toplevel \|\| echo .)"` | +| `ggpnp` | `ggl && ggp` | +| `ggpur` | `ggu` | +| `g` | `git` | +| `ga` | `git add` | +| `gaa` | `git add --all` | +| `gapa` | `git add --patch` | +| `gau` | `git add --update` | +| `gav` | `git add --verbose` | +| `gwip` | `git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign --message "--wip-- [skip ci]"` | +| `gam` | `git am` | +| `gama` | `git am --abort` | +| `gamc` | `git am --continue` | +| `gamscp` | `git am --show-current-patch` | +| `gams` | `git am --skip` | +| `gap` | `git apply` | +| `gapt` | `git apply --3way` | +| `gbs` | `git bisect` | +| `gbsb` | `git bisect bad` | +| `gbsg` | `git bisect good` | +| `gbsn` | `git bisect new` | +| `gbso` | `git bisect old` | +| `gbsr` | `git bisect reset` | +| `gbss` | `git bisect start` | +| `gbl` | `git blame -w` | +| `gb` | `git branch` | +| `gba` | `git branch --all` | +| `gbd` | `git branch --delete` | +| `gbD` | `git branch --delete --force` | +| `gbgd` | `LANG=C git branch --no-color -vv \| grep ": gone\]" \| cut -c 3- \| awk '"'"'{print $1}'"'"' \| xargs git branch -d` | +| `gbgD` | `LANG=C git branch --no-color -vv \| grep ": gone\]" \| cut -c 3- \| awk '"'"'{print $1}'"'"' \| xargs git branch -D` | +| `gbm` | `git branch --move` | +| `gbnm` | `git branch --no-merged` | +| `gbr` | `git branch --remote` | +| `ggsup` | `git branch --set-upstream-to=origin/$(git_current_branch)` | +| `gbg` | `LANG=C git branch -vv \| grep ": gone\]"` | +| `gco` | `git checkout` | +| `gcor` | `git checkout --recurse-submodules` | +| `gcb` | `git checkout -b` | +| `gcB` | `git checkout -B` | +| `gcd` | `git checkout $(git_develop_branch)` | +| `gcm` | `git checkout $(git_main_branch)` | +| `gcp` | `git cherry-pick` | +| `gcpa` | `git cherry-pick --abort` | +| `gcpc` | `git cherry-pick --continue` | +| `gclean` | `git clean --interactive -d` | +| `gcl` | `git clone --recurse-submodules` | +| `gclf` | `git clone --recursive --shallow-submodules --filter=blob:none --also-filter-submodules` | +| `gccd` | `git clone --recurse-submodules "$@" && cd "$(basename $\_ .git)"` | +| `gcam` | `git commit --all --message` | +| `gcas` | `git commit --all --signoff` | +| `gcasm` | `git commit --all --signoff --message` | +| `gcmsg` | `git commit --message` | +| `gcsm` | `git commit --signoff --message` | +| `gc` | `git commit --verbose` | +| `gca` | `git commit --verbose --all` | +| `gca!` | `git commit --verbose --all --amend` | +| `gcan!` | `git commit --verbose --all --no-edit --amend` | +| `gcans!` | `git commit --verbose --all --signoff --no-edit --amend` | +| `gcann!` | `git commit --verbose --all --date=now --no-edit --amend` | +| `gc!` | `git commit --verbose --amend` | +| `gcn!` | `git commit --verbose --no-edit --amend` | +| `gcs` | `git commit -S` | +| `gcss` | `git commit -S -s` | +| `gcssm` | `git commit -S -s -m` | +| `gcf` | `git config --list` | +| `gdct` | `git describe --tags $(git rev-list --tags --max-count=1)` | +| `gd` | `git diff` | +| `gdca` | `git diff --cached` | +| `gdcw` | `git diff --cached --word-diff` | +| `gds` | `git diff --staged` | +| `gdw` | `git diff --word-diff` | +| `gdv` | `git diff -w "$@" \| view -` | +| `gdup` | `git diff @{upstream}` | +| `gdnolock` | `git diff $@ ":(exclude)package-lock.json" ":(exclude)\*.lock"` | +| `gdt` | `git diff-tree --no-commit-id --name-only -r` | +| `gf` | `git fetch` | +| `gfa` | `git fetch --all --prune` | +| `gfo` | `git fetch origin` | +| `gg` | `git gui citool` | +| `gga` | `git gui citool --amend` | +| `ghh` | `git help` | +| `glgg` | `git log --graph` | +| `glgga` | `git log --graph --decorate --all` | +| `glgm` | `git log --graph --max-count=10` | +| `glod` | `git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset'` | +| `glods` | `git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --date=short` | +| `glol` | `git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset'` | +| `glola` | `git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --all` | +| `glols` | `git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --stat` | +| `glo` | `git log --oneline --decorate` | +| `glog` | `git log --oneline --decorate --graph` | +| `gloga` | `git log --oneline --decorate --graph --all` | +| `glp` | `git log --pretty=` | +| `glg` | `git log --stat` | +| `glgp` | `git log --stat --patch` | +| `gignored` | `git ls-files -v \| grep "^[[:lower:]]"` | +| `gfg` | `git ls-files \| grep` | +| `gm` | `git merge` | +| `gma` | `git merge --abort` | +| `gmc` | `git merge --continue` | +| `gms` | `git merge --squash` | +| `gmom` | `git merge origin/$(git_main_branch)` | +| `gmum` | `git merge upstream/$(git_main_branch)` | +| `gmtl` | `git mergetool --no-prompt` | +| `gmtlvim` | `git mergetool --no-prompt --tool=vimdiff` | +| `gl` | `git pull` | +| `gpr` | `git pull --rebase` | +| `gprv` | `git pull --rebase -v` | +| `gpra` | `git pull --rebase --autostash` | +| `gprav` | `git pull --rebase --autostash -v` | +| `gprom` | `git pull --rebase origin $(git_main_branch)` | +| `gpromi` | `git pull --rebase=interactive origin $(git_main_branch)` | +| `ggpull` | `git pull origin "$(git_current_branch)"` | +| `ggl` | `git pull origin $(current_branch)` | +| `gluc` | `git pull upstream $(git_current_branch)` | +| `glum` | `git pull upstream $(git_main_branch)` | +| `gp` | `git push` | +| `gpd` | `git push --dry-run` | +| `gpf!` | `git push --force` | +| `ggf` | `git push --force origin $(current_branch)` | +| `gpf` | On Git >= 2.30: `git push --force-with-lease --force-if-includes` | +| `gpf` | On Git < 2.30: `git push --force-with-lease` | +| `ggfl` | `git push --force-with-lease origin $(current_branch)` | +| `gpsup` | `git push --set-upstream origin $(git_current_branch)` | +| `gpsupf` | On Git >= 2.30: `git push --set-upstream origin $(git_current_branch) --force-with-lease --force-if-includes` | +| `gpsupf` | On Git < 2.30: `git push --set-upstream origin $(git_current_branch) --force-with-lease` | +| `gpv` | `git push --verbose` | +| `gpoat` | `git push origin --all && git push origin --tags` | +| `gpod` | `git push origin --delete` | +| `ggpush` | `git push origin "$(git_current_branch)"` | +| `ggp` | `git push origin $(current_branch)` | +| `gpu` | `git push upstream` | +| `grb` | `git rebase` | +| `grba` | `git rebase --abort` | +| `grbc` | `git rebase --continue` | +| `grbi` | `git rebase --interactive` | +| `grbo` | `git rebase --onto` | +| `grbs` | `git rebase --skip` | +| `grbd` | `git rebase $(git_develop_branch)` | +| `grbm` | `git rebase $(git_main_branch)` | +| `grbom` | `git rebase origin/$(git_main_branch)` | +| `grf` | `git reflog` | +| `gr` | `git remote` | +| `grv` | `git remote --verbose` | +| `gra` | `git remote add` | +| `grrm` | `git remote remove` | +| `grmv` | `git remote rename` | +| `grset` | `git remote set-url` | +| `grup` | `git remote update` | +| `grh` | `git reset` | +| `gru` | `git reset --` | +| `grhh` | `git reset --hard` | +| `grhk` | `git reset --keep` | +| `grhs` | `git reset --soft` | +| `gpristine` | `git reset --hard && git clean --force -dfx` | +| `gwipe` | `git reset --hard && git clean --force -df` | +| `groh` | `git reset origin/$(git_current_branch) --hard` | +| `grs` | `git restore` | +| `grss` | `git restore --source` | +| `grst` | `git restore --staged` | +| `gunwip` | `git rev-list --max-count=1 --format="%s" HEAD \| grep -q "--wip--" && git reset HEAD~1` | +| `grev` | `git revert` | +| `grm` | `git rm` | +| `grmc` | `git rm --cached` | +| `gcount` | `git shortlog --summary -n` | +| `gsh` | `git show` | +| `gsps` | `git show --pretty=short --show-signature` | +| `gstall` | `git stash --all` | +| `gstu` | `git stash --include-untracked` | +| `gstaa` | `git stash apply` | +| `gstc` | `git stash clear` | +| `gstd` | `git stash drop` | +| `gstl` | `git stash list` | +| `gstp` | `git stash pop` | +| `gsta` | On Git >= 2.13: `git stash push` | +| `gsta` | On Git < 2.13: `git stash save` | +| `gsts` | `git stash show --patch` | +| `gst` | `git status` | +| `gss` | `git status --short` | +| `gsb` | `git status --short -b` | +| `gsi` | `git submodule init` | +| `gsu` | `git submodule update` | +| `gsd` | `git svn dcommit` | +| `git-svn-dcommit-push` | `git svn dcommit && git push github $(git_main_branch):svntrunk` | +| `gsr` | `git svn rebase` | +| `gsw` | `git switch` | +| `gswc` | `git switch -c` | +| `gswd` | `git switch $(git_develop_branch)` | +| `gswm` | `git switch $(git_main_branch)` | +| `gta` | `git tag --annotate` | +| `gts` | `git tag -s` | +| `gtv` | `git tag \| sort -V` | +| `gignore` | `git update-index --assume-unchanged` | +| `gunignore` | `git update-index --no-assume-unchanged` | +| `gwch` | `git whatchanged -p --abbrev-commit --pretty=medium` | +| `gwt` | `git worktree` | +| `gwtls` | `git worktree list` | +| `gwtmv` | `git worktree move` | +| `gwtrm` | `git worktree remove` | +| `gk` | `gitk --all --branches &!` | +| `gke` | `gitk --all $(git log --walk-reflogs --pretty=%h) &!` | +| `gtl` | `gtl(){ git tag --sort=-v:refname -n --list ${1}\* }; noglob gtl` | + +### Main branch preference + +Following the recent push for removing racially-charged words from our technical vocabulary, the git plugin +favors using a branch name other than `master`. In this case, we favor the shorter, neutral and descriptive +term `main`. This means that any aliases and functions that previously used `master`, will use `main` if that +branch exists. We do this via the function `git_main_branch`. + +### Deprecated aliases + +These are aliases that have been removed, renamed, or otherwise modified in a way that may, or may not, +receive further support. + +| Alias | Command | Modification | +| :------- | :-------------------------------------------------------- | :-------------------------------------------------------- | +| `gap` | `git add --patch` | New alias: `gapa`. | +| `gcl` | `git config --list` | New alias: `gcf`. | +| `gdc` | `git diff --cached` | New alias: `gdca`. | +| `gdt` | `git difftool` | No replacement. | +| `ggpull` | `git pull origin $(current_branch)` | New alias: `ggl`. (`ggpull` still exists for now though.) | +| `ggpur` | `git pull --rebase origin $(current_branch)` | New alias: `ggu`. (`ggpur` still exists for now though.) | +| `ggpush` | `git push origin $(current_branch)` | New alias: `ggp`. (`ggpush` still exists for now though.) | +| `gk` | `gitk --all --branches` | Now aliased to `gitk --all --branches`. | +| `glg` | `git log --stat --max-count=10` | Now aliased to `git log --stat --color`. | +| `glgg` | `git log --graph --max-count=10` | Now aliased to `git log --graph --color`. | +| `gwc` | `git whatchanged -p --abbrev-commit --pretty = medium` | New alias: `gwch`. | +| `gup` | `git pull --rebase` | now alias `gpr` | +| `gupv` | `git pull --rebase -v` | now alias `gprv` | +| `gupa` | `git pull --rebase --autostash` | now alias `gpra` | +| `gupav` | `git pull --rebase --autostash -v` | now alias `gprav` | +| `gupom` | `git pull --rebase origin $(git_main_branch)` | now alias `gprom` | +| `gupomi` | `git pull --rebase=interactive origin $(git_main_branch)` | now alias `gpromi` | + +## Functions + +### Current + +| Command | Description | +| :----------------------- | :-------------------------------------------------------------------------------------------------------------- | +| `current_branch` | Returns the name of the current branch. | +| `git_current_user_email` | Returns the `user.email` config value. (Lives in `lib/git.zsh`.) | +| `git_current_user_name` | Returns the `user.name` config value. (Lives in `lib/git.zsh`.) | +| `git_develop_branch` | Returns the name of the “development” branch: `dev`, `devel`, `development` if they exist, `develop` otherwise. | +| `git_main_branch` | Returns the name of the main branch: `main` if it exists, `master` otherwise. | +| `grename ` | Renames branch `` to ``, including on the origin remote. | +| `gbda` | Deletes all merged branches | +| `gbds` | Deletes all squash-merged branches (**Note: performance degrades with number of branches**) | + +### Work in Progress (WIP) + +These features allow you to pause developing one branch and switch to another one (_"Work in Progress"_, or +“wip”). When you want to go back to work, just “unwip” it. + +| Command | Description | +| :----------------- | :---------------------------------------------- | +| `gwip` | Commit wip branch | +| `gunwip` | Uncommit wip branch | +| `gunwipall` | Uncommit all recent `--wip--` commits | +| `work_in_progress` | Echoes a warning if the current branch is a wip | + +Note that `gwip` and `gunwip` are aliases, but are also documented here to group all related WIP features. + +### Deprecated functions + +| Command | Description | Reason | +| :------------------- | :-------------------------------------- | :--------------------------------------------------------------- | +| `current_repository` | Return the names of the current remotes | Didn't work properly. Use `git remote -v` instead (`grv` alias). | diff --git a/.oh-my-zsh/plugins/git/git.plugin.zsh b/.oh-my-zsh/plugins/git/git.plugin.zsh new file mode 100644 index 0000000..99fcc4d --- /dev/null +++ b/.oh-my-zsh/plugins/git/git.plugin.zsh @@ -0,0 +1,424 @@ +# Git version checking +autoload -Uz is-at-least +git_version="${${(As: :)$(git version 2>/dev/null)}[3]}" + +# +# Functions Current +# (sorted alphabetically by function name) +# (order should follow README) +# + +# The name of the current branch +# Back-compatibility wrapper for when this function was defined here in +# the plugin, before being pulled in to core lib/git.zsh as git_current_branch() +# to fix the core -> git plugin dependency. +function current_branch() { + git_current_branch +} + +# Check for develop and similarly named branches +function git_develop_branch() { + command git rev-parse --git-dir &>/dev/null || return + local branch + for branch in dev devel develop development; do + if command git show-ref -q --verify refs/heads/$branch; then + echo $branch + return 0 + fi + done + + echo develop + return 1 +} + +# Check if main exists and use instead of master +function git_main_branch() { + command git rev-parse --git-dir &>/dev/null || return + local ref + for ref in refs/{heads,remotes/{origin,upstream}}/{main,trunk,mainline,default,stable,master}; do + if command git show-ref -q --verify $ref; then + echo ${ref:t} + return 0 + fi + done + + # If no main branch was found, fall back to master but return error + echo master + return 1 +} + +function grename() { + if [[ -z "$1" || -z "$2" ]]; then + echo "Usage: $0 old_branch new_branch" + return 1 + fi + + # Rename branch locally + git branch -m "$1" "$2" + # Rename branch in origin remote + if git push origin :"$1"; then + git push --set-upstream origin "$2" + fi +} + +# +# Functions Work in Progress (WIP) +# (sorted alphabetically by function name) +# (order should follow README) +# + +# Similar to `gunwip` but recursive "Unwips" all recent `--wip--` commits not just the last one +function gunwipall() { + local _commit=$(git log --grep='--wip--' --invert-grep --max-count=1 --format=format:%H) + + # Check if a commit without "--wip--" was found and it's not the same as HEAD + if [[ "$_commit" != "$(git rev-parse HEAD)" ]]; then + git reset $_commit || return 1 + fi +} + +# Warn if the current branch is a WIP +function work_in_progress() { + command git -c log.showSignature=false log -n 1 2>/dev/null | grep -q -- "--wip--" && echo "WIP!!" +} + +# +# Aliases +# (sorted alphabetically by command) +# (order should follow README) +# (in some cases force the alisas order to match README, like for example gke and gk) +# + +alias grt='cd "$(git rev-parse --show-toplevel || echo .)"' + +function ggpnp() { + if [[ "$#" == 0 ]]; then + ggl && ggp + else + ggl "${*}" && ggp "${*}" + fi +} +compdef _git ggpnp=git-checkout + +alias ggpur='ggu' +alias g='git' +alias ga='git add' +alias gaa='git add --all' +alias gapa='git add --patch' +alias gau='git add --update' +alias gav='git add --verbose' +alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign --message "--wip-- [skip ci]"' +alias gam='git am' +alias gama='git am --abort' +alias gamc='git am --continue' +alias gamscp='git am --show-current-patch' +alias gams='git am --skip' +alias gap='git apply' +alias gapt='git apply --3way' +alias gbs='git bisect' +alias gbsb='git bisect bad' +alias gbsg='git bisect good' +alias gbsn='git bisect new' +alias gbso='git bisect old' +alias gbsr='git bisect reset' +alias gbss='git bisect start' +alias gbl='git blame -w' +alias gb='git branch' +alias gba='git branch --all' +alias gbd='git branch --delete' +alias gbD='git branch --delete --force' + +function gbda() { + git branch --no-color --merged | command grep -vE "^([+*]|\s*($(git_main_branch)|$(git_develop_branch))\s*$)" | command xargs git branch --delete 2>/dev/null +} + +# Copied and modified from James Roeder (jmaroeder) under MIT License +# https://github.com/jmaroeder/plugin-git/blob/216723ef4f9e8dde399661c39c80bdf73f4076c4/functions/gbda.fish +function gbds() { + local default_branch=$(git_main_branch) + (( ! $? )) || default_branch=$(git_develop_branch) + + git for-each-ref refs/heads/ "--format=%(refname:short)" | \ + while read branch; do + local merge_base=$(git merge-base $default_branch $branch) + if [[ $(git cherry $default_branch $(git commit-tree $(git rev-parse $branch\^{tree}) -p $merge_base -m _)) = -* ]]; then + git branch -D $branch + fi + done +} + +alias gbgd='LANG=C git branch --no-color -vv | grep ": gone\]" | cut -c 3- | awk '"'"'{print $1}'"'"' | xargs git branch -d' +alias gbgD='LANG=C git branch --no-color -vv | grep ": gone\]" | cut -c 3- | awk '"'"'{print $1}'"'"' | xargs git branch -D' +alias gbm='git branch --move' +alias gbnm='git branch --no-merged' +alias gbr='git branch --remote' +alias ggsup='git branch --set-upstream-to=origin/$(git_current_branch)' +alias gbg='LANG=C git branch -vv | grep ": gone\]"' +alias gco='git checkout' +alias gcor='git checkout --recurse-submodules' +alias gcb='git checkout -b' +alias gcB='git checkout -B' +alias gcd='git checkout $(git_develop_branch)' +alias gcm='git checkout $(git_main_branch)' +alias gcp='git cherry-pick' +alias gcpa='git cherry-pick --abort' +alias gcpc='git cherry-pick --continue' +alias gclean='git clean --interactive -d' +alias gcl='git clone --recurse-submodules' +alias gclf='git clone --recursive --shallow-submodules --filter=blob:none --also-filter-submodules' + +function gccd() { + setopt localoptions extendedglob + + # get repo URI from args based on valid formats: https://git-scm.com/docs/git-clone#URLS + local repo="${${@[(r)(ssh://*|git://*|ftp(s)#://*|http(s)#://*|*@*)(.git/#)#]}:-$_}" + + # clone repository and exit if it fails + command git clone --recurse-submodules "$@" || return + + # if last arg passed was a directory, that's where the repo was cloned + # otherwise parse the repo URI and use the last part as the directory + [[ -d "$_" ]] && cd "$_" || cd "${${repo:t}%.git/#}" +} +compdef _git gccd=git-clone + +alias gcam='git commit --all --message' +alias gcas='git commit --all --signoff' +alias gcasm='git commit --all --signoff --message' +alias gcs='git commit --gpg-sign' +alias gcss='git commit --gpg-sign --signoff' +alias gcssm='git commit --gpg-sign --signoff --message' +alias gcmsg='git commit --message' +alias gcsm='git commit --signoff --message' +alias gc='git commit --verbose' +alias gca='git commit --verbose --all' +alias gca!='git commit --verbose --all --amend' +alias gcan!='git commit --verbose --all --no-edit --amend' +alias gcans!='git commit --verbose --all --signoff --no-edit --amend' +alias gcann!='git commit --verbose --all --date=now --no-edit --amend' +alias gc!='git commit --verbose --amend' +alias gcn!='git commit --verbose --no-edit --amend' +alias gcf='git config --list' +alias gdct='git describe --tags $(git rev-list --tags --max-count=1)' +alias gd='git diff' +alias gdca='git diff --cached' +alias gdcw='git diff --cached --word-diff' +alias gds='git diff --staged' +alias gdw='git diff --word-diff' + +function gdv() { git diff -w "$@" | view - } +compdef _git gdv=git-diff + +alias gdup='git diff @{upstream}' + +function gdnolock() { + git diff "$@" ":(exclude)package-lock.json" ":(exclude)*.lock" +} +compdef _git gdnolock=git-diff + +alias gdt='git diff-tree --no-commit-id --name-only -r' +alias gf='git fetch' +# --jobs= was added in git 2.8 +is-at-least 2.8 "$git_version" \ + && alias gfa='git fetch --all --prune --jobs=10' \ + || alias gfa='git fetch --all --prune' +alias gfo='git fetch origin' +alias gg='git gui citool' +alias gga='git gui citool --amend' +alias ghh='git help' +alias glgg='git log --graph' +alias glgga='git log --graph --decorate --all' +alias glgm='git log --graph --max-count=10' +alias glods='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset" --date=short' +alias glod='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset"' +alias glola='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset" --all' +alias glols='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset" --stat' +alias glol='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset"' +alias glo='git log --oneline --decorate' +alias glog='git log --oneline --decorate --graph' +alias gloga='git log --oneline --decorate --graph --all' + +# Pretty log messages +function _git_log_prettily(){ + if ! [ -z $1 ]; then + git log --pretty=$1 + fi +} +compdef _git _git_log_prettily=git-log + +alias glp='_git_log_prettily' +alias glg='git log --stat' +alias glgp='git log --stat --patch' +alias gignored='git ls-files -v | grep "^[[:lower:]]"' +alias gfg='git ls-files | grep' +alias gm='git merge' +alias gma='git merge --abort' +alias gmc='git merge --continue' +alias gms="git merge --squash" +alias gmom='git merge origin/$(git_main_branch)' +alias gmum='git merge upstream/$(git_main_branch)' +alias gmtl='git mergetool --no-prompt' +alias gmtlvim='git mergetool --no-prompt --tool=vimdiff' + +alias gl='git pull' +alias gpr='git pull --rebase' +alias gprv='git pull --rebase -v' +alias gpra='git pull --rebase --autostash' +alias gprav='git pull --rebase --autostash -v' + +function ggu() { + [[ "$#" != 1 ]] && local b="$(git_current_branch)" + git pull --rebase origin "${b:=$1}" +} +compdef _git ggu=git-checkout + +alias gprom='git pull --rebase origin $(git_main_branch)' +alias gpromi='git pull --rebase=interactive origin $(git_main_branch)' +alias ggpull='git pull origin "$(git_current_branch)"' + +function ggl() { + if [[ "$#" != 0 ]] && [[ "$#" != 1 ]]; then + git pull origin "${*}" + else + [[ "$#" == 0 ]] && local b="$(git_current_branch)" + git pull origin "${b:=$1}" + fi +} +compdef _git ggl=git-checkout + +alias gluc='git pull upstream $(git_current_branch)' +alias glum='git pull upstream $(git_main_branch)' +alias gp='git push' +alias gpd='git push --dry-run' + +function ggf() { + [[ "$#" != 1 ]] && local b="$(git_current_branch)" + git push --force origin "${b:=$1}" +} +compdef _git ggf=git-checkout + +alias gpf!='git push --force' +is-at-least 2.30 "$git_version" \ + && alias gpf='git push --force-with-lease --force-if-includes' \ + || alias gpf='git push --force-with-lease' + +function ggfl() { + [[ "$#" != 1 ]] && local b="$(git_current_branch)" + git push --force-with-lease origin "${b:=$1}" +} +compdef _git ggfl=git-checkout + +alias gpsup='git push --set-upstream origin $(git_current_branch)' +is-at-least 2.30 "$git_version" \ + && alias gpsupf='git push --set-upstream origin $(git_current_branch) --force-with-lease --force-if-includes' \ + || alias gpsupf='git push --set-upstream origin $(git_current_branch) --force-with-lease' +alias gpv='git push --verbose' +alias gpoat='git push origin --all && git push origin --tags' +alias gpod='git push origin --delete' +alias ggpush='git push origin "$(git_current_branch)"' + +function ggp() { + if [[ "$#" != 0 ]] && [[ "$#" != 1 ]]; then + git push origin "${*}" + else + [[ "$#" == 0 ]] && local b="$(git_current_branch)" + git push origin "${b:=$1}" + fi +} +compdef _git ggp=git-checkout + +alias gpu='git push upstream' +alias grb='git rebase' +alias grba='git rebase --abort' +alias grbc='git rebase --continue' +alias grbi='git rebase --interactive' +alias grbo='git rebase --onto' +alias grbs='git rebase --skip' +alias grbd='git rebase $(git_develop_branch)' +alias grbm='git rebase $(git_main_branch)' +alias grbom='git rebase origin/$(git_main_branch)' +alias grf='git reflog' +alias gr='git remote' +alias grv='git remote --verbose' +alias gra='git remote add' +alias grrm='git remote remove' +alias grmv='git remote rename' +alias grset='git remote set-url' +alias grup='git remote update' +alias grh='git reset' +alias gru='git reset --' +alias grhh='git reset --hard' +alias grhk='git reset --keep' +alias grhs='git reset --soft' +alias gpristine='git reset --hard && git clean --force -dfx' +alias gwipe='git reset --hard && git clean --force -df' +alias groh='git reset origin/$(git_current_branch) --hard' +alias grs='git restore' +alias grss='git restore --source' +alias grst='git restore --staged' +alias gunwip='git rev-list --max-count=1 --format="%s" HEAD | grep -q "\--wip--" && git reset HEAD~1' +alias grev='git revert' +alias greva='git revert --abort' +alias grevc='git revert --continue' +alias grm='git rm' +alias grmc='git rm --cached' +alias gcount='git shortlog --summary --numbered' +alias gsh='git show' +alias gsps='git show --pretty=short --show-signature' +alias gstall='git stash --all' +alias gstaa='git stash apply' +alias gstc='git stash clear' +alias gstd='git stash drop' +alias gstl='git stash list' +alias gstp='git stash pop' +# use the default stash push on git 2.13 and newer +is-at-least 2.13 "$git_version" \ + && alias gsta='git stash push' \ + || alias gsta='git stash save' +alias gsts='git stash show --patch' +alias gst='git status' +alias gss='git status --short' +alias gsb='git status --short --branch' +alias gsi='git submodule init' +alias gsu='git submodule update' +alias gsd='git svn dcommit' +alias git-svn-dcommit-push='git svn dcommit && git push github $(git_main_branch):svntrunk' +alias gsr='git svn rebase' +alias gsw='git switch' +alias gswc='git switch --create' +alias gswd='git switch $(git_develop_branch)' +alias gswm='git switch $(git_main_branch)' +alias gta='git tag --annotate' +alias gts='git tag --sign' +alias gtv='git tag | sort -V' +alias gignore='git update-index --assume-unchanged' +alias gunignore='git update-index --no-assume-unchanged' +alias gwch='git whatchanged -p --abbrev-commit --pretty=medium' +alias gwt='git worktree' +alias gwta='git worktree add' +alias gwtls='git worktree list' +alias gwtmv='git worktree move' +alias gwtrm='git worktree remove' +alias gstu='gsta --include-untracked' +alias gtl='gtl(){ git tag --sort=-v:refname -n --list "${1}*" }; noglob gtl' +alias gk='\gitk --all --branches &!' +alias gke='\gitk --all $(git log --walk-reflogs --pretty=%h) &!' + +unset git_version + +# Logic for adding warnings on deprecated aliases +local old_alias new_alias +for old_alias new_alias ( + # TODO(2023-10-19): remove deprecated `git pull --rebase` aliases + gup gpr + gupv gprv + gupa gpra + gupav gprav + gupom gprom + gupomi gpromi +); do + aliases[$old_alias]=" + print -Pu2 \"%F{yellow}[oh-my-zsh] '%F{red}${old_alias}%F{yellow}' is a deprecated alias, using '%F{green}${new_alias}%F{yellow}' instead.%f\" + $new_alias" +done +unset old_alias new_alias diff --git a/.oh-my-zsh/plugins/gitfast/README.md b/.oh-my-zsh/plugins/gitfast/README.md new file mode 100644 index 0000000..60b84a2 --- /dev/null +++ b/.oh-my-zsh/plugins/gitfast/README.md @@ -0,0 +1,9 @@ +# Gitfast plugin + +This plugin adds completion for Git, using the zsh completion from git.git folks, which is much faster than the official one from zsh. A lot of zsh-specific features are not supported, like descriptions for every argument, but everything the bash completion has, this one does too (as it is using it behind the scenes). Not only is it faster, it should be more robust, and updated regularly to the latest git upstream version. + +To use it, add `gitfast` to the plugins array in your zshrc file: + +```zsh +plugins=(... gitfast) +``` diff --git a/.oh-my-zsh/plugins/gitfast/_git b/.oh-my-zsh/plugins/gitfast/_git new file mode 100644 index 0000000..31bf88c --- /dev/null +++ b/.oh-my-zsh/plugins/gitfast/_git @@ -0,0 +1,286 @@ +#compdef git gitk + +# zsh completion wrapper for git +# +# Copyright (c) 2012-2020 Felipe Contreras +# +# The recommended way to install this script is to make a copy of it as a +# file named '_git' inside any directory in your fpath. +# +# For example, create a directory '~/.zsh/', copy this file to '~/.zsh/_git', +# and then add the following to your ~/.zshrc file: +# +# fpath=(~/.zsh $fpath) +# +# You need git's bash completion script installed. By default bash-completion's +# location will be used (e.g. pkg-config --variable=completionsdir bash-completion). +# +# If your bash completion script is somewhere else, you can specify the +# location in your ~/.zshrc: +# +# zstyle ':completion:*:*:git:*' script ~/.git-completion.bash +# + +zstyle -T ':completion:*:*:git:*' tag-order && \ + zstyle ':completion:*:*:git:*' tag-order 'common-commands' + +zstyle -s ":completion:*:*:git:*" script script +if [ -z "$script" ]; then + local -a locations + local e bash_completion + + bash_completion=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null) || + bash_completion='/usr/share/bash-completion/completions/' + + locations=( + "${${funcsourcetrace[1]%:*}:A:h}"/git-completion.bash + "$HOME/.local/share/bash-completion/completions/git" + '/usr/local/share/bash-completion/completions/git' + "$bash_completion/git" + '/etc/bash_completion.d/git' # old debian + ) + for e in $locations; do + test -f $e && script="$e" && break + done +fi + +local old_complete="$functions[complete]" +functions[complete]=: +COMP_WORDBREAKS=':' +GIT_SOURCING_ZSH_COMPLETION=y . "$script" +functions[complete]="$old_complete" + +__gitcompadd () +{ + compadd -p "${2-}" -S "${3- }" -q -- ${=1} && _ret=0 +} + +__gitcomp () +{ + emulate -L zsh + + IFS=$' \t\n' __gitcompadd "$1" "${2-}" "${4- }" +} + +__gitcomp_opts () +{ + emulate -L zsh + + local cur_="${3-$cur}" + + [[ "$cur_" == *= ]] && return + + local c IFS=$' \t\n' sfx + for c in ${=1}; do + if [[ $c == "--" ]]; then + [[ "$cur_" == --no-* ]] && continue + __gitcompadd "--no-..." + break + fi + + if [[ -z "${4+set}" ]]; then + case $c in + *=) c="${c%=}"; sfx="=" ;; + *.) sfx="" ;; + *) sfx=" " ;; + esac + else + sfx="$4" + fi + __gitcompadd "$c" "${2-}" "$sfx" + done +} + +__gitcomp_nl () +{ + emulate -L zsh + + # words that don't end up in space + compadd -p "${2-}" -S "${4- }" -q -- ${${(f)1}:#*\ } && _ret=0 + # words that end in space + compadd -p "${2-}" -S " ${4- }" -q -- ${${(M)${(f)1}:#*\ }% } && _ret=0 +} + +__gitcomp_file () +{ + emulate -L zsh + + compadd -f -p "${2-}" -- ${(f)1} && _ret=0 +} + +__gitcomp_direct () +{ + __gitcomp_nl "$1" "" "" "" +} + +__gitcomp_file_direct () +{ + __gitcomp_file "$1" "" +} + +__git_complete_command () +{ + emulate -L zsh + + compset -P '*[=:]' + + local command="$1" + local completion_func="_git_${command//-/_}" + if (( $+functions[$completion_func] )); then + emulate ksh -c $completion_func + return 0 + elif emulate ksh -c "__git_support_parseopt_helper $command"; then + emulate ksh -c "__git_complete_common $command" + return 0 + else + return 1 + fi +} + +__git_zsh_bash_func () +{ + emulate -L ksh + + local command=$1 + + __git_complete_command "$command" && return + + local expansion=$(__git_aliased_command "$command") + if [ -n "$expansion" ]; then + words[1]=$expansion + __git_complete_command "$expansion" + fi +} + +__git_zsh_cmd_common () +{ + local -a list + list=( + add:'add file contents to the index' + bisect:'find by binary search the change that introduced a bug' + branch:'list, create, or delete branches' + checkout:'checkout a branch or paths to the working tree' + clone:'clone a repository into a new directory' + commit:'record changes to the repository' + diff:'show changes between commits, commit and working tree, etc' + fetch:'download objects and refs from another repository' + grep:'print lines matching a pattern' + init:'create an empty Git repository or reinitialize an existing one' + log:'show commit logs' + merge:'join two or more development histories together' + mv:'move or rename a file, a directory, or a symlink' + pull:'fetch from and merge with another repository or a local branch' + push:'update remote refs along with associated objects' + rebase:'forward-port local commits to the updated upstream head' + reset:'reset current HEAD to the specified state' + restore:'restore working tree files' + rm:'remove files from the working tree and from the index' + show:'show various types of objects' + status:'show the working tree status' + switch:'switch branches' + tag:'create, list, delete or verify a tag object signed with GPG') + _describe -t common-commands 'common commands' list && _ret=0 +} + +__git_zsh_cmd_alias () +{ + local -a list + list=(${${(0)"$(git config -z --get-regexp '^alias\.*')"}#alias.}) + list=(${(f)"$(printf "%s:alias for '%s'\n" ${(f@)list})"}) + _describe -t alias-commands 'aliases' list && _ret=0 +} + +__git_zsh_cmd_all () +{ + local -a list + emulate ksh -c __git_compute_all_commands + list=( ${=__git_all_commands} ) + _describe -t all-commands 'all commands' list && _ret=0 +} + +__git_zsh_main () +{ + local curcontext="$curcontext" state state_descr line + typeset -A opt_args + local -a __git_C_args + + _arguments -C \ + '(-p --paginate -P --no-pager)'{-p,--paginate}'[pipe all output into ''less'']' \ + '(-p --paginate -P --no-pager)'{-P,--no-pager}'[do not pipe git output into a pager]' \ + '(--bare)--git-dir=[set the path to the repository]: :_directories' \ + '(--git-dir)--bare[treat the repository as a bare repository]' \ + '(- :)--version[prints the git suite version]' \ + '--exec-path=[path to where your core git programs are installed]: :_directories' \ + '(- :)--exec-path[print the path where your core git programs are installed]' \ + '(- :)--html-path[print the path where git''s HTML documentation is installed]' \ + '(- :)--info-path[print the path where the Info files are installed]' \ + '(- :)--man-path[print the manpath (see `man(1)`) for the man pages]' \ + '--work-tree=[set the path to the working tree]: :_directories' \ + '--namespace=[set the git namespace]:' \ + '--no-replace-objects[do not use replacement refs to replace git objects]' \ + '(- :)--help[prints the synopsis and a list of the most commonly used commands]: :->arg' \ + '*-C[run as if git was started in the given path]: :_directories' \ + '*-c[pass a configuration parameter to the command]: :->config' \ + '(-): :->command' \ + '(-)*:: :->arg' && return + + case $state in + (command) + _tags common-commands alias-commands all-commands + while _tags; do + _requested common-commands && __git_zsh_cmd_common + _requested alias-commands && __git_zsh_cmd_alias + _requested all-commands && __git_zsh_cmd_all + let _ret || break + done + ;; + (config) + compset -P '*[=:]' + emulate ksh -c __git_complete_config_variable_name_and_value + ;; + (arg) + local command="${words[1]}" __git_dir __git_cmd_idx=1 + + if (( $+opt_args[--bare] )); then + __git_dir='.' + else + __git_dir=${~opt_args[--git-dir]} + fi + + for x in ${(s.:.)opt_args[-C]}; do + __git_C_args+=('-C' ${~x}) + done + + (( $+opt_args[--help] )) && command='help' + + words=( git ${words[@]} ) + + __git_zsh_bash_func $command + ;; + esac +} + +_git () +{ + local _ret=1 + local cur cword prev __git_cmd_idx=0 + + cur=${words[CURRENT]} + prev=${words[CURRENT-1]} + let cword=CURRENT-1 + + if (( $+functions[__${service}_zsh_main] )); then + __${service}_zsh_main + elif (( $+functions[__${service}_main] )); then + emulate ksh -c __${service}_main + elif (( $+functions[_${service}] )); then + emulate ksh -c _${service} + elif (( $+functions[_${service//-/_}] )); then + emulate ksh -c _${service//-/_} + fi + + let _ret && _default && _ret=0 + return _ret +} + +_git diff --git a/.oh-my-zsh/plugins/gitfast/git-completion.bash b/.oh-my-zsh/plugins/gitfast/git-completion.bash new file mode 100644 index 0000000..9a2045f --- /dev/null +++ b/.oh-my-zsh/plugins/gitfast/git-completion.bash @@ -0,0 +1,3560 @@ +# bash/zsh completion support for core Git. +# +# Copyright (C) 2006,2007 Shawn O. Pearce +# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/). +# Distributed under the GNU General Public License, version 2.0. +# +# The contained completion routines provide support for completing: +# +# *) local and remote branch names +# *) local and remote tag names +# *) .git/remotes file names +# *) git 'subcommands' +# *) git email aliases for git-send-email +# *) tree paths within 'ref:path/to/file' expressions +# *) file paths within current working directory and index +# *) common --long-options +# +# To use these routines: +# +# 1) Copy this file to somewhere (e.g. ~/.git-completion.bash). +# 2) Add the following line to your .bashrc/.zshrc: +# source ~/.git-completion.bash +# 3) Consider changing your PS1 to also show the current branch, +# see git-prompt.sh for details. +# +# If you use complex aliases of form '!f() { ... }; f', you can use the null +# command ':' as the first command in the function body to declare the desired +# completion style. For example '!f() { : git commit ; ... }; f' will +# tell the completion to use commit completion. This also works with aliases +# of form "!sh -c '...'". For example, "!sh -c ': git commit ; ... '". +# +# If you have a command that is not part of git, but you would still +# like completion, you can use __git_complete: +# +# __git_complete gl git_log +# +# Or if it's a main command (i.e. git or gitk): +# +# __git_complete gk gitk +# +# Compatible with bash 3.2.57. +# +# You can set the following environment variables to influence the behavior of +# the completion routines: +# +# GIT_COMPLETION_CHECKOUT_NO_GUESS +# +# When set to "1", do not include "DWIM" suggestions in git-checkout +# and git-switch completion (e.g., completing "foo" when "origin/foo" +# exists). +# +# GIT_COMPLETION_SHOW_ALL_COMMANDS +# +# When set to "1" suggest all commands, including plumbing commands +# which are hidden by default (e.g. "cat-file" on "git ca"). +# +# GIT_COMPLETION_SHOW_ALL +# +# When set to "1" suggest all options, including options which are +# typically hidden (e.g. '--allow-empty' for 'git commit'). +# +# GIT_COMPLETION_IGNORE_CASE +# +# When set, uses for-each-ref '--ignore-case' to find refs that match +# case insensitively, even on systems with case sensitive file systems +# (e.g., completing tag name "FOO" on "git checkout f"). + +# The following functions are meant to modify COMPREPLY, which should not be +# modified directly. The purpose is to localize the modifications so it's +# easier to emulate it in Zsh. Every time a new __gitcomp* function is added, +# the corresponding function should be added to Zsh. + +__gitcompadd () +{ + local x i=${#COMPREPLY[@]} + for x in $1; do + if [[ "$x" == "$3"* ]]; then + COMPREPLY[i++]="$2$x$4" + fi + done +} + +# Creates completion replies. +# It accepts 1 to 4 arguments: +# 1: List of possible completion words. +# 2: A prefix to be added to each possible completion word (optional). +# 3: Generate possible completion matches for this word (optional). +# 4: A suffix to be appended to each possible completion word (optional). +__gitcomp () +{ + local IFS=$' \t\n' + __gitcompadd "$1" "${2-}" "${3-$cur}" "${4- }" +} + +# Generates completion reply from newline-separated possible completion words +# by appending a space to all of them. The result is appended to COMPREPLY. +# It accepts 1 to 4 arguments: +# 1: List of possible completion words, separated by a single newline. +# 2: A prefix to be added to each possible completion word (optional). +# 3: Generate possible completion matches for this word (optional). +# 4: A suffix to be appended to each possible completion word instead of +# the default space (optional). If specified but empty, nothing is +# appended. +__gitcomp_nl () +{ + local IFS=$'\n' + __gitcompadd "$1" "${2-}" "${3-$cur}" "${4- }" +} + +# Appends prefiltered words to COMPREPLY without any additional processing. +# Callers must take care of providing only words that match the current word +# to be completed and adding any prefix and/or suffix (trailing space!), if +# necessary. +# 1: List of newline-separated matching completion words, complete with +# prefix and suffix. +__gitcomp_direct () +{ + local IFS=$'\n' + + COMPREPLY+=($1) +} + +# Generates completion reply with compgen from newline-separated possible +# completion filenames. +# It accepts 1 to 3 arguments: +# 1: List of possible completion filenames, separated by a single newline. +# 2: A directory prefix to be added to each possible completion filename +# (optional). +# 3: Generate possible completion matches for this word (optional). +__gitcomp_file () +{ + local IFS=$'\n' + + # XXX does not work when the directory prefix contains a tilde, + # since tilde expansion is not applied. + # This means that COMPREPLY will be empty and Bash default + # completion will be used. + __gitcompadd "$1" "${2-}" "${3-$cur}" "" + + # use a hack to enable file mode in bash < 4 + compopt -o filenames +o nospace 2>/dev/null || + compgen -f /non-existing-dir/ >/dev/null || + true +} + +# Fills the COMPREPLY array with prefiltered paths without any additional +# processing. +# Callers must take care of providing only paths that match the current path +# to be completed and adding any prefix path components, if necessary. +# 1: List of newline-separated matching paths, complete with all prefix +# path components. +__gitcomp_file_direct () +{ + local IFS=$'\n' + + COMPREPLY+=($1) + + # use a hack to enable file mode in bash < 4 + compopt -o filenames +o nospace 2>/dev/null || + compgen -f /non-existing-dir/ >/dev/null || + true +} + +# Creates completion replies, reorganizing options and adding suffixes as needed. +# It accepts 1 to 4 arguments: +# 1: List of possible completion words. +# 2: A prefix to be added to each possible completion word (optional). +# 3: Generate possible completion matches for this word (optional). +# 4: A suffix to be appended to each possible completion word (optional). +__gitcomp_opts () +{ + local cur_="${3-$cur}" + + if [[ "$cur_" == *= ]]; then + return + fi + + local c i=0 IFS=$' \t\n' sfx + for c in $1; do + if [[ $c == "--" ]]; then + if [[ "$cur_" == --no-* ]]; then + continue + fi + + if [[ --no == "$cur_"* ]]; then + COMPREPLY[i++]="--no-... " + fi + break + fi + if [[ $c == "$cur_"* ]]; then + if [[ -z "${4+set}" ]]; then + case $c in + *=|*.) sfx="" ;; + *) sfx=" " ;; + esac + else + sfx="$4" + fi + COMPREPLY[i++]="${2-}$c$sfx" + fi + done +} + +# __gitcomp functions end here +# ============================================================================== + +# Discovers the path to the git repository taking any '--git-dir=' and +# '-C ' options into account and stores it in the $__git_repo_path +# variable. +__git_find_repo_path () +{ + if [ -n "${__git_repo_path-}" ]; then + # we already know where it is + return + fi + + if [ -n "${__git_C_args-}" ]; then + __git_repo_path="$(git "${__git_C_args[@]}" \ + ${__git_dir:+--git-dir="$__git_dir"} \ + rev-parse --absolute-git-dir 2>/dev/null)" + elif [ -n "${__git_dir-}" ]; then + test -d "$__git_dir" && + __git_repo_path="$__git_dir" + elif [ -n "${GIT_DIR-}" ]; then + test -d "$GIT_DIR" && + __git_repo_path="$GIT_DIR" + elif [ -d .git ]; then + __git_repo_path=.git + else + __git_repo_path="$(git rev-parse --git-dir 2>/dev/null)" + fi +} + +# Deprecated: use __git_find_repo_path() and $__git_repo_path instead +# __gitdir accepts 0 or 1 arguments (i.e., location) +# returns location of .git repo +__gitdir () +{ + if [ -z "${1-}" ]; then + __git_find_repo_path || return 1 + echo "$__git_repo_path" + elif [ -d "$1/.git" ]; then + echo "$1/.git" + else + echo "$1" + fi +} + +# Runs git with all the options given as argument, respecting any +# '--git-dir=' and '-C ' options present on the command line +__git () +{ + git ${__git_C_args:+"${__git_C_args[@]}"} \ + ${__git_dir:+--git-dir="$__git_dir"} "$@" 2>/dev/null +} + +# Removes backslash escaping, single quotes and double quotes from a word, +# stores the result in the variable $dequoted_word. +# 1: The word to dequote. +__git_dequote () +{ + local rest="$1" len ch + + dequoted_word="" + + while test -n "$rest"; do + len=${#dequoted_word} + dequoted_word="$dequoted_word${rest%%[\\\'\"]*}" + rest="${rest:$((${#dequoted_word}-$len))}" + + case "${rest:0:1}" in + \\) + ch="${rest:1:1}" + case "$ch" in + $'\n') + ;; + *) + dequoted_word="$dequoted_word$ch" + ;; + esac + rest="${rest:2}" + ;; + \') + rest="${rest:1}" + len=${#dequoted_word} + dequoted_word="$dequoted_word${rest%%\'*}" + rest="${rest:$((${#dequoted_word}-$len+1))}" + ;; + \") + rest="${rest:1}" + while test -n "$rest" ; do + len=${#dequoted_word} + dequoted_word="$dequoted_word${rest%%[\\\"]*}" + rest="${rest:$((${#dequoted_word}-$len))}" + case "${rest:0:1}" in + \\) + ch="${rest:1:1}" + case "$ch" in + \"|\\|\$|\`) + dequoted_word="$dequoted_word$ch" + ;; + $'\n') + ;; + *) + dequoted_word="$dequoted_word\\$ch" + ;; + esac + rest="${rest:2}" + ;; + \") + rest="${rest:1}" + break + ;; + esac + done + ;; + esac + done +} + +# Clear the variables caching builtins' options when (re-)sourcing +# the completion script. +if [[ -n ${ZSH_VERSION-} ]]; then + unset ${(M)${(k)parameters[@]}:#__gitcomp_builtin_*} 2>/dev/null +else + unset $(compgen -v __gitcomp_builtin_) +fi + +# This function is equivalent to +# +# __gitcomp_opts "$(git xxx --git-completion-helper) ..." +# +# except that the output is cached. Accept 1-3 arguments: +# 1: the git command to execute, this is also the cache key +# 2: extra options to be added on top (e.g. negative forms) +# 3: options to be excluded +__gitcomp_builtin () +{ + # spaces must be replaced with underscore for multi-word + # commands, e.g. "git remote add" becomes remote_add. + local cmd="$1" + local incl="${2-}" + local excl="${3-}" + + local var=__gitcomp_builtin_"${cmd//-/_}" + local options + eval "options=\${$var-}" + + if [ -z "$options" ]; then + local completion_helper + if [ "${GIT_COMPLETION_SHOW_ALL-}" = "1" ]; then + completion_helper="--git-completion-helper-all" + else + completion_helper="--git-completion-helper" + fi + # leading and trailing spaces are significant to make + # option removal work correctly. + options=" $incl $(__git ${cmd/_/ } $completion_helper) " || return + + for i in $excl; do + options="${options/ $i / }" + done + eval "$var=\"$options\"" + fi + + __gitcomp_opts "$options" +} + +# Execute 'git ls-files', unless the --committable option is specified, in +# which case it runs 'git diff-index' to find out the files that can be +# committed. It return paths relative to the directory specified in the first +# argument, and using the options specified in the second argument. +__git_ls_files_helper () +{ + if [ "$2" = "--committable" ]; then + __git -C "$1" -c core.quotePath=false diff-index \ + --name-only --relative HEAD -- "${3//\\/\\\\}*" + else + # NOTE: $2 is not quoted in order to support multiple options + __git -C "$1" -c core.quotePath=false ls-files \ + --exclude-standard $2 -- "${3//\\/\\\\}*" + fi +} + + +# __git_index_files accepts 1 or 2 arguments: +# 1: Options to pass to ls-files (required). +# 2: A directory path (optional). +# If provided, only files within the specified directory are listed. +# Sub directories are never recursed. Path must have a trailing +# slash. +# 3: List only paths matching this path component (optional). +__git_index_files () +{ + local root="$2" match="$3" + + __git_ls_files_helper "$root" "$1" "${match:-?}" | + awk -F / -v pfx="${2//\\/\\\\}" '{ + paths[$1] = 1 + } + END { + for (p in paths) { + if (substr(p, 1, 1) != "\"") { + # No special characters, easy! + print pfx p + continue + } + + # The path is quoted. + p = dequote(p) + if (p == "") + continue + + # Even when a directory name itself does not contain + # any special characters, it will still be quoted if + # any of its (stripped) trailing path components do. + # Because of this we may have seen the same directory + # both quoted and unquoted. + if (p in paths) + # We have seen the same directory unquoted, + # skip it. + continue + else + print pfx p + } + } + function dequote(p, bs_idx, out, esc, esc_idx, dec) { + # Skip opening double quote. + p = substr(p, 2) + + # Interpret backslash escape sequences. + while ((bs_idx = index(p, "\\")) != 0) { + out = out substr(p, 1, bs_idx - 1) + esc = substr(p, bs_idx + 1, 1) + p = substr(p, bs_idx + 2) + + if ((esc_idx = index("abtvfr\"\\", esc)) != 0) { + # C-style one-character escape sequence. + out = out substr("\a\b\t\v\f\r\"\\", + esc_idx, 1) + } else if (esc == "n") { + # Uh-oh, a newline character. + # We cannot reliably put a pathname + # containing a newline into COMPREPLY, + # and the newline would create a mess. + # Skip this path. + return "" + } else { + # Must be a \nnn octal value, then. + dec = esc * 64 + \ + substr(p, 1, 1) * 8 + \ + substr(p, 2, 1) + out = out sprintf("%c", dec) + p = substr(p, 3) + } + } + # Drop closing double quote, if there is one. + # (There is not any if this is a directory, as it was + # already stripped with the trailing path components.) + if (substr(p, length(p), 1) == "\"") + out = out substr(p, 1, length(p) - 1) + else + out = out p + + return out + }' +} + +# __git_complete_index_file requires 1 argument: +# 1: the options to pass to ls-file +# +# The exception is --committable, which finds the files appropriate commit. +__git_complete_index_file () +{ + local dequoted_word pfx="" cur_ + + __git_dequote "$cur" + + case "$dequoted_word" in + ?*/*) + pfx="${dequoted_word%/*}/" + cur_="${dequoted_word##*/}" + ;; + *) + cur_="$dequoted_word" + esac + + __gitcomp_file_direct "$(__git_index_files "$1" "$pfx" "$cur_")" +} + +# Lists branches from the local repository. +# 1: A prefix to be added to each listed branch (optional). +# 2: List only branches matching this word (optional; list all branches if +# unset or empty). +# 3: A suffix to be appended to each listed branch (optional). +__git_heads () +{ + local pfx="${1-}" cur_="${2-}" sfx="${3-}" + + __git for-each-ref --format="${pfx//\%/%%}%(refname:strip=2)$sfx" \ + ${GIT_COMPLETION_IGNORE_CASE+--ignore-case} \ + "refs/heads/$cur_*" "refs/heads/$cur_*/**" +} + +# Lists branches from remote repositories. +# 1: A prefix to be added to each listed branch (optional). +# 2: List only branches matching this word (optional; list all branches if +# unset or empty). +# 3: A suffix to be appended to each listed branch (optional). +__git_remote_heads () +{ + local pfx="${1-}" cur_="${2-}" sfx="${3-}" + + __git for-each-ref --format="${pfx//\%/%%}%(refname:strip=2)$sfx" \ + ${GIT_COMPLETION_IGNORE_CASE+--ignore-case} \ + "refs/remotes/$cur_*" "refs/remotes/$cur_*/**" +} + +# Lists tags from the local repository. +# Accepts the same positional parameters as __git_heads() above. +__git_tags () +{ + local pfx="${1-}" cur_="${2-}" sfx="${3-}" + + __git for-each-ref --format="${pfx//\%/%%}%(refname:strip=2)$sfx" \ + ${GIT_COMPLETION_IGNORE_CASE+--ignore-case} \ + "refs/tags/$cur_*" "refs/tags/$cur_*/**" +} + +# List unique branches from refs/remotes used for 'git checkout' and 'git +# switch' tracking DWIMery. +# 1: A prefix to be added to each listed branch (optional) +# 2: List only branches matching this word (optional; list all branches if +# unset or empty). +# 3: A suffix to be appended to each listed branch (optional). +__git_dwim_remote_heads () +{ + local pfx="${1-}" cur_="${2-}" sfx="${3-}" + local fer_pfx="${pfx//\%/%%}" # "escape" for-each-ref format specifiers + + # employ the heuristic used by git checkout and git switch + # Try to find a remote branch that cur_es the completion word + # but only output if the branch name is unique + __git for-each-ref --format="$fer_pfx%(refname:strip=3)$sfx" \ + --sort="refname:strip=3" \ + ${GIT_COMPLETION_IGNORE_CASE+--ignore-case} \ + "refs/remotes/*/$cur_*" "refs/remotes/*/$cur_*/**" | \ + uniq -u +} + +# Lists refs from the local (by default) or from a remote repository. +# It accepts 0, 1 or 2 arguments: +# 1: The remote to list refs from (optional; ignored, if set but empty). +# Can be the name of a configured remote, a path, or a URL. +# 2: In addition to local refs, list unique branches from refs/remotes/ for +# 'git checkout's tracking DWIMery (optional; ignored, if set but empty). +# 3: A prefix to be added to each listed ref (optional). +# 4: List only refs matching this word (optional; list all refs if unset or +# empty). +# 5: A suffix to be appended to each listed ref (optional; ignored, if set +# but empty). +# +# Use __git_complete_refs() instead. +__git_refs () +{ + local i hash dir track="${2-}" + local list_refs_from=path remote="${1-}" + local format refs + local pfx="${3-}" cur_="${4-$cur}" sfx="${5-}" + local match="${4-}" + local umatch="${4-}" + local fer_pfx="${pfx//\%/%%}" # "escape" for-each-ref format specifiers + + __git_find_repo_path + dir="$__git_repo_path" + + if [ -z "$remote" ]; then + if [ -z "$dir" ]; then + return + fi + else + if __git_is_configured_remote "$remote"; then + # configured remote takes precedence over a + # local directory with the same name + list_refs_from=remote + elif [ -d "$remote/.git" ]; then + dir="$remote/.git" + elif [ -d "$remote" ]; then + dir="$remote" + else + list_refs_from=url + fi + fi + + if test "${GIT_COMPLETION_IGNORE_CASE:+1}" = "1" + then + # uppercase with tr instead of ${match,^^} for bash 3.2 compatibility + umatch=$(echo "$match" | tr a-z A-Z 2>/dev/null || echo "$match") + fi + + if [ "$list_refs_from" = path ]; then + if [[ "$cur_" == ^* ]]; then + pfx="$pfx^" + fer_pfx="$fer_pfx^" + cur_=${cur_#^} + match=${match#^} + umatch=${umatch#^} + fi + case "$cur_" in + refs|refs/*) + format="refname" + refs=("$match*" "$match*/**") + track="" + ;; + *) + for i in HEAD FETCH_HEAD ORIG_HEAD MERGE_HEAD REBASE_HEAD CHERRY_PICK_HEAD; do + case "$i" in + $match*|$umatch*) + if [ -e "$dir/$i" ]; then + echo "$pfx$i$sfx" + fi + ;; + esac + done + format="refname:strip=2" + refs=("refs/tags/$match*" "refs/tags/$match*/**" + "refs/heads/$match*" "refs/heads/$match*/**" + "refs/remotes/$match*" "refs/remotes/$match*/**") + ;; + esac + __git_dir="$dir" __git for-each-ref --format="$fer_pfx%($format)$sfx" \ + ${GIT_COMPLETION_IGNORE_CASE+--ignore-case} \ + "${refs[@]}" + if [ -n "$track" ]; then + __git_dwim_remote_heads "$pfx" "$match" "$sfx" + fi + return + fi + case "$cur_" in + refs|refs/*) + __git ls-remote "$remote" "$match*" | \ + while read -r hash i; do + case "$i" in + *^{}) ;; + *) echo "$pfx$i$sfx" ;; + esac + done + ;; + *) + if [ "$list_refs_from" = remote ]; then + case "HEAD" in + $match*|$umatch*) echo "${pfx}HEAD$sfx" ;; + esac + __git for-each-ref --format="$fer_pfx%(refname:strip=3)$sfx" \ + ${GIT_COMPLETION_IGNORE_CASE+--ignore-case} \ + "refs/remotes/$remote/$match*" \ + "refs/remotes/$remote/$match*/**" + else + local query_symref + case "HEAD" in + $match*|$umatch*) query_symref="HEAD" ;; + esac + __git ls-remote "$remote" $query_symref \ + "refs/tags/$match*" "refs/heads/$match*" \ + "refs/remotes/$match*" | + while read -r hash i; do + case "$i" in + *^{}) ;; + refs/*) echo "$pfx${i#refs/*/}$sfx" ;; + *) echo "$pfx$i$sfx" ;; # symbolic refs + esac + done + fi + ;; + esac +} + +# Completes refs, short and long, local and remote, symbolic and pseudo. +# +# Usage: __git_complete_refs [
 and , which are strings
+#        you would put in $PS1 before and after the status string
+#        generated by the git-prompt machinery.  e.g.
+#        Bash: PROMPT_COMMAND='__git_ps1 "\u@\h:\w" "\\\$ "'
+#          will show username, at-sign, host, colon, cwd, then
+#          various status string, followed by dollar and SP, as
+#          your prompt.
+#        ZSH:  precmd () { __git_ps1 "%n" ":%~$ " "|%s" }
+#          will show username, pipe, then various status string,
+#          followed by colon, cwd, dollar and SP, as your prompt.
+#        Optionally, you can supply a third argument with a printf
+#        format string to finetune the output of the branch status
+#
+# The repository status will be displayed only if you are currently in a
+# git repository. The %s token is the placeholder for the shown status.
+#
+# The prompt status always includes the current branch name.
+#
+# In addition, if you set GIT_PS1_SHOWDIRTYSTATE to a nonempty value,
+# unstaged (*) and staged (+) changes will be shown next to the branch
+# name.  You can configure this per-repository with the
+# bash.showDirtyState variable, which defaults to true once
+# GIT_PS1_SHOWDIRTYSTATE is enabled.
+#
+# You can also see if currently something is stashed, by setting
+# GIT_PS1_SHOWSTASHSTATE to a nonempty value. If something is stashed,
+# then a '$' will be shown next to the branch name.
+#
+# If you would like to see if there're untracked files, then you can set
+# GIT_PS1_SHOWUNTRACKEDFILES to a nonempty value. If there're untracked
+# files, then a '%' will be shown next to the branch name.  You can
+# configure this per-repository with the bash.showUntrackedFiles
+# variable, which defaults to true once GIT_PS1_SHOWUNTRACKEDFILES is
+# enabled.
+#
+# If you would like to see the difference between HEAD and its upstream,
+# set GIT_PS1_SHOWUPSTREAM="auto".  A "<" indicates you are behind, ">"
+# indicates you are ahead, "<>" indicates you have diverged and "="
+# indicates that there is no difference. You can further control
+# behaviour by setting GIT_PS1_SHOWUPSTREAM to a space-separated list
+# of values:
+#
+#     verbose       show number of commits ahead/behind (+/-) upstream
+#     name          if verbose, then also show the upstream abbrev name
+#     legacy        don't use the '--count' option available in recent
+#                   versions of git-rev-list
+#     git           always compare HEAD to @{upstream}
+#     svn           always compare HEAD to your SVN upstream
+#
+# By default, __git_ps1 will compare HEAD to your SVN upstream if it can
+# find one, or @{upstream} otherwise.  Once you have set
+# GIT_PS1_SHOWUPSTREAM, you can override it on a per-repository basis by
+# setting the bash.showUpstream config variable.
+#
+# You can change the separator between the branch name and the above
+# state symbols by setting GIT_PS1_STATESEPARATOR. The default separator
+# is SP.
+#
+# When there is an in-progress operation such as a merge, rebase,
+# revert, cherry-pick, or bisect, the prompt will include information
+# related to the operation, often in the form "|".
+#
+# When the repository has a sparse-checkout, a notification of the form
+# "|SPARSE" will be included in the prompt.  This can be shortened to a
+# single '?' character by setting GIT_PS1_COMPRESSSPARSESTATE, or omitted
+# by setting GIT_PS1_OMITSPARSESTATE.
+#
+# If you would like to see a notification on the prompt when there are
+# unresolved conflicts, set GIT_PS1_SHOWCONFLICTSTATE to "yes". The
+# prompt will include "|CONFLICT".
+#
+# If you would like to see more information about the identity of
+# commits checked out as a detached HEAD, set GIT_PS1_DESCRIBE_STYLE
+# to one of these values:
+#
+#     contains      relative to newer annotated tag (v1.6.3.2~35)
+#     branch        relative to newer tag or branch (master~4)
+#     describe      relative to older annotated tag (v1.6.3.1-13-gdd42c2f)
+#     tag           relative to any older tag (v1.6.3.1-13-gdd42c2f)
+#     default       exactly matching tag
+#
+# If you would like a colored hint about the current dirty state, set
+# GIT_PS1_SHOWCOLORHINTS to a nonempty value. The colors are based on
+# the colored output of "git status -sb".
+#
+# If you would like __git_ps1 to do nothing in the case when the current
+# directory is set up to be ignored by git, then set
+# GIT_PS1_HIDE_IF_PWD_IGNORED to a nonempty value. Override this on the
+# repository level by setting bash.hideIfPwdIgnored to "false".
+
+# check whether printf supports -v
+__git_printf_supports_v=
+printf -v __git_printf_supports_v -- '%s' yes >/dev/null 2>&1
+
+# stores the divergence from upstream in $p
+# used by GIT_PS1_SHOWUPSTREAM
+__git_ps1_show_upstream ()
+{
+	local key value
+	local svn_remote svn_url_pattern count n
+	local upstream_type=git legacy="" verbose="" name=""
+
+	svn_remote=()
+	# get some config options from git-config
+	local output="$(git config -z --get-regexp '^(svn-remote\..*\.url|bash\.showupstream)$' 2>/dev/null | tr '\0\n' '\n ')"
+	while read -r key value; do
+		case "$key" in
+		bash.showupstream)
+			GIT_PS1_SHOWUPSTREAM="$value"
+			if [[ -z "${GIT_PS1_SHOWUPSTREAM}" ]]; then
+				p=""
+				return
+			fi
+			;;
+		svn-remote.*.url)
+			svn_remote[$((${#svn_remote[@]} + 1))]="$value"
+			svn_url_pattern="$svn_url_pattern\\|$value"
+			upstream_type=svn+git # default upstream type is SVN if available, else git
+			;;
+		esac
+	done <<< "$output"
+
+	# parse configuration values
+	local option
+	for option in ${GIT_PS1_SHOWUPSTREAM}; do
+		case "$option" in
+		git|svn) upstream_type="$option" ;;
+		verbose) verbose=1 ;;
+		legacy)  legacy=1  ;;
+		name)    name=1 ;;
+		esac
+	done
+
+	# Find our upstream type
+	case "$upstream_type" in
+	git)    upstream_type="@{upstream}" ;;
+	svn*)
+		# get the upstream from the "git-svn-id: ..." in a commit message
+		# (git-svn uses essentially the same procedure internally)
+		local -a svn_upstream
+		svn_upstream=($(git log --first-parent -1 \
+					--grep="^git-svn-id: \(${svn_url_pattern#??}\)" 2>/dev/null))
+		if [[ 0 -ne ${#svn_upstream[@]} ]]; then
+			svn_upstream=${svn_upstream[${#svn_upstream[@]} - 2]}
+			svn_upstream=${svn_upstream%@*}
+			local n_stop="${#svn_remote[@]}"
+			for ((n=1; n <= n_stop; n++)); do
+				svn_upstream=${svn_upstream#${svn_remote[$n]}}
+			done
+
+			if [[ -z "$svn_upstream" ]]; then
+				# default branch name for checkouts with no layout:
+				upstream_type=${GIT_SVN_ID:-git-svn}
+			else
+				upstream_type=${svn_upstream#/}
+			fi
+		elif [[ "svn+git" = "$upstream_type" ]]; then
+			upstream_type="@{upstream}"
+		fi
+		;;
+	esac
+
+	# Find how many commits we are ahead/behind our upstream
+	if [[ -z "$legacy" ]]; then
+		count="$(git rev-list --count --left-right \
+				"$upstream_type"...HEAD 2>/dev/null)"
+	else
+		# produce equivalent output to --count for older versions of git
+		local commits
+		if commits="$(git rev-list --left-right "$upstream_type"...HEAD 2>/dev/null)"
+		then
+			local commit behind=0 ahead=0
+			for commit in $commits
+			do
+				case "$commit" in
+				"<"*) ((behind++)) ;;
+				*)    ((ahead++))  ;;
+				esac
+			done
+			count="$behind	$ahead"
+		else
+			count=""
+		fi
+	fi
+
+	# calculate the result
+	if [[ -z "$verbose" ]]; then
+		case "$count" in
+		"") # no upstream
+			p="" ;;
+		"0	0") # equal to upstream
+			p="=" ;;
+		"0	"*) # ahead of upstream
+			p=">" ;;
+		*"	0") # behind upstream
+			p="<" ;;
+		*)	    # diverged from upstream
+			p="<>" ;;
+		esac
+	else # verbose, set upstream instead of p
+		case "$count" in
+		"") # no upstream
+			upstream="" ;;
+		"0	0") # equal to upstream
+			upstream="|u=" ;;
+		"0	"*) # ahead of upstream
+			upstream="|u+${count#0	}" ;;
+		*"	0") # behind upstream
+			upstream="|u-${count%	0}" ;;
+		*)	    # diverged from upstream
+			upstream="|u+${count#*	}-${count%	*}" ;;
+		esac
+		if [[ -n "$count" && -n "$name" ]]; then
+			__git_ps1_upstream_name=$(git rev-parse \
+				--abbrev-ref "$upstream_type" 2>/dev/null)
+			if [ $pcmode = yes ] && [ $ps1_expanded = yes ]; then
+				upstream="$upstream \${__git_ps1_upstream_name}"
+			else
+				upstream="$upstream ${__git_ps1_upstream_name}"
+				# not needed anymore; keep user's
+				# environment clean
+				unset __git_ps1_upstream_name
+			fi
+		fi
+	fi
+
+}
+
+# Helper function that is meant to be called from __git_ps1.  It
+# injects color codes into the appropriate gitstring variables used
+# to build a gitstring. Colored variables are responsible for clearing
+# their own color.
+__git_ps1_colorize_gitstring ()
+{
+	if [[ -n ${ZSH_VERSION-} ]]; then
+		local c_red='%F{red}'
+		local c_green='%F{green}'
+		local c_lblue='%F{blue}'
+		local c_clear='%f'
+	else
+		# Using \001 and \002 around colors is necessary to prevent
+		# issues with command line editing/browsing/completion!
+		local c_red=$'\001\e[31m\002'
+		local c_green=$'\001\e[32m\002'
+		local c_lblue=$'\001\e[1;34m\002'
+		local c_clear=$'\001\e[0m\002'
+	fi
+	local bad_color=$c_red
+	local ok_color=$c_green
+	local flags_color="$c_lblue"
+
+	local branch_color=""
+	if [ $detached = no ]; then
+		branch_color="$ok_color"
+	else
+		branch_color="$bad_color"
+	fi
+	if [ -n "$c" ]; then
+		c="$branch_color$c$c_clear"
+	fi
+	b="$branch_color$b$c_clear"
+
+	if [ -n "$w" ]; then
+		w="$bad_color$w$c_clear"
+	fi
+	if [ -n "$i" ]; then
+		i="$ok_color$i$c_clear"
+	fi
+	if [ -n "$s" ]; then
+		s="$flags_color$s$c_clear"
+	fi
+	if [ -n "$u" ]; then
+		u="$bad_color$u$c_clear"
+	fi
+}
+
+# Helper function to read the first line of a file into a variable.
+# __git_eread requires 2 arguments, the file path and the name of the
+# variable, in that order.
+__git_eread ()
+{
+	test -r "$1" && IFS=$'\r\n' read "$2" <"$1"
+}
+
+# see if a cherry-pick or revert is in progress, if the user has committed a
+# conflict resolution with 'git commit' in the middle of a sequence of picks or
+# reverts then CHERRY_PICK_HEAD/REVERT_HEAD will not exist so we have to read
+# the todo file.
+__git_sequencer_status ()
+{
+	local todo
+	if test -f "$g/CHERRY_PICK_HEAD"
+	then
+		r="|CHERRY-PICKING"
+		return 0;
+	elif test -f "$g/REVERT_HEAD"
+	then
+		r="|REVERTING"
+		return 0;
+	elif __git_eread "$g/sequencer/todo" todo
+	then
+		case "$todo" in
+		p[\ \	]|pick[\ \	]*)
+			r="|CHERRY-PICKING"
+			return 0
+		;;
+		revert[\ \	]*)
+			r="|REVERTING"
+			return 0
+		;;
+		esac
+	fi
+	return 1
+}
+
+# __git_ps1 accepts 0 or 1 arguments (i.e., format string)
+# when called from PS1 using command substitution
+# in this mode it prints text to add to bash PS1 prompt (includes branch name)
+#
+# __git_ps1 requires 2 or 3 arguments when called from PROMPT_COMMAND (pc)
+# in that case it _sets_ PS1. The arguments are parts of a PS1 string.
+# when two arguments are given, the first is prepended and the second appended
+# to the state string when assigned to PS1.
+# The optional third parameter will be used as printf format string to further
+# customize the output of the git-status string.
+# In this mode you can request colored hints using GIT_PS1_SHOWCOLORHINTS=true
+__git_ps1 ()
+{
+	# preserve exit status
+	local exit=$?
+	local pcmode=no
+	local detached=no
+	local ps1pc_start='\u@\h:\w '
+	local ps1pc_end='\$ '
+	local printf_format=' (%s)'
+
+	case "$#" in
+		2|3)	pcmode=yes
+			ps1pc_start="$1"
+			ps1pc_end="$2"
+			printf_format="${3:-$printf_format}"
+			# set PS1 to a plain prompt so that we can
+			# simply return early if the prompt should not
+			# be decorated
+			PS1="$ps1pc_start$ps1pc_end"
+		;;
+		0|1)	printf_format="${1:-$printf_format}"
+		;;
+		*)	return $exit
+		;;
+	esac
+
+	# ps1_expanded:  This variable is set to 'yes' if the shell
+	# subjects the value of PS1 to parameter expansion:
+	#
+	#   * bash does unless the promptvars option is disabled
+	#   * zsh does not unless the PROMPT_SUBST option is set
+	#   * POSIX shells always do
+	#
+	# If the shell would expand the contents of PS1 when drawing
+	# the prompt, a raw ref name must not be included in PS1.
+	# This protects the user from arbitrary code execution via
+	# specially crafted ref names.  For example, a ref named
+	# 'refs/heads/$(IFS=_;cmd=sudo_rm_-rf_/;$cmd)' might cause the
+	# shell to execute 'sudo rm -rf /' when the prompt is drawn.
+	#
+	# Instead, the ref name should be placed in a separate global
+	# variable (in the __git_ps1_* namespace to avoid colliding
+	# with the user's environment) and that variable should be
+	# referenced from PS1.  For example:
+	#
+	#     __git_ps1_foo=$(do_something_to_get_ref_name)
+	#     PS1="...stuff...\${__git_ps1_foo}...stuff..."
+	#
+	# If the shell does not expand the contents of PS1, the raw
+	# ref name must be included in PS1.
+	#
+	# The value of this variable is only relevant when in pcmode.
+	#
+	# Assume that the shell follows the POSIX specification and
+	# expands PS1 unless determined otherwise.  (This is more
+	# likely to be correct if the user has a non-bash, non-zsh
+	# shell and safer than the alternative if the assumption is
+	# incorrect.)
+	#
+	local ps1_expanded=yes
+	[ -z "${ZSH_VERSION-}" ] || [[ -o PROMPT_SUBST ]] || ps1_expanded=no
+	[ -z "${BASH_VERSION-}" ] || shopt -q promptvars || ps1_expanded=no
+
+	local repo_info rev_parse_exit_code
+	repo_info="$(git rev-parse --git-dir --is-inside-git-dir \
+		--is-bare-repository --is-inside-work-tree \
+		--short HEAD 2>/dev/null)"
+	rev_parse_exit_code="$?"
+
+	if [ -z "$repo_info" ]; then
+		return $exit
+	fi
+
+	local short_sha=""
+	if [ "$rev_parse_exit_code" = "0" ]; then
+		short_sha="${repo_info##*$'\n'}"
+		repo_info="${repo_info%$'\n'*}"
+	fi
+	local inside_worktree="${repo_info##*$'\n'}"
+	repo_info="${repo_info%$'\n'*}"
+	local bare_repo="${repo_info##*$'\n'}"
+	repo_info="${repo_info%$'\n'*}"
+	local inside_gitdir="${repo_info##*$'\n'}"
+	local g="${repo_info%$'\n'*}"
+
+	if [ "true" = "$inside_worktree" ] &&
+	   [ -n "${GIT_PS1_HIDE_IF_PWD_IGNORED-}" ] &&
+	   [ "$(git config --bool bash.hideIfPwdIgnored)" != "false" ] &&
+	   git check-ignore -q .
+	then
+		return $exit
+	fi
+
+	local sparse=""
+	if [ -z "${GIT_PS1_COMPRESSSPARSESTATE-}" ] &&
+	   [ -z "${GIT_PS1_OMITSPARSESTATE-}" ] &&
+	   [ "$(git config --bool core.sparseCheckout)" = "true" ]; then
+		sparse="|SPARSE"
+	fi
+
+	local r=""
+	local b=""
+	local step=""
+	local total=""
+	if [ -d "$g/rebase-merge" ]; then
+		__git_eread "$g/rebase-merge/head-name" b
+		__git_eread "$g/rebase-merge/msgnum" step
+		__git_eread "$g/rebase-merge/end" total
+		r="|REBASE"
+	else
+		if [ -d "$g/rebase-apply" ]; then
+			__git_eread "$g/rebase-apply/next" step
+			__git_eread "$g/rebase-apply/last" total
+			if [ -f "$g/rebase-apply/rebasing" ]; then
+				__git_eread "$g/rebase-apply/head-name" b
+				r="|REBASE"
+			elif [ -f "$g/rebase-apply/applying" ]; then
+				r="|AM"
+			else
+				r="|AM/REBASE"
+			fi
+		elif [ -f "$g/MERGE_HEAD" ]; then
+			r="|MERGING"
+		elif __git_sequencer_status; then
+			:
+		elif [ -f "$g/BISECT_LOG" ]; then
+			r="|BISECTING"
+		fi
+
+		if [ -n "$b" ]; then
+			:
+		elif [ -h "$g/HEAD" ]; then
+			# symlink symbolic ref
+			b="$(git symbolic-ref HEAD 2>/dev/null)"
+		else
+			local head=""
+			if ! __git_eread "$g/HEAD" head; then
+				return $exit
+			fi
+			# is it a symbolic ref?
+			b="${head#ref: }"
+			if [ "$head" = "$b" ]; then
+				detached=yes
+				b="$(
+				case "${GIT_PS1_DESCRIBE_STYLE-}" in
+				(contains)
+					git describe --contains HEAD ;;
+				(branch)
+					git describe --contains --all HEAD ;;
+				(tag)
+					git describe --tags HEAD ;;
+				(describe)
+					git describe HEAD ;;
+				(* | default)
+					git describe --tags --exact-match HEAD ;;
+				esac 2>/dev/null)" ||
+
+				b="$short_sha..."
+				b="($b)"
+			fi
+		fi
+	fi
+
+	if [ -n "$step" ] && [ -n "$total" ]; then
+		r="$r $step/$total"
+	fi
+
+	local conflict="" # state indicator for unresolved conflicts
+	if [[ "${GIT_PS1_SHOWCONFLICTSTATE}" == "yes" ]] &&
+	   [[ $(git ls-files --unmerged 2>/dev/null) ]]; then
+		conflict="|CONFLICT"
+	fi
+
+	local w=""
+	local i=""
+	local s=""
+	local u=""
+	local h=""
+	local c=""
+	local p="" # short version of upstream state indicator
+	local upstream="" # verbose version of upstream state indicator
+
+	if [ "true" = "$inside_gitdir" ]; then
+		if [ "true" = "$bare_repo" ]; then
+			c="BARE:"
+		else
+			b="GIT_DIR!"
+		fi
+	elif [ "true" = "$inside_worktree" ]; then
+		if [ -n "${GIT_PS1_SHOWDIRTYSTATE-}" ] &&
+		   [ "$(git config --bool bash.showDirtyState)" != "false" ]
+		then
+			git diff --no-ext-diff --quiet || w="*"
+			git diff --no-ext-diff --cached --quiet || i="+"
+			if [ -z "$short_sha" ] && [ -z "$i" ]; then
+				i="#"
+			fi
+		fi
+		if [ -n "${GIT_PS1_SHOWSTASHSTATE-}" ] &&
+		   git rev-parse --verify --quiet refs/stash >/dev/null
+		then
+			s="$"
+		fi
+
+		if [ -n "${GIT_PS1_SHOWUNTRACKEDFILES-}" ] &&
+		   [ "$(git config --bool bash.showUntrackedFiles)" != "false" ] &&
+		   git ls-files --others --exclude-standard --directory --no-empty-directory --error-unmatch -- ':/*' >/dev/null 2>/dev/null
+		then
+			u="%${ZSH_VERSION+%}"
+		fi
+
+		if [ -n "${GIT_PS1_COMPRESSSPARSESTATE-}" ] &&
+		   [ "$(git config --bool core.sparseCheckout)" = "true" ]; then
+			h="?"
+		fi
+
+		if [ -n "${GIT_PS1_SHOWUPSTREAM-}" ]; then
+			__git_ps1_show_upstream
+		fi
+	fi
+
+	local z="${GIT_PS1_STATESEPARATOR-" "}"
+
+	b=${b##refs/heads/}
+	if [ $pcmode = yes ] && [ $ps1_expanded = yes ]; then
+		__git_ps1_branch_name=$b
+		b="\${__git_ps1_branch_name}"
+	fi
+
+	if [ -n "${GIT_PS1_SHOWCOLORHINTS-}" ]; then
+		__git_ps1_colorize_gitstring
+	fi
+
+	local f="$h$w$i$s$u$p"
+	local gitstring="$c$b${f:+$z$f}${sparse}$r${upstream}${conflict}"
+
+	if [ $pcmode = yes ]; then
+		if [ "${__git_printf_supports_v-}" != yes ]; then
+			gitstring=$(printf -- "$printf_format" "$gitstring")
+		else
+			printf -v gitstring -- "$printf_format" "$gitstring"
+		fi
+		PS1="$ps1pc_start$gitstring$ps1pc_end"
+	else
+		printf -- "$printf_format" "$gitstring"
+	fi
+
+	return $exit
+}
diff --git a/.oh-my-zsh/plugins/gitfast/gitfast.plugin.zsh b/.oh-my-zsh/plugins/gitfast/gitfast.plugin.zsh
new file mode 100644
index 0000000..c456eff
--- /dev/null
+++ b/.oh-my-zsh/plugins/gitfast/gitfast.plugin.zsh
@@ -0,0 +1,11 @@
+# Handle $0 according to the standard:
+# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
+0="${ZERO:-${${0:#$ZSH_ARGZERO}:-${(%):-%N}}}"
+0="${${(M)0:#/*}:-$PWD/$0}"
+
+source "${0:A:h}/git-prompt.sh"
+
+function git_prompt_info() {
+  dirty="$(parse_git_dirty)"
+  __git_ps1 "${ZSH_THEME_GIT_PROMPT_PREFIX//\%/%%}%s${dirty//\%/%%}${ZSH_THEME_GIT_PROMPT_SUFFIX//\%/%%}"
+}
diff --git a/.oh-my-zsh/plugins/github/README.md b/.oh-my-zsh/plugins/github/README.md
new file mode 100644
index 0000000..5d8b625
--- /dev/null
+++ b/.oh-my-zsh/plugins/github/README.md
@@ -0,0 +1,45 @@
+# github plugin
+
+This plugin supports working with GitHub from the command line. It provides a few things:
+
+* Sets up the `hub` wrapper and completions for the `git` command if you have [`hub`](https://github.com/github/hub) installed.
+* Completion for the [`github` Ruby gem](https://github.com/defunkt/github-gem).
+* Convenience functions for working with repos and URLs.
+
+### Functions
+
+* `empty_gh` - Creates a new empty repo (with a `README.md`) and pushes it to GitHub
+* `new_gh` - Initializes an existing directory as a repo and pushes it to GitHub
+* `exist_gh` - Takes an existing repo and pushes it to GitHub
+
+
+## Installation
+
+[Hub](https://github.com/github/hub) needs to be installed if you want to use it. On OS X with Homebrew, this can be done with `brew install hub`. The `hub` completion definition needs to be added to your `$FPATH` before initializing OMZ.
+
+The [`github` Ruby gem](https://github.com/defunkt/github-gem) needs to be installed if you want to use it.
+
+### Configuration
+
+These settings affect `github`'s behavior.
+
+#### Environment variables
+
+* `$GITHUB_USER`
+* `$GITHUB_PASSWORD`
+
+#### Git configuration options
+
+* `github.user` - GitHub username for repo operations
+
+See `man hub` for more details.
+
+### Homebrew installation note
+
+If you have installed `hub` using Homebrew, its completions may not be on your `$FPATH` if you are using the system `zsh`. Homebrew installs `zsh` completion definitions to `/usr/local/share/zsh/site-functions`, which will be on `$FPATH` for the Homebrew-installed `zsh`, but not for the system `zsh`. If you want it to work with the system `zsh`, add this to your `~/.zshrc` before it sources `oh-my-zsh.sh`.
+
+```zsh
+if (( ! ${fpath[(I)/usr/local/share/zsh/site-functions]} )); then
+  FPATH=/usr/local/share/zsh/site-functions:$FPATH
+fi
+```
diff --git a/.oh-my-zsh/plugins/github/_hub b/.oh-my-zsh/plugins/github/_hub
new file mode 100644
index 0000000..209a3df
--- /dev/null
+++ b/.oh-my-zsh/plugins/github/_hub
@@ -0,0 +1,174 @@
+#compdef hub
+
+# Zsh will source this file when attempting to autoload the "_hub" function,
+# typically on the first attempt to complete the hub command.  We define two new
+# setup helper routines (one for the zsh-distributed version, one for the
+# git-distributed, bash-based version).  Then we redefine the "_hub" function to
+# call "_git" after some other interception.
+#
+# This is pretty fragile, if you think about it.  Any number of implementation
+# changes in the "_git" scripts could cause problems down the road.  It would be
+# better if the stock git completions were just a bit more permissive about how
+# it allowed third-party commands to be added.
+
+(( $+functions[__hub_setup_zsh_fns] )) ||
+__hub_setup_zsh_fns () {
+  (( $+functions[_git-alias] )) ||
+  _git-alias () {
+    _arguments \
+      '-s[output shell script suitable for eval]' \
+      '1::shell:(zsh bash csh)'
+  }
+
+  (( $+functions[_git-browse] )) ||
+  _git-browse () {
+    _arguments \
+      '-u[output the URL]' \
+      '2::subpage:(wiki commits issues)'
+  }
+
+  (( $+functions[_git-compare] )) ||
+  _git-compare () {
+    _arguments \
+      '-u[output the URL]' \
+      ':[start...]end range:'
+  }
+
+  (( $+functions[_git-create] )) ||
+  _git-create () {
+    _arguments \
+      '::name (REPOSITORY or ORGANIZATION/REPOSITORY):' \
+      '-p[make repository private]' \
+      '-d[description]:description' \
+      '-h[home page]:repository home page URL:_urls'
+  }
+
+  (( $+functions[_git-fork] )) ||
+  _git-fork () {
+    _arguments \
+      '--no-remote[do not add a remote for the new fork]'
+  }
+
+  (( $+functions[_git-pull-request] )) ||
+  _git-pull-request () {
+    _arguments \
+      '-f[force (skip check for local commits)]' \
+      '-b[base]:base ("branch", "owner\:branch", "owner/repo\:branch"):' \
+      '-h[head]:head ("branch", "owner\:branch", "owner/repo\:branch"):' \
+      - set1 \
+        '-m[message]' \
+        '-F[file]' \
+        '--no-edit[use first commit message for pull request title/description]' \
+        '-a[user]' \
+        '-M[milestone]' \
+        '-l[labels]' \
+      - set2 \
+        '-i[issue]:issue number:' \
+      - set3 \
+        '::issue-url:_urls'
+  }
+
+  # stash the "real" command for later
+  functions[_hub_orig_git_commands]=$functions[_git_commands]
+
+  # Replace it with our own wrapper.
+  declare -f _git_commands >& /dev/null && unfunction _git_commands
+  _git_commands () {
+    local ret=1
+    # call the original routine
+    _call_function ret _hub_orig_git_commands
+
+    # Effectively "append" our hub commands to the behavior of the original
+    # _git_commands function.  Using this wrapper function approach ensures
+    # that we only offer the user the hub subcommands when the user is
+    # actually trying to complete subcommands.
+    hub_commands=(
+      alias:'show shell instructions for wrapping git'
+      pull-request:'open a pull request on GitHub'
+      pr:'list or checkout a GitHub pull request'
+      issue:'list or create a GitHub issue'
+      release:'list or create a GitHub release'
+      fork:'fork origin repo on GitHub'
+      create:'create new repo on GitHub for the current project'
+      delete:'delete a GitHub repo'
+      browse:'browse the project on GitHub'
+      compare:'open GitHub compare view'
+      ci-status:'show status of GitHub checks for a commit'
+      sync:'update local branches from upstream'
+    )
+    _describe -t hub-commands 'hub command' hub_commands && ret=0
+
+    return ret
+  }
+}
+
+(( $+functions[__hub_setup_bash_fns] )) ||
+__hub_setup_bash_fns () {
+  # TODO more bash-style fns needed here to complete subcommand args.  They take
+  # the form "_git_CMD" where "CMD" is something like "pull-request".
+
+  # Duplicate and rename the 'list_all_commands' function
+  eval "$(declare -f __git_list_all_commands | \
+        sed 's/__git_list_all_commands/__git_list_all_commands_without_hub/')"
+
+  # Wrap the 'list_all_commands' function with extra hub commands
+  __git_list_all_commands() {
+    cat <<-EOF
+alias
+pull-request
+pr
+issue
+release
+fork
+create
+delete
+browse
+compare
+ci-status
+sync
+EOF
+    __git_list_all_commands_without_hub
+  }
+
+  # Ensure cached commands are cleared
+  __git_all_commands=""
+}
+
+# redefine _hub to a much smaller function in the steady state
+_hub () {
+  # only attempt to intercept the normal "_git" helper functions once
+  (( $+__hub_func_replacement_done )) ||
+    () {
+      # At this stage in the shell's execution the "_git" function has not yet
+      # been autoloaded, so the "_git_commands" or "__git_list_all_commands"
+      # functions will not be defined.  Call it now (with a bogus no-op service
+      # to prevent premature completion) so that we can wrap them.
+      if declare -f _git >& /dev/null ; then
+        _hub_noop () { __hub_zsh_provided=1 }       # zsh-provided will call this one
+        __hub_noop_main () { __hub_git_provided=1 } # git-provided will call this one
+        local service=hub_noop
+        _git
+        unfunction _hub_noop
+        unfunction __hub_noop_main
+        service=git
+      fi
+
+      if (( $__hub_zsh_provided )) ; then
+        __hub_setup_zsh_fns
+      elif (( $__hub_git_provided )) ; then
+        __hub_setup_bash_fns
+      fi
+
+      __hub_func_replacement_done=1
+    }
+
+  # Now perform the actual completion, allowing the "_git" function to call our
+  # replacement "_git_commands" function as needed.  Both versions expect
+  # service=git or they will call nonexistent routines or end up in an infinite
+  # loop.
+  service=git
+  declare -f _git >& /dev/null && _git
+}
+
+# make sure we actually attempt to complete on the first "tab" from the user
+_hub
diff --git a/.oh-my-zsh/plugins/github/github.plugin.zsh b/.oh-my-zsh/plugins/github/github.plugin.zsh
new file mode 100644
index 0000000..79114ff
--- /dev/null
+++ b/.oh-my-zsh/plugins/github/github.plugin.zsh
@@ -0,0 +1,77 @@
+# Set up hub wrapper for git, if it is available; https://github.com/github/hub
+if (( $+commands[hub] )); then
+  alias git=hub
+fi
+
+# Functions #################################################################
+
+# Based on https://github.com/dbb/githome/blob/master/.config/zsh/functions
+
+# empty_gh 
+#
+# Use this when creating a new repo from scratch.
+# Creates a new repo with a blank README.md in it and pushes it up to GitHub.
+empty_gh() { # [NAME_OF_REPO]
+  emulate -L zsh
+  local repo=$1
+
+  mkdir "$repo"
+  touch "$repo/README.md"
+  new_gh "$repo"
+}
+
+# new_gh [DIRECTORY]
+#
+# Use this when you have a directory that is not yet set up for git.
+# This function will add all non-hidden files to git.
+new_gh() { # [DIRECTORY]
+  emulate -L zsh
+  local repo="$1"
+  cd "$repo" \
+    || return
+
+  git init \
+    || return
+  # add all non-dot files
+  print '.*'"\n"'*~' >> .gitignore
+  git add [^.]* \
+    || return
+  git add -f .gitignore \
+    || return
+  git commit -m 'Initial commit.' \
+    || return
+  hub create \
+    || return
+  git push -u origin master \
+    || return
+}
+
+# exist_gh [DIRECTORY]
+#
+# Use this when you have a git repo that's ready to go and you want to add it
+# to your GitHub.
+exist_gh() { # [DIRECTORY]
+  emulate -L zsh
+  local repo=$1
+  cd "$repo"
+
+  hub create \
+    || return
+  git push -u origin master
+}
+
+# git.io "GitHub URL"
+#
+# Shorten GitHub url, example:
+#   https://github.com/nvogel/dotzsh    >   https://git.io/8nU25w
+# source: https://github.com/nvogel/dotzsh
+# documentation: https://github.com/blog/985-git-io-github-url-shortener
+#
+git.io() {
+  # emulate -L zsh
+  # curl -i -s https://git.io -F "url=$1" | grep "Location" | cut -f 2 -d " "
+  print -u2 ${(%):-"%F{yellow}%BThe \`git.io\` is deprecated.%b\nView the announcement made by GitHub: https://github.blog/changelog/2022-01-11-git-io-no-longer-accepts-new-urls/%f"}
+}
+
+# End Functions #############################################################
+
diff --git a/.oh-my-zsh/plugins/gitignore/README.md b/.oh-my-zsh/plugins/gitignore/README.md
new file mode 100644
index 0000000..23c7887
--- /dev/null
+++ b/.oh-my-zsh/plugins/gitignore/README.md
@@ -0,0 +1,17 @@
+# gitignore
+
+This plugin enables you the use of [gitignore.io](https://www.toptal.com/developers/gitignore) from the command line. You need an active internet connection.
+
+To use it, add `gitignore` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... gitignore)
+```
+
+## Plugin commands
+
+* `gi list`: List all the currently supported gitignore.io templates.
+
+* `gi [TEMPLATENAME]`: Show git-ignore output on the command line, e.g. `gi java` to exclude class and package files.
+
+* `gi [TEMPLATENAME] >> .gitignore`: Appending programming language settings to your projects .gitignore.
diff --git a/.oh-my-zsh/plugins/gitignore/gitignore.plugin.zsh b/.oh-my-zsh/plugins/gitignore/gitignore.plugin.zsh
new file mode 100644
index 0000000..3271d61
--- /dev/null
+++ b/.oh-my-zsh/plugins/gitignore/gitignore.plugin.zsh
@@ -0,0 +1,12 @@
+function gi() { curl -fLw '\n' https://www.toptal.com/developers/gitignore/api/"${(j:,:)@}" }
+
+_gitignoreio_get_command_list() {
+  curl -sfL https://www.toptal.com/developers/gitignore/api/list | tr "," "\n"
+}
+
+_gitignoreio () {
+  compset -P '*,'
+  compadd -S '' `_gitignoreio_get_command_list`
+}
+
+compdef _gitignoreio gi
diff --git a/.oh-my-zsh/plugins/glassfish/README.md b/.oh-my-zsh/plugins/glassfish/README.md
new file mode 100644
index 0000000..1f4a8be
--- /dev/null
+++ b/.oh-my-zsh/plugins/glassfish/README.md
@@ -0,0 +1,9 @@
+# glassfish
+
+The glassfish plugin adds completion for the `asadmin` utility, a command to manage
+[Oracle GlassFish](https://docs.oracle.com/cd/E18930_01/html/821-2416/giobi.html) servers.
+
+To use it, add `glassfish` to the plugins array in your zshrc file:
+```zsh
+plugins=(... glassfish)
+```
diff --git a/.oh-my-zsh/plugins/glassfish/_asadmin b/.oh-my-zsh/plugins/glassfish/_asadmin
new file mode 100644
index 0000000..a6a7af5
--- /dev/null
+++ b/.oh-my-zsh/plugins/glassfish/_asadmin
@@ -0,0 +1,1150 @@
+#compdef asadmin
+#autoload
+
+local -a _1st_arguments
+_1st_arguments=(
+    "add-library:adds one or more library JAR files to GlassFish Server"
+    "add-resources:creates the resources specified in an XML file"
+    "apply-http-lb-changes:applies load balancer configuration changes to the load balancer"
+    "backup-domain:performs a backup on the domain"
+    "change-admin-password:changes the administrator password"
+    "change-master-broker:changes the master broker in a Message Queue cluster providing JMS services for a GlassFish Server cluster."
+    "change-master-password:changes the master password"
+    "collect-log-files:creates a ZIP archive of all available log files"
+    "configure-jms-cluster:configures the Message Queue cluster providing JMS services to a GlassFish Server cluster"
+    "configure-lb-weight:sets load balancing weights for clustered instances"
+    "configure-ldap-for-admin:configures the authentication realm named admin-realm for the given LDAP"
+    "copy-config:copies an existing named configuration to create another configuration"
+    "create-admin-object:adds the administered object with the specified JNDI name for a resource adapter"
+    "create-application-ref:creates a reference to an application"
+    "create-audit-module:adds an audit module"
+    "create-auth-realm:adds the named authentication realm"
+    "create-cluster:creates a GlassFish Server cluster"
+    "create-connector-connection-pool:adds a connection pool with the specified connection pool name"
+    "create-connector-resource:registers the connector resource with the specified JNDI name"
+    "create-connector-security-map:creates a security map for the specified connector connection pool"
+    "create-connector-work-security-map:creates a work security map for the specified resource adapter"
+    "create-custom-resource:creates a custom resource"
+    "create-domain:creates a domain"
+    "create-file-user:creates a new file user"
+    "create-http:sets HTTP parameters for a protocol"
+    "create-http-health-checker:creates a health-checker for a specified load balancer configuration"
+    "create-http-lb:creates a load balancer"
+    "create-http-lb-config:creates a configuration for the load balancer"
+    "create-http-lb-ref:adds an existing cluster or server instance to an existing load balancer configuration or load balancer"
+    "create-http-listener:adds a new HTTP network listener socket"
+    "create-http-redirect:adds a new HTTP redirect"
+    "create-iiop-listener:adds an IIOP listener"
+    "create-instance:creates a GlassFish Server instance"
+    "create-jacc-provider:enables administrators to create a JACC provider that can be used by third-party authorization modules for applications running in GlassFish Server"
+    "create-javamail-resource:creates a JavaMail session resource"
+    "create-jdbc-connection-pool:registers a JDBC connection pool"
+    "create-jdbc-resource:creates a JDBC resource with the specified JNDI name"
+    "create-jms-host:creates a JMS host"
+    "create-jms-resource:creates a JMS resource"
+    "create-jmsdest:creates a JMS physical destination"
+    "create-jndi-resource:registers a JNDI resource"
+    "create-jvm-options:creates options for the Java application launcher"
+    "create-lifecycle-module:creates a lifecycle module"
+    "create-local-instance:creates a GlassFish Server instance on the host where the subcommand is run"
+    "create-message-security-provider:enables administrators to create a message security provider, which specifies how SOAP messages will be secured."
+    "create-network-listener:adds a new network listener socket"
+    "create-node-config:creates a node that is not enabled for remote communication"
+    "create-node-dcom:creates a node that is enabled for com munication over DCOM"
+    "create-node-ssh:creates a node that is enabled for communication over SSH"
+    "create-password-alias:creates a password alias"
+    "create-profiler:creates the profiler element"
+    "create-protocol:adds a new protocol"
+    "create-protocol-filter:adds a new protocol filter"
+    "create-protocol-finder:adds a new protocol finder"
+    "create-resource-adapter-config:creates the configuration information for the connector module"
+    "create-resource-ref:creates a reference to a resource"
+    "create-service:configures the starting of a DAS or a GlassFish Server instance on an unattended boot"
+    "create-ssl:creates and configures the SSL element in the selected HTTP listener, IIOP listener, or IIOP service"
+    "create-system-properties:adds one or more system property elements that can be referenced elsewhere in the configuration."
+    "create-threadpool:adds a thread pool"
+    "create-transport:adds a new transport"
+    "create-virtual-server:creates the named virtual server"
+    "delete-admin-object:removes the administered object with the specified JNDI name."
+    "delete-application-ref:removes a reference to an applica tion"
+    "delete-audit-module:removes the named audit-module"
+    "delete-auth-realm:removes the named authentication realm"
+    "delete-cluster:deletes a GlassFish Server cluster"
+    "delete-config:deletes an existing named configuration"
+    "delete-connector-connection-pool:removes the specified connector connection pool"
+    "delete-connector-resource:removes the connector resource with the specified JNDI name"
+    "delete-connector-security-map:deletes a security map for the specified connector connection pool"
+    "delete-connector-work-security-map:deletes a work security map for the specified resource adapter"
+    "delete-custom-resource:removes a custom resource"
+    "delete-domain:deletes a domain"
+    "delete-file-user:removes the named file user"
+    "delete-http:removes HTTP parameters from a protocol"
+    "delete-http-health-checker:deletes the health-checker for a specified load balancer configuration"
+    "delete-http-lb:deletes a load balancer"
+    "delete-http-lb-config:deletes a load balancer configuration"
+    "delete-http-lb-ref:deletes the cluster or server instance from a load balancer"
+    "delete-http-listener:removes a network listener"
+    "delete-http-redirect:removes an HTTP redirect"
+    "delete-iiop-listener:removes an IIOP listener"
+    "delete-instance:deletes a GlassFish Server instance"
+    "delete-jacc-provider:enables administrators to delete JACC providers defined for a domain"
+    "delete-javamail-resource:removes a JavaMail session resource"
+    "delete-jdbc-connection-pool:removes the specified JDBC connection pool"
+    "delete-jdbc-resource:removes a JDBC resource with the specified JNDI name"
+    "delete-jms-host:removes a JMS host"
+    "delete-jms-resource:removes a JMS resource"
+    "delete-jmsdest:removes a JMS physical destination"
+    "delete-jndi-resource:removes a JNDI resource"
+    "delete-jvm-options:removes one or more options for the Java application launcher"
+    "delete-lifecycle-module:removes the lifecycle module"
+    "delete-local-instance:deletes a GlassFish Server instance on the machine where the subcommand is run"
+    "delete-log-levels:"
+    "delete-message-security-provider:enables administrators to delete a message security provider"
+    "delete-network-listener:removes a network listener"
+    "delete-node-config:deletes a node that is not enabled for remote communication"
+    "delete-node-dcom:deletes a node that is enabled for communication over DCOM"
+    "delete-node-ssh:deletes a node that is enabled for communication over SSH"
+    "delete-password-alias:deletes a password alias"
+    "delete-profiler:removes the profiler element"
+    "delete-protocol:removes a protocol"
+    "delete-protocol-filter:removes a protocol filter"
+    "delete-protocol-finder:removes a protocol finder"
+    "delete-resource-adapter-config:deletes the resource adapter configuration"
+    "delete-resource-ref:removes a reference to a resource"
+    "delete-ssl:deletes the SSL element in the selected HTTP listener, IIOP listener, or IIOP service"
+    "delete-system-property:removes a system property of the domain, configuration, cluster, or server instance, one at a time"
+    "delete-threadpool:removes a thread pool"
+    "delete-transport:removes a transport"
+    "delete-virtual-server:removes a virtual server"
+    "deploy:deploys the specified component"
+    "deploydir:deploys an exploded format of application archive"
+    "environment variable"
+    "disable:disables the component"
+    "disable-http-lb-application:disables an application managed by a load balancer"
+    "disable-http-lb-server:disables a sever or cluster managed by a load balancer"
+    "disable-monitoring:disables monitoring for the server or for specific monitorable modules"
+    "disable-secure-admin:disables secure admin if it is already enabled."
+    "disable-secure-admin-internal-user:Instructs the GlassFish Server DAS and instances to not use the specified admin user to authenticate with each other and to authorize admin operations."
+    "disable-secure-admin-principal:disables the certificate for authorizing access in secure administration."
+    "enable:enables the component"
+    "enable-http-lb-application:enables a previously-disabled application managed by a load balancer"
+    "enable-http-lb-server:enables a previously disabled sever or cluster managed by a load balancer"
+    "enable-monitoring:enables monitoring for the server or for specific monitorable modules"
+    "enable-secure-admin:enables secure admin (if it is not already enabled), optionally changing the alias used for DAS-to-instance admin messages or the alias used for instance-to-DAS admin messages."
+    "enable-secure-admin-internal-user:Instructs the GlassFish Server DAS and instances to use the specified admin user and the password associated with the password alias to authenticate with each other and to authorize admin operations."
+    "enable-secure-admin-principal:Instructs GlassFish Server, when secure admin is enabled, to accept admin requests from clients identified by the specified SSL certificate."
+    "export:marks a variable name for automatic export to the environment of subsequent commands in multimode"
+    "export-http-lb-config:exports the load balancer configuration or load balancer to a file"
+    "export-sync-bundle:exports the configuration data of a cluster or standalone instance to an archive file"
+    "flush-connection-pool:reintializes all connections established in the specified connection pool"
+    "flush-jmsdest:purges messages in a JMS destination."
+    "freeze-transaction-service:freezes the transaction subsystem"
+    "generate-domain-schema:"
+    "generate-jvm-report:shows the JVM machine statistics for a given target instance"
+    "get:gets the values of configurable or monitorable attributes"
+    "get-client-stubs:retrieves the application JAR files needed to launch the application client."
+    "get-health:provides information on the cluster health"
+    "help"
+    "asadmin:utility for performing administrative tasks for Oracle GlassFish Server"
+    "import-sync-bundle:imports the configuration data of a clustered instance or standalone instance from an archive file"
+    "install-node:installs GlassFish Server software on specified SSH-enabled hosts"
+    "install-node-dcom:installs GlassFish Server software on specified DCOM-enabled hosts"
+    "install-node-ssh:installs GlassFish Server software on specified SSH-enabled hosts"
+    "jms-ping:checks if the JMS service is up and running"
+    "list:lists configurable or monitorable elements"
+    "list-admin-objects:gets all the administered objects"
+    "list-application-refs:lists the existing application references"
+    "list-applications:lists deployed applications"
+    "list-audit-modules:gets all audit modules and displays them"
+    "list-auth-realms:lists the authentication realms"
+    "list-backups:lists all backups"
+    "list-clusters:lists existing clusters in a domain"
+    "list-commands:lists available commands"
+    "list-components:lists deployed components"
+    "list-configs:lists named configurations"
+    "list-connector-connection-pools:lists the existing connector connection pools"
+    "list-connector-resources:lists all connector resources"
+    "list-connector-security-maps:lists the security maps belonging to the specified connector connection pool"
+    "list-connector-work-security-maps:lists the work security maps belonging to the specified resource adapter"
+    "list-containers:lists application containers"
+    "list-custom-resources:gets all custom resources"
+    "list-domains:lists the domains in the specified directory"
+    "list-file-groups:lists file groups"
+    "list-file-users:lists the file users"
+    "list-http-lb-configs:lists load balancer configurations"
+    "list-http-lbs:lists load balancers"
+    "list-http-listeners:lists the existing network listeners"
+    "list-iiop-listeners:lists the existing IIOP listeners"
+    "list-instances:lists GlassFish Server instances in a domain"
+    "list-jacc-providers:enables administrators to list JACC providers defined for a domain"
+    "list-javamail-resources:lists the existing JavaMail session resources"
+    "list-jdbc-connection-pools:lists all JDBC connection pools"
+    "list-jdbc-resources:lists all JDBC resources"
+    "list-jms-hosts:lists the existing JMS hosts"
+    "list-jms-resources:lists the JMS resources"
+    "list-jmsdest:lists the existing JMS physical destinations"
+    "list-jndi-entries:browses and queries the JNDI tree"
+    "list-jndi-resources:lists all existing JNDI resources"
+    "list-jvm-options:lists options for the Java application launcher"
+    "list-libraries:lists library JAR files on GlassFish Server"
+    "list-lifecycle-modules:lists the lifecycle modules"
+    "list-log-attributes:lists all logging attributes defined for a specified target in a domain"
+    "list-log-levels:lists the loggers and their log levels"
+    "list-message-security-providers:lists all security message providers for the given message layer"
+    "list-modules:lists GlassFish Server modules"
+    "list-network-listeners:lists the existing network listeners"
+    "list-nodes:lists all GlassFish Server nodes in a domain"
+    "list-nodes-config:lists all GlassFish Server nodes that do not support remote communication in a domain"
+    "list-nodes-dcom:lists all GlassFish Server nodes that support communication over DCOM in a domain"
+    "list-nodes-ssh:lists all GlassFish Server nodes that support communication over SSH in a domain"
+    "list-password-aliases:lists all password aliases"
+    "list-persistence-types:lists registered persistence types for HTTP sessions and SFSB instances"
+    "list-protocol-filters:lists the existing protocol filters"
+    "list-protocol-finders:lists the existing protocol finders"
+    "list-protocols:lists the existing protocols"
+    "list-resource-adapter-configs:lists the names of the current resource adapter configurations"
+    "list-resource-refs:lists existing resource references"
+    "list-secure-admin-internal-users:lists the user names that the GlassFish Server DAS and instances use to authenticate with each other and to authorize admin operations."
+    "list-secure-admin-principals:lists the certificates for which GlassFish Server accepts admin requests from clients."
+    "list-sub-components:lists EJB or servlet components in a deployed module or module of a deployed application"
+    "list-supported-cipher-suites:enables administrators to list the cipher suites that are supported and available to a specified GlassFish Server target"
+    "list-system-properties:lists the system properties of the domain, configuration, cluster, or server instance"
+    "list-threadpools:lists all the thread pools"
+    "list-timers:lists all of the persistent timers owned by server instance(s)"
+    "list-transports:lists the existing transports"
+    "list-virtual-servers:lists the existing virtual servers"
+    "list-web-context-param:lists servlet contextinitialization parameters of a deployed web application or module"
+    "list-web-env-entry:lists environment entries for a deployed web application or module"
+    "login:logs you into a domain"
+    "migrate-timers:moves EJB timers when a clustered instance was stopped or has crashed"
+    "monitor:displays monitoring data for commonly used components and services"
+    "multimode:allows multiple subcommands to be run while preserving environment settings and remaining in the asadmin utility"
+    "ping-connection-pool:tests if a connection pool is usable"
+    "ping-node-dcom:tests if a node that is enabled for communication over DCOM is usable"
+    "ping-node-ssh:tests if a node that is enabled for communication over SSH is usable"
+    "recover-transactions:manually recovers pending transactions"
+    "redeploy:redeploys the specified component"
+    "remove-library:removes one or more library JAR files from GlassFish Server"
+    "restart-domain:restarts the DAS of the specified domain"
+    "restart-instance:restarts a running GlassFish Server instance"
+    "restart-local-instance:restarts a running GlassFish Server instance on the host where the subcommand is run"
+    "restore-domain:restores files from backup"
+    "rollback-transaction:rolls back the named transaction"
+    "rotate-log:rotates the log file"
+    "set:sets the values of configurable attributes"
+    "set-log-attributes:sets the logging attributes for one or more loggers"
+    "set-log-levels:sets the log level for one or more loggers"
+    "set-web-context-param:sets a servlet context initialization parameter of a deployed web application or module"
+    "set-web-env-entry:sets an environment entry for a deployed web application or module"
+    "setup-ssh:sets up an SSH key on specified hosts"
+    "show-component-status:displays the status of the deployed component"
+    "start-cluster:starts a cluster"
+    "start-database:starts the Java DB"
+    "start-domain:starts the DAS of the specified domain"
+    "start-instance:starts a GlassFish Server instance"
+    "start-local-instance:starts a GlassFish Server instance on the host where the subcommand is run"
+    "stop-cluster:stops a GlassFish Server cluster"
+    "stop-database:stops the Java DB"
+    "stop-domain:stops the Domain Administration Server of the specified domain"
+    "stop-instance:stops a running GlassFish Server instance"
+    "stop-local-instance:stops a GlassFish Server instance on the machine where the subcommand is run"
+    "undeploy:removes a deployed component"
+    "unfreeze-transaction-service:resumes all suspended transactions"
+    "uninstall-node:uninstalls GlassFish Server software from specified hosts"
+    "uninstall-node-dcom:uninstalls GlassFish Server software from specified DCOM-enabled hosts"
+    "uninstall-node-ssh:uninstalls GlassFish Server software from specified SSH-enabled hosts"
+    "unset:removes one or more variables from the multimode environment"
+    "unset-web-context-param:unsets a servlet context initialization parameter of a deployed web application or module"
+    "unset-web-env-entry:unsets an environment entry for a deployed web application or module"
+    "update-connector-security-map:modifies a security map for the specified connector connection pool"
+    "update-connector-work-security-map:modifies a work security map for the specified resource adapter"
+    "update-file-user:updates a current file user as specified"
+    "update-node-config:updates the configuration data of anode"
+    "update-node-dcom:updates the configuration data of a node"
+    "update-node-ssh:updates the configuration data of a node"
+    "update-password-alias:updates a password alias"
+    "uptime:returns the length of time that the DAS has been running"
+    "validate-dcom:tests the connection over DCOM to a remote host"
+    "validate-multicast:validates that multicast transport is available for clusters"
+    "verify-domain-xml:verifies the content of the domain.xml file"
+    "version:displays version information forGlassFish Server"
+)
+
+_arguments '*:: :->command'
+
+if (( CURRENT == 1 )); then
+    _describe -t commands "asadmin command" _1st_arguments
+    return
+fi
+
+local -a _command_args
+case "$words[1]" in
+    add-library)
+        _command_args=('*:directory:_files' '--host+:' '--port+:' '--type+:type:(common ext app)')
+        ;;
+    add-resources)
+        _command_args=('*:directory:_files' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    apply-http-lb-changes)
+        _command_args=('--host+:' '--ping+:' '--port+:')
+        ;;
+    backup-domain)
+        _command_args=('--backupconfig+:' '--backupdir+:' '--description+:' '--domaindir+:' '--long+:long:(true false)')
+        ;;
+    change-admin-password)
+        _command_args=('--domain_name+:' '--domaindir+:')
+        ;;
+    change-master-broker)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    change-master-password)
+        _command_args=('--domaindir+:' '--nodedir+:' '--savemasterpassword+:savemasterpassword:(true false)')
+        ;;
+    collect-log-files)
+        _command_args=('--host+:' '--port+:' '--retrieve+:retrieve:(true false)' '--target+:')
+        ;;
+    configure-jms-cluster)
+        _command_args=('--clustertype+:' '--configstoretype+:' '--dburl+:' '--dbuser+:' '--dbvendor+:' '--host+:' '--jmsdbpassword+:' '--messagestoretype+:' '--port+:' '--property+:')
+        ;;
+    configure-lb-weight)
+        _command_args=('--cluster+:cluster:_asadmin_clusters' '--host+:' '--port+:')
+        ;;
+    configure-ldap-for-admin)
+        _command_args=('--basedn+:' '--host+:' '--ldap-group+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--url+:')
+        ;;
+    copy-config)
+        _command_args=('--host+:' '--port+:' '--systemproperties+:')
+        ;;
+    create-admin-object)
+        _command_args=('--classname+:' '--description+:' '--enabled+:enabled:(true false)' '--host+:' '--port+:' '--property+:' '--raname+:' '--restype+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-application-ref)
+        _command_args=('--enabled+:enabled:(true false)' '--host+:' '--lbenabled+:lbenabled:(true false)' '--port+:' '--target+:target:_asadmin_targets_cluster_das_standalone_instance' '--virtualservers+:')
+        ;;
+    create-audit-module)
+        _command_args=('--classname+:' '--host+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-auth-realm)
+        _command_args=('--classname+:' '--host+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-connector-connection-pool)
+        _command_args=('--associatewiththread+:associatewiththread:(true false)' '--connectiondefinition+:' '--creationretryattempts+:' '--creationretryinterval+:' '--description+:' '--failconnection+:failconnection:(true false)' '--host+:' '--idletimeout+:' '--isconnectvalidatereq+:isconnectvalidatereq:(true false)' '--lazyconnectionassociation+:lazyconnectionassociation:(true false)' '--lazyconnectionenlistment+:lazyconnectionenlistment:(true false)' '--leakreclaim+:leakreclaim:(true false)' '--leaktimeout+:' '--matchconnections+:matchconnections:(true false)' '--maxconnectionusagecount+:' '--maxpoolsize+:' '--maxwait+:' '--ping+:ping:(true false)' '--pooling+:pooling:(true false)' '--poolresize+:' '--port+:' '--property+:' '--raname+:' '--steadypoolsize+:' '--target+:' '--transactionsupport+:transactionsupport:(XATransaction LocalTransaction NoTransaction)' '--validateatmostonceperiod+:')
+        ;;
+    create-connector-resource)
+        _command_args=('--description+:' '--enabled+:enabled:(true false)' '--host+:' '--objecttype+:' '--poolname+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    create-connector-security-map)
+        _command_args=('--host+:' '--mappedpassword+:' '--mappedusername+:' '--poolname+:' '--port+:' '--principals+:' '--target+:' '--usergroups+:')
+        ;;
+    create-connector-work-security-map)
+        _command_args=('--description+:' '--groupsmap+:' '--host+:' '--port+:' '--principalsmap+:' '--raname+:')
+        ;;
+    create-custom-resource)
+        _command_args=('--description+:' '--enabled+:enabled:(true false)' '--factoryclass+:' '--host+:' '--port+:' '--property+:' '--restype+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    create-domain)
+        _command_args=('--adminport+:' '--checkports+:checkports:(true false)' '--domaindir+:' '--domainproperties+:' '--instanceport+:' '--keytooloptions+:' '--nopassword+:nopassword:(true false)' '--portbase+:' '--profile+:' '--savelogin+:savelogin:(true false)' '--savemasterpassword+:savemasterpassword:(true false)' '--template+:' '--usemasterpassword+:usemasterpassword:(true false)')
+        ;;
+    create-file-user)
+        _command_args=('--authrealmname+:' '--groups+:' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--userpassword+:')
+        ;;
+    create-http)
+        _command_args=('--default-virtual-server+:' '--dns-lookup-enabled+:dns-lookup-enabled:(true false)' '--host+:' '--max-connection+:' '--port+:' '--request-timeout-seconds+:' '--servername+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--timeout-seconds+:' '--xpowered+:xpowered:(true false)')
+        ;;
+    create-http-health-checker)
+        _command_args=('--config+:' '--host+:' '--interval+:' '--port+:' '--timeout+:' '--url+:')
+        ;;
+    create-http-lb)
+        _command_args=('--autoapplyenabled+:autoapplyenabled:(true false)' '--devicehost+:' '--deviceport+:' '--healthcheckerinterval+:' '--healthcheckertimeout+:' '--healthcheckerurl+:' '--host+:' '--httpsrouting+:httpsrouting:(true false)' '--lbenableallapplications+:' '--lbenableallinstances+:' '--lbpolicy+:' '--lbpolicymodule+:' '--lbweight+:' '--monitor+:monitor:(true false)' '--port+:' '--property+:' '--reloadinterval+:' '--responsetimeout+:' '--routecookie+:routecookie:(true false)' '--sslproxyhost+:' '--sslproxyport+:' '--target+:target:_asadmin_targets_cluster_standalone_instance')
+        ;;
+    create-http-lb-ref)
+        _command_args=('--config+:' '--healthcheckerinterval+:' '--healthcheckertimeout+:' '--healthcheckerurl+:' '--host+:' '--lbenableallapplications+:' '--lbenableallinstances+:' '--lbname+:' '--lbpolicy+:' '--lbpolicymodule+:' '--lbweight+:' '--port+:')
+        ;;
+    create-http-listener)
+        _command_args=('--acceptorthreads+:' '--default-virtual-server+:' '--defaultvs+:' '--enabled+:enabled:(true false)' '--host+:' '--listeneraddress+:' '--listenerport+:' '--port+:' '--redirectport+:' '--secure+:secure:(true false)' '--securityenabled+:securityenabled:(true false)' '--servername+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--xpowered+:xpowered:(true false)')
+        ;;
+    create-http-redirect)
+        _command_args=('--host+:' '--port+:' '--redirect-port+:' '--secure-redirect+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-iiop-listener)
+        _command_args=('--enabled+:enabled:(true false)' '--host+:' '--iiopport+:' '--listeneraddress+:' '--port+:' '--property+:' '--securityenabled+:securityenabled:(true false)' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-instance)
+        _command_args=('--checkports+:checkports:(true false)' '--cluster+:cluster:_asadmin_clusters' '--config+:' '--host+:' '--lbenabled+:lbenabled:(true false)' '--node+:node:_asadmin_nodes' '--port+:' '--portbase+:' '--systemproperties+:' '--terse+:terse:(true false)')
+        ;;
+    create-jacc-provider)
+        _command_args=('--host+:' '--policyconfigfactoryclass+:' '--policyproviderclass+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-javamail-resource)
+        _command_args=('--debug+:debug:(true false)' '--description+:' '--enabled+:enabled:(true false)' '--fromaddress+:' '--host+:' '--mailhost+:' '--mailuser+:' '--port+:' '--property+:' '--storeprotocol+:' '--storeprotocolclass+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance' '--transprotocol+:' '--transprotocolclass+:')
+        ;;
+    create-jdbc-connection-pool)
+        _command_args=('--allownoncomponentcallers+:allownoncomponentcallers:(true false)' '--associatewiththread+:associatewiththread:(true false)' '--creationretryattempts+:' '--creationretryinterval+:' '--datasourceclassname+:' '--description+:' '--driverclassname+:' '--failconnection+:failconnection:(true false)' '--host+:' '--idletimeout+:' '--initsql+:' '--isconnectvalidatereq+:isconnectvalidatereq:(true false)' '--isisolationguaranteed+:isisolationguaranteed:(true false)' '--isolationlevel+:' '--lazyconnectionassociation+:lazyconnectionassociation:(true false)' '--lazyconnectionenlistment+:lazyconnectionenlistment:(true false)' '--leakreclaim+:leakreclaim:(true false)' '--leaktimeout+:' '--matchconnections+:matchconnections:(true false)' '--maxconnectionusagecount+:' '--maxpoolsize+:' '--maxwait+:' '--nontransactionalconnections+:nontransactionalconnections:(true false)' '--ping+:ping:(true false)' '--pooling+:pooling:(true false)' '--poolresize+:' '--port+:' '--property+:' '--restype+:restype:(javax.sql.DataSource javax.sql.XADataSource javax.sql.ConnectionPoolDataSource java.sql.Driver)' '--sqltracelisteners+:' '--statementcachesize+:' '--statementleakreclaim+:statementleakreclaim:(true false)' '--statementleaktimeout+:' '--statementtimeout+:' '--steadypoolsize+:' '--target+:' '--validateatmostonceperiod+:' '--validationclassname+:' '--validationmethod+:validationmethod:(auto-commit meta-data table custom-validation)' '--validationtable+:' '--wrapjdbcobjects+:wrapjdbcobjects:(true false)')
+        ;;
+    create-jdbc-resource)
+        _command_args=('--connectionpoolid+:' '--description+:' '--enabled+:enabled:(true false)' '--host+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    create-jms-host)
+        _command_args=('--host+:' '--mqhost+:' '--mqpassword+:' '--mqport+:' '--mquser+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-jms-resource)
+        _command_args=('--description+:' '--enabled+:enabled:(true false)' '--host+:' '--port+:' '--property+:' '--restype+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    create-jmsdest)
+        _command_args=('--desttype+:' '--host+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-jndi-resource)
+        _command_args=('--description+:' '--enabled+:enabled:(true false)' '--factoryclass+:' '--host+:' '--jndilookupname+:' '--port+:' '--property+:' '--restype+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    create-jvm-options)
+        _command_args=('--host+:' '--port+:' '--profiler+:profiler:(true false)' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-lifecycle-module)
+        _command_args=('--classname+:' '--classpath+:' '--description+:' '--enabled+:enabled:(true false)' '--failurefatal+:failurefatal:(true false)' '--host+:' '--loadorder+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    create-local-instance)
+        _command_args=('--checkports+:checkports:(true false)' '--cluster+:cluster:_asadmin_clusters' '--config+:' '--lbenabled+:lbenabled:(true false)' '--node+:node:_asadmin_nodes' '--nodedir+:' '--portbase+:' '--savemasterpassword+:savemasterpassword:(true false)' '--systemproperties+:' '--usemasterpassword+:usemasterpassword:(true false)')
+        ;;
+    create-message-security-provider)
+        _command_args=('--classname+:' '--host+:' '--isdefaultprovider+:isdefaultprovider:(true false)' '--layer+:layer:(SOAP HttpServlet)' '--port+:' '--property+:' '--providertype+:providertype:(client server client-server)' '--requestauthrecipient+:' '--requestauthsource+:' '--responseauthrecipient+:' '--responseauthsource+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-network-listener)
+        _command_args=('--address+:' '--enabled+:enabled:(true false)' '--host+:' '--jkenabled+:jkenabled:(true false)' '--listenerport+:' '--port+:' '--protocol+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--threadpool+:' '--transport+:')
+        ;;
+    create-node-config)
+        _command_args=('--host+:' '--installdir+:' '--nodedir+:' '--nodehost+:' '--port+:')
+        ;;
+    create-node-dcom)
+        _command_args=('--archive+:' '--force+:force:(true false)' '--host+:' '--install+:install:(true false)' '--installdir+:' '--nodedir+:' '--nodehost+:' '--port+:' '--windowsdomain+:' '--windowspassword+:' '--windowsuser+:')
+        ;;
+    create-node-ssh)
+        _command_args=('--archive+:' '--force+:force:(true false)' '--host+:' '--install+:install:(true false)' '--installdir+:' '--nodedir+:' '--nodehost+:' '--port+:' '--sshkeyfile+:' '--sshkeypassphrase+:' '--sshpassword+:' '--sshport+:' '--sshuser+:')
+        ;;
+    create-password-alias)
+        _command_args=('--aliaspassword+:' '--host+:' '--port+:')
+        ;;
+    create-profiler)
+        _command_args=('--classpath+:' '--enabled+:enabled:(true false)' '--host+:' '--nativelibrarypath+:' '--port+:' '--property+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-protocol)
+        _command_args=('--host+:' '--port+:' '--securityenabled+:securityenabled:(true false)' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-protocol-filter)
+        _command_args=('--classname+:' '--host+:' '--port+:' '--protocol+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    create-protocol-finder)
+        _command_args=('--classname+:' '--host+:' '--port+:' '--protocol+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--targetprotocol+:')
+        ;;
+    create-resource-adapter-config)
+        _command_args=('--host+:' '--objecttype+:' '--port+:' '--property+:' '--target+:' '--threadpoolid+:')
+        ;;
+    create-resource-ref)
+        _command_args=('--enabled+:enabled:(true false)' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_standalone_instance')
+        ;;
+    create-service)
+        _command_args=('*:instances:_asadmin_instances' '--domaindir+:domaindir:directory:_files' '--dry-run+:dry-run:(true false)' '--force+:force:(true false)' '--name+:' '--node+:node:_asadmin_nodes' '--nodedir+:' '--serviceproperties+:' '--serviceuser+:')
+        ;;
+    create-ssl)
+        _command_args=('--certname+:' '--clientauthenabled+:clientauthenabled:(true false)' '--host+:' '--port+:' '--ssl2ciphers+:' '--ssl2enabled+:ssl2enabled:(true false)' '--ssl3enabled+:ssl3enabled:(true false)' '--ssl3tlsciphers+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--tlsenabled+:tlsenabled:(true false)' '--tlsrollbackenabled+:tlsrollbackenabled:(true false)' '--type+:type:(network-listener http-listener iiop-listener iiop-service jmx-connector)')
+        ;;
+    create-system-properties)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_config_das_domain_standalone_instance')
+        ;;
+    create-threadpool)
+        _command_args=('--host+:' '--idletimeout+:' '--maxqueuesize+:' '--maxthreadpoolsize+:' '--minthreadpoolsize+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--workqueues+:')
+        ;;
+    create-transport)
+        _command_args=('--acceptorthreads+:' '--buffersizebytes+:' '--bytebuffertype+:' '--classname+:' '--displayconfiguration+:displayconfiguration:(true false)' '--enablesnoop+:enablesnoop:(true false)' '--host+:' '--idlekeytimeoutseconds+:' '--maxconnectionscount+:' '--port+:' '--readtimeoutmillis+:' '--selectionkeyhandler+:' '--selectorpolltimeoutmillis+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--tcpnodelay+:tcpnodelay:(true false)' '--writetimeoutmillis+:')
+        ;;
+    create-virtual-server)
+        _command_args=('--defaultwebmodule+:' '--host+:' '--hosts+:' '--httplisteners+:' '--logfile+:' '--networklisteners+:' '--port+:' '--property+:' '--state+:state:(on off disabled)' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-admin-object)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-application-ref)
+        _command_args=('--cascade+:cascade:(true false)' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_standalone_instance')
+        ;;
+    delete-audit-module)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-auth-realm)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-config)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    delete-connector-connection-pool)
+        _command_args=('--cascade+:cascade:(true false)' '--host+:' '--port+:' '--target+:')
+        ;;
+    delete-connector-resource)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    delete-connector-security-map)
+        _command_args=('--host+:' '--poolname+:' '--port+:' '--target+:')
+        ;;
+    delete-connector-work-security-map)
+        _command_args=('--host+:' '--port+:' '--raname+:')
+        ;;
+    delete-custom-resource)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    delete-domain)
+        _command_args=('--domaindir+:')
+        ;;
+    delete-file-user)
+        _command_args=('--authrealmname+:' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-http)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-http-health-checker)
+        _command_args=('--config+:' '--host+:' '--port+:')
+        ;;
+    delete-http-lb-ref)
+        _command_args=('--config+:' '--force+:' '--host+:' '--lbname+:' '--port+:')
+        ;;
+    delete-http-listener)
+        _command_args=('--host+:' '--port+:' '--secure+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-http-redirect)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-iiop-listener)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-instance)
+        _command_args=('*:instances:_asadmin_instances' '--host+:' '--port+:' '--terse+:terse:(true false)')
+        ;;
+    delete-jacc-provider)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-javamail-resource)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    delete-jdbc-connection-pool)
+        _command_args=('--cascade+:cascade:(true false)' '--host+:' '--port+:' '--target+:')
+        ;;
+    delete-jdbc-resource)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    delete-jms-host)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-jms-resource)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    delete-jmsdest)
+        _command_args=('--desttype+:' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-jndi-resource)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    delete-jvm-options)
+        _command_args=('--host+:' '--port+:' '--profiler+:profiler:(true false)' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-lifecycle-module)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    delete-local-instance)
+        _command_args=('*:instances:_asadmin_instances' '--node+:node:_asadmin_nodes' '--nodedir+:')
+        ;;
+    delete-log-levels)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-message-security-provider)
+        _command_args=('--host+:' '--layer+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-network-listener)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-node-config)
+        _command_args=('*:nodes:_asadmin_nodes_config' '--host+:' '--port+:')
+        ;;
+    delete-node-dcom)
+        _command_args=('*:nodes:_asadmin_nodes_dcom' '--force+:force:(true false)' '--host+:' '--port+:' '--uninstall+:uninstall:(true false)')
+        ;;
+    delete-node-ssh)
+        _command_args=('*:nodes:_asadmin_nodes_ssh' '--force+:force:(true false)' '--host+:' '--port+:' '--uninstall+:uninstall:(true false)')
+        ;;
+    delete-password-alias)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    delete-profiler)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-protocol)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-protocol-filter)
+        _command_args=('--host+:' '--port+:' '--protocol+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-protocol-finder)
+        _command_args=('--host+:' '--port+:' '--protocol+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-resource-adapter-config)
+        _command_args=('--host+:' '--port+:' '--target+:')
+        ;;
+    delete-resource-ref)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_standalone_instance')
+        ;;
+    delete-ssl)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--type+:type:(network-listener http-listener iiop-listener iiop-service jmx-connector)')
+        ;;
+    delete-system-property)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_config_das_domain_standalone_instance')
+        ;;
+    delete-threadpool)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-transport)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    delete-virtual-server)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    deploy)
+        _command_args=('*:directory:_files' '--asyncreplication+:asyncreplication:(true false)' '--availabilityenabled+:availabilityenabled:(true false)' '--contextroot+:' '--createtables+:createtables:(true false)' '--dbvendorname+:' '--deploymentplan+:deploymentplan:directory:_files' '--description+:' '--dropandcreatetables+:dropandcreatetables:(true false)' '--enabled+:enabled:(true false)' '--force+:force:(true false)' '--generatermistubs+:generatermistubs:(true false)' '--host+:' '--isredeploy+:isredeploy:(true false)' '--keepfailedstubs+:keepfailedstubs:(true false)' '--keepreposdir+:keepreposdir:(true false)' '--keepstate+:keepstate:(true false)' '--lbenabled+:lbenabled:(true false)' '--libraries+:' '--logreportederrors+:logreportederrors:(true false)' '--name+:' '--port+:' '--precompilejsp+:precompilejsp:(true false)' '--properties+:' '--property+:' '--retrieve+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance' '--type+:' '--uniquetablenames+:uniquetablenames:(true false)' '--verify+:verify:(true false)' '--virtualservers+:')
+        ;;
+    deploydir)
+        _command_args=('*:directory:_files' '--asyncreplication+:asyncreplication:(true false)' '--availabilityenabled+:availabilityenabled:(true false)' '--contextroot+:' '--createtables+:createtables:(true false)' '--dbvendorname+:' '--deploymentplan+:deploymentplan:directory:_files' '--description+:' '--dropandcreatetables+:dropandcreatetables:(true false)' '--enabled+:enabled:(true false)' '--force+:force:(true false)' '--generatermistubs+:generatermistubs:(true false)' '--host+:' '--isredeploy+:isredeploy:(true false)' '--keepfailedstubs+:keepfailedstubs:(true false)' '--keepreposdir+:keepreposdir:(true false)' '--keepstate+:keepstate:(true false)' '--lbenabled+:lbenabled:(true false)' '--libraries+:' '--logreportederrors+:logreportederrors:(true false)' '--name+:' '--port+:' '--precompilejsp+:precompilejsp:(true false)' '--properties+:' '--property+:' '--retrieve+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance' '--type+:' '--uniquetablenames+:uniquetablenames:(true false)' '--verify+:verify:(true false)' '--virtualservers+:')
+        ;;
+    disable)
+        _command_args=('--cascade+:cascade:(true false)' '--droptables+:droptables:(true false)' '--host+:' '--isredeploy+:isredeploy:(true false)' '--isundeploy+:isundeploy:(true false)' '--keepreposdir+:keepreposdir:(true false)' '--keepstate+:keepstate:(true false)' '--port+:' '--properties+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance')
+        ;;
+    disable-http-lb-application)
+        _command_args=('--host+:' '--name+:' '--port+:' '--timeout+:')
+        ;;
+    disable-http-lb-server)
+        _command_args=('--host+:' '--port+:' '--timeout+:')
+        ;;
+    disable-monitoring)
+        _command_args=('--host+:' '--modules+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    disable-secure-admin)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    enable)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance')
+        ;;
+    enable-http-lb-application)
+        _command_args=('--host+:' '--name+:' '--port+:')
+        ;;
+    enable-http-lb-server)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    enable-monitoring)
+        _command_args=('--dtrace+:dtrace:(true false)' '--host+:' '--mbean+:mbean:(true false)' '--modules+:' '--options+:' '--pid+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    enable-secure-admin)
+        _command_args=('--adminalias+:' '--host+:' '--instancealias+:' '--port+:')
+        ;;
+    export-http-lb-config)
+        _command_args=('--config+:' '--host+:' '--lbname+:' '--lbtargets+:' '--port+:' '--property+:' '--retrievefile+:retrievefile:(true false)')
+        ;;
+    export-sync-bundle)
+        _command_args=('--host+:' '--port+:' '--retrieve+:retrieve:(true false)' '--target+:')
+        ;;
+    flush-connection-pool)
+        _command_args=('--appname+:' '--host+:' '--modulename+:' '--port+:')
+        ;;
+    flush-jmsdest)
+        _command_args=('--desttype+:' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    freeze-transaction-service)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance')
+        ;;
+    generate-domain-schema)
+        _command_args=('--format+:' '--host+:' '--port+:' '--showdeprecated+:showdeprecated:(true false)' '--showsubclasses+:showsubclasses:(true false)')
+        ;;
+    generate-jvm-report)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_clustered_instance_das_standalone_instance' '--type+:type:(summary thread class memory log)')
+        ;;
+    get)
+        _command_args=('--host+:' '--monitor+:monitor:(true false)' '--port+:')
+        ;;
+    get-client-stubs)
+        _command_args=('--appname+:' '--host+:' '--port+:')
+        ;;
+    get-health)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    help)
+        _describe -t help-commands "asadmin help command" _1st_arguments
+    ;;
+    import-sync-bundle)
+        _command_args=('--instance+:' '--node+:node:_asadmin_nodes' '--nodedir+:')
+        ;;
+    install-node)
+        _command_args=('--archive+:' '--create+:create:(true false)' '--force+:force:(true false)' '--installdir+:' '--save+:save:(true false)' '--sshkeyfile+:' '--sshport+:' '--sshuser+:')
+        ;;
+    install-node-dcom)
+        _command_args=('--archive+:' '--create+:create:(true false)' '--force+:force:(true false)' '--installdir+:' '--save+:save:(true false)' '--windowsdomain+:' '--windowsuser+:')
+        ;;
+    install-node-ssh)
+        _command_args=('--archive+:' '--create+:create:(true false)' '--force+:force:(true false)' '--installdir+:' '--save+:save:(true false)' '--sshkeyfile+:' '--sshport+:' '--sshuser+:')
+        ;;
+    jms-ping)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance')
+        ;;
+    list)
+        _command_args=('--host+:' '--monitor+:monitor:(true false)' '--port+:')
+        ;;
+    list-admin-objects)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-application-refs)
+        _command_args=('*:targets:_asadmin_targets_cluster_das_standalone_instance' '--host+:' '--long+:long:(true false)' '--port+:' '--terse+:terse:(true false)')
+        ;;
+    list-applications)
+        _command_args=('*:targets:_asadmin_targets_cluster_das_domain_standalone_instance' '--host+:' '--long+:long:(true false)' '--port+:' '--resources+:resources:(true false)' '--subcomponents+:subcomponents:(true false)' '--terse+:terse:(true false)' '--type+:')
+        ;;
+    list-audit-modules)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-auth-realms)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-backups)
+        _command_args=('--backupconfig+:' '--backupdir+:' '--domaindir+:' '--long+:long:(true false)')
+        ;;
+    list-clusters)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-commands)
+        _command_args=('--localonly+:localonly:(true false)' '--remoteonly+:remoteonly:(true false)')
+        ;;
+    list-components)
+        _command_args=('*:targets:_asadmin_targets_cluster_das_domain_standalone_instance' '--host+:' '--long+:long:(true false)' '--port+:' '--resources+:resources:(true false)' '--subcomponents+:subcomponents:(true false)' '--terse+:terse:(true false)' '--type+:')
+        ;;
+    list-configs)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_domain_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-connector-connection-pools)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-connector-resources)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-connector-security-maps)
+        _command_args=('--host+:' '--long+:long:(true false)' '--port+:' '--securitymap+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance')
+        ;;
+    list-connector-work-security-maps)
+        _command_args=('--host+:' '--port+:' '--securitymap+:')
+        ;;
+    list-containers)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-custom-resources)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance')
+        ;;
+    list-descriptors)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-domains)
+        _command_args=('--domaindir+:')
+        ;;
+    list-file-groups)
+        _command_args=('--authrealmname+:' '--host+:' '--name+:' '--port+:')
+        ;;
+    list-file-users)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance' '--authrealmname+:' '--host+:' '--port+:')
+        ;;
+    list-http-lb-configs)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-http-listeners)
+        _command_args=('*:targets:_asadmin_targets_cluster_config_das_standalone_instance' '--host+:' '--long+:long:(true false)' '--port+:')
+        ;;
+    list-iiop-listeners)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_domain_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-instances)
+        _command_args=('--host+:' '--long+:long:(true false)' '--nostatus+:nostatus:(true false)' '--port+:' '--standaloneonly+:standaloneonly:(true false)' '--timeoutmsec+:')
+        ;;
+    list-jacc-providers)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-javamail-resources)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance')
+        ;;
+    list-jdbc-connection-pools)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-jdbc-resources)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-jms-hosts)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    list-jms-resources)
+        _command_args=('*:targets:_asadmin_targets_cluster_das_domain_standalone_instance' '--host+:' '--port+:' '--restype+:')
+        ;;
+    list-jmsdest)
+        _command_args=('*:targets:_asadmin_targets_cluster_config_das_standalone_instance' '--desttype+:' '--host+:' '--port+:' '--property+:')
+        ;;
+    list-jndi-entries)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance' '--context+:' '--host+:' '--port+:')
+        ;;
+    list-jndi-resources)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance')
+        ;;
+    list-jvm-options)
+        _command_args=('--host+:' '--port+:' '--profiler+:profiler:(true false)' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    list-libraries)
+        _command_args=('--host+:' '--port+:' '--type+:type:(common ext app)')
+        ;;
+    list-lifecycle-modules)
+        _command_args=('*:targets:_asadmin_targets_cluster_das_domain_standalone_instance' '--host+:' '--port+:' '--terse+:terse:(true false)')
+        ;;
+    list-log-attributes)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-log-levels)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-message-security-providers)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance' '--host+:' '--layer+:layer:(SOAP HttpServlet)' '--port+:')
+        ;;
+    list-modules)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-network-listeners)
+        _command_args=('*:targets:_asadmin_targets_cluster_config_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-nodes)
+        _command_args=('--host+:' '--long+:long:(true false)' '--port+:' '--terse+:terse:(true false)')
+        ;;
+    list-nodes-config)
+        _command_args=('--host+:' '--long+:long:(true false)' '--port+:' '--terse+:terse:(true false)')
+        ;;
+    list-nodes-dcom)
+        _command_args=('--host+:' '--long+:long:(true false)' '--port+:' '--terse+:terse:(true false)')
+        ;;
+    list-nodes-ssh)
+        _command_args=('--host+:' '--long+:long:(true false)' '--port+:' '--terse+:terse:(true false)')
+        ;;
+    list-password-aliases)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-persistence-types)
+        _command_args=('--host+:' '--port+:' '--type+:')
+        ;;
+    list-protocol-filters)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    list-protocol-finders)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    list-protocols)
+        _command_args=('*:targets:_asadmin_targets_cluster_config_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-resource-adapter-configs)
+        _command_args=('--host+:' '--long+:long:(true false)' '--port+:' '--raname+:')
+        ;;
+    list-resource-refs)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-sub-components)
+        _command_args=('--appname+:' '--host+:' '--port+:' '--resources+:resources:(true false)' '--terse+:terse:(true false)' '--type+:')
+        ;;
+    list-supported-cipher-suites)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-system-properties)
+        _command_args=('*:targets:_asadmin_targets_cluster_clustered_instance_config_das_domain_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-threadpools)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    list-timers)
+        _command_args=('*:targets:_asadmin_targets_cluster_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-transports)
+        _command_args=('*:targets:_asadmin_targets_cluster_config_das_standalone_instance' '--host+:' '--port+:')
+        ;;
+    list-virtual-servers)
+        _command_args=('*:targets:_asadmin_targets_cluster_config_das_standalone_instance' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    list-web-context-param)
+        _command_args=('--host+:' '--name+:' '--port+:')
+        ;;
+    list-web-env-entry)
+        _command_args=('--host+:' '--name+:' '--port+:')
+        ;;
+    login)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_das_standalone_instance')
+        ;;
+    migrate-timers)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_clustered_instance_das')
+        ;;
+    monitor)
+        _command_args=('--filename+:filename:directory:_files' '--filter+:' '--interval+:' '--type+:')
+        ;;
+    multimode)
+        _command_args=('--encoding+:' '--file+:file:directory:_files' '--printprompt+:printprompt:(true false)')
+        ;;
+    ping-connection-pool)
+        _command_args=('--appname+:' '--host+:' '--modulename+:' '--port+:' '--target+:')
+        ;;
+    ping-node-dcom)
+        _command_args=('*:nodes:_asadmin_nodes_dcom' '--host+:' '--port+:' '--validate+:validate:(true false)')
+        ;;
+    ping-node-ssh)
+        _command_args=('*:nodes:_asadmin_nodes_ssh' '--host+:' '--port+:' '--validate+:validate:(true false)')
+        ;;
+    recover-transactions)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_clustered_instance_das_standalone_instance' '--transactionlogdir+:')
+        ;;
+    redeploy)
+        _command_args=('*:directory:_files' '--asyncreplication+:asyncreplication:(true false)' '--availabilityenabled+:availabilityenabled:(true false)' '--contextroot+:' '--createtables+:createtables:(true false)' '--dbvendorname+:' '--deploymentplan+:deploymentplan:directory:_files' '--description+:' '--dropandcreatetables+:dropandcreatetables:(true false)' '--enabled+:enabled:(true false)' '--force+:force:(true false)' '--generatermistubs+:generatermistubs:(true false)' '--host+:' '--isredeploy+:isredeploy:(true false)' '--keepfailedstubs+:keepfailedstubs:(true false)' '--keepreposdir+:keepreposdir:(true false)' '--keepstate+:keepstate:(true false)' '--lbenabled+:lbenabled:(true false)' '--libraries+:' '--logreportederrors+:logreportederrors:(true false)' '--name+:' '--port+:' '--precompilejsp+:precompilejsp:(true false)' '--properties+:' '--property+:' '--retrieve+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance' '--type+:' '--uniquetablenames+:uniquetablenames:(true false)' '--verify+:verify:(true false)' '--virtualservers+:')
+        ;;
+    remove-library)
+        _command_args=('*:libraries:_asadmin_libraries' '--host+:' '--port+:' '--type+:type:(common ext app)')
+        ;;
+    restart-domain)
+        _command_args=('--debug+:debug:(true false)' '--domaindir+:' '--force+:force:(true false)' '--kill+:kill:(true false)')
+        ;;
+    restart-instance)
+        _command_args=('*:instances:_asadmin_instances' '--debug+:' '--host+:' '--port+:')
+        ;;
+    restart-local-instance)
+        _command_args=('*:instances:_asadmin_instances' '--debug+:debug:(true false)' '--force+:force:(true false)' '--kill+:kill:(true false)' '--node+:node:_asadmin_nodes' '--nodedir+:')
+        ;;
+    restore-domain)
+        _command_args=('--backupconfig+:' '--backupdir+:' '--description+:' '--domaindir+:' '--filename+:' '--force+:force:(true false)' '--long+:long:(true false)')
+        ;;
+    rollback-transaction)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_clustered_instance_das_standalone_instance' '--transaction_id+:')
+        ;;
+    rotate-log)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_das_standalone_instance')
+        ;;
+    set)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    set-log-attributes)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    set-log-levels)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance')
+        ;;
+    set-web-context-param)
+        _command_args=('--description+:' '--host+:' '--ignoredescriptoritem+:ignoredescriptoritem:(true false)' '--name+:' '--port+:' '--value+:')
+        ;;
+    set-web-env-entry)
+        _command_args=('--description+:' '--host+:' '--ignoredescriptoritem+:ignoredescriptoritem:(true false)' '--name+:' '--port+:' '--type+:' '--value+:')
+        ;;
+    setup-ssh)
+        _command_args=('--generatekey+:generatekey:(true false)' '--sshkeyfile+:' '--sshport+:' '--sshpublickeyfile+:' '--sshuser+:')
+        ;;
+    show-component-status)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance')
+        ;;
+    start-cluster)
+        _command_args=('*:clusters:_asadmin_clusters' '--autohadboverride+:autohadboverride:(true false)' '--host+:' '--port+:' '--verbose+:verbose:(true false)')
+        ;;
+    start-database)
+        _command_args=('--dbhome+:' '--dbhost+:' '--dbport+:' '--jvmoptions+:')
+        ;;
+    start-domain)
+        _command_args=('--debug+:debug:(true false)' '--domaindir+:' '--upgrade+:upgrade:(true false)' '--verbose+:verbose:(true false)')
+        ;;
+    start-instance)
+        _command_args=('*:instances:_asadmin_instances' '--debug+:debug:(true false)' '--host+:' '--port+:' '--setenv+:' '--sync+:sync:(none normal full)' '--terse+:terse:(true false)')
+        ;;
+    start-local-instance)
+        _command_args=('*:instances:_asadmin_instances' '--debug+:debug:(true false)' '--node+:node:_asadmin_nodes' '--nodedir+:' '--sync+:sync:(none normal full)' '--verbose+:verbose:(true false)')
+        ;;
+    stop-cluster)
+        _command_args=('*:clusters:_asadmin_clusters' '--autohadboverride+:autohadboverride:(true false)' '--host+:' '--kill+:kill:(true false)' '--port+:' '--verbose+:verbose:(true false)')
+        ;;
+    stop-database)
+        _command_args=('--dbhost+:' '--dbport+:' '--dbuser+:')
+        ;;
+    stop-domain)
+        _command_args=('--domaindir+:' '--force+:force:(true false)' '--kill+:kill:(true false)')
+        ;;
+    stop-instance)
+        _command_args=('*:instances:_asadmin_instances' '--force+:force:(true false)' '--host+:' '--kill+:kill:(true false)' '--port+:')
+        ;;
+    stop-local-instance)
+        _command_args=('*:instances:_asadmin_instances' '--force+:force:(true false)' '--kill+:kill:(true false)' '--node+:node:_asadmin_nodes' '--nodedir+:')
+        ;;
+    test-upgrade)
+        _command_args=('--host+:' '--port+:')
+        ;;
+    undeploy)
+        _command_args=('*:applications:_asadmin_applications' '--cascade+:cascade:(true false)' '--droptables+:droptables:(true false)' '--host+:' '--isredeploy+:isredeploy:(true false)' '--keepreposdir+:keepreposdir:(true false)' '--keepstate+:keepstate:(true false)' '--port+:' '--properties+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
+        ;;
+    unfreeze-transaction-service)
+        _command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance')
+        ;;
+    uninstall-node)
+        _command_args=('--force+:force:(true false)' '--installdir+:' '--sshkeyfile+:' '--sshport+:' '--sshuser+:')
+        ;;
+    uninstall-node-dcom)
+        _command_args=('--force+:force:(true false)' '--installdir+:' '--windowsdomain+:' '--windowsuser+:')
+        ;;
+    uninstall-node-ssh)
+        _command_args=('--force+:force:(true false)' '--installdir+:' '--sshkeyfile+:' '--sshport+:' '--sshuser+:')
+        ;;
+    unset-web-context-param)
+        _command_args=('--host+:' '--name+:' '--port+:')
+        ;;
+    unset-web-env-entry)
+        _command_args=('--host+:' '--name+:' '--port+:')
+        ;;
+    update-connector-security-map)
+        _command_args=('--addprincipals+:' '--addusergroups+:' '--host+:' '--mappedpassword+:' '--mappedusername+:' '--poolname+:' '--port+:' '--removeprincipals+:' '--removeusergroups+:' '--target+:')
+        ;;
+    update-connector-work-security-map)
+        _command_args=('--addgroups+:' '--addprincipals+:' '--host+:' '--port+:' '--raname+:' '--removegroups+:' '--removeprincipals+:')
+        ;;
+    update-file-user)
+        _command_args=('--authrealmname+:' '--groups+:' '--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_config_das_standalone_instance' '--userpassword+:')
+        ;;
+    update-node-config)
+        _command_args=('*:nodes:_asadmin_nodes_config' '--host+:' '--installdir+:' '--nodedir+:' '--nodehost+:' '--port+:')
+        ;;
+    update-node-dcom)
+        _command_args=('*:nodes:_asadmin_nodes_dcom' '--force+:force:(true false)' '--host+:' '--installdir+:' '--nodedir+:' '--nodehost+:' '--port+:' '--windowsdomain+:' '--windowspassword+:' '--windowsuser+:')
+        ;;
+    update-node-ssh)
+        _command_args=('*:nodes:_asadmin_nodes_ssh' '--force+:force:(true false)' '--host+:' '--installdir+:' '--nodedir+:' '--nodehost+:' '--port+:' '--sshkeyfile+:' '--sshkeypassphrase+:' '--sshpassword+:' '--sshport+:' '--sshuser+:')
+        ;;
+    update-password-alias)
+        _command_args=('--aliaspassword+:' '--host+:' '--port+:')
+        ;;
+    uptime)
+        _command_args=('--host+:' '--milliseconds+:milliseconds:(true false)' '--port+:')
+        ;;
+    validate-dcom)
+        _command_args=('--host+:' '--port+:' '--remotetestdir+:' '--verbose+:verbose:(true false)' '--windowsdomain+:' '--windowspassword+:' '--windowsuser+:')
+        ;;
+    validate-multicast)
+        _command_args=('--bindaddress+:' '--multicastaddress+:' '--multicastport+:' '--sendperiod+:' '--timeout+:' '--timetolive+:' '--verbose+:verbose:(true false)')
+        ;;
+    verify-domain-xml)
+        _command_args=('--domaindir+:')
+        ;;
+    version)
+        _command_args=('--local+:local:(true false)' '--terse+:terse:(true false)' '--verbose+:verbose:(true false)')
+        ;;
+esac
+
+
+_asadmin_applications() {
+    compadd $(command asadmin list-applications --terse | sed 's/\s.*//')
+}
+
+_asadmin_clusters() {
+    compadd $(command asadmin list-clusters --terse | sed 's/\s.*//')
+}
+
+_asadmin_configs() {
+    compadd $(command asadmin list-configs --terse)
+}
+
+_asadmin_instances() {
+    compadd $(command asadmin list-instances --terse --nostatus domain)
+}
+
+_asadmin_instances_standalone() {
+    compadd $(command asadmin list-instances --terse --standaloneonly --nostatus domain)
+}
+
+_asadmin_libraries() {
+    compadd $(command asadmin list-libraries --terse)
+}
+
+_asadmin_nodes() {
+    compadd $(command asadmin list-nodes --terse)
+}
+
+_asadmin_nodes_config() {
+    compadd $(command asadmin list-nodes-config --terse)
+}
+
+_asadmin_nodes_dcom() {
+    compadd $(command asadmin list-nodes-dcom --terse)
+}
+
+_asadmin_nodes_ssh() {
+    compadd $(command asadmin list-nodes-ssh --terse)
+}
+
+_asadmin_targets() {
+    _asadmin_instances
+    _asadmin_clusters
+    _asadmin_configs
+    compadd domain server
+}
+
+_asadmin_targets_cluster_clustered_instance_config_das_domain_standalone_instance() {
+    _asadmin_instances
+    _asadmin_clusters
+    _asadmin_configs
+    compadd domain server
+}
+
+_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance() {
+    _asadmin_instances
+    _asadmin_clusters
+    _asadmin_configs
+    compadd server
+}
+
+_asadmin_targets_cluster_clustered_instance_das_domain_standalone_instance() {
+    _asadmin_instances
+    _asadmin_clusters
+    compadd domain server
+}
+
+_asadmin_targets_cluster_clustered_instance_das_standalone_instance() {
+    _asadmin_instances
+    _asadmin_clusters
+    _asadmin_configs
+    compadd server
+}
+
+_asadmin_targets_cluster_config_das_standalone_instance() {
+    _asadmin_instances_standalone
+    _asadmin_clusters
+    _asadmin_configs
+    compadd server
+}
+
+_asadmin_targets_cluster_das_domain_standalone_instance() {
+    _asadmin_instances_standalone
+    _asadmin_clusters
+    compadd domain server
+}
+
+_asadmin_targets_cluster_das_standalone_instance() {
+    _asadmin_instances_standalone
+    _asadmin_clusters
+    compadd server
+}
+
+_asadmin_targets_clustered_instance_das() {
+    _asadmin_instances
+    compadd server
+}
+
+_asadmin_targets_clustered_instance_das_standalone_instance() {
+    _asadmin_instances
+    compadd server
+}
+
+_asadmin_targets_cluster_standalone_instance() {
+    _asadmin_clusters
+    _asadmin_instances_standalone
+}
+
+
+compadd '--help'
+_arguments \
+    $_command_args \
+    &&  return 0;
diff --git a/.oh-my-zsh/plugins/glassfish/glassfish.plugin.zsh b/.oh-my-zsh/plugins/glassfish/glassfish.plugin.zsh
new file mode 100644
index 0000000..e69de29
diff --git a/.oh-my-zsh/plugins/globalias/README.md b/.oh-my-zsh/plugins/globalias/README.md
new file mode 100644
index 0000000..cd7fc3c
--- /dev/null
+++ b/.oh-my-zsh/plugins/globalias/README.md
@@ -0,0 +1,79 @@
+# Globalias plugin
+
+Expands all glob expressions, subcommands and aliases (including global).
+
+Idea from: https://blog.patshead.com/2012/11/automatically-expaning-zsh-global-aliases---simplified.html.
+
+## Usage
+
+Add `globalias` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... globalias)
+```
+
+Then just press `SPACE` to trigger the expansion of a command you've written.
+
+If you only want to insert a space without expanding the command line, press
+`CTRL`+`SPACE`.
+
+if you would like to filter out any values from expanding set `GLOBALIAS_FILTER_VALUES` to
+an array of said values. See [Filtered values](#filtered-values).
+
+## Examples
+
+#### Glob expressions
+
+```
+$ touch {1..10}
+# expands to
+$ touch 1 2 3 4 5 6 7 8 9 10
+
+$ ls **/*.json
+# expands to
+$ ls folder/file.json anotherfolder/another.json
+```
+
+#### Subcommands
+
+```
+$ mkdir "`date -R`"
+# expands to
+$ mkdir Tue,\ 04\ Oct\ 2016\ 13:54:03\ +0300
+```
+
+#### Aliases
+
+```
+# .zshrc:
+alias -g G="| grep --color=auto -P"
+alias l='ls --color=auto -lah'
+
+$ lG
+# expands to
+$ ls --color=auto -lah | grep --color=auto -P
+```
+
+```
+# .zsrc:
+alias S="sudo systemctl"
+
+$ S
+# expands to:
+$ sudo systemctl
+```
+
+#### Filtered values
+
+```
+# .zshrc
+alias l='ls -lh'
+alias la='ls --color=auto -lah'
+GLOBALIAS_FILTER_VALUES=(l)
+
+$ l
+# does not expand
+$ la
+# expands to:
+$ ls --color=auto -lah
+```
diff --git a/.oh-my-zsh/plugins/globalias/globalias.plugin.zsh b/.oh-my-zsh/plugins/globalias/globalias.plugin.zsh
new file mode 100644
index 0000000..bd27d58
--- /dev/null
+++ b/.oh-my-zsh/plugins/globalias/globalias.plugin.zsh
@@ -0,0 +1,23 @@
+globalias() {
+   # Get last word to the left of the cursor:
+   # (z) splits into words using shell parsing
+   # (A) makes it an array even if there's only one element
+   local word=${${(Az)LBUFFER}[-1]}
+   if [[ $GLOBALIAS_FILTER_VALUES[(Ie)$word] -eq 0 ]]; then
+      zle _expand_alias
+      zle expand-word
+   fi
+   zle self-insert
+}
+zle -N globalias
+
+# space expands all aliases, including global
+bindkey -M emacs " " globalias
+bindkey -M viins " " globalias
+
+# control-space to make a normal space
+bindkey -M emacs "^ " magic-space
+bindkey -M viins "^ " magic-space
+
+# normal space during searches
+bindkey -M isearch " " magic-space
diff --git a/.oh-my-zsh/plugins/gnu-utils/README.md b/.oh-my-zsh/plugins/gnu-utils/README.md
new file mode 100644
index 0000000..f5fa81e
--- /dev/null
+++ b/.oh-my-zsh/plugins/gnu-utils/README.md
@@ -0,0 +1,38 @@
+# gnu-utils plugin
+
+This plugin binds GNU coreutils to their default names, so that you don't have
+to call them using their prefixed name, which starts with `g`. This is useful
+in systems which don't have GNU coreutils installed by default, mainly macOS
+or FreeBSD, which use BSD coreutils.
+
+To use it, add `gnu-utils` to the plugins array in your zshrc file:
+```zsh
+plugins=(... gnu-utils)
+```
+
+The plugin works by changing the path that the command hash points to, so
+instead of `ls` pointing to `/bin/ls`, it points to wherever `gls` is
+installed.
+
+Since `hash -rf` or `rehash` refreshes the command hashes, it also wraps
+`hash` and `rehash` so that the coreutils binding is always done again
+after calling these two commands.
+
+Look at the source code of the plugin to see which GNU coreutils are tried
+to rebind. Open an issue if there are some missing.
+
+## Other methods
+
+The plugin also documents two other ways to do this:
+
+1. Using a function wrapper, such that, for example, there exists a function
+named `ls` which calls `gls` instead. Since functions have a higher preference
+than commands, this ends up calling the GNU coreutil. It has also a higher
+preference over shell builtins (`gecho` is called instead of the builtin `echo`).
+
+2. Using an alias. This has an even higher preference than functions, but they
+could be overridden because of a user setting.
+
+## Author
+
+- [Sorin Ionescu](https://github.com/sorin-ionescu).
diff --git a/.oh-my-zsh/plugins/gnu-utils/gnu-utils.plugin.zsh b/.oh-my-zsh/plugins/gnu-utils/gnu-utils.plugin.zsh
new file mode 100644
index 0000000..adc2bd3
--- /dev/null
+++ b/.oh-my-zsh/plugins/gnu-utils/gnu-utils.plugin.zsh
@@ -0,0 +1,74 @@
+# ------------------------------------------------------------------------------
+#          FILE:  gnu-utils.plugin.zsh
+#   DESCRIPTION:  oh-my-zsh plugin file.
+#        AUTHOR:  Sorin Ionescu (sorin.ionescu@gmail.com)
+#       VERSION:  1.0.0
+# ------------------------------------------------------------------------------
+
+# Detect if GNU coreutils are installed by looking for gwhoami
+if [[ ! -x "${commands[gwhoami]}" ]]; then
+  return
+fi
+
+__gnu_utils() {
+  local -a gcmds
+  local gcmd
+
+  # coreutils
+  gcmds=('g[' 'gbase64' 'gbasename' 'gcat' 'gchcon' 'gchgrp' 'gchmod'
+  'gchown' 'gchroot' 'gcksum' 'gcomm' 'gcp' 'gcsplit' 'gcut' 'gdate'
+  'gdd' 'gdf' 'gdir' 'gdircolors' 'gdirname' 'gdu' 'gecho' 'genv' 'gexpand'
+  'gexpr' 'gfactor' 'gfalse' 'gfmt' 'gfold' 'ggroups' 'ghead' 'ghostid'
+  'gid' 'gindent' 'ginstall' 'gjoin' 'gkill' 'glink' 'gln' 'glogname' 'gls' 'gmd5sum'
+  'gmkdir' 'gmkfifo' 'gmknod' 'gmktemp' 'gmv' 'gnice' 'gnl' 'gnohup' 'gnproc'
+  'god' 'gpaste' 'gpathchk' 'gpinky' 'gpr' 'gprintenv' 'gprintf' 'gptx' 'gpwd'
+  'greadlink' 'grm' 'grmdir' 'gruncon' 'gseq' 'gsha1sum' 'gsha224sum'
+  'gsha256sum' 'gsha384sum' 'gsha512sum' 'gshred' 'gshuf' 'gsleep' 'gsort'
+  'gsplit' 'gstat' 'gstty' 'gsum' 'gsync' 'gtac' 'gtail' 'gtee' 'gtest'
+  'gtimeout' 'gtouch' 'gtr' 'gtrue' 'gtruncate' 'gtsort' 'gtty' 'guname'
+  'gunexpand' 'guniq' 'gunlink' 'guptime' 'gusers' 'gvdir' 'gwc' 'gwho'
+  'gwhoami' 'gyes')
+
+  # findutils
+  gcmds+=('gfind' 'gxargs' 'glocate')
+
+  # Not part of either coreutils or findutils, installed separately.
+  gcmds+=('gsed' 'gtar' 'gtime' 'gmake' 'ggrep')
+
+  # can be built optionally
+  gcmds+=('ghostname')
+
+  for gcmd in "${gcmds[@]}"; do
+    # Do nothing if the command isn't found
+    (( ${+commands[$gcmd]} )) || continue
+
+    # This method allows for builtin commands to be primary but it's
+    # lost if hash -r or rehash is executed, or if $PATH is updated.
+    # Thus, a preexec hook is needed, which will only run if whoami
+    # is not already rehashed.
+    #
+    hash ${gcmd[2,-1]}=${commands[$gcmd]}
+  done
+
+  return 0
+}
+
+__gnu_utils_preexec() {
+  # Run __gnu_utils when the whoami command is not already rehashed.
+  # This acts as a sign that we need to rehash all GNU utils.
+  [[ "${commands[whoami]}" = "${commands[gwhoami]}" ]] || __gnu_utils
+}
+
+autoload -Uz add-zsh-hook
+add-zsh-hook preexec __gnu_utils_preexec
+
+# lib/theme-and-appearance.zsh sets the alias for ls not knowing that
+# we'll be using GNU ls. We'll reset this to use GNU ls --color.
+# See https://github.com/ohmyzsh/ohmyzsh/issues/11503
+#
+# The ls alias might look like:
+# - ls='ls -G'
+# - ls='gls --color=tty'
+if [[ -x "${commands[gls]}" && "${aliases[ls]}" = (*-G*|gls*) ]]; then
+  alias ls='ls --color=tty'
+fi
diff --git a/.oh-my-zsh/plugins/golang/README.md b/.oh-my-zsh/plugins/golang/README.md
new file mode 100644
index 0000000..80f8cf3
--- /dev/null
+++ b/.oh-my-zsh/plugins/golang/README.md
@@ -0,0 +1,41 @@
+# Golang plugin
+
+This plugin adds completion for the [Go Programming Language](https://golang.org/),
+as well as some aliases for common Golang commands.
+
+To use it, add `golang` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... golang)
+```
+
+## Aliases
+
+| Alias  | Command           | Description                                                   |
+| ------ | ----------------- | ------------------------------------------------------------- |
+| gob    | `go build`        | Build your code                                               |
+| goc    | `go clean`        | Removes object files from package source directories          |
+| god    | `go doc`          | Prints documentation comments                                 |
+| goe    | `go env`          | Prints Go environment information                             |
+| gof    | `go fmt`          | Gofmt formats (aligns and indents) Go programs.               |
+| gofa   | `go fmt ./...`    | Run go fmt for all packages in current directory, recursively |
+| gofx   | `go fix`          | Update packages to use a new API                              |
+| gog    | `go get`          | Downloads packages and then installs them to $GOPATH          |
+| goga   | `go get ./...`    | Installs all dependencies in current directory, recursively   |
+| goi    | `go install`      | Compiles and installs packages to $GOPATH                     |
+| gol    | `go list`         | Lists Go packages                                             |
+| gom    | `go mod`          | Access to operations on modules                               |
+| gomt   | `go mod tidy`     | Tidies up the go.mod file                                     |
+| gopa   | `cd $GOPATH`      | Takes you to `$GOPATH`                                        |
+| gopb   | `cd $GOPATH/bin`  | Takes you to `$GOPATH/bin`                                    |
+| gops   | `cd $GOPATH/src`  | Takes you to `$GOPATH/src`                                    |
+| gor    | `go run`          | Compiles and runs your code                                   |
+| got    | `go test`         | Runs tests                                                    |
+| gota   | `go test ./...`   | Runs tests in all subdirectories                              |
+| goto   | `go tool`         | Prints all the available tools                                |
+| gotoc  | `go tool compile` | Generates object file                                         |
+| gotod  | `go tool dist`    | Utility to bootstrap, build and test go runtime               |
+| gotofx | `go tool fix`     | Fixes an application to use newer features                    |
+| gov    | `go vet`          | Vet examines Go source code and reports suspicious constructs |
+| gove   | `go version`      | Prints Go version                                             |
+| gow    | `go work`         | Work provides access to operations on workspaces              |
diff --git a/.oh-my-zsh/plugins/golang/_golang b/.oh-my-zsh/plugins/golang/_golang
new file mode 100644
index 0000000..01b976b
--- /dev/null
+++ b/.oh-my-zsh/plugins/golang/_golang
@@ -0,0 +1,249 @@
+#compdef go
+
+__go_packages() {
+  local gopaths
+  declare -a gopaths
+  gopaths=("${(s/:/)$(go env GOPATH)}")
+  gopaths+=("$(go env GOROOT)")
+  for p in $gopaths; do
+    _path_files -W "$p/src" -/
+  done
+}
+
+__go_identifiers() {
+  local tmpl_path="${functions_source[$0]:h}/templates"
+  compadd $(godoc -templates "$tmpl_path" ${words[-2]} 2> /dev/null)
+}
+
+_go() {
+  typeset -a commands build_flags
+  commands+=(
+    'build[compile packages and dependencies]'
+    'clean[remove object files]'
+    'doc[run godoc on package sources]'
+    'env[print Go environment information]'
+    'fix[run go tool fix on packages]'
+    'fmt[run gofmt on package sources]'
+    'generate[generate Go files by processing source]'
+    'get[download and install packages and dependencies]'
+    'help[display help]'
+    'install[compile and install packages and dependencies]'
+    'list[list packages]'
+    'mod[modules maintenance]'
+    'run[compile and run Go program]'
+    'test[test packages]'
+    'tool[run specified go tool]'
+    'version[print Go version]'
+    'vet[run go tool vet on packages]'
+  )
+  if (( CURRENT == 2 )); then
+    # explain go commands
+    _values 'go tool commands' ${commands[@]}
+    return
+  fi
+  build_flags=(
+    '-a[force reinstallation of packages that are already up to date]'
+    '-n[print the commands but do not run them]'
+    '-p[number of parallel builds]:number'
+    '-race[enable data race detection]'
+    '-x[print the commands]'
+    '-work[print temporary directory name and keep it]'
+    '-ccflags[flags for 5c/6c/8c]:flags'
+    '-gcflags[flags for 5g/6g/8g]:flags'
+    '-ldflags[flags for 5l/6l/8l]:flags'
+    '-gccgoflags[flags for gccgo]:flags'
+    '-compiler[name of compiler to use]:name'
+    '-installsuffix[suffix to add to package directory]:suffix'
+    '-tags[list of build tags to consider satisfied]:tags'
+  )
+
+  case ${words[2]} in
+  doc)
+    _arguments -s -w \
+      "-c[symbol matching honors case (paths not affected)]" \
+      "-cmd[show symbols with package docs even if package is a command]" \
+      "-u[show unexported symbols as well as exported]" \
+      "2:importpaths:__go_packages" \
+      ":next identifiers:__go_identifiers"
+    ;;
+  clean)
+    _arguments -s -w \
+      "-i[remove the corresponding installed archive or binary (what 'go install' would create)]" \
+      "-n[print the remove commands it would execute, but not run them]" \
+      "-r[apply recursively to all the dependencies of the packages named by the import paths]" \
+      "-x[print remove commands as it executes them]" \
+      "*:importpaths:__go_packages"
+    ;;
+  fix|fmt|vet)
+    _alternative ':importpaths:__go_packages' ':files:_path_files -g "*.go"'
+    ;;
+  install)
+    _arguments -s -w : ${build_flags[@]} \
+      "-v[show package names]" \
+      '*:importpaths:__go_packages'
+    ;;
+  get)
+    _arguments -s -w : \
+      ${build_flags[@]}
+    ;;
+  build)
+    _arguments -s -w : \
+      ${build_flags[@]} \
+      "-v[show package names]" \
+      "-o[output file]:file:_files" \
+      "*:args:{ _alternative ':importpaths:__go_packages' ':files:_path_files -g \"*.go\"' }"
+    ;;
+  test)
+    _arguments -s -w : \
+      ${build_flags[@]} \
+      "-c[do not run, compile the test binary]" \
+      "-i[do not run, install dependencies]" \
+      "-v[print test output]" \
+      "-x[print the commands]" \
+      "-short[use short mode]" \
+      "-parallel[number of parallel tests]:number" \
+      "-cpu[values of GOMAXPROCS to use]:number list" \
+      "-run[run tests and examples matching regexp]:regexp" \
+      "-bench[run benchmarks matching regexp]:regexp" \
+      "-benchmem[print memory allocation stats]" \
+      "-benchtime[run each benchmark until taking this long]:duration" \
+      "-blockprofile[write goroutine blocking profile to file]:file" \
+      "-blockprofilerate[set sampling rate of goroutine blocking profile]:number" \
+      "-timeout[kill test after that duration]:duration" \
+      "-cpuprofile[write CPU profile to file]:file:_files" \
+      "-memprofile[write heap profile to file]:file:_files" \
+      "-memprofilerate[set heap profiling rate]:number" \
+      "*:args:{ _alternative ':importpaths:__go_packages' ':files:_path_files -g \"*.go\"' }"
+    ;;
+  list)
+    _arguments -s -w : \
+      "-f[alternative format for the list]:format" \
+      "-json[print data in json format]" \
+      "-compiled[set CompiledGoFiles to the Go source files presented to the compiler]" \
+      "-deps[iterate over not just the named packages but also all their dependencies]" \
+      "-e[change the handling of erroneous packages]" \
+      "-export[set the Export field to the name of a file containing up-to-date export information for the given package]" \
+      "-find[identify the named packages but not resolve their dependencies]" \
+      "-test[report not only the named packages but also their test binaries]" \
+      "-m[list modules instead of packages]" \
+      "-u[adds information about available upgrades]" \
+      "-versions[set the Module's Versions field to a list of all known versions of that module]:number" \
+      "*:importpaths:__go_packages"
+    ;;
+  mod)
+    local -a mod_commands
+    mod_commands+=(
+      'download[download modules to local cache]'
+      'edit[edit go.mod from tools or scripts]'
+      'graph[print module requirement graph]'
+      'init[initialize new module in current directory]'
+      'tidy[add missing and remove unused modules]'
+      'vendor[make vendored copy of dependencies]'
+      'verify[verify dependencies have expected content]'
+      'why[explain why packages or modules are needed]'
+    )
+
+    if (( CURRENT == 3 )); then
+      _values 'go mod commands' ${mod_commands[@]} "help[display help]"
+      return
+    fi
+
+    case ${words[3]} in
+    help)
+      _values 'go mod commands' ${mod_commands[@]}
+      ;;
+    download)
+      _arguments -s -w : \
+        "-json[print a sequence of JSON objects standard output]" \
+        "*:flags"
+      ;;
+    edit)
+      _arguments -s -w : \
+        "-fmt[reformat the go.mod file]" \
+        "-module[change the module's path]" \
+        "-replace[=old{@v}=new{@v} add a replacement of the given module path and version pair]:name" \
+        "-dropreplace[=old{@v}=new{@v} drop a replacement of the given module path and version pair]:name" \
+        "-go[={version} set the expected Go language version]:number" \
+        "-print[print the final go.mod in its text format]" \
+        "-json[print the final go.mod file in JSON format]" \
+        "*:flags"
+      ;;
+    graph)
+      ;;
+    init)
+      ;;
+    tidy)
+      _arguments -s -w : \
+        "-v[print information about removed modules]" \
+        "*:flags"
+      ;;
+    vendor)
+      _arguments -s -w : \
+        "-v[print the names of vendored]" \
+        "*:flags"
+      ;;
+    verify)
+      ;;
+    why)
+      _arguments -s -w : \
+        "-m[treats the arguments as a list of modules and finds a path to any package in each of the modules]" \
+        "-vendor[exclude tests of dependencies]" \
+        "*:importpaths:__go_packages"
+      ;;
+    esac
+    ;;
+  help)
+    _values "${commands[@]}" \
+      'environment[show Go environment variables available]' \
+      'gopath[GOPATH environment variable]' \
+      'packages[description of package lists]' \
+      'remote[remote import path syntax]' \
+      'testflag[description of testing flags]' \
+      'testfunc[description of testing functions]'
+    ;;
+  run)
+    _arguments -s -w : \
+      ${build_flags[@]} \
+      '*:file:_files -g "*.go"'
+    ;;
+  tool)
+    if (( CURRENT == 3 )); then
+        _values "go tool" $(go tool)
+        return
+    fi
+    case ${words[3]} in
+    [568]g)
+        _arguments -s -w : \
+            '-I[search for packages in DIR]:includes:_path_files -/' \
+            '-L[show full path in file:line prints]' \
+            '-S[print the assembly language]' \
+            '-V[print the compiler version]' \
+            '-e[no limit on number of errors printed]' \
+            '-h[panic on an error]' \
+            '-l[disable inlining]' \
+            '-m[print optimization decisions]' \
+            '-o[file specify output file]:file' \
+            '-p[assumed import path for this code]:importpath' \
+            '-u[disable package unsafe]' \
+            "*:file:_files -g '*.go'"
+        ;;
+    [568]l)
+        local O=${words[3]%l}
+        _arguments -s -w : \
+            '-o[file specify output file]:file' \
+            '-L[search for packages in DIR]:includes:_path_files -/' \
+            "*:file:_files -g '*.[ao$O]'"
+        ;;
+    dist)
+        _values "dist tool" banner bootstrap clean env install version
+        ;;
+    *)
+        # use files by default
+        _files
+        ;;
+    esac
+    ;;
+  esac
+}
+
+_go "$@"
diff --git a/.oh-my-zsh/plugins/golang/golang.plugin.zsh b/.oh-my-zsh/plugins/golang/golang.plugin.zsh
new file mode 100644
index 0000000..dc4d918
--- /dev/null
+++ b/.oh-my-zsh/plugins/golang/golang.plugin.zsh
@@ -0,0 +1,38 @@
+## completion
+compctl -g "*.go" gofmt # standard go tools
+compctl -g "*.go" gccgo # gccgo
+
+# gc
+for p in 5 6 8; do
+  compctl -g "*.${p}" ${p}l
+  compctl -g "*.go" ${p}g
+done
+unset p
+
+## aliases
+alias gob='go build'
+alias goc='go clean'
+alias god='go doc'
+alias goe='go env'
+alias gof='go fmt'
+alias gofa='go fmt ./...'
+alias gofx='go fix'
+alias gog='go get'
+alias goga='go get ./...'
+alias goi='go install'
+alias gol='go list'
+alias gom='go mod'
+alias gomt='go mod tidy'
+alias gopa='cd $GOPATH'
+alias gopb='cd $GOPATH/bin'
+alias gops='cd $GOPATH/src'
+alias gor='go run'
+alias got='go test'
+alias gota='go test ./...'
+alias goto='go tool'
+alias gotoc='go tool compile'
+alias gotod='go tool dist'
+alias gotofx='go tool fix'
+alias gov='go vet'
+alias gove='go version'
+alias gow='go work'
diff --git a/.oh-my-zsh/plugins/golang/templates/package.txt b/.oh-my-zsh/plugins/golang/templates/package.txt
new file mode 100644
index 0000000..2b75cce
--- /dev/null
+++ b/.oh-my-zsh/plugins/golang/templates/package.txt
@@ -0,0 +1,29 @@
+{{with .PDoc}}{{/*
+
+Constants 
+---------------------------------------
+
+*/}}{{with .Consts}}{{range .}}{{range .Names}}{{.}} {{end}}{{end}}{{end}}{{/*
+
+Variables
+---------------------------------------
+
+*/}}{{with .Vars}}{{range .}}{{range .Names}}{{.}} {{end}}{{end}}{{end}}{{/*
+
+Functions
+---------------------------------------
+
+*/}}{{with .Funcs}}{{range .}}{{ .Name }} {{end}}{{end}}{{/*
+
+Types
+---------------------------------------
+
+*/}}{{with .Types}}{{range .}}{{ $TypeName := .Name }}{{ $TypeName }} {{/*
+
+*/}}{{range .Methods}}{{ $TypeName }}.{{.Name}} {{end}}{{/*
+
+*/}}{{range .Funcs}}{{.Name}} {{end}}{{/*
+
+*/}}{{range .Consts}}{{range .Names}}{{.}} {{end}}{{end}}{{/*
+
+*/}}{{range .Vars}}{{range .Names}}{{.}} {{end}}{{end}}{{end}}{{end}}{{end}}
diff --git a/.oh-my-zsh/plugins/golang/templates/search.txt b/.oh-my-zsh/plugins/golang/templates/search.txt
new file mode 100644
index 0000000..e69de29
diff --git a/.oh-my-zsh/plugins/gpg-agent/README.md b/.oh-my-zsh/plugins/gpg-agent/README.md
new file mode 100644
index 0000000..8eeb94f
--- /dev/null
+++ b/.oh-my-zsh/plugins/gpg-agent/README.md
@@ -0,0 +1,9 @@
+# gpg-agent
+
+Enables [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/) if it is not running.
+
+To use it, add `gpg-agent` to the plugins array of your zshrc file:
+
+```zsh
+plugins=(... gpg-agent)
+```
diff --git a/.oh-my-zsh/plugins/gpg-agent/gpg-agent.plugin.zsh b/.oh-my-zsh/plugins/gpg-agent/gpg-agent.plugin.zsh
new file mode 100644
index 0000000..1f4be20
--- /dev/null
+++ b/.oh-my-zsh/plugins/gpg-agent/gpg-agent.plugin.zsh
@@ -0,0 +1,17 @@
+export GPG_TTY=$TTY
+
+# Fix for passphrase prompt on the correct tty
+# See https://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html#option-_002d_002denable_002dssh_002dsupport
+function _gpg-agent_update-tty_preexec {
+  gpg-connect-agent updatestartuptty /bye &>/dev/null
+}
+autoload -U add-zsh-hook
+add-zsh-hook preexec _gpg-agent_update-tty_preexec
+
+# If enable-ssh-support is set, fix ssh agent integration
+if [[ $(gpgconf --list-options gpg-agent 2>/dev/null | awk -F: '$1=="enable-ssh-support" {print $10}') = 1 ]]; then
+  unset SSH_AGENT_PID
+  if [[ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]]; then
+    export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
+  fi
+fi
diff --git a/.oh-my-zsh/plugins/gradle/LICENSE b/.oh-my-zsh/plugins/gradle/LICENSE
new file mode 100644
index 0000000..06edf4a
--- /dev/null
+++ b/.oh-my-zsh/plugins/gradle/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2017 Eric Wendelin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/.oh-my-zsh/plugins/gradle/README.md b/.oh-my-zsh/plugins/gradle/README.md
new file mode 100644
index 0000000..3756db0
--- /dev/null
+++ b/.oh-my-zsh/plugins/gradle/README.md
@@ -0,0 +1,30 @@
+# Gradle plugin
+
+This plugin adds completions and aliases for [Gradle](https://gradle.org/).
+
+To use it, add `gradle` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... gradle)
+```
+
+## Usage
+
+This plugin creates a function called `gradle-or-gradlew`, which is aliased
+to `gradle`, which is used to determine whether the current project directory
+has a gradlew file. If `gradlew` is present it will be used, otherwise `gradle`
+is used instead. Gradle tasks can be executed directly without regard for
+whether it is `gradle` or `gradlew`. It also supports being called from
+any directory inside the root project directory.
+
+Examples:
+
+```zsh
+gradle test
+gradle build
+```
+
+## Completion
+
+This plugin uses [the completion from the Gradle project](https://github.com/gradle/gradle-completion),
+which is distributed under the MIT license.
diff --git a/.oh-my-zsh/plugins/gradle/_gradle b/.oh-my-zsh/plugins/gradle/_gradle
new file mode 100644
index 0000000..ca13fd0
--- /dev/null
+++ b/.oh-my-zsh/plugins/gradle/_gradle
@@ -0,0 +1,408 @@
+#compdef gradle gradlew gw
+
+__gradle-set-project-root-dir() {
+    local dir=`pwd`
+    project_root_dir=`pwd`
+    while [[ $dir != '/' ]]; do
+        if [[ -f "$dir/settings.gradle" || -f "$dir/settings.gradle.kts" || -f "$dir/gradlew" ]]; then
+            project_root_dir=$dir
+            return 0
+        fi
+        dir="$(dirname "$dir")"
+    done
+    return 1
+}
+
+__gradle-init-cache-dir() {
+    cache_dir="${GRADLE_USER_HOME:-$HOME/.gradle}/completion"
+    mkdir -p $cache_dir
+}
+
+__gradle-set-settings-file() {
+    # In order of precedence: --settings-file=filename, settings.gradle, settings.gradle.kts
+
+    local default_gradle_settings_file="$project_root_dir/settings.gradle"
+    if [[ ! -f $default_gradle_settings_file ]]; then
+      default_gradle_settings_file="$project_root_dir/settings.gradle.kts"
+    fi
+    gradle_settings_file=${${(v)opt_args[(i)-c|--settings-file]}:-$default_gradle_settings_file}
+}
+
+__gradle-set-build-file() {
+    __gradle-set-settings-file
+    # In order of precedence: --build-file=filename, rootProject.buildFileName, build.gradle, build.gradle.kts
+
+    local default_gradle_build_file_name="build.gradle"
+    if [[ -r $gradle_settings_file ]]; then
+        default_gradle_build_file_name=${$(grep "^rootProject\.buildFileName" $gradle_settings_file | \
+            sed -n -e "s/rootProject\.buildFileName = [\'\"]\(.*\)[\'\"]/\1/p")}
+
+        default_gradle_build_file_name="${default_gradle_build_file:-build.gradle}"
+    fi
+
+    local default_gradle_build_file="$project_root_dir/$default_gradle_build_file_name"
+    if [[ ! -f $default_gradle_build_file ]]; then
+        default_gradle_build_file="$project_root_dir/build.gradle.kts"
+    fi
+
+    # If a build file is specified after '-b' or '--build-file', use this file.
+    gradle_build_file=${${(v)opt_args[(i)-b|--build-file]}:-$default_gradle_build_file}
+}
+
+__gradle-set-cache-name() {
+    # Cache name is constructed from the absolute path of the build file.
+    cache_name=${${gradle_build_file:a}//[^[:alnum:]]/_}
+}
+
+__gradle-set-files-checksum() {
+    # Cache MD5 sum of all Gradle scripts and modified timestamps
+    if builtin command -v md5 > /dev/null; then
+        gradle_files_checksum=( $(md5 -q -s "$(cat "$cache_dir/$cache_name" | xargs ls -o 2>/dev/null)") )
+    elif builtin command -v md5sum > /dev/null; then
+        gradle_files_checksum=( $(cat "$cache_dir/$cache_name" | xargs ls -o 2>/dev/null | md5sum | awk '{print $1}') )
+    else
+        _message 'Cannot generate completions as neither md5 nor md5sum exist on \$PATH'
+        return 1
+    fi
+}
+
+__gradle-generate-script-cache() {
+    # Invalidate cache after 3 weeks by default
+    local cache_ttl_mins=${$(echo $GRADLE_CACHE_TTL_MINUTES):-30240}
+    local script_exclude_pattern=${$(echo $GRADLE_COMPLETION_EXCLUDE_PATTERN):-"/(.git|build|integTest|samples|templates|smokeTest|testFixtures|out)/"}
+    if [[ ! $(find $cache_dir/$cache_name -mmin -$cache_ttl_mins 2>/dev/null) ]]; then
+        zle -R "Generating Gradle build script cache"
+        # Cache all Gradle scripts
+        local -a gradle_build_scripts
+        gradle_build_scripts=( $(find $project_root_dir -type f -name "*.gradle" -o -name "*.gradle.kts" 2>/dev/null | grep -E -v "$script_exclude_pattern") )
+        printf "%s\n" "${gradle_build_scripts[@]}" >| $cache_dir/$cache_name
+    fi
+}
+
+__gradle-generate-tasks-cache() {
+    __gradle-set-files-checksum
+
+    # Use Gradle wrapper when it exists.
+    local gradle_cmd="gradle"
+    if [[ -x "$project_root_dir/gradlew" ]]; then
+        gradle_cmd="$project_root_dir/gradlew"
+    fi
+
+    zle -R "Generating Gradle task cache from $gradle_build_file"
+
+    # Run gradle to retrieve possible tasks and cache.
+    # Reuse Gradle Daemon if IDLE but don't start a new one.
+    local gradle_tasks_output
+    if [[ ! -z "$($gradle_cmd --status 2>/dev/null | grep IDLE)" ]]; then
+        gradle_tasks_output="$($gradle_cmd --daemon --no-scan --build-file $gradle_build_file --console=plain -q tasks --all 2>/dev/null)"
+    else
+        gradle_tasks_output="$($gradle_cmd --no-daemon --no-scan --build-file $gradle_build_file --console=plain -q tasks --all 2>/dev/null)"
+    fi
+    local gradle_all_tasks="" root_tasks="" subproject_tasks="" output_line
+    local -a match
+    for output_line in ${(f)"$(printf "%s\n" "${gradle_tasks_output[@]}")"}; do
+        if [[ $output_line =~ ^([[:alpha:]][[:alnum:][:punct:]]*)([[:space:]]-[[:space:]]([[:print:]]*))? ]]; then
+            local task_name="${match[1]}"
+            local task_description="${match[3]}"
+            # Completion for subproject tasks with ':' prefix
+            if [[ $task_name =~ ^([[:alnum:][:punct:]]+):([[:alnum:]]+) ]]; then
+                gradle_all_tasks+="${task_name//:/\\:}:$task_description\n\\:${task_name//:/\\:}:$task_description\n"
+                subproject_tasks+="${match[2]}\n"
+            else
+                gradle_all_tasks+="${task_name//:/\\:}:$task_description\n"
+                root_tasks+="$task_name\n"
+            fi
+        fi
+    done
+
+    # subproject tasks can be referenced implicitly from root project
+    if [[ $GRADLE_COMPLETION_UNQUALIFIED_TASKS == "true" ]]; then
+        local -a implicit_tasks
+        implicit_tasks=( $(comm -23 <(echo $subproject_tasks | sort) <(echo $root_tasks | sort)) )
+        for task in $(printf "%s\n" "${implicit_tasks[@]}"); do
+            gradle_all_tasks+="$task\n"
+        done
+    fi
+
+    echo $gradle_all_tasks >| $cache_dir/$gradle_files_checksum
+    echo $gradle_files_checksum >| $cache_dir/$cache_name.md5
+}
+
+__gradle-completion-init() {
+    local cache_dir cache_name gradle_build_file gradle_files_checksum project_root_dir
+    __gradle-init-cache-dir
+    __gradle-set-project-root-dir
+    __gradle-set-build-file
+    if [[ -f $gradle_build_file ]]; then
+        __gradle-set-cache-name
+        __gradle-generate-script-cache
+        __gradle-set-files-checksum
+        __gradle-generate-tasks-cache
+    fi
+    return 0
+}
+
+__gradle_tasks() {
+    local cache_dir cache_name gradle_build_file gradle_files_checksum project_root_dir
+
+    __gradle-init-cache-dir
+    __gradle-set-project-root-dir
+    __gradle-set-build-file
+    if [[ -f $gradle_build_file ]]; then
+        __gradle-set-cache-name
+        __gradle-generate-script-cache
+        __gradle-set-files-checksum
+
+        # The cache key is md5 sum of all gradle scripts, so it's valid if it exists.
+        if [[ -f $cache_dir/$cache_name.md5 ]]; then
+            local cached_checksum="$(cat $cache_dir/$cache_name.md5)"
+            local -a cached_tasks
+            if [[ -z $cur ]]; then
+                cached_tasks=(${(f)"$(grep -v "^\\\:" $cache_dir/$cached_checksum)"})
+            else
+                cached_tasks=(${(f)"$(grep "^${cur//:/\\\\:}" $cache_dir/$cached_checksum)"})
+            fi
+            _describe 'all tasks' cached_tasks && ret=0
+        else
+            __gradle-generate-tasks-cache
+        fi
+
+        # Regenerate tasks cache in the background
+        if [[ $gradle_files_checksum != "$(cat $cache_dir/$cache_name.md5)" || ! -f $cache_dir/$gradle_files_checksum || $(wc -c < $cache_dir/$gradle_files_checksum) -le 1 ]]; then
+            $(__gradle-generate-tasks-cache &> /dev/null &)
+        fi
+    else
+        _describe 'built-in tasks' '(
+            "buildEnvironment:Displays all buildscript dependencies declared in root project."
+            "components:Displays the components produced by root project."
+            "dependencies:Displays all dependencies declared in root project."
+            "dependencyInsight:Displays the insight into a specific dependency in root project."
+            "dependentComponents:Displays the dependent components of components in root project."
+            "help:Displays a help message."
+            "init:Initializes a new Gradle build."
+            "model:Displays the configuration model of root project."
+            "projects:Displays the sub-projects of root project."
+            "properties:Displays the properties of root project."
+            "tasks:Displays the tasks runnable from root project."
+            "wrapper:Generates Gradle wrapper files."
+            )' && ret=0
+    fi
+}
+
+__gradle_subcommand() {
+    integer ret=1
+
+    case "$words[1]" in
+        (dependencies)
+            _arguments \
+                '--configuration=[The configuration to generate the report for.]:dependency configuration:_gradle_dependency_configurations' && ret=0
+            ;;
+        (dependencyInsight)
+            _arguments \
+                '--dependency=[Shows the details of given dependency.]' \
+                '--configuration=[Looks for the dependency in given configuration.]:dependency configuration:_gradle_dependency_configurations' && ret=0
+            ;;
+        (help)
+            _arguments \
+                '--task[The task to show help for.]' && ret=0
+            ;;
+        (init)
+            _arguments \
+                '--dsl=[DSL to be used in generated scripts.]:dsl:(groovy kotlin)' \
+                '--package=[Package for the generated source.]' \
+                '--project-name=[Name of the generated project.]' \
+                '--test-framework=[Test framework to be used.]:test framework:(junit kotlintest scalatest spock testng)' \
+                '--type=[Project type to generate.]:project type:(basic cpp-application cpp-library groovy-application groovy-library java-application java-library kotlin-application kotlin-library pom scala-library)' && ret=0
+            ;;
+        (tasks)
+            _arguments \
+                '--all[List all tasks, including subproject tasks.]' \
+                '--group=[Show tasks only from given task group.]' && ret=0
+            ;;
+        (test)
+            _arguments -C \
+                '--debug-jvm[Enable debugging for the test process. The process is started suspended and listening on port 5005. Requires the "java" plugin.]' \
+                '--fail-fast[Stops test execution after the first failed test. Requires the "java" plugin.]' \
+                '--tests=[Sets test class or method name to be included, * is supported. Requires the "java" plugin.]' \
+                '(-)*:: :->task-or-option' && ret=0
+            ;;
+        (wrapper)
+            _arguments \
+                '--distribution-type=[Binary-only or all with docs and sources]:*:distribution type:(bin all)' \
+                '--gradle-version=[Set Gradle version for wrapper]' \
+                '--gradle-distribution-sha256-sum=[SHA-256 checksum]' \
+                '--gradle-distribution-url=[Set Gradle distribution URL]' && ret=0
+            ;;
+        (*)
+            _arguments -C \
+                {-a,--no-rebuild}'[Do not rebuild project dependencies.]' \
+                '(--no-build-cache)--build-cache[Enable the Gradle build cache.]' \
+                {-b,--build-file}'[Specifies the build file.]:build script:_files -g \*.gradle' \
+                {-C,--cache}'[Specifies how compiled build scripts should be cached.]:cache policy:(on rebuild)' \
+                {-c,--settings-file}'[Specifies the settings file.]:settings file:_files -g \*.gradle' \
+                '(--configuration-cache)--no-configuration-cache[Disables the configuration cache. Gradle will not reuse the build configuration from previous builds.]' \
+                '--configuration-cache-problems=[Configures how the configuration cache handles problems]:problem handling:(fail warn)' \
+                '(--no-configure-on-demand)--configure-on-demand[Only relevant projects are configured in this build run.]' \
+                '(--no-configuration-cache)--configuration-cache[Enables the configuration cache. Gradle will try to reuse the build configuration from previous builds.]' \
+                '--console=[Specifies which type of console output to generate.]:console output type:(plain auto rich verbose)' \
+                '--continue[Continues task execution after a task failure.]' \
+                '-Dorg.gradle.cache.reserved.mb=[Reserve Gradle Daemon memory for operations.]' \
+                '-Dorg.gradle.caching=[Set true to enable Gradle build cache.]:enable build cache:(true false)' \
+                '-Dorg.gradle.console=[Set type of console output to generate.]:console output type:(plain auto rich verbose)' \
+                '-Dorg.gradle.daemon.debug=[Set true to debug Gradle Daemon.]:enable daemon debug:(true false)' \
+                '-Dorg.gradle.daemon.idletimeout=[Kill Gradle Daemon after # idle millis.]' \
+                '-Dorg.gradle.debug=[Set true to debug Gradle Client.]' \
+                '-Dorg.gradle.jvmargs=[Set JVM arguments.]' \
+                '-Dorg.gradle.java.home=[Set JDK home dir.]' \
+                '-Dorg.gradle.logging.level=[Set default Gradle log level.]:log level:(quiet warn lifecycle info debug)' \
+                '-Dorg.gradle.parallel=[Set true to enable parallel project builds.]:enable parallel build:(true false)' \
+                '-Dorg.gradle.priority=[Set priority for Gradle worker processes.]:priority:(low normal)' \
+                '-Dorg.gradle.unsafe.watch-fs=[Set true to enable Gradle file watcher.]:enable watcher:(true false)' \
+                '-Dorg.gradle.warning.mode=[Set types of warnings to log.]:warning level:(all summary none)' \
+                '-Dorg.gradle.workers.max=[Set the number of workers Gradle is allowed to use.]' \
+                '(-i --info -w --warn -q --quiet)'{-d,--debug}'[Log in debug mode (includes normal stacktrace).]' \
+                '(--no-daemon)--daemon[Uses the Gradle daemon to run the build. Starts the daemon if not running.]' \
+                '--foreground[Starts the Gradle daemon in the foreground.]' \
+                {-g,--gradle-user-home}'[Specifies the gradle user home directory.]:file:_directories' \
+                \*--include-build'[Includes the specified build in the composite.]:file:_directories' \
+                \*{-I,--init-script}'[Specifies an initialization script.]:init script:_files -g \*.gradle' \
+                '(-d --debug -w --warn -q --quiet)'{-i,--info}'[Set log level to info.]' \
+                '--max-workers[Set the maximum number of concurrent workers that Gradle may use.]:number workers' \
+                {-m,--dry-run}'[Runs the builds with all task actions disabled.]' \
+                '--no-color[Do not use color in the console output. (Removed in Gradle 3.0)]' \
+                '(--build-cache)--no-build-cache[Do not use the Gradle build cache.]' \
+                '(--configure-on-demand)--no-configure-on-demand[Disables configuration on demand.]' \
+                '(--daemon)--no-daemon[Do not use the Gradle daemon to run the build.]' \
+                '(--parallel)--no-parallel[Disables parallel execution to build projects.]' \
+                '(--scan)--no-scan[Do not create a build scan.]' \
+                '--offline[The build should operate without accessing network resources.]' \
+                \*{-P+,--project-prop}'[Set project property for the build script (e.g. -Pmyprop=myvalue).]:project property (prop=val):' \
+                {-p,--project-dir}'[Specifies the start directory for Gradle.]:start directory:_directories' \
+                '(--no-parallel)--parallel[Build projects in parallel. Gradle will attempt to determine the optimal number of executor threads to use.]' \
+                '--profile[Profiles build execution time and generates a report in the /reports/profile directory.]' \
+                '--priority[Set priority for Gradle worker processes.]:priority:(low normal)' \
+                '--project-cache-dir[Specifies the project-specific cache directory.]:cache directory:_directories' \
+                '(-d --debug -w --warn -i --info)'{-q,--quiet}'[Log errors only.]' \
+                '--recompile-scripts[Force build script recompiling.]' \
+                '--refresh[Refresh the state of resources of the type(s) specified.]:refresh policy:(dependencies)' \
+                '--refresh-dependencies[Refresh the state of dependencies.]' \
+                '--rerun-tasks[Ignore previously cached task results.]' \
+                '(--no-scan)--scan[Create a build scan.]' \
+                '(-S --full-stacktrace)'{-s,--stacktrace}'[Print out the stacktrace for all exceptions.]' \
+                '(-s --stacktrace)'{-S,--full-stacktrace}'[Print out the full (very verbose) stacktrace for all exceptions.]' \
+                '--system-prop[system property (prop=val)]' \
+                {-t,--continuous}'[Enables continuous build. Gradle does not exit and will re-execute tasks when task file inputs change.]' \
+                {-u,--no-search-upward}"[Don't search in parent folders for a settings.gradle file.]" \
+                '(--write-locks)--update-locks[Perform a partial update of the dependency lock.]' \
+                '(-d --debug -q --quiet -i --info)'{-w,--warn}'[Log warnings and errors only.]' \
+                '--warning-mode=[Set types of warnings to log.]:warning mode:(all summary none)' \
+                '(--no-watch-fs)--watch-fs[Gradle watches filesystem for incremental builds.]' \
+                '(--update-locks)--write-locks[Persists dependency resolution for locked configurations.]' \
+                {-x,--exclude-task}'[Specify a task to be excluded from execution.]' && ret=0
+            ;;
+    esac
+
+    return ret
+}
+
+(( $+functions[_gradle_dependency_configurations] )) ||
+_gradle_dependency_configurations() {
+    local configurations
+    configurations=(
+        'compileClasspath'
+        'runtimeClasspath'
+        'testCompileClasspath'
+        'testRuntimeClasspath'
+    )
+    _describe -t 'dependency configurations' "dependency configuration" configurations
+}
+
+_gradle() {
+    local cur=${words[CURRENT]}
+    local curcontext="$curcontext" state
+    integer ret=1
+    typeset -A opt_args
+
+    _arguments -C \
+        '(-)'{-\?,-h,--help}'[Shows a help message.]' \
+        {-a,--no-rebuild}'[Do not rebuild project dependencies.]' \
+        '(--no-build-cache)--build-cache[Enable the Gradle build cache.]' \
+        {-b,--build-file}'[Specifies the build file.]:build script:_files -g \*.gradle' \
+        {-C,--cache}'[Specifies how compiled build scripts should be cached.]:cache policy:(on rebuild)' \
+        {-c,--settings-file}'[Specifies the settings file.]:settings file:_files -g \*.gradle:->argument-expected' \
+        '(--no-configuration-cache)--configuration-cache[Enables the configuration cache. Gradle will try to reuse the build configuration from previous builds.]' \
+        '(--configuration-cache)--no-configuration-cache[Disables the configuration cache. Gradle will not reuse the build configuration from previous builds.]' \
+        '--configuration-cache-problems=[Configures how the configuration cache handles problems]:problem handling:(fail warn)' \
+        '(--no-configure-on-demand)--configure-on-demand[Only relevant projects are configured in this build run.]' \
+        '--console=[Specifies which type of console output to generate.]:console output type:(plain auto rich verbose)' \
+        '--continue[Continues task execution after a task failure.]' \
+        '-Dorg.gradle.cache.reserved.mb=[Reserve Gradle Daemon memory for operations.]' \
+        '-Dorg.gradle.caching=[Set true to enable Gradle build cache.]' \
+        '-Dorg.gradle.console=[Set type of console output to generate.]:console output type:(plain auto rich verbose)' \
+        '-Dorg.gradle.daemon.debug=[Set true to debug Gradle Daemon.]' \
+        '-Dorg.gradle.daemon.idletimeout=[Kill Gradle Daemon after # idle millis.]' \
+        '-Dorg.gradle.debug=[Set true to debug Gradle Client.]' \
+        '-Dorg.gradle.jvmargs=[Set JVM arguments.]' \
+        '-Dorg.gradle.java.home=[Set JDK home dir.]' \
+        '-Dorg.gradle.logging.level=[Set default Gradle log level.]:log level:(quiet warn lifecycle info debug)' \
+        '-Dorg.gradle.parallel=[Set true to enable parallel project builds.]:(true false)' \
+        '-Dorg.gradle.priority=[Set priority for Gradle worker processes.]:priority:(low normal)' \
+        '-Dorg.gradle.unsafe.watch-fs=[Set true to enable Gradle file watcher.]:enable watcher:(true false)' \
+        '-Dorg.gradle.warning.mode=[Set types of warnings to log.]:warning level:(all summary none)' \
+        '-Dorg.gradle.workers.max=[Set the number of workers Gradle is allowed to use.]' \
+        '(-i --info -w --warn -q --quiet)'{-d,--debug}'[Log in debug mode (includes normal stacktrace).]' \
+        '(--no-daemon)--daemon[Uses the Gradle daemon to run the build. Starts the daemon if not running.]' \
+        '--foreground[Starts the Gradle daemon in the foreground.]' \
+        {-g,--gradle-user-home}'[Specifies the gradle user home directory.]:home directory:_directories:->argument-expected' \
+        '(-)--gui[Launches the Gradle GUI. (Removed in Gradle 4.0)]' \
+        \*--include-build'[Includes the specified build in the composite.]:file:_directories:->argument-expected' \
+        \*{-I,--init-script}'[Specifies an initialization script.]:init script:_files -g \*.gradle:->argument-expected' \
+        '(-d --debug -w --warn -q --quiet)'{-i,--info}'[Set log level to info.]' \
+        '--max-workers[Set the maximum number of concurrent workers that Gradle may use.]:number workers:->argument-expected' \
+        {-m,--dry-run}'[Runs the builds with all task actions disabled.]' \
+        '--no-color[Do not use color in the console output. (Removed in Gradle 3.0)]' \
+        '(--build-cache)--no-build-cache[Do not use the Gradle build cache.]' \
+        '(--configure-on-demand)--no-configure-on-demand[Disables configuration on demand.]' \
+        '(--daemon)--no-daemon[Do not use the Gradle daemon to run the build.]' \
+        '(--parallel)--no-parallel[Disables parallel execution to build projects.]' \
+        '(--scan)--no-scan[Do not create a build scan.]' \
+        '--offline[The build should operate without accessing network resources.]' \
+        \*{-P+,--project-prop}'[Set project property for the build script (e.g. -Pmyprop=myvalue).]:project property (prop=val):->argument-expected' \
+        {-p,--project-dir}'[Specifies the start directory for Gradle.]:start directory:_directories:->argument-expected' \
+        '(--no-parallel)--parallel[Build projects in parallel. Gradle will attempt to determine the optimal number of executor threads to use.]' \
+        '--priority=[Set priority for Gradle worker processes.]:priority:(low normal)' \
+        '--profile[Profiles build execution time and generates a report in the /reports/profile directory.]' \
+        '--project-cache-dir=[Specifies the project-specific cache directory.]:cache directory:_directories:->argument-expected' \
+        '(-d --debug -w --warn -i --info)'{-q,--quiet}'[Log errors only.]' \
+        '--recompile-scripts[Force build script recompiling.]' \
+        '--refresh[Refresh the state of resources of the type(s) specified.]:refresh policy:(dependencies)' \
+        '--refresh-dependencies[Refresh the state of dependencies.]' \
+        '--rerun-tasks[Ignore previously cached task results.]' \
+        '(--no-scan)--scan[Create a build scan.]' \
+        '(-S --full-stacktrace)'{-s,--stacktrace}'[Print out the stacktrace for all exceptions.]' \
+        '(-s --stacktrace)'{-S,--full-stacktrace}'[Print out the full (very verbose) stacktrace for all exceptions.]' \
+        '(-)--status[Shows status of running and recently stopped Gradle Daemons.]' \
+        '(-)--stop[Stops all Gradle daemons.]' \
+        '--system-prop[system property (prop=val)]' \
+        {-t,--continuous}'[Enables continuous build. Gradle does not exit and will re-execute tasks when task file inputs change.]' \
+        {-u,--no-search-upward}"[Don't search in parent folders for a settings.gradle file.]" \
+        '(--write-locks)--update-locks[Perform a partial update of the dependency lock.]' \
+        '(-)'{-v,--version}'[Print version info.]' \
+        '(-d --debug -q --quiet -i --info)'{-w,--warn}'[Log warnings and errors only.]' \
+        '--warning-mode=[Set types of warnings to log.]:warning mode:(all summary none)' \
+        '(--update-locks)--write-locks[Persists dependency resolution for locked configurations.]' \
+        '(--no-watch-fs)--watch-fs[Gradle watches filesystem for incremental builds.]' \
+        {-x,--exclude-task}'[Specify a task to be excluded from execution.]' \
+        '(-)*:: :->task-or-option' && ret=0
+
+    if [[ $words[CURRENT] != -* && $state != "argument-expected" ]]; then
+        __gradle_tasks && ret=0
+    else
+        curcontext=${curcontext%:*:*}:gradle-$words[1]:
+        __gradle_subcommand && ret=0
+    fi
+
+    return ret
+}
+
+_gradle "$@"
diff --git a/.oh-my-zsh/plugins/gradle/gradle.plugin.zsh b/.oh-my-zsh/plugins/gradle/gradle.plugin.zsh
new file mode 100644
index 0000000..dacc464
--- /dev/null
+++ b/.oh-my-zsh/plugins/gradle/gradle.plugin.zsh
@@ -0,0 +1,26 @@
+# Looks for a gradlew file in the current working directory
+# or any of its parent directories, and executes it if found.
+# Otherwise it will call gradle directly.
+function gradle-or-gradlew() {
+  # find project root
+  # taken from https://github.com/gradle/gradle-completion
+  local dir="$PWD" project_root="$PWD"
+  while [[ "$dir" != / ]]; do
+    if [[ -x "$dir/gradlew" ]]; then
+      project_root="$dir"
+      break
+    fi
+    dir="${dir:h}"
+  done
+
+  # if gradlew found, run it instead of gradle
+  if [[ -f "$project_root/gradlew" ]]; then
+    echo "executing gradlew instead of gradle"
+    "$project_root/gradlew" "$@"
+  else
+    command gradle "$@"
+  fi
+}
+
+alias gradle=gradle-or-gradlew
+compdef _gradle gradle-or-gradlew
diff --git a/.oh-my-zsh/plugins/grails/README.md b/.oh-my-zsh/plugins/grails/README.md
new file mode 100644
index 0000000..5d9ebd7
--- /dev/null
+++ b/.oh-my-zsh/plugins/grails/README.md
@@ -0,0 +1,16 @@
+# Grails plugin
+
+This plugin adds completion for the [Grails 2 CLI](https://grails.github.io/grails2-doc/2.5.x/guide/commandLine.html)
+
+To use it, add `grails` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... grails)
+```
+
+It looks for scripts in the following paths:
+
+- `$GRAILS_HOME/scripts`
+- `~/.grails/scripts`
+- `./scripts`
+- `./plugins/*/scripts`
diff --git a/.oh-my-zsh/plugins/grails/grails.plugin.zsh b/.oh-my-zsh/plugins/grails/grails.plugin.zsh
new file mode 100644
index 0000000..e5dceb5
--- /dev/null
+++ b/.oh-my-zsh/plugins/grails/grails.plugin.zsh
@@ -0,0 +1,60 @@
+_enumerateGrailsScripts() {
+    # Default directories
+    directories=($GRAILS_HOME/scripts ~/.grails/scripts ./scripts)
+
+    # Check all of the plugins directories, if they exist
+    if [ -d plugins ]
+    then
+        directories+=(plugins/*/scripts)
+    fi
+
+    # Enumerate all of the Groovy files
+    files=()
+    for dir in $directories;
+    do
+        if [ -d $dir ]
+        then
+            files+=($dir/[^_]*.groovy)
+        fi
+    done
+
+    # Don't try to basename ()
+    if [ ${#files} -eq 0 ];
+    then
+        return
+    fi
+
+    scripts=()
+    for file in $files
+    do
+        # - Strip the path
+        # - Remove all scripts with a leading '_'
+        # - PackagePlugin_.groovy -> PackagePlugin
+        # - PackagePlugin         -> Package-Plugin
+        # - Package-Plugin        -> package-plugin
+        command=$(basename $file                              \
+            | sed -E  -e 's/^_?([^_]+)_?.groovy/\1/'\
+                      -e 's/([a-z])([A-Z])/\1-\2/g' \
+            | tr "[:upper:]" "[:lower:]"            \
+            | sort                                  \
+            | uniq)
+        scripts+=($command)
+    done
+    echo $scripts
+}
+
+_grails() {
+    if (( CURRENT == 2 )); then
+        scripts=( $(_enumerateGrailsScripts) )
+
+        if [ ${#scripts} -ne 0 ];
+        then
+            _multi_parts / scripts
+            return
+        fi
+    fi
+
+    _files
+}
+
+compdef _grails grails
diff --git a/.oh-my-zsh/plugins/grc/README.md b/.oh-my-zsh/plugins/grc/README.md
new file mode 100644
index 0000000..515e876
--- /dev/null
+++ b/.oh-my-zsh/plugins/grc/README.md
@@ -0,0 +1,15 @@
+# Generic Colouriser plugin
+
+This plugin adds wrappers for commands supported by [Generic Colouriser](https://github.com/garabik/grc):
+
+To use it, add `grc` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... grc)
+```
+
+## Commands
+
+The plugin sources the bundled alias generator from the installation, available at `/etc/grc.zsh`.
+The complete list of wrapped commands may vary depending on the installed version of `grc`, look
+at the file mentioned above (`/etc/grc.zsh`) to see which commands are wrapped.
diff --git a/.oh-my-zsh/plugins/grc/grc.plugin.zsh b/.oh-my-zsh/plugins/grc/grc.plugin.zsh
new file mode 100644
index 0000000..55ffc1a
--- /dev/null
+++ b/.oh-my-zsh/plugins/grc/grc.plugin.zsh
@@ -0,0 +1,19 @@
+#!/usr/bin/env zsh
+
+# common grc.zsh paths
+files=(
+  /etc/grc.zsh               # default
+  /usr/local/etc/grc.zsh     # homebrew darwin-x64
+  /opt/homebrew/etc/grc.zsh  # homebrew darwin-arm64
+  /usr/share/grc/grc.zsh     # Gentoo Linux (app-misc/grc)
+)
+
+# verify the file is readable and source it
+for file in $files; do
+  if [[ -r "$file" ]]; then
+    source "$file"
+    break
+  fi
+done
+
+unset file files
diff --git a/.oh-my-zsh/plugins/grunt/README.md b/.oh-my-zsh/plugins/grunt/README.md
new file mode 100644
index 0000000..a69a9b7
--- /dev/null
+++ b/.oh-my-zsh/plugins/grunt/README.md
@@ -0,0 +1,37 @@
+# grunt plugin
+
+This plugin adds completions for [grunt](https://github.com/gruntjs/grunt).
+
+To use it, add `grunt` to the plugins array of your `.zshrc` file:
+```zsh
+plugins=(... grunt)
+```
+
+## Enable caching
+
+If you want to use the cache, set the following in your `.zshrc`:
+```zsh
+zstyle ':completion:*' use-cache yes
+```
+
+## Settings
+
+* Show grunt file path:
+  ```zsh
+  zstyle ':completion::complete:grunt::options:' show_grunt_path yes
+  ```
+* Cache expiration days (default: 7):
+  ```zsh
+  zstyle ':completion::complete:grunt::options:' expire 1
+  ```
+* Not update options cache if target gruntfile is changed.
+  ```zsh
+  zstyle ':completion::complete:grunt::options:' no_update_options yes
+  ```
+
+Note that if you change the zstyle settings, you should delete the cache file and restart zsh.
+
+```zsh
+$ rm ~/.zcompcache/grunt
+$ exec zsh
+```
diff --git a/.oh-my-zsh/plugins/grunt/grunt.plugin.zsh b/.oh-my-zsh/plugins/grunt/grunt.plugin.zsh
new file mode 100644
index 0000000..a89469a
--- /dev/null
+++ b/.oh-my-zsh/plugins/grunt/grunt.plugin.zsh
@@ -0,0 +1,255 @@
+#compdef grunt
+#autoload
+# -----------------------------------------------------------------------------
+#  _grunt
+#
+#  Completion script for grunt.
+#   - https://github.com/gruntjs/grunt
+#   - https://github.com/gruntjs/grunt-cli
+#
+# -----------------------------------------------------------------------------
+#
+#  Version     : 0.1.2
+#  Author      : Yonchu 
+#  License     : MIT License
+#  Repository  : https://github.com/yonchu/grunt-zsh-completion
+#  Last Change : 20 Aug 2014.
+#
+#  Copyright (c) 2013 Yonchu.
+#
+# -----------------------------------------------------------------------------
+# USAGE
+# -----
+#
+# Enable caching:
+#
+#   If you want to use the cache, set the followings in your .zshrc:
+#
+#     zstyle ':completion:*' use-cache yes
+#
+#
+# Settings:
+#
+#  - Show grunt file path:
+#      zstyle ':completion::complete:grunt::options:' show_grunt_path yes
+#
+#  - Cache expiration days (default: 7):
+#      zstyle ':completion::complete:grunt::options:' expire 1
+#
+#  - Not update options cache if target gruntfile is changed.
+#      zstyle ':completion::complete:grunt::options:' no_update_options yes
+#
+#  Note that if you change the zstyle settings,
+#  you should delete the cache file and restart zsh.
+#
+#    $ rm ~/.zcompcache/grunt
+#    $ exec zsh
+#
+# -----------------------------------------------------------------------------
+
+function __grunt() {
+    local curcontext="$curcontext" update_policy state
+    local show_grunt_path update_msg gruntfile opts tasks
+
+    # Setup cache-policy.
+    zstyle -s ":completion:${curcontext}:" cache-policy update_policy
+    if [[ -z $update_policy ]]; then
+        zstyle ":completion:${curcontext}:" cache-policy __grunt_caching_policy
+    fi
+
+    # Check show_path option.
+    zstyle -b ":completion:${curcontext}:options:" show_grunt_path show_grunt_path
+
+    # Get current gruntfile.
+    gruntfile=$(__grunt_get_gruntfile)
+
+    # Initialize opts and tasks.
+    opts=()
+    tasks=()
+
+    # Add help options.
+    opts+=('(- 1 *)'{-h,--help}'[Display this help text.]')
+
+    ## Complete without gruntfile.
+    if [[ ! -f $gruntfile ]]; then
+        _arguments "${opts[@]}"
+        return
+    fi
+
+    ## Complete with gruntfile.
+    # Retrieve cache.
+    if ! __grunt_update_cache "$gruntfile"; then
+        update_msg=' (cache updated)'
+    fi
+
+    # Make options completion.
+    if [[ ${#__grunt_opts} -gt 0 ]]; then
+        opts+=("${__grunt_opts[@]}")
+    fi
+
+    # Complete arguments.
+    _arguments \
+        "${opts[@]}" \
+        '*: :->tasks' \
+        && return
+
+    case $state in
+        tasks)
+            if [[ $show_grunt_path == 'yes' ]]; then
+                update_msg="$update_msg: ${${gruntfile/#$HOME/~}%/}"
+            fi
+            # Make tasks completion.
+            if [[ ${#__grunt_tasks} -gt 0 ]]; then
+                tasks+=("${__grunt_tasks[@]}")
+                _describe -t grunt-task "$verbose grunt task$update_msg" tasks || return 1
+            fi
+        ;;
+    esac
+
+    return 0
+}
+
+# Cache policy:
+#   The cache file name: grunt
+#   The cache variable name: __grunt_version __grunt_gruntfile __grunt_opts __grunt_tasks
+function __grunt_update_cache() {
+    # TODO
+    local version='0.1.2'
+    local is_updating=0
+    local gruntfile="$1"
+    local grunt_info no_update_options cache_path
+
+    # Check no_update_options option.
+    zstyle -b ":completion:${curcontext}:options:" no_update_options no_update_options
+
+
+    if ! ( ((  $+__grunt_gruntfile )) \
+        && (( $+__grunt_opts )) \
+        && (( $+__grunt_tasks )) ) \
+        && ! _retrieve_cache 'grunt'; then
+        is_updating=1
+    fi
+
+    if [[ $gruntfile != $__grunt_gruntfile ]]; then
+        # Except for --help options.
+        __grunt_gruntfile=$gruntfile
+        if [[ $no_update_options == 'yes' ]]; then
+            if [[ $PREFIX == ${PREFIX#-} ]]; then
+                # Not options completions.
+                is_updating=1
+            elif [[ ${#__grunt_opts} -lt 2 ]]; then
+                is_updating=1
+            else
+                unset __grunt_gruntfile
+            fi
+        else
+            is_updating=1
+        fi
+    else
+        if [[ $PREFIX != ${PREFIX#-} && ${#__grunt_opts} -gt 1 ]]; then
+            unset __grunt_gruntfile
+        fi
+    fi
+
+    if _cache_invalid 'grunt'; then
+        is_updating=1
+    fi
+
+    # Check _grunt version.
+    if [[ $__grunt_version != $version ]]; then
+        is_updating=1
+    fi
+
+    if [[ $is_updating -ne 0 ]]; then
+        # Update cache.
+        __grunt_version=$version
+        __grunt_gruntfile=$gruntfile
+        is_updating=1
+        grunt_info=$(grunt --help --no-color --gruntfile "$__grunt_gruntfile" 2>/dev/null)
+        __grunt_opts=(${(f)"$(__grunt_get_opts "$grunt_info")"})
+        __grunt_tasks=(${(f)"$(__grunt_get_tasks "$grunt_info")"})
+        _store_cache 'grunt' __grunt_version __grunt_gruntfile __grunt_opts __grunt_tasks
+    fi
+    return $is_updating
+}
+
+function __grunt_get_tasks() {
+    echo -E "$1" \
+        | grep 'Available tasks' -A 100 \
+        | grep '^ ' \
+        | sed -e 's/^[[:blank:]]*//' -e 's/[[:blank:]]*$//' \
+        | sed -e 's/:/\\:/g' \
+        | sed -e 's/  /:/'
+}
+
+function __grunt_get_opts() {
+    local opt_hunk opt_sep opt_num line opt
+    opt_hunk=$(echo -E "$1" \
+        | grep 'Options$' -A 100 \
+        | sed '1 d' \
+        | sed -e 's/[[:blank:]]*$//' \
+    )
+
+    opt_sep=()
+    opt_hunk=(${(f)opt_hunk})
+    opt_num=0
+    for line in "$opt_hunk[@]"; do
+        opt=$(echo -E "$line" | sed -e 's/^[[:blank:]]*//')
+        if [[ $line == $opt ]]; then
+            break
+        fi
+        if [[ $opt != ${opt#-} ]]; then
+            # Start with -
+            (( opt_num++ ))
+            opt=$(echo -E "$opt" | sed 's/^\(\(--[^ ]*\)\(, \(-[^ ]*\)\)*\)  */\2\\t\4\\\t/')
+        fi
+        opt_sep[$opt_num]=("${opt_sep[$opt_num]}${opt}")
+    done
+
+    for line in "$opt_sep[@]"; do
+        opt=(${(s:\t:)line})
+        if [[ ${opt[1]} == '--help' ]]; then
+            continue
+        fi
+        if [[ ${#opt} -eq 2 ]]; then
+            echo -E "(${opt[1]})${opt[1]}[${opt[2]}]"
+        else
+            echo -E "(${opt[1]},${opt[2]})${opt[1]}[${opt[3]}]"
+            echo -E "(${opt[1]},${opt[2]})${opt[2]}[${opt[3]}]"
+        fi
+    done
+}
+
+function __grunt_get_gruntfile() {
+    local gruntfile
+    local curpath="$PWD"
+    while [ "$curpath" ]; do
+        for gruntfile in "$curpath/"{G,g}runtfile.{js,coffee}; do
+            if [[ -e "$gruntfile" ]]; then
+                echo "$gruntfile"
+                return
+            fi
+        done
+        curpath=${curpath%/*}
+    done
+    return 1
+}
+
+function __grunt_caching_policy() {
+    # Returns status zero if the completions cache needs rebuilding.
+
+    # Rebuild if .agignore more recent than cache.
+    if [[ -f $__grunt_gruntfile && $__grunt_gruntfile -nt $1 ]]; then
+        # Invalid cache because gruntfile is old.
+        return 0
+    fi
+
+    local -a oldp
+    local expire
+    zstyle -s ":completion:${curcontext}:options:" expire expire || expire=7
+    # Rebuild if cache is more than $expire days.
+    oldp=( "$1"(Nm+$expire) )
+    (( $#oldp ))
+}
+
+compdef __grunt grunt
\ No newline at end of file
diff --git a/.oh-my-zsh/plugins/gulp/README.md b/.oh-my-zsh/plugins/gulp/README.md
new file mode 100644
index 0000000..4ed2b99
--- /dev/null
+++ b/.oh-my-zsh/plugins/gulp/README.md
@@ -0,0 +1,8 @@
+# gulp plugin
+
+This plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) tasks. It grabs all available tasks from the `gulpfile.js` in the current directory.
+
+To use it, add `gulp` to the plugins array of your `.zshrc` file:
+```
+plugins=(... gulp)
+```
diff --git a/.oh-my-zsh/plugins/gulp/gulp.plugin.zsh b/.oh-my-zsh/plugins/gulp/gulp.plugin.zsh
new file mode 100644
index 0000000..6234302
--- /dev/null
+++ b/.oh-my-zsh/plugins/gulp/gulp.plugin.zsh
@@ -0,0 +1,29 @@
+#!/usr/bin/env zsh
+
+#
+# gulp-autocompletion-zsh
+#
+# Autocompletion for your gulp.js tasks
+#
+# Copyright(c) 2014 André König 
+# MIT Licensed
+#
+
+#
+# André König
+# GitHub: https://github.com/akoenig
+# Twitter: https://twitter.com/caiifr
+#
+
+#
+# Grabs all available tasks from the `gulpfile.js`
+# in the current directory.
+#
+function _gulp_completion {
+    compls=$(gulp --tasks-simple 2>/dev/null)
+
+    completions=(${=compls})
+    compadd -- $completions
+}
+
+compdef _gulp_completion gulp
diff --git a/.oh-my-zsh/plugins/hanami/README.md b/.oh-my-zsh/plugins/hanami/README.md
new file mode 100644
index 0000000..c9e09f4
--- /dev/null
+++ b/.oh-my-zsh/plugins/hanami/README.md
@@ -0,0 +1,45 @@
+# Hanami Plugin
+
+This plugin adds convenient aliases to work with [Hanami](https://hanamirb.org/) via console.
+It's inspired by Rails plugin, so if you've used it, you'll feel like home.
+
+To use it, add `hanami` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... hanami)
+```
+
+## Usage
+
+For example, type `hc` into your console when you're within Hanami project directory to run
+the application console. Have a look at available shortcuts below. You can read more about
+these commands [on the official website](https://hanamirb.org/guides/command-line/applications/).
+
+## Aliases
+
+| Alias | Command                     | Description                                             |
+|-------|-----------------------------|---------------------------------------------------------|
+| HED\* | `HANAMI_ENV=development`    | Set environment variable HANAMI_ENV to development      |
+| HEP\* | `HANAMI_ENV=production`     | Set environment variable HANAMI_ENV to production       |
+| HET\* | `HANAMI_ENV=test`           | Set environment variable HANAMI_ENV to test             |
+| hc    | `hanami console`            | Run application console                                 |
+| hd    | `hanami destroy`            | Remove specified hanami resource                        |
+| hg    | `hanami generate`           | Create specified hanami resource                        |
+| hgm   | `hanami generate migration` | Create migration file                                   |
+| hs    | `hanami server`             | Launch server with hanami application                   |
+| hsp   | `hanami server -p`          | Launch server with specified port                       |
+| hr    | `hanami routes`             | List application routes                                 |
+| hdc   | `hanami db create`          | Create application database                             |
+| hdd   | `hanami db drop`            | Delete application database                             |
+| hdp   | `hanami db prepare`         | Prepare database for the current environment            |
+| hda   | `hanami db apply`           | Recreates a fresh schema after migrations (destructive) |
+| hdv   | `hanami db version`         | Print current database version                          |
+| hdrs  | `hdd && hdp`                | Drop and recreate application database                  |
+| hdtp  | `HET hdp`                   | Actualize test environment database                     |
+| hrg   | `hr | grep`                 | Grep hanami routes with specified pattern               |
+
+\* You should use these at the beginning of a command, for example:
+
+```console
+$ HED hdd # equivalent to 'HANAMI_ENV=development hanami db drop'
+```
diff --git a/.oh-my-zsh/plugins/hanami/hanami.plugin.zsh b/.oh-my-zsh/plugins/hanami/hanami.plugin.zsh
new file mode 100644
index 0000000..42143b4
--- /dev/null
+++ b/.oh-my-zsh/plugins/hanami/hanami.plugin.zsh
@@ -0,0 +1,19 @@
+alias HED='HANAMI_ENV=development '
+alias HEP='HANAMI_ENV=production '
+alias HET='HANAMI_ENV=test '
+
+alias hc='hanami console'
+alias hd='hanami destroy'
+alias hg='hanami generate'
+alias hgm='hanami generate migration'
+alias hs='hanami server'
+alias hsp='hanami server -p'
+alias hr='hanami routes'
+alias hdc='hanami db create'
+alias hdd='hanami db drop'
+alias hdp='hanami db prepare'
+alias hda='hanami db apply'
+alias hdv='hanami db version'
+alias hdrs='hdd && hdp'
+alias hdtp='HET hdp'
+alias hrg='hr | grep'
diff --git a/.oh-my-zsh/plugins/hasura/README.md b/.oh-my-zsh/plugins/hasura/README.md
new file mode 100644
index 0000000..d7db9ed
--- /dev/null
+++ b/.oh-my-zsh/plugins/hasura/README.md
@@ -0,0 +1,9 @@
+# Hasura plugin
+
+This plugin adds completion for [the Hasura CLI](https://hasura.io/docs/latest/hasura-cli/index/).
+
+To use it, add `hasura` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... hasura)
+```
diff --git a/.oh-my-zsh/plugins/hasura/hasura.plugin.zsh b/.oh-my-zsh/plugins/hasura/hasura.plugin.zsh
new file mode 100644
index 0000000..18254c4
--- /dev/null
+++ b/.oh-my-zsh/plugins/hasura/hasura.plugin.zsh
@@ -0,0 +1,13 @@
+if (( ! $+commands[hasura] )); then
+  return
+fi
+
+# If the completion file does not exist, generate it and then source it
+# Otherwise, source it and regenerate in the background
+if [[ ! -f "$ZSH_CACHE_DIR/completions/_hasura" ]]; then
+  hasura completion zsh --file "$ZSH_CACHE_DIR/completions/_hasura" >/dev/null
+  source "$ZSH_CACHE_DIR/completions/_hasura"
+else
+  source "$ZSH_CACHE_DIR/completions/_hasura"
+  hasura completion zsh --file "$ZSH_CACHE_DIR/completions/_hasura" >/dev/null &|
+fi
diff --git a/.oh-my-zsh/plugins/helm/README.md b/.oh-my-zsh/plugins/helm/README.md
new file mode 100644
index 0000000..dcbb30b
--- /dev/null
+++ b/.oh-my-zsh/plugins/helm/README.md
@@ -0,0 +1,19 @@
+# Helm plugin
+
+This plugin adds completion and aliases for [Helm](https://helm.sh/), the Kubernetes package manager.
+
+To use it, add `helm` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... helm)
+```
+
+## Aliases
+
+| Alias |  Full command  |
+| ----- | -------------- |
+| h     | helm           |
+| hin   | helm install   |
+| hun   | helm uninstall |
+| hse   | helm search    |
+| hup   | helm upgrade   |
diff --git a/.oh-my-zsh/plugins/helm/helm.plugin.zsh b/.oh-my-zsh/plugins/helm/helm.plugin.zsh
new file mode 100644
index 0000000..e754a65
--- /dev/null
+++ b/.oh-my-zsh/plugins/helm/helm.plugin.zsh
@@ -0,0 +1,19 @@
+if (( ! $+commands[helm] )); then
+  return
+fi
+
+# If the completion file does not exist, generate it and then source it
+# Otherwise, source it and regenerate in the background
+if [[ ! -f "$ZSH_CACHE_DIR/completions/_helm" ]]; then
+  helm completion zsh | tee "$ZSH_CACHE_DIR/completions/_helm" >/dev/null
+  source "$ZSH_CACHE_DIR/completions/_helm"
+else
+  source "$ZSH_CACHE_DIR/completions/_helm"
+  helm completion zsh | tee "$ZSH_CACHE_DIR/completions/_helm" >/dev/null &|
+fi
+
+alias h='helm'
+alias hin='helm install'
+alias hun='helm uninstall'
+alias hse='helm search'
+alias hup='helm upgrade'
diff --git a/.oh-my-zsh/plugins/heroku-alias/README.md b/.oh-my-zsh/plugins/heroku-alias/README.md
new file mode 100644
index 0000000..4b7b953
--- /dev/null
+++ b/.oh-my-zsh/plugins/heroku-alias/README.md
@@ -0,0 +1,127 @@
+# heroku-alias
+🧬 Full alias for heroku cli
+
+|🚀 last maj|📡 source|
+|---|---|
+|02/06/2020|[heroku cli doc](https://devcenter.heroku.com/articles/heroku-cli-commands)|
+
+# Alias list
+
+## general
+| Alias  | Command |
+| ------------- | ------------- |
+| h | heroku |
+| hauto | heroku autocomplete $(echo $SHELL) |
+| hl | heroku local |
+
+## config
+| Alias  | Command |
+| ------------- | ------------- |
+| hc | heroku config |
+| hca | heroku config -a |
+| hcr | heroku config -r |
+| hcs | heroku config:set |
+| hcu | heroku config:unset |
+| hcfile | function hcfile bellow |
+
+```sh
+hcfile() {
+  echo " Which platform [-r/a name] ? "
+  read platform
+  echo " Which file ? "
+  read file
+  while read line;
+    do heroku config:set "$platform" "$line";
+  done < "$file"
+}
+```
+
+## apps and favorites
+| Alias  | Command |
+| ------------- | ------------- |
+| ha | heroku apps |
+| hpop | heroku create |
+| hkill | heroku apps:destroy |
+| hlog | heroku apps:errors |
+| hfav | heroku apps:favorites |
+| hfava | heroku apps:favorites:add |
+| hfavr | heroku apps:favorites:remove |
+| hai | heroku apps:info |
+| hair | heroku apps:info -r |
+| haia | heroku apps:info -a |
+
+# auth
+| Alias  | Command |
+| ------------- | ------------- |
+| h2fa | heroku auth:2fa |
+| h2far | heroku auth:2fa:disable |
+
+# access
+| Alias  | Command |
+| ------------- | ------------- |
+| hac | heroku access |
+| hacr | heroku access -r |
+| haca | heroku access -a |
+| hadd | heroku access:add |
+| hdel | heroku access:remove |
+| hup | heroku access:update |
+
+## addons
+| Alias  | Command |
+| ------------- | ------------- |
+| hads | heroku addons -A |
+| hada | heroku addons -a |
+| hadr | heroku addons -r |
+| hadat | heroku addons:attach |
+| hadc | heroku addons:create |
+| hadel | heroku addons:destroy |
+| hadde | heroku addons:detach |
+| hadoc | heroku addons:docs |
+
+## login
+| Alias  | Command |
+| ------------- | ------------- |
+| hin | heroku login |
+| hout | heroku logout |
+| hi | heroku login -i |
+| hwho | heroku auth:whoami |
+
+## authorizations
+| Alias  | Command |
+| ------------- | ------------- |
+| hth | heroku authorizations |
+| hthadd | heroku authorizations:create |
+| hthif | heroku authorizations:info |
+| hthdel | heroku authorizations:revoke |
+| hthrot | heroku authorizations:rotate |
+| hthup | heroku authorizations:update |
+
+## plugins
+| Alias  | Command |
+| ------------- | ------------- |
+| hp | heroku plugins |
+
+# log
+| Alias  | Command |
+| ------------- | ------------- |
+|hg | heroku logs|
+| hgt | heroku log tail |
+
+# database
+| Alias  | Command |
+| ------------- | ------------- |
+| hpg | heroku pg |
+| hpsql | heroku pg:psql |
+| hpb | heroku pg:backups |
+| hpbc | heroku pg:backups:capture |
+| hpbd | heroku pg:backups:download |
+| hpbr | heroku pg:backups:restore |
+
+# certs
+| Alias  | Command |
+| ------------- | ------------- |
+| hssl | heroku certs |
+| hssli | heroku certs:info |
+| hssla | heroku certs:add |
+| hsslu | heroku certs:update |
+| hsslr | heroku certs:remove |
diff --git a/.oh-my-zsh/plugins/heroku-alias/heroku.alias.sh b/.oh-my-zsh/plugins/heroku-alias/heroku.alias.sh
new file mode 100644
index 0000000..7daf715
--- /dev/null
+++ b/.oh-my-zsh/plugins/heroku-alias/heroku.alias.sh
@@ -0,0 +1,92 @@
+# general
+alias h='heroku'
+alias hauto='heroku autocomplete $(echo $SHELL)'
+alias hl='heroku local'
+
+# log
+alias hg='heroku logs'
+alias hgt='heroku log tail'
+
+# database
+alias hpg='heroku pg'
+alias hpsql='heroku pg:psql'
+alias hpb='heroku pg:backups'
+alias hpbc='heroku pg:backups:capture'
+alias hpbd='heroku pg:backups:download'
+alias hpbr='heroku pg:backups:restore'
+
+# config
+alias hc='heroku config'
+alias hca='heroku config -a'
+alias hcr='heroku config -r'
+alias hcs='heroku config:set'
+alias hcu='heroku config:unset'
+
+# this function allow to load multi env set in a file
+hcfile() {
+  echo 'Which platform [-r/a name] ?'
+  read platform
+  echo 'Which file ?'
+  read file
+  while read line;
+    do heroku config:set "$platform" "$line";
+  done < "$file"
+}
+
+# apps and favorites
+alias ha='heroku apps'
+alias hpop='heroku create'
+alias hkill='heroku apps:destroy'
+alias hlog='heroku apps:errors'
+alias hfav='heroku apps:favorites'
+alias hfava='heroku apps:favorites:add'
+alias hfavr='heroku apps:favorites:remove'
+alias hai='heroku apps:info'
+alias hair='heroku apps:info -r'
+alias haia='heroku apps:info -a'
+
+# auth
+alias h2fa='heroku auth:2fa'
+alias h2far='heroku auth:2fa:disable'
+
+# access
+alias hac='heroku access'
+alias hacr='heroku access -r'
+alias haca='heroku access -a'
+alias hadd='heroku access:add'
+alias hdel='heroku access:remove'
+alias hup='heroku access:update'
+
+# addons
+alias hads='heroku addons -A'
+alias hada='heroku addons -a'
+alias hadr='heroku addons -r'
+alias hadat='heroku addons:attach'
+alias hadc='heroku addons:create'
+alias hadel='heroku addons:destroy'
+alias hadde='heroku addons:detach'
+alias hadoc='heroku addons:docs'
+
+# login
+alias hin='heroku login'
+alias hout='heroku logout'
+alias hi='heroku login -i'
+alias hwho='heroku auth:whoami'
+
+# authorizations
+alias hth='heroku authorizations'
+alias hthadd='heroku authorizations:create'
+alias hthif='heroku authorizations:info'
+alias hthdel='heroku authorizations:revoke'
+alias hthrot='heroku authorizations:rotate'
+alias hthup='heroku authorizations:update'
+
+# plugins
+alias hp='heroku plugins'
+
+# cert
+alias hssl='heroku certs'
+alias hssli='heroku certs:info'
+alias hssla='heroku certs:add'
+alias hsslu='heroku certs:update'
+alias hsslr='heroku certs:remove'
diff --git a/.oh-my-zsh/plugins/heroku/README.md b/.oh-my-zsh/plugins/heroku/README.md
new file mode 100644
index 0000000..2bf92c9
--- /dev/null
+++ b/.oh-my-zsh/plugins/heroku/README.md
@@ -0,0 +1,9 @@
+# Heroku
+
+This plugin provides completion for the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).
+
+To use it add heroku to the plugins array in your zshrc file:
+
+```bash
+plugins=(... heroku)
+```
diff --git a/.oh-my-zsh/plugins/heroku/heroku.plugin.zsh b/.oh-my-zsh/plugins/heroku/heroku.plugin.zsh
new file mode 100644
index 0000000..d22c1bb
--- /dev/null
+++ b/.oh-my-zsh/plugins/heroku/heroku.plugin.zsh
@@ -0,0 +1,9 @@
+if [[ "$OSTYPE" = darwin* ]]; then
+  cache_dir="${HOME}/Library/Caches"
+else
+  cache_dir="${XDG_CACHE_HOME:-"${HOME}/.cache"}"
+fi
+
+setup_path="${cache_dir}/heroku/autocomplete/zsh_setup"
+[[ -f "$setup_path" ]] && source $setup_path
+unset cache_dir setup_path
diff --git a/.oh-my-zsh/plugins/history-substring-search/README.md b/.oh-my-zsh/plugins/history-substring-search/README.md
new file mode 100644
index 0000000..71a3895
--- /dev/null
+++ b/.oh-my-zsh/plugins/history-substring-search/README.md
@@ -0,0 +1,251 @@
+# zsh-history-substring-search
+
+This is a clean-room implementation of the [Fish shell][1]'s history search
+feature, where you can type in any part of any command from history and then
+press chosen keys, such as the UP and DOWN arrows, to cycle through matches.
+
+[1]: http://fishshell.com
+[2]: http://www.zsh.org/mla/users/2009/msg00818.html
+[3]: http://sourceforge.net/projects/fizsh/
+[4]: https://github.com/robbyrussell/oh-my-zsh/pull/215
+[5]: https://github.com/zsh-users/zsh-history-substring-search
+[6]: https://github.com/zsh-users/zsh-syntax-highlighting
+
+
+Requirements
+------------------------------------------------------------------------------
+
+* [ZSH](http://zsh.sourceforge.net) 4.3 or newer
+
+Install
+------------------------------------------------------------------------------
+
+Using the [Homebrew]( https://brew.sh ) package manager:
+
+    brew install zsh-history-substring-search
+    echo 'source $(brew --prefix)/share/zsh-history-substring-search/zsh-history-substring-search.zsh' >> ~/.zshrc
+
+Using [Fig](https://fig.io):
+
+Fig adds apps, shortcuts, and autocomplete to your existing terminal.
+
+Install `zsh-history-substring-search` in just one click.
+
+
+
+Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh):
+
+1. Clone this repository in oh-my-zsh's plugins directory:
+
+        git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
+
+2. Activate the plugin in `~/.zshrc`:
+
+        plugins=( [plugins...] zsh-history-substring-search)
+
+3. Run `exec zsh`  to take changes into account:
+
+        exec zsh
+
+Using [zplug](https://github.com/zplug/zplug):
+
+1. Add this repo to `~/.zshrc`:
+
+        zplug "zsh-users/zsh-history-substring-search", as: plugin
+
+Using [antigen](https://github.com/zsh-users/antigen):
+
+1. Add the `antigen bundle` command just before `antigen apply`, like this:
+
+``` 
+antigen bundle zsh-users/zsh-history-substring-search
+antigen apply
+```
+ 
+2. Then, **after** `antigen apply`, add the key binding configurations, like this:
+ 
+```
+# zsh-history-substring-search configuration
+bindkey '^[[A' history-substring-search-up # or '\eOA'
+bindkey '^[[B' history-substring-search-down # or '\eOB'
+HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1
+```
+
+Using [Zinit](https://github.com/zdharma-continuum/zinit):
+
+1. Use the `Oh-my-zsh` Zinit snippet in `~/.zshrc`:
+
+        zinit snippet OMZ::plugins/git/git.plugin.zsh`
+
+2. Load the plugin in `~/.zshrc`:
+
+        zinit load 'zsh-users/zsh-history-substring-search
+        zinit ice wait atload'_history_substring_search_config'
+
+3. Run `exec zsh` to take changes into account:
+
+        exec zsh
+
+Usage
+------------------------------------------------------------------------------
+
+1.  Load this script into your interactive ZSH session:
+
+        source zsh-history-substring-search.zsh
+
+    If you want to use [zsh-syntax-highlighting][6] along with this script,
+    then make sure that you load it *before* you load this script:
+
+        source zsh-syntax-highlighting.zsh
+        source zsh-history-substring-search.zsh
+
+2.  Bind keyboard shortcuts to this script's functions.
+
+    Users typically bind their UP and DOWN arrow keys to this script, thus:
+    * Run `cat -v` in your favorite terminal emulator to observe key codes.
+      (**NOTE:** In some cases, `cat -v` shows the wrong key codes.  If the
+      key codes shown by `cat -v` don't work for you, press `` and
+      `` at your ZSH command line prompt for correct key codes.)
+    * Press the UP arrow key and observe what is printed in your terminal.
+    * Press the DOWN arrow key and observe what is printed in your terminal.
+    * Press the Control and C keys simultaneously to terminate the `cat -v`.
+    * Use your observations from the previous steps to create key bindings.
+      For example, if you observed `^[[A` for UP and `^[[B` for DOWN, then:
+
+          bindkey '^[[A' history-substring-search-up
+          bindkey '^[[B' history-substring-search-down
+
+      However, if the observed values don't work, you can try using terminfo:
+
+          bindkey "$terminfo[kcuu1]" history-substring-search-up
+          bindkey "$terminfo[kcud1]" history-substring-search-down
+
+      Users have also observed that `[OA` and `[OB` are correct values, 
+      _even if_ these were not the observed values. If you are having trouble
+      with the observed values, give these a try.
+
+      You might also want to bind the Control-P/N keys for use in EMACS mode:
+
+          bindkey -M emacs '^P' history-substring-search-up
+          bindkey -M emacs '^N' history-substring-search-down
+
+      You might also want to bind the `k` and `j` keys for use in VI mode:
+
+          bindkey -M vicmd 'k' history-substring-search-up
+          bindkey -M vicmd 'j' history-substring-search-down
+
+3.  Type any part of any previous command and then:
+
+    * Press the `history-substring-search-up` key, which was configured in
+      step 2 above, to select the nearest command that (1) contains your query
+      and (2) is also older than the current command in your command history.
+
+    * Press the `history-substring-search-down` key, which was configured in
+      step 2 above, to select the nearest command that (1) contains your query
+      and (2) is also newer than the current command in your command history.
+
+    * Press `^U` the Control and U keys simultaneously to abort the search.
+
+4.  If a matching command spans more than one line of text, press the LEFT
+    arrow key to move the cursor away from the end of the command, and then:
+
+    * Press the `history-substring-search-up` key, which was configured in
+      step 2 above, to move the cursor to the line above the cursored line.
+      When the cursor reaches the first line of the command, pressing the
+      `history-substring-search-up` key again will cause this script to
+      perform another search.
+
+    * Press the `history-substring-search-down` key, which was configured in
+      step 2 above, to move the cursor to the line below the cursored line.
+      When the cursor reaches the last line of the command, pressing the
+      `history-substring-search-down` key, which was configured in step 2
+      above, again will cause this script to perform another search.
+
+
+Configuration
+------------------------------------------------------------------------------
+
+This script defines the following global variables. You may override their
+default values.
+
+* `HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND` is a global variable that defines
+  how the query should be highlighted inside a matching command. Its default
+  value causes this script to highlight using bold, white text on a magenta
+  background. See the "Character Highlighting" section in the zshzle(1) man
+  page to learn about the kinds of values you may assign to this variable.
+
+* `HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND` is a global variable that
+  defines how the query should be highlighted when no commands in the
+  history match it. Its default value causes this script to highlight using
+  bold, white text on a red background. See the "Character Highlighting"
+  section in the zshzle(1) man page to learn about the kinds of values you
+  may assign to this variable.
+
+* `HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS` is a global variable that defines
+  how the command history will be searched for your query. Its default value
+  causes this script to perform a case-insensitive search. See the "Globbing
+  Flags" section in the zshexpn(1) man page to learn about the kinds of
+  values you may assign to this variable.
+
+* `HISTORY_SUBSTRING_SEARCH_FUZZY` is a global variable that defines
+  how the command history will be searched for your query. If set to a non-empty
+  value, causes this script to perform a fuzzy search by words, matching in
+  given order e.g. `ab c` will match `*ab*c*`
+
+* `HISTORY_SUBSTRING_SEARCH_PREFIXED` is a global variable that defines how
+  the command history will be searched for your query. If set to a non-empty
+  value, your query will be matched against the start of each history entry.
+  For example, if this variable is empty, `ls` will match `ls -l` and `echo
+  ls`; if it is non-empty, `ls` will only match `ls -l`.
+
+* `HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE` is a global variable that defines
+  whether all search results returned are _unique_. If set to a non-empty
+  value, then only unique search results are presented. This behaviour is off
+  by default. An alternative way to ensure that search results are unique is
+  to use `setopt HIST_IGNORE_ALL_DUPS`. If this configuration variable is off
+  and `setopt HIST_IGNORE_ALL_DUPS` is unset, then `setopt HIST_FIND_NO_DUPS`
+  is still respected and it makes this script skip duplicate _adjacent_ search
+  results as you cycle through them, but this does not guarantee that search
+  results are unique: if your search results were "Dog", "Dog", "HotDog",
+  "Dog", then cycling them gives "Dog", "HotDog", "Dog". Notice that the "Dog"
+  search result appeared twice as you cycled through them. If you wish to
+  receive globally unique search results only once, then use this
+  configuration variable, or use `setopt HIST_IGNORE_ALL_DUPS`.
+
+* `HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_TIMEOUT` is a global variable that
+  defines a timeout in seconds for clearing the search highlight.
+
+
+History
+------------------------------------------------------------------------------
+
+* September 2009: [Peter Stephenson][2] originally wrote this script and it
+  published to the zsh-users mailing list.
+
+* January 2011: Guido van Steen (@guidovansteen) revised this script and
+  released it under the 3-clause BSD license as part of [fizsh][3], the
+  Friendly Interactive ZSHell.
+
+* January 2011: Suraj N. Kurapati (@sunaku) extracted this script from
+  [fizsh][3] 1.0.1, refactored it heavily, and finally repackaged it as an
+  [oh-my-zsh plugin][4] and as an independently loadable [ZSH script][5].
+
+* July 2011: Guido van Steen, Suraj N. Kurapati, and Sorin Ionescu
+  (@sorin-ionescu) [further developed it][4] with Vincent Guerci (@vguerci).
+
+* March 2016: Geza Lore (@gezalore) greatly refactored it in pull request #55.
+
+---
+
+## Oh My Zsh Distribution Notes
+
+What you are looking at now is Oh My Zsh's repackaging of zsh-history-substring-search as an OMZ module inside
+the Oh My Zsh distribution.
+
+The upstream repo, zsh-users/zsh-history-substring-search, can be found on GitHub at
+https://github.com/zsh-users/zsh-history-substring-search.
+
+Everything above this section is a copy of the original upstream's README, so things may differ slightly when
+you're using this inside OMZ. In particular, you do not need to set up key bindings for the up and down arrows
+yourself in `~/.zshrc`; the OMZ plugin does that for you. You may still want to set up additional emacs- or
+vi-specific bindings as mentioned above.
diff --git a/.oh-my-zsh/plugins/history-substring-search/dependencies/OMZ-README.md b/.oh-my-zsh/plugins/history-substring-search/dependencies/OMZ-README.md
new file mode 100644
index 0000000..c5967bb
--- /dev/null
+++ b/.oh-my-zsh/plugins/history-substring-search/dependencies/OMZ-README.md
@@ -0,0 +1,15 @@
+
+---
+
+## Oh My Zsh Distribution Notes
+
+What you are looking at now is Oh My Zsh's repackaging of zsh-history-substring-search as an OMZ module inside
+the Oh My Zsh distribution.
+
+The upstream repo, zsh-users/zsh-history-substring-search, can be found on GitHub at
+https://github.com/zsh-users/zsh-history-substring-search.
+
+Everything above this section is a copy of the original upstream's README, so things may differ slightly when
+you're using this inside OMZ. In particular, you do not need to set up key bindings for the up and down arrows
+yourself in `~/.zshrc`; the OMZ plugin does that for you. You may still want to set up additional emacs- or
+vi-specific bindings as mentioned above.
diff --git a/.oh-my-zsh/plugins/history-substring-search/history-substring-search.plugin.zsh b/.oh-my-zsh/plugins/history-substring-search/history-substring-search.plugin.zsh
new file mode 100644
index 0000000..077105e
--- /dev/null
+++ b/.oh-my-zsh/plugins/history-substring-search/history-substring-search.plugin.zsh
@@ -0,0 +1,18 @@
+# Handle $0 according to the standard:
+# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
+0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
+0="${${(M)0:#/*}:-$PWD/$0}"
+
+source ${0:A:h}/history-substring-search.zsh
+
+
+# Bind terminal-specific up and down keys
+
+if [[ -n "$terminfo[kcuu1]" ]]; then
+  bindkey -M emacs "$terminfo[kcuu1]" history-substring-search-up
+  bindkey -M viins "$terminfo[kcuu1]" history-substring-search-up
+fi
+if [[ -n "$terminfo[kcud1]" ]]; then
+  bindkey -M emacs "$terminfo[kcud1]" history-substring-search-down
+  bindkey -M viins "$terminfo[kcud1]" history-substring-search-down
+fi
diff --git a/.oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh b/.oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh
new file mode 100644
index 0000000..2137b79
--- /dev/null
+++ b/.oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh
@@ -0,0 +1,846 @@
+#!/usr/bin/env zsh
+##############################################################################
+#
+# Copyright (c) 2009 Peter Stephenson
+# Copyright (c) 2011 Guido van Steen
+# Copyright (c) 2011 Suraj N. Kurapati
+# Copyright (c) 2011 Sorin Ionescu
+# Copyright (c) 2011 Vincent Guerci
+# Copyright (c) 2016 Geza Lore
+# Copyright (c) 2017 Bengt Brodersen
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+#
+#  * Redistributions in binary form must reproduce the above
+#    copyright notice, this list of conditions and the following
+#    disclaimer in the documentation and/or other materials provided
+#    with the distribution.
+#
+#  * Neither the name of the FIZSH nor the names of its contributors
+#    may be used to endorse or promote products derived from this
+#    software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+##############################################################################
+
+#-----------------------------------------------------------------------------
+# declare global configuration variables
+#-----------------------------------------------------------------------------
+
+: ${HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold'}
+: ${HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'}
+: ${HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i'}
+: ${HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=''}
+: ${HISTORY_SUBSTRING_SEARCH_FUZZY=''}
+: ${HISTORY_SUBSTRING_SEARCH_PREFIXED=''}
+
+#-----------------------------------------------------------------------------
+# declare internal global variables
+#-----------------------------------------------------------------------------
+
+typeset -g BUFFER MATCH MBEGIN MEND CURSOR
+typeset -g _history_substring_search_refresh_display
+typeset -g _history_substring_search_query_highlight
+typeset -g _history_substring_search_result
+typeset -g _history_substring_search_query
+typeset -g -a _history_substring_search_query_parts
+typeset -g -a _history_substring_search_raw_matches
+typeset -g -i _history_substring_search_raw_match_index
+typeset -g -a _history_substring_search_matches
+typeset -g -i _history_substring_search_match_index
+typeset -g -A _history_substring_search_unique_filter
+typeset -g -i _history_substring_search_zsh_5_9
+
+#-----------------------------------------------------------------------------
+# the main ZLE widgets
+#-----------------------------------------------------------------------------
+
+history-substring-search-up() {
+  _history-substring-search-begin
+
+  _history-substring-search-up-history ||
+  _history-substring-search-up-buffer ||
+  _history-substring-search-up-search
+
+  _history-substring-search-end
+}
+
+history-substring-search-down() {
+  _history-substring-search-begin
+
+  _history-substring-search-down-history ||
+  _history-substring-search-down-buffer ||
+  _history-substring-search-down-search
+
+  _history-substring-search-end
+}
+
+zle -N history-substring-search-up
+zle -N history-substring-search-down
+
+#-----------------------------------------------------------------------------
+# implementation details
+#-----------------------------------------------------------------------------
+
+zmodload -F zsh/parameter
+autoload -Uz is-at-least
+
+if is-at-least 5.9 $ZSH_VERSION; then
+  _history_substring_search_zsh_5_9=1
+fi
+
+#
+# We have to "override" some keys and widgets if the
+# zsh-syntax-highlighting plugin has not been loaded:
+#
+# https://github.com/nicoulaj/zsh-syntax-highlighting
+#
+if [[ $+functions[_zsh_highlight] -eq 0 ]]; then
+  #
+  # Dummy implementation of _zsh_highlight() that
+  # simply removes any existing highlights when the
+  # user inserts printable characters into $BUFFER.
+  #
+  _zsh_highlight() {
+    if [[ $KEYS == [[:print:]] ]]; then
+      region_highlight=()
+    fi
+  }
+
+  #
+  # Check if $1 denotes the name of a callable function, i.e. it is fully
+  # defined or it is marked for autoloading and autoloading it at the first
+  # call to it will succeed. In particular, if $1 has been marked for
+  # autoloading but is not available in $fpath, then it will return 1 (false).
+  #
+  # This is based on the zsh-syntax-highlighting plugin.
+  #
+  _history-substring-search-function-callable() {
+    if (( ${+functions[$1]} )) && ! [[ "$functions[$1]" == *"builtin autoload -X"* ]]; then
+      return 0 # already fully loaded
+    else
+      # "$1" is either an autoload stub, or not a function at all.
+      # We expect 'autoload +X' to return non-zero if it fails to fully load
+      # the function.
+      ( autoload -U +X -- "$1" 2>/dev/null )
+      return $?
+    fi
+  }
+
+  #
+  # The zsh-syntax-highlighting plugin uses zle-line-pre-redraw hook instead
+  # of the legacy "bind all widgets" if 1) zsh has the memo= feature (added in
+  # version 5.9) and 2) add-zle-hook-widget is available.
+  #
+  if [[ $_history_substring_search_zsh_5_9 -eq 1 ]] && _history-substring-search-function-callable add-zle-hook-widget; then
+    #
+    # The following code is based on the zsh-syntax-highlighting plugin.
+    #
+    autoload -U add-zle-hook-widget
+
+    _history-substring-search-zle-line-finish() {
+      #
+      # Reset $WIDGET since the 'main' highlighter depends on it.
+      #
+      # Since $WIDGET is declared by zle as read-only in this function's scope,
+      # a nested function is required in order to shadow its built-in value;
+      # see "User-defined widgets" in zshall.
+      #
+      () {
+        local -h -r WIDGET=zle-line-finish
+        _zsh_highlight
+      }
+    }
+
+    _history-substring-search-zle-line-pre-redraw() {
+      #
+      # If the zsh-syntax-highlighting plugin has been loaded (after our plugin
+      # plugin, otherwise this hook wouldn't be called), remove our hooks.
+      #
+      if [[ $+ZSH_HIGHLIGHT_VERSION -eq 1 ]]; then
+        autoload -U add-zle-hook-widget
+        add-zle-hook-widget -d zle-line-pre-redraw _history-substring-search-zle-line-pre-redraw
+        add-zle-hook-widget -d zle-line-finish _history-substring-search-zle-line-finish
+        return 0
+      fi
+      #
+      # Set $? to 0 for _zsh_highlight.  Without this, subsequent
+      # zle-line-pre-redraw hooks won't run, since add-zle-hook-widget happens to
+      # call us with $? == 1 in the common case.
+      #
+      true && _zsh_highlight "$@"
+    }
+
+    if [[ -o zle ]]; then
+      add-zle-hook-widget zle-line-pre-redraw _history-substring-search-zle-line-pre-redraw
+      add-zle-hook-widget zle-line-finish _history-substring-search-zle-line-finish
+    fi
+  else
+    #
+    # The following snippet was taken from the zsh-syntax-highlighting project:
+    # https://github.com/zsh-users/zsh-syntax-highlighting/blob/56b134f5d62ae3d4e66c7f52bd0cc2595f9b305b/zsh-syntax-highlighting.zsh#L126-161
+    #
+    # SPDX-SnippetBegin
+    # SPDX-License-Identifier: BSD-3-Clause
+    # SPDX-SnippetCopyrightText: 2010-2011 zsh-syntax-highlighting contributors
+    #--------------8<-------------------8<-------------------8<-----------------
+    # Rebind all ZLE widgets to make them invoke _zsh_highlights.
+    _zsh_highlight_bind_widgets()
+    {
+      # Load ZSH module zsh/zleparameter, needed to override user defined widgets.
+      zmodload zsh/zleparameter 2>/dev/null || {
+        echo 'zsh-syntax-highlighting: failed loading zsh/zleparameter.' >&2
+        return 1
+      }
+
+      # Override ZLE widgets to make them invoke _zsh_highlight.
+      local cur_widget
+      for cur_widget in ${${(f)"$(builtin zle -la)"}:#(.*|_*|orig-*|run-help|which-command|beep|yank*)}; do
+        case $widgets[$cur_widget] in
+
+          # Already rebound event: do nothing.
+          user:$cur_widget|user:_zsh_highlight_widget_*);;
+
+          # User defined widget: override and rebind old one with prefix "orig-".
+          user:*) eval "zle -N orig-$cur_widget ${widgets[$cur_widget]#*:}; \
+                        _zsh_highlight_widget_$cur_widget() { builtin zle orig-$cur_widget -- \"\$@\" && _zsh_highlight }; \
+                        zle -N $cur_widget _zsh_highlight_widget_$cur_widget";;
+
+          # Completion widget: override and rebind old one with prefix "orig-".
+          completion:*) eval "zle -C orig-$cur_widget ${${widgets[$cur_widget]#*:}/:/ }; \
+                              _zsh_highlight_widget_$cur_widget() { builtin zle orig-$cur_widget -- \"\$@\" && _zsh_highlight }; \
+                              zle -N $cur_widget _zsh_highlight_widget_$cur_widget";;
+
+          # Builtin widget: override and make it call the builtin ".widget".
+          builtin) eval "_zsh_highlight_widget_$cur_widget() { builtin zle .$cur_widget -- \"\$@\" && _zsh_highlight }; \
+                         zle -N $cur_widget _zsh_highlight_widget_$cur_widget";;
+
+          # Default: unhandled case.
+          *) echo "zsh-syntax-highlighting: unhandled ZLE widget '$cur_widget'" >&2 ;;
+        esac
+      done
+    }
+    #-------------->8------------------->8------------------->8-----------------
+    # SPDX-SnippetEnd
+
+    _zsh_highlight_bind_widgets
+  fi
+
+  unfunction _history-substring-search-function-callable
+fi
+
+_history-substring-search-begin() {
+  setopt localoptions extendedglob
+
+  _history_substring_search_refresh_display=
+  _history_substring_search_query_highlight=
+
+  #
+  # If the buffer is the same as the previously displayed history substring
+  # search result, then just keep stepping through the match list. Otherwise
+  # start a new search.
+  #
+  if [[ -n $BUFFER && $BUFFER == ${_history_substring_search_result:-} ]]; then
+    return;
+  fi
+
+  #
+  # Clear the previous result.
+  #
+  _history_substring_search_result=''
+
+  if [[ -z $BUFFER ]]; then
+    #
+    # If the buffer is empty, we will just act like up-history/down-history
+    # in ZSH, so we do not need to actually search the history. This should
+    # speed things up a little.
+    #
+    _history_substring_search_query=
+    _history_substring_search_query_parts=()
+    _history_substring_search_raw_matches=()
+
+  else
+    #
+    # For the purpose of highlighting we keep a copy of the original
+    # query string.
+    #
+    _history_substring_search_query=$BUFFER
+
+    #
+    # compose search pattern
+    #
+    if [[ -n $HISTORY_SUBSTRING_SEARCH_FUZZY ]]; then
+      #
+      # `=` split string in arguments
+      #
+      _history_substring_search_query_parts=(${=_history_substring_search_query})
+    else
+      _history_substring_search_query_parts=(${==_history_substring_search_query})
+    fi
+
+    #
+    # Escape and join query parts with wildcard character '*' as seperator
+    # `(j:CHAR:)` join array to string with CHAR as seperator
+    #
+    local search_pattern="${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#<>~^]/\\$MATCH}*"
+
+    #
+    # Support anchoring history search to the beginning of the command
+    #
+    if [[ -z $HISTORY_SUBSTRING_SEARCH_PREFIXED ]]; then
+      search_pattern="*${search_pattern}"
+    fi
+
+    #
+    # Find all occurrences of the search pattern in the history file.
+    #
+    # (k) returns the "keys" (history index numbers) instead of the values
+    # (R) returns values in reverse older, so the index of the youngest
+    # matching history entry is at the head of the list.
+    #
+    _history_substring_search_raw_matches=(${(k)history[(R)(#$HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS)${search_pattern}]})
+  fi
+
+  #
+  # In order to stay as responsive as possible, we will process the raw
+  # matches lazily (when the user requests the next match) to choose items
+  # that need to be displayed to the user.
+  # _history_substring_search_raw_match_index holds the index of the last
+  # unprocessed entry in _history_substring_search_raw_matches. Any items
+  # that need to be displayed will be added to
+  # _history_substring_search_matches.
+  #
+  # We use an associative array (_history_substring_search_unique_filter) as
+  # a 'set' data structure to ensure uniqueness of the results if desired.
+  # If an entry (key) is in the set (non-empty value), then we have already
+  # added that entry to _history_substring_search_matches.
+  #
+  _history_substring_search_raw_match_index=0
+  _history_substring_search_matches=()
+  _history_substring_search_unique_filter=()
+
+  #
+  # If $_history_substring_search_match_index is equal to
+  # $#_history_substring_search_matches + 1, this indicates that we
+  # are beyond the end of $_history_substring_search_matches and that we
+  # have also processed all entries in
+  # _history_substring_search_raw_matches.
+  #
+  # If $#_history_substring_search_match_index is equal to 0, this indicates
+  # that we are beyond the beginning of $_history_substring_search_matches.
+  #
+  # If we have initially pressed "up" we have to initialize
+  # $_history_substring_search_match_index to 0 so that it will be
+  # incremented to 1.
+  #
+  # If we have initially pressed "down" we have to initialize
+  # $_history_substring_search_match_index to 1 so that it will be
+  # decremented to 0.
+  #
+  if [[ $WIDGET == history-substring-search-down ]]; then
+     _history_substring_search_match_index=1
+  else
+    _history_substring_search_match_index=0
+  fi
+}
+
+_history-substring-search-end() {
+  setopt localoptions extendedglob
+
+  local highlight_memo=
+  _history_substring_search_result=$BUFFER
+
+  if [[ $_history_substring_search_zsh_5_9 -eq 1 ]]; then
+    highlight_memo='memo=history-substring-search'
+  fi
+
+  # the search was successful so display the result properly by clearing away
+  # existing highlights and moving the cursor to the end of the result buffer
+  if [[ $_history_substring_search_refresh_display -eq 1 ]]; then
+    if [[ -n $highlight_memo ]]; then
+      region_highlight=( "${(@)region_highlight:#*${highlight_memo}*}" )
+    else
+      region_highlight=()
+    fi
+    CURSOR=${#BUFFER}
+  fi
+
+  # highlight command line using zsh-syntax-highlighting
+  _zsh_highlight
+
+  # highlight the search query inside the command line
+  if [[ -n $_history_substring_search_query_highlight ]]; then
+    # highlight first matching query parts
+    local highlight_start_index=0
+    local highlight_end_index=0
+    local query_part
+    for query_part in $_history_substring_search_query_parts; do
+      local escaped_query_part=${query_part//(#m)[\][()|\\*?#<>~^]/\\$MATCH}
+      # (i) get index of pattern
+      local query_part_match_index="${${BUFFER:$highlight_start_index}[(i)(#$HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS)${escaped_query_part}]}"
+      if [[ $query_part_match_index -le ${#BUFFER:$highlight_start_index} ]]; then
+        highlight_start_index=$(( $highlight_start_index + $query_part_match_index ))
+        highlight_end_index=$(( $highlight_start_index + ${#query_part} ))
+        region_highlight+=(
+          "$(($highlight_start_index - 1)) $(($highlight_end_index - 1)) ${_history_substring_search_query_highlight}${highlight_memo:+,$highlight_memo}"
+        )
+      fi
+    done
+  fi
+
+  # For debugging purposes:
+  # zle -R "mn: "$_history_substring_search_match_index" m#: "${#_history_substring_search_matches}
+  # read -k -t 200 && zle -U -- "$REPLY"
+
+  #
+  # When this function returns, z-sy-h runs its line-pre-redraw hook. It has no
+  # logic for determining highlight priority, when two different memo= marked
+  # region highlights overlap; instead, it always prioritises itself. Below is
+  # a workaround for dealing with it.
+  #
+  if [[ $_history_substring_search_zsh_5_9 -eq 1 ]]; then
+    zle -R
+    #
+    # After line redraw with desired highlight, wait for timeout or user input
+    # before removing search highlight and exiting. This ensures no highlights
+    # are left lingering after search is finished.
+    #
+    read -k -t ${HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_TIMEOUT:-1} && zle -U -- "$REPLY"
+    region_highlight=( "${(@)region_highlight:#*${highlight_memo}*}" )
+  fi
+
+  # Exit successfully from the history-substring-search-* widgets.
+  return 0
+}
+
+_history-substring-search-up-buffer() {
+  #
+  # Check if the UP arrow was pressed to move the cursor within a multi-line
+  # buffer. This amounts to three tests:
+  #
+  # 1. $#buflines -gt 1.
+  #
+  # 2. $CURSOR -ne $#BUFFER.
+  #
+  # 3. Check if we are on the first line of the current multi-line buffer.
+  #    If so, pressing UP would amount to leaving the multi-line buffer.
+  #
+  #    We check this by adding an extra "x" to $LBUFFER, which makes
+  #    sure that xlbuflines is always equal to the number of lines
+  #    until $CURSOR (including the line with the cursor on it).
+  #
+  local buflines XLBUFFER xlbuflines
+  buflines=(${(f)BUFFER})
+  XLBUFFER=$LBUFFER"x"
+  xlbuflines=(${(f)XLBUFFER})
+
+  if [[ $#buflines -gt 1 && $CURSOR -ne $#BUFFER && $#xlbuflines -ne 1 ]]; then
+    zle up-line-or-history
+    return 0
+  fi
+
+  return 1
+}
+
+_history-substring-search-down-buffer() {
+  #
+  # Check if the DOWN arrow was pressed to move the cursor within a multi-line
+  # buffer. This amounts to three tests:
+  #
+  # 1. $#buflines -gt 1.
+  #
+  # 2. $CURSOR -ne $#BUFFER.
+  #
+  # 3. Check if we are on the last line of the current multi-line buffer.
+  #    If so, pressing DOWN would amount to leaving the multi-line buffer.
+  #
+  #    We check this by adding an extra "x" to $RBUFFER, which makes
+  #    sure that xrbuflines is always equal to the number of lines
+  #    from $CURSOR (including the line with the cursor on it).
+  #
+  local buflines XRBUFFER xrbuflines
+  buflines=(${(f)BUFFER})
+  XRBUFFER="x"$RBUFFER
+  xrbuflines=(${(f)XRBUFFER})
+
+  if [[ $#buflines -gt 1 && $CURSOR -ne $#BUFFER && $#xrbuflines -ne 1 ]]; then
+    zle down-line-or-history
+    return 0
+  fi
+
+  return 1
+}
+
+_history-substring-search-up-history() {
+  #
+  # Behave like up in ZSH, except clear the $BUFFER
+  # when beginning of history is reached like in Fish.
+  #
+  if [[ -z $_history_substring_search_query ]]; then
+
+    # we have reached the absolute top of history
+    if [[ $HISTNO -eq 1 ]]; then
+      BUFFER=
+
+    # going up from somewhere below the top of history
+    else
+      zle up-line-or-history
+    fi
+
+    return 0
+  fi
+
+  return 1
+}
+
+_history-substring-search-down-history() {
+  #
+  # Behave like down-history in ZSH, except clear the
+  # $BUFFER when end of history is reached like in Fish.
+  #
+  if [[ -z $_history_substring_search_query ]]; then
+
+    # going down from the absolute top of history
+    if [[ $HISTNO -eq 1 && -z $BUFFER ]]; then
+      BUFFER=${history[1]}
+      _history_substring_search_refresh_display=1
+
+    # going down from somewhere above the bottom of history
+    else
+      zle down-line-or-history
+    fi
+
+    return 0
+  fi
+
+  return 1
+}
+
+_history_substring_search_process_raw_matches() {
+  #
+  # Process more outstanding raw matches and append any matches that need to
+  # be displayed to the user to _history_substring_search_matches.
+  # Return whether there were any more results appended.
+  #
+
+  #
+  # While we have more raw matches. Process them to see if there are any more
+  # matches that need to be displayed to the user.
+  #
+  while [[ $_history_substring_search_raw_match_index -lt $#_history_substring_search_raw_matches ]]; do
+    #
+    # Move on to the next raw entry and get its history index.
+    #
+    _history_substring_search_raw_match_index+=1
+    local index=${_history_substring_search_raw_matches[$_history_substring_search_raw_match_index]}
+
+    #
+    # If HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE is set to a non-empty value,
+    # then ensure that only unique matches are presented to the user.
+    # When HIST_IGNORE_ALL_DUPS is set, ZSH already ensures a unique history,
+    # so in this case we do not need to do anything.
+    #
+    if [[ ! -o HIST_IGNORE_ALL_DUPS && -n $HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE ]]; then
+      #
+      # Get the actual history entry at the new index, and check if we have
+      # already added it to _history_substring_search_matches.
+      #
+      local entry=${history[$index]}
+
+      if [[ -z ${_history_substring_search_unique_filter[$entry]} ]]; then
+        #
+        # This is a new unique entry. Add it to the filter and append the
+        # index to _history_substring_search_matches.
+        #
+        _history_substring_search_unique_filter[$entry]=1
+        _history_substring_search_matches+=($index)
+
+        #
+        # Indicate that we did find a match.
+        #
+        return 0
+      fi
+
+    else
+      #
+      # Just append the new history index to the processed matches.
+      #
+      _history_substring_search_matches+=($index)
+
+      #
+      # Indicate that we did find a match.
+      #
+      return 0
+    fi
+
+  done
+
+  #
+  # We are beyond the end of the list of raw matches. Indicate that no
+  # more matches are available.
+  #
+  return 1
+}
+
+_history-substring-search-has-next() {
+  #
+  # Predicate function that returns whether any more older matches are
+  # available.
+  #
+
+  if  [[ $_history_substring_search_match_index -lt $#_history_substring_search_matches ]]; then
+    #
+    # We did not reach the end of the processed list, so we do have further
+    # matches.
+    #
+    return 0
+
+  else
+    #
+    # We are at the end of the processed list. Try to process further
+    # unprocessed matches. _history_substring_search_process_raw_matches
+    # returns whether any more matches were available, so just return
+    # that result.
+    #
+    _history_substring_search_process_raw_matches
+    return $?
+  fi
+}
+
+_history-substring-search-has-prev() {
+  #
+  # Predicate function that returns whether any more younger matches are
+  # available.
+  #
+
+  if [[ $_history_substring_search_match_index -gt 1 ]]; then
+    #
+    # We did not reach the beginning of the processed list, so we do have
+    # further matches.
+    #
+    return 0
+
+  else
+    #
+    # We are at the beginning of the processed list. We do not have any more
+    # matches.
+    #
+    return 1
+  fi
+}
+
+_history-substring-search-found() {
+  #
+  # A match is available. The index of the match is held in
+  # $_history_substring_search_match_index
+  #
+  # 1. Make $BUFFER equal to the matching history entry.
+  #
+  # 2. Use $HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND
+  #    to highlight the current buffer.
+  #
+  BUFFER=$history[$_history_substring_search_matches[$_history_substring_search_match_index]]
+  _history_substring_search_query_highlight=$HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND
+}
+
+_history-substring-search-not-found() {
+  #
+  # No more matches are available.
+  #
+  # 1. Make $BUFFER equal to $_history_substring_search_query so the user can
+  #    revise it and search again.
+  #
+  # 2. Use $HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND
+  #    to highlight the current buffer.
+  #
+  BUFFER=$_history_substring_search_query
+  _history_substring_search_query_highlight=$HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND
+}
+
+_history-substring-search-up-search() {
+  _history_substring_search_refresh_display=1
+
+  #
+  # Select history entry during history-substring-down-search:
+  #
+  # The following variables have been initialized in
+  # _history-substring-search-up/down-search():
+  #
+  # $_history_substring_search_matches is the current list of matches that
+  # need to be displayed to the user.
+  # $_history_substring_search_match_index is the index of the current match
+  # that is being displayed to the user.
+  #
+  # The range of values that $_history_substring_search_match_index can take
+  # is: [0, $#_history_substring_search_matches + 1].  A value of 0
+  # indicates that we are beyond the beginning of
+  # $_history_substring_search_matches. A value of
+  # $#_history_substring_search_matches + 1 indicates that we are beyond
+  # the end of $_history_substring_search_matches and that we have also
+  # processed all entries in _history_substring_search_raw_matches.
+  #
+  # If $_history_substring_search_match_index equals
+  # $#_history_substring_search_matches and
+  # $_history_substring_search_raw_match_index is not greater than
+  # $#_history_substring_search_raw_matches, then we need to further process
+  # $_history_substring_search_raw_matches to see if there are any more
+  # entries that need to be displayed to the user.
+  #
+  # In _history-substring-search-up-search() the initial value of
+  # $_history_substring_search_match_index is 0. This value is set in
+  # _history-substring-search-begin(). _history-substring-search-up-search()
+  # will initially increment it to 1.
+  #
+
+  if [[ $_history_substring_search_match_index -gt $#_history_substring_search_matches ]]; then
+    #
+    # We are beyond the end of $_history_substring_search_matches. This
+    # can only happen if we have also exhausted the unprocessed matches in
+    # _history_substring_search_raw_matches.
+    #
+    # 1. Update display to indicate search not found.
+    #
+    _history-substring-search-not-found
+    return
+  fi
+
+  if _history-substring-search-has-next; then
+    #
+    # We do have older matches.
+    #
+    # 1. Move index to point to the next match.
+    # 2. Update display to indicate search found.
+    #
+    _history_substring_search_match_index+=1
+    _history-substring-search-found
+
+  else
+    #
+    # We do not have older matches.
+    #
+    # 1. Move the index beyond the end of
+    #    _history_substring_search_matches.
+    # 2. Update display to indicate search not found.
+    #
+    _history_substring_search_match_index+=1
+    _history-substring-search-not-found
+  fi
+
+  #
+  # When HIST_FIND_NO_DUPS is set, meaning that only unique command lines from
+  # history should be matched, make sure the new and old results are different.
+  #
+  # However, if the HIST_IGNORE_ALL_DUPS shell option, or
+  # HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE is set, then we already have a
+  # unique history, so in this case we do not need to do anything.
+  #
+  if [[ -o HIST_IGNORE_ALL_DUPS || -n $HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE ]]; then
+    return
+  fi
+
+  if [[ -o HIST_FIND_NO_DUPS && $BUFFER == $_history_substring_search_result ]]; then
+    #
+    # Repeat the current search so that a different (unique) match is found.
+    #
+    _history-substring-search-up-search
+  fi
+}
+
+_history-substring-search-down-search() {
+  _history_substring_search_refresh_display=1
+
+  #
+  # Select history entry during history-substring-down-search:
+  #
+  # The following variables have been initialized in
+  # _history-substring-search-up/down-search():
+  #
+  # $_history_substring_search_matches is the current list of matches that
+  # need to be displayed to the user.
+  # $_history_substring_search_match_index is the index of the current match
+  # that is being displayed to the user.
+  #
+  # The range of values that $_history_substring_search_match_index can take
+  # is: [0, $#_history_substring_search_matches + 1].  A value of 0
+  # indicates that we are beyond the beginning of
+  # $_history_substring_search_matches. A value of
+  # $#_history_substring_search_matches + 1 indicates that we are beyond
+  # the end of $_history_substring_search_matches and that we have also
+  # processed all entries in _history_substring_search_raw_matches.
+  #
+  # In _history-substring-search-down-search() the initial value of
+  # $_history_substring_search_match_index is 1. This value is set in
+  # _history-substring-search-begin(). _history-substring-search-down-search()
+  # will initially decrement it to 0.
+  #
+
+  if [[ $_history_substring_search_match_index -lt 1 ]]; then
+    #
+    # We are beyond the beginning of $_history_substring_search_matches.
+    #
+    # 1. Update display to indicate search not found.
+    #
+    _history-substring-search-not-found
+    return
+  fi
+
+  if _history-substring-search-has-prev; then
+    #
+    # We do have younger matches.
+    #
+    # 1. Move index to point to the previous match.
+    # 2. Update display to indicate search found.
+    #
+    _history_substring_search_match_index+=-1
+    _history-substring-search-found
+
+  else
+    #
+    # We do not have younger matches.
+    #
+    # 1. Move the index beyond the beginning of
+    #    _history_substring_search_matches.
+    # 2. Update display to indicate search not found.
+    #
+    _history_substring_search_match_index+=-1
+    _history-substring-search-not-found
+  fi
+
+  #
+  # When HIST_FIND_NO_DUPS is set, meaning that only unique command lines from
+  # history should be matched, make sure the new and old results are different.
+  #
+  # However, if the HIST_IGNORE_ALL_DUPS shell option, or
+  # HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE is set, then we already have a
+  # unique history, so in this case we do not need to do anything.
+  #
+  if [[ -o HIST_IGNORE_ALL_DUPS || -n $HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE ]]; then
+    return
+  fi
+
+  if [[ -o HIST_FIND_NO_DUPS && $BUFFER == $_history_substring_search_result ]]; then
+    #
+    # Repeat the current search so that a different (unique) match is found.
+    #
+    _history-substring-search-down-search
+  fi
+}
+
+# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
+# vim: ft=zsh sw=2 ts=2 et
diff --git a/.oh-my-zsh/plugins/history/README.md b/.oh-my-zsh/plugins/history/README.md
new file mode 100644
index 0000000..73d6a50
--- /dev/null
+++ b/.oh-my-zsh/plugins/history/README.md
@@ -0,0 +1,18 @@
+# history plugin
+
+Provides a couple of convenient aliases for using the `history` command to examine your command line history.
+
+To use it, add `history` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... history)
+```
+
+## Aliases
+
+| Alias | Command              | Description                                                      |
+|-------|----------------------|------------------------------------------------------------------|
+| `h`   | `history`            | Prints your command history                                      |
+| `hl`  | `history \| less`    | Pipe history output to less to search and navigate it easily     |
+| `hs`  | `history \| grep`    | Use grep to search your command history                          |
+| `hsi` | `history \| grep -i` | Use grep to do a case-insensitive search of your command history |
diff --git a/.oh-my-zsh/plugins/history/history.plugin.zsh b/.oh-my-zsh/plugins/history/history.plugin.zsh
new file mode 100644
index 0000000..fb3e313
--- /dev/null
+++ b/.oh-my-zsh/plugins/history/history.plugin.zsh
@@ -0,0 +1,4 @@
+alias h='history'
+alias hl='history | less'
+alias hs='history | grep'
+alias hsi='history | grep -i'
diff --git a/.oh-my-zsh/plugins/hitchhiker/.gitignore b/.oh-my-zsh/plugins/hitchhiker/.gitignore
new file mode 100644
index 0000000..63c2b54
--- /dev/null
+++ b/.oh-my-zsh/plugins/hitchhiker/.gitignore
@@ -0,0 +1 @@
+fortunes/hitchhiker.dat
diff --git a/.oh-my-zsh/plugins/hitchhiker/README.md b/.oh-my-zsh/plugins/hitchhiker/README.md
new file mode 100644
index 0000000..d12a1e9
--- /dev/null
+++ b/.oh-my-zsh/plugins/hitchhiker/README.md
@@ -0,0 +1,44 @@
+# hitchhiker
+
+This plugin adds quotes from The Hitchhiker's Guide to the Galaxy, from Douglas Adams.
+
+To use it, add `hitchhiker` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... hitchhiker)
+```
+
+## Aliases
+
+- `hitchhiker`: displays a quote from the book using `fortune`.
+- `hitchhiker_cow`: displays a quote from the book using `cowthink`.
+
+```console
+$ hitchhiker_cow
+ _______________________________________
+( "OK, so ten out of ten for style, but )
+( minus several million for good        )
+( thinking, yeah? "                     )
+ ---------------------------------------
+        o   ^__^
+         o  (oo)\_______
+            (__)\       )\/\
+                ||----w |
+                ||     ||
+```
+
+## Requirements
+
+- `fortune` and `strfile`.
+- `cowthink` if using the `hitchhiker_cow` command.
+
+## Credits
+
+Fortune file: Andreas Gohr  ([splitbrain.org](https://www.splitbrain.org/projects/fortunes/hg2g))
+
+Spelling and formatting fixes: grok@resist.ca
+
+Original quotes from:
+
+- https://web.archive.org/web/20120106083254/http://tatooine.fortunecity.com/vonnegut/29/hitch/parhaat.html
+- https://web.archive.org/web/20011112065737/http://www-personal.umd.umich.edu/~nhughes/dna/faqs/quotedir.html
diff --git a/.oh-my-zsh/plugins/hitchhiker/fortunes/hitchhiker b/.oh-my-zsh/plugins/hitchhiker/fortunes/hitchhiker
new file mode 100644
index 0000000..94cc1c8
--- /dev/null
+++ b/.oh-my-zsh/plugins/hitchhiker/fortunes/hitchhiker
@@ -0,0 +1,275 @@
+"`...You hadn't exactly gone out of your way to call attention to them had you? I mean like actually telling anyone or anything.' `But the plans were on display...' `On display? I eventually had to go down to the cellar to find them.' `That's the display department.' `With a torch.' `Ah, well the lights had probably gone.' `So had the stairs.' `But look you found the notice didn't you?' `Yes,' said Arthur, `yes I did. It was on display in the bottom of a locked filing cabinet stuck in a disused lavatory with a sign on the door saying "Beware of The Leopard".'"
+
+- Arthur singing the praises of the local council planning department.
+%
+"`Time is an illusion. Lunchtime doubly so.' `Very deep,' said Arthur, `you should send that in to the "Reader's Digest". They've got a page for people like you.'"
+
+- Ford convincing Arthur to drink three pints in ten minutes at lunchtime.
+%
+"`This must be Thursday,' said Arthur to himself, sinking low over his beer, `I never could get the hang of Thursdays.'"
+
+- Arthur, on what was to be his last Thursday on Earth.
+%
+"Pages one and two [of Zaphod's presidential speech] had been salvaged by a Damogran Frond Crested Eagle and had already become incorporated into an extraordinary new form of nest which the eagle had invented. It was constructed largely of papier mache and it was virtually impossible for a newly hatched baby eagle to break out of it. The Damogran Frond Crested Eagle had heard of the notion of survival of the species but wanted no truck with it."
+
+- An example of Damogran wildlife.
+%
+"`How do you feel?' he asked him. `Like a military academy,' said Arthur, `bits of me keep passing out.'" .... `We're safe,' he said. `Oh good,' said Arthur. `We're in a small galley cabin,' said Ford, `in one of the spaceships of the Vogon Constructor Fleet.' `Ah,' said Arthur, `this is obviously some strange usage of the word "safe" that I wasn't previously aware of.'
+
+- Arthur after his first ever teleport ride.
+%
+"`The best way to get a drink out of a Vogon is to stick your finger down his throat...'"
+
+- The Book, on one of the Vogon's social inadequacies.
+%
+"`You'd better be prepared for the jump into hyperspace. It's unpleasantly like being drunk.' `What's so unpleasant about being drunk?' `You ask a glass of water.'"
+
+- Arthur getting ready for his first jump into hyperspace.
+%
+"`You know,' said Arthur, `it's at times like this, when I'm trapped in a Vogon airlock with a man from Betelgeuse, and about to die from asphyxiation in deep space that I really wish I'd listened to what my mother told me when I was young.' `Why, what did she tell you?' `I don't know, I didn't listen.'"
+
+- Arthur coping with certain death as best as he could.
+%
+"`Ford, you're turning into a penguin. Stop it.'"
+
+- Arthur experiences the improbability drive at work.
+%
+"`I think you ought to know that I'm feeling very depressed.'" "`Life, don't talk to me about life.'" "`Here I am, brain the size of a planet and they ask me to take you down to the bridge. Call that "job satisfaction"? 'Cos I don't.'" "`I've got this terrible pain in all the diodes down my left side.'"
+
+- Guess who.
+%
+"`If there's anything more important than my ego around, I want it caught and shot now.'"
+
+- Zaphod.
+%
+"`In those days spirits were brave, the stakes were high, men were REAL men, women were REAL women, and small furry creatures from Alpha Centauri were REAL small furry creatures from Aplha Centauri.'"
+
+- The Book getting all nostalgic.
+%
+"`Hey this is terrific!' Zaphod said. `Someone down there is trying to kill us!' `Terrific,' said Arthur. `But don't you see what this means?' `Yes. We are going to die.' `Yes, but apart from that.' `APART from that?' `It means we must be on to something!' `How soon can we get off it?'"
+
+- Zaphod and Arthur in a certain death situation over Magrathea.
+%
+"And wow! Hey! What's this thing coming towards me very fast? Very very fast. So big and flat and round, it needs a big wide sounding word like... ow... ound... round... ground! That's it! That's a good name - ground! I wonder if it will be friends with me?"
+
+- For the sperm whale, it wasn't.
+%
+"Oh no, not again."
+
+- A bowl of petunias on it's way to certain death.
+%
+"`Er, hey Earthman...' `Arthur,' said Arthur. `Yeah, could you just sort of keep this robot with you and guard this end of the passageway. OK?' `Guard?' said Arthur. `What from? You just said there's no one here.' `Yeah, well, just for safety, OK?' said Zaphod. `Whose? Yours or mine?'"
+
+- Arthur drawing the short straw on Magrathea.
+%
+"There are of course many problems connected with life, of which some of the most popular are `Why are people born?' `Why do they die?' `Why do they spend so much of the intervening time wearing digital watches?'"
+
+- The Book.
+%
+"`Right,' said Ford, `I'm going to have a look.' He glanced round at the others. `Is no one going to say, "No you can't possibly, let me go instead"?' They all shook their heads. `Oh well.'"
+
+- Ford attempting to be heroic whilst being seiged by Shooty and Bangbang.
+%
+"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." - The Book just recapping what happened in the last book. "`I am so amazingly cool you could keep a side of meat in me for a month. I am so hip I have difficulty seeing over my pelvis.'"
+
+- Zaphod being cool.
+%
+"`You ARE Zaphod Beeblebrox?' `Yeah,' said Zaphod, `but don't shout it out or they'll all want one.' `THE Zaphod Beeblebrox?' `No, just A Zaphod Bebblebrox, didn't you hear I come in six packs?' `But sir,' it squealed, `I just heard on the sub-ether radio report. It said you were dead...' `Yeah, that's right, I just haven't stopped moving yet.'"
+
+- Zaphod and the Guide's receptionist.
+%
+"The fronting for the eighty-yard-long marble-topped bar had been made by stitching together nearly twenty thousand Antarean Mosaic Lizard skins, despite the fact that the twenty thousand lizards concerned had needed them to keep their insides in."
+
+- The Book describing Milliways' politically incorrect decor.
+%
+"`...and the Universe,' continued the waiter, determined not to be deflected on his home stretch, `will explode later for your pleasure.' Ford's head swivelled slowly towards him. He spoke with feeling. `Wow,' he said, `What sort of drinks do you serve in this place?' The waiter laughed a polite little waiter's laugh. `Ah,' he said, `I think sir has perhaps misunderstood me.' `Oh, I hope not,' breathed Ford."
+
+- Ford in paradise.
+%
+"Zaphod grinned two manic grins, sauntered over to the bar and bought most of it."
+
+- Zaphod in paradise.
+%
+"`Maybe somebody here tipped off the Galactic Police,' said Trillian. `Everybody saw you come in.' `You mean they want to arrest me over the phone?' said Zaphod, `Could be. I'm a pretty dangerous dude when I'm cornered.' `Yeah,' said a voice from under the table [Ford's now completely rat-arsed at this point], `you go to pieces so fast people get hit by the shrapnel.'"
+
+- Zaphod getting paranoid over a phone call.
+%
+"`Hand me the rap-rod, Plate Captain.' The little waiter's eyebrows wandered about his forehead in confusion. `I beg your pardon, sir?' he said. `The phone, waiter,' said Zaphod, grabbing it off him. `Shee, you guys are so unhip it's a wonder your bums don't fall off.'"
+
+- Zaphod discovers that waiters are the least hip people in the Universe.
+%
+"The main reception foyer was almost empty but Ford nevertheless weaved his way through it."
+
+- Ford making his way out of Milliways whilst under the influence of enough alcohol to make a rhino sing.
+%
+"`The first ten million years were the worst,' said Marvin, `and the second ten million, they were the worst too. The third ten million I didn't enjoy at all. After that I went into a bit of a decline.'"
+
+- Marvin reflecting back on his 576,000,003,579 year career as Milliways' car park attendant.
+%
+"`Incidentally,' he said, `what does teleport mean?' Another moment passed. Slowly, the others turned to face him. `Probably the wrong moment to ask,' said Arthur, `It's just I remember you use the word a short while ago and I only bring it up because...' `Where,' said Ford quietly, `does it say teleport?' `Well, just over here in fact,' said Arthur, pointing at a dark control box in the rear of the cabin, `Just under the word "emergency", above the word "system" and beside the sign saying "out of order".'"
+
+- Arthur finding an escape route from a certain death situation.
+%
+"I teleported home one night With Ron and Sid and Meg. Ron stole Meggie's heart away And I got Sidney's leg."
+
+- A poem about matter transference beams.
+%
+"Anyone who is capable of getting themselves made President should on no account be allowed to do the job."
+
+- Some wisdom from The Book.
+%
+"`We've got to find out what people want from fire, how they relate to it, what sort of image it has for them.' The crowd were tense. They were expecting something wonderful from Ford. `Stick it up your nose,' he said. `Which is precisely the sort of thing we need to know,' insisted the girl, `Do people want fire that can be fitted nasally?'"
+
+- Ford "debating" what to do with fire with a marketing girl.
+%
+"The story goes that I first had the idea for THHGTTG while lying drunk in a field in Innsbruck (or `Spain' as the BBC TV publicity department authoritatively has it, probably because it's easier to spell)." - Foreword by DNA.
+
+FORD 	Six pints of bitter. And quickly please, the world's about to 	end. BARMAN	Oh yes, sir? Nice weather for it.
+%
+BOOK	Meanwhile, the starship has landed on the surface of Magrathea 	and Trillian is about to make one of the most important 	statements of her life. Its importance is not immediately 	recognised by her companions. TRILL.	Hey, my white mice have escaped. ZAPHOD	Nuts to your white mice.
+%
+BOOK	...Man had always assumed that he was more intelligent than 	dolphins because he had achieved so much... the wheel, New York, 	wars, and so on, whilst all the dolphins had ever done was muck 	about in the water having a good time. But conversely the 	dolphins believed themselves to be more intelligent than man for 	precisely the same reasons.
+%
+ARTHUR	What is an Algolian Zylatburger anyway? FORD	They're a kind of meatburger made from the most unpleasant parts 	of a creature well known for its total lack of any pleasant 	parts. ARTHUR	So you mean that the Universe does actually end not with a bang 	but with a Wimpy?
+
+- Cut dialogue from Fit the Fifth.
+%
+BOOK	There is a theory which states that if ever anyone discovers 	exactly what the Universe is for and why it is here, it will 	instantly disappear and be replaced by something even more 	bizarrely inexplicable. 	There is another theory which states that this has already happened.
+
+- Introduction to Fit the Seventh.
+%
+FORD	Tell me Arthur... ARTHUR	Yes? FORD	This boulder we're stuck under, how big would you say it was? Roughly? ARTHUR	Oh, about the size of Coventry Cathedral. FORD	Do you think we could move it? (Arthur doesn't reply) Just asking.
+
+- Ford and Arthur in a tricky situation, Fit the Eighth.
+%
+BOOK	What to do if you find yourself stuck in a crack in the ground 	underneath a giant boulder you can't move, with no hope of 	rescue. Consider how lucky you are that life has been good to 	you so far. Alternatively, if life hasn't been good to you so 	far, which given your current circumstances seems more likely, 	consider how lucky you are that it won't be troubling you much 	longer.
+
+- Comforting advice for Ford and Arthur in this current situation, Fit the Eighth.
+%
+ZAPHOD	Hey, this rock... FORD	Marble... ZAPHOD	Marble... FORD	Ice-covered marble... ZAPHOD	Right... it's as slippery as... as... What's the slipperiest 	thing you can think of? FORD	At the moment? This marble. ZAPHOD	Right. This marble is as slippery as this marble.
+
+- Zaphod and Ford trying to get a grip on things in Brontitall, Fit the Tenth.
+%
+ARTHUR	It's not a question of whose habitat it is, it's a 	question of how hard you hit it.
+
+- Arthur pointing out one of the disadvantages of gravity, Fit the Tenth.
+%
+ARTHUR	It probably seems a terrible thing to say, but you 	know what I sometimes think would be useful in these situations? LINT.	What? ARTHUR	A gun of some sort. LINT.2	Will this help? ARTHUR	What is it? LINT.2	A gun of some sort. ARTHUR	Oh, that'll help. Can you make it fire? LINT.	Er... F/X	DEAFENING ROAR LINT.	Yes.
+
+- Arthur and the Lintillas gaining the upper hand, Fit the Twelfth.
+%
+"He stood up straight and looked the world squarely in the fields and hills. To add weight to his words he stuck the rabbit bone in his hair. He spread his arms out wide. `I will go mad!' he announced."
+
+- Arthur discovering a way of coping with life on Prehistoric Earth.
+%
+"`... then I decided that I was a lemon for a couple of weeks. I kept myself amused all that time jumping in and out of a gin and tonic.' Arthur cleared his throat, and then did it again. `Where,' he said, `did you...?' `Find a gin and tonic?' said Ford brightly. `I found a small lake that thought it was a gin and tonic, and jumped in and out of that. At least, I think it thought it was a gin and tonic.' `I may,' he added with a grin which would have sent sane men scampering into the trees, `have been imagining it.'"
+
+- Ford updating Arthur about what he's been doing for the past four years.
+%
+"`Eddies,' said Ford, `in the space-time continuum.' `Ah,' nodded Arthur, `is he? Is he?'"
+
+- Arthur failing in his first lesson of galactic physics in four years.
+%
+"Ford grabbed him by the lapels of his dressing gown and spoke to him as slowly and distinctly and patiently as if he were somebody from a telephone company accounts department."
+
+- Ford trying to rectify that situation.
+%
+"...[Arthur] leapt to his feet like an author hearing the phone ring..."
+
+- Who says that the character of Arthur isn't autobiographical?
+%
+"Arthur's consciousness approached his body as from a great distance, and reluctantly. It had had some bad times in there. Slowly, nervously, it entered and settled down into its accustomed position. Arthur sat up. `Where am I?' he said. `Lord's Cricket Ground,' said Ford. `Fine,' said Arthur, and his consciousness stepped out again for a quick breather. His body flopped back on the grass."
+
+- Arthur coping with his return to Earth as best as he could.
+%
+"`A curse,' said Slartibartfast, `which will engulf the Galaxy in fire and destruction, and possibly bring the Universe to a premature doom. I mean it,' he added. `Sounds like a bad time,' said Ford, `with luck I'll be drunk enough not to notice.'"
+
+- Ford ensuring everyone knew where his priorities lay.
+%
+"`My doctor says that I have a malformed public-duty gland and a natural deficiency in moral fibre, and that I am therefore excused from saving Universes.'"
+
+- Ford's last-ditch attempt to get out of helping Slartibartfast.
+%
+"Trillian did a little research in the ship's copy of THHGTTG. It had some advice to offer on drunkenness. `Go to it,' it said, `and good luck.' It was cross-referenced to the entry concerning the size of the Universe and ways of coping with that."
+
+- One of the more preferable pieces of advice contained in the Guide.
+%
+"His eyes seemed to be popping out of his head. He wasn't certain if this was because they were trying to see more clearly, or if they simply wanted to leave at this point." - Arthur trying to see who had diverted him from going to a party.
+%
+"Arthur yawed wildly as his skin tried to jump one way and his skeleton the other, whilst his brain tried to work out which of his ears it most wanted to crawl out of. `Bet you weren't expecting to see me again,' said the monster, which Arthur couldn't help thinking was a strange remark for it to make, seeing as he had never met the creature before. He could tell that he hadn't met the creature before from the simple fact that he was able to sleep at nights." - Arthur discovering who had diverted him from going to a party.
+%
+"`That young girl is one of the least benightedly unintelligent organic life forms it has been my profound lack of pleasure not to be able to avoid meeting.'" - Marvin's first ever compliment about anybody.
+%
+"Arthur hoped and prayed that there wasn't an afterlife. Then he realised there was a contradiction there and merely hoped that there wasn't an afterlife." - Arthur realising that he's in a certain death situation with a supernova bomb that is shaped like a cricket ball.
+%
+"`Credit?' he said. `Aaaargggh...' These two words are usually coupled together in the Old Pink Dog Bar." - Ford in a spot of bother.
+%
+"`...we might as well start with where your hand is now.' Arthur said, `So which way do I go?' `Down,' said Fenchurch, `on this occasion.' He moved his hand. `Down,' she said, `is in fact the other way.' `Oh yes.'" - Arthur trying to discover which part of Fenchurch is wrong.
+%
+"There was a point to this story, but it has temporarily escaped the chronicler's mind." - This line perhaps best sums up the whole book.
+%
+"The last time anybody made a list of the top hundred character attributes of New Yorkers, common sense snuck in at number 79. .... When it's fall in New York, the air smells as if someone's been frying goats in it, and if you are keen to breathe the best plan is to open a window and stick your head in a building." - Nuff said??
+%
+"`What's been happening here?' he demanded. `Oh just the nicest things, sir, just the nicest things. can I sit on your lap please?'" "`Colin, I am going to abandon you to your fate.' `I'm so happy.'" "`It will be very, very nasty for you, and that's just too bad. Got it?' `I gurgle with pleasure.'" - Ford and Colin the robot.
+%
+"What the hell, he thought, you're only young once, and threw himself out of the window. That would at least keep the element of surprise on his side." - Ford outwitting a Vogon with a rocket launcher by going into another certain death situation.
+%
+"The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at or repair." - One of the laws of computers and programming revealed.
+%
+"`You know they've reintroduced the death penalty for insurance company directors?' `Really?' said Arthur. `No I didn't. For what offence?' Trillian frowned. `What do you mean, offence?' `I see.'" - Evidence that there will be some justice in the Universe eventually.
+%
+"`She hit me on the head with the rock again.' `I think I can confirm that that was my daughter.' `Sweet kid.' `You have to get to know her,' said Arthur. `She eases up does she?' `No,' said Arthur, `but you get a better sense of when to duck.'" - Ford and Arthur on Random.
+%
+"Far out in the uncharted backwaters of the unfashionable end of the western spiral arm of the Galaxy lies a small unregarded yellow sun. "
+%
+"Ah, " said Arthur, "this is obviously some strange usage of the word safe that I wasn't previously aware of. "
+%
+"I don't know, " said the voice on the PA, "apathetic bloody planet, I've no sympathy at all. "
+%
+"Now it is such a bizarrely improbable coincidence that anything so mindboggingly useful could have evolved purely by chance that some thinkers have chosen to see it as the final and clinching proof of the non-existence of God. "The argument goes something like this: `I refuse to prove that I exist,' says God, `for proof denies faith, and without faith I am nothing.' "`But,' says Man, `The Babel fish is a dead giveaway, isn't it? It could not have evolved by chance. It proves you exist, and so therefore, by your own arguments, you don't. QED.'
+%
+"Prostetnic Vogon Jeltz smiled very slowly. This was done not so much for effect as because he was trying to remember the sequence of muscle movements. "
+%
+"OK, so ten out of ten for style, but minus several million for good thinking, yeah? "
+%
+"In those days spirits were brave, the stakes were high, men were real men, women were real women, and small furry creatures from Alpha Centauri were real small furry creatures from Alpha Centauri. "
+%
+"For a moment, nothing happened. Then, after a second or so, nothing continued to happen. "
+%
+(aikamuotojen k�ytt� aikamatkustuksessa) "You can arrive (mayan arivan on-when) for any sitting you like without prior (late fore-when) reservation because you can book retrospectively, as it were when you return to your own time. (you can have on-book haventa forewhen presooning returningwenta retrohome.) "
+%
+"The suit into which the man's body had been stuffed looked as if it's only purpose in life was to demonstrate how difficult it was to get this sort of body into a suit. "
+%
+"He dropped his voice still lower. In the stillness, a fly would not have dared clear its throat. "
+%
+"And finally, " said Max, quieting the audience down and putting on his solemn face, "finally I believe we have with us here tonight, a party of believers, very devout believers, from the Church of the Second Coming of the Great Prophet Zarquon. " ... "There they are, " said Max, "sitting there, patiently. He said he'd come again, and he's kept you waiting a long time, so let's hope he's hurrying fellas, because he's only got eight minutes left! "
+%
+"As he came into the light they could see his black and gold uniform on which the buttons were so highly polished that they shone with an intensity that would have made an approaching motorist flash his lights in annoyance. "
+%
+"You're very sure of your facts, " he said at last, "I couldn't trust the thinking of a man who takes the Universe - if there is one - for granted. "
+%
+"What are you talking about? " "Never mind, eat the fruit. " "You know, this place almost looks like the Garden of Eden. " "Eat the fruit. " "Sounds quite like it too. "
+%
+"Rome wasn't burned in a day. "
+%
+"Does it worry you that you don't talk any kind of sense? "
+%
+"One's never alone with a rubber duck. "
+%
+"Another world, another day, another dawn. "
+%
+"He expanded his chest to make it totally clear that here was the sort of man you only dared to cross if you had a team of Sherpas with you. "
+%
+"It was real. At least, if it wasn't real, it did support them, and as that is what sofas are supposed to do, this, by any test that mattered, was a real sofa. "
+%
+Arthur said, "So which way do I go? " "Down, " said Fenchurch, "on this occasion. " He moved his hand. "Down, " she said, "is in fact the other way. " "Oh yes. "
+%
+"You're one hundred percent positive that the ship which is crashed on the bottom of this ocean is the ship which you said you were one hundred percent positive could one hundred percent positively never crash? "
+%
+"Yes, it's the right planet, all right, " he said again. "Right planet, wrong universe. "
+%
+"Ford had his own code of ethics. It wasn't much of one, but it was his and he stuck by it, more or less. One rule he made was never to buy his own drinks. He wasn't sure if that counted as an ethic, but you have to go with what you've got. "
+%
+"Arthur felt at a bit of a loss. There was a whole Galaxy of stuff out there for him, and he wondered if it was churlish of him to complain to himself that it lacked just two things: the world he was born on and the woman he loved. "
+%
+"What was the self-sacrifice? " "I jettisoned half of a much loved and I think irreplaceable pair of shoes. " "Why was that self-sacrifice? " "Because they were mine! " said Ford crossly. "I think we have different value systems. " "Well mine's better. " "That's according to your... oh never mind. " 
diff --git a/.oh-my-zsh/plugins/hitchhiker/hitchhiker.plugin.zsh b/.oh-my-zsh/plugins/hitchhiker/hitchhiker.plugin.zsh
new file mode 100644
index 0000000..0b1a301
--- /dev/null
+++ b/.oh-my-zsh/plugins/hitchhiker/hitchhiker.plugin.zsh
@@ -0,0 +1,28 @@
+# Handle $0 according to the standard:
+# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
+0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
+0="${${(M)0:#/*}:-$PWD/$0}"
+
+HITCHHIKER_DIR="${0:h}/fortunes"
+
+# Aliases
+alias hitchhiker="fortune -a $HITCHHIKER_DIR"
+alias hitchhiker_cow="hitchhiker | cowthink"
+
+() {
+  # Don't generate hitchhiker.dat if it exists and is up-to-date
+  if [[ -f "$HITCHHIKER_DIR/hitchhiker.dat" ]] && ! [[ "$HITCHHIKER_DIR/hitchhiker.dat" -ot "$HITCHHIKER_DIR/hitchhiker" ]]; then
+    return
+  fi
+
+  # If strfile is not found: some systems install strfile in /usr/sbin but it's not in $PATH
+  if ! command -v strfile &>/dev/null && ! [[ -f /usr/sbin/strfile ]]; then
+    echo "[oh-my-zsh] hitchhiker depends on strfile, which is not installed" >&2
+    echo "[oh-my-zsh] strfile is often provided as part of the 'fortune' package" >&2
+    return
+  fi
+
+  "${commands[strfile]:-/usr/sbin/strfile}" "$HITCHHIKER_DIR/hitchhiker" "$HITCHHIKER_DIR/hitchhiker.dat" >/dev/null
+}
+
+unset HITCHHIKER_DIR
diff --git a/.oh-my-zsh/plugins/hitokoto/README.md b/.oh-my-zsh/plugins/hitokoto/README.md
new file mode 100644
index 0000000..3a8758f
--- /dev/null
+++ b/.oh-my-zsh/plugins/hitokoto/README.md
@@ -0,0 +1,15 @@
+# hitokoto plugin
+
+Displays a random quote taken from [hitokoto.cn](https://v1.hitokoto.cn/)
+
+Created by [Sinrimin](https://github.com/sinrimin)
+
+## Usage
+
+Add the plugin to the plugins array in your zshrc file and restart zsh:
+
+```zsh
+plugins=(... hitokoto)
+```
+
+Then, run `hitokoto` to get a new random quote.
diff --git a/.oh-my-zsh/plugins/hitokoto/hitokoto.plugin.zsh b/.oh-my-zsh/plugins/hitokoto/hitokoto.plugin.zsh
new file mode 100644
index 0000000..e346d18
--- /dev/null
+++ b/.oh-my-zsh/plugins/hitokoto/hitokoto.plugin.zsh
@@ -0,0 +1,18 @@
+if ! (( $+commands[curl] )); then
+  echo "hitokoto plugin needs curl to work" >&2
+  return
+fi
+
+function hitokoto {
+  setopt localoptions nopromptsubst
+
+  # Get hitokoto data
+  local -a data
+  data=("${(ps:\n:)"$(command curl -s --connect-timeout 2 "https://v1.hitokoto.cn" | command jq -j '.hitokoto+"\n"+.from')"}")
+
+  # Exit if could not fetch hitokoto
+  [[ -n "$data" ]] || return 0
+
+  local quote="${data[1]}" author="${data[2]}"
+  print -P "%F{3}${author}%f: “%F{5}${quote}%f”"
+}
diff --git a/.oh-my-zsh/plugins/homestead/README.md b/.oh-my-zsh/plugins/homestead/README.md
new file mode 100644
index 0000000..4763023
--- /dev/null
+++ b/.oh-my-zsh/plugins/homestead/README.md
@@ -0,0 +1,9 @@
+# Homestead
+
+This plugin provides completion for [Homestead](https://laravel.com/docs/homestead).
+
+To use it add homestead to the plugins array in your zshrc file.
+
+```bash
+plugins=(... homestead)
+```
diff --git a/.oh-my-zsh/plugins/homestead/homestead.plugin.zsh b/.oh-my-zsh/plugins/homestead/homestead.plugin.zsh
new file mode 100644
index 0000000..ea2803d
--- /dev/null
+++ b/.oh-my-zsh/plugins/homestead/homestead.plugin.zsh
@@ -0,0 +1,10 @@
+# Homestead basic command completion
+_homestead_get_command_list () {
+  homestead --no-ansi | sed -E "1,/(Available|Common) commands/d" | awk '/^ +[a-z]+/ { print $1 }'
+}
+
+_homestead () {
+  compadd `_homestead_get_command_list`
+}
+
+compdef _homestead homestead
diff --git a/.oh-my-zsh/plugins/httpie/README.md b/.oh-my-zsh/plugins/httpie/README.md
new file mode 100644
index 0000000..25bdd0c
--- /dev/null
+++ b/.oh-my-zsh/plugins/httpie/README.md
@@ -0,0 +1,14 @@
+# HTTPie plugin
+
+This plugin adds completion for [HTTPie](https://httpie.org), a command line HTTP
+client, a friendlier cURL replacement.
+
+To use it, add `httpie` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... httpie)
+```
+
+It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
+
+**Maintainer:** [lululau](https://github.com/lululau)
diff --git a/.oh-my-zsh/plugins/httpie/_httpie b/.oh-my-zsh/plugins/httpie/_httpie
new file mode 100644
index 0000000..2c0db22
--- /dev/null
+++ b/.oh-my-zsh/plugins/httpie/_httpie
@@ -0,0 +1,181 @@
+#compdef http https
+# ------------------------------------------------------------------------------
+# Copyright (c) 2015 GitHub zsh-users - http://github.com/zsh-users
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#     * Redistributions of source code must retain the above copyright
+#       notice, this list of conditions and the following disclaimer.
+#     * Redistributions in binary form must reproduce the above copyright
+#       notice, this list of conditions and the following disclaimer in the
+#       documentation and/or other materials provided with the distribution.
+#     * Neither the name of the zsh-users nor the
+#       names of its contributors may be used to endorse or promote products
+#       derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# ------------------------------------------------------------------------------
+# Description
+# -----------
+#
+#  Completion script for httpie 0.7.2  (http://httpie.org)
+#
+# ------------------------------------------------------------------------------
+# Authors
+# -------
+#
+#  * Akira Maeda 
+#  * Valodim 
+#  * Claus Klingberg 
+#
+# ------------------------------------------------------------------------------
+# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
+# vim: ft=zsh sw=2 ts=2 et
+# ------------------------------------------------------------------------------
+
+_httpie_params () {
+
+    local ret=1 expl
+
+    # or a url
+    if (( CURRENT <= NORMARG+1 )) && [[ $words[NORMARG] != *:* ]] ; then
+        _httpie_urls && ret=0
+
+    # regular param, if we already have a url
+    elif (( CURRENT > NORMARG )); then
+
+        # if the suffix is precisely : this is shorthand for a header
+        if [[ -prefix ':' ]]; then
+            PREFIX=
+            SUFFIX=:
+        fi
+
+        # if we are in front of a : (possibly due to the PREFIX move before)
+        if [[ -suffix ':' ]]; then
+
+            # this is rather buggy with normal tab behavior :\
+            compstate[insert]=menu
+            _wanted http_header expl 'HTTP Header' \
+                compadd -s ':' -S '' -- Content-Type Cookie && return 0
+        fi
+
+        # ignore all prefix stuff
+        compset -P '(#b)([^:@=]#)'
+        local name=$match[1]
+
+        if compset -P '='; then
+            _message "$name data field value"
+        elif compset -P '@'; then
+            _files
+        elif compset -P ':=@'; then
+            _files
+        elif compset -P ':='; then
+            _message "$name raw json data"
+        elif compset -P '=='; then
+            _message "$name url parameter value"
+        elif compset -P ':'; then
+            _message "$name header content"
+        else
+            typeset -a ops
+            ops=(
+                '=:data field'
+                '\::header'
+                '==:request parameter'
+                '@:data file field'
+                '\:=:raw json field'
+                '\:=@:raw json field file path'
+            )
+            _describe -t httpparams "parameter types" ops -Q -S ''
+        fi
+
+        ret=0
+
+    fi
+
+    # first arg may be a request method
+    (( CURRENT == NORMARG )) &&
+        _wanted http_method expl 'Request Method' \
+            compadd GET POST PUT DELETE HEAD OPTIONS TRACE CONNECT PATCH LINK UNLINK && ret=0
+
+    return $ret
+
+}
+
+_httpie_urls() {
+
+  local ret=1
+
+  if ! [[ -prefix [-+.a-z0-9]#:// ]]; then
+    local expl
+    compset -S '[^:/]*' && compstate[to_end]=''
+    _wanted url-schemas expl 'URL schema' compadd -S '' http:// https:// && ret=0
+  else
+    _urls && ret=0
+  fi
+
+  return $ret
+
+}
+
+_httpie_printflags () {
+
+    local ret=1
+
+    # not sure why this is necessary, but it will complete "-pH" style without it
+    [[ $IPREFIX == "-p" ]] && IPREFIX+=" "
+
+    compset -P '(#b)([a-zA-Z]#)'
+
+    local -a flags
+    [[ $match[1] != *H* ]] && flags+=( "H:request headers" )
+    [[ $match[1] != *B* ]] && flags+=( "B:request body" )
+    [[ $match[1] != *h* ]] && flags+=( "h:response headers" )
+    [[ $match[1] != *b* ]] && flags+=( "b:response body" )
+
+    _describe -t printflags "print flags" flags -S '' && ret=0
+
+    return $ret
+
+}
+
+integer NORMARG
+
+_arguments -n -C -s \
+  '(-j --json -f)'{-j,--json}'[Data items from the command line are serialized as a JSON object.]' \
+  '(-f --form -j)'{-f,--form}'[Data items from the command line are serialized as form fields.]' \
+  '--pretty=[Controls output processing.]:output format:(all colors format none)' \
+  '(-s --style)'{-s,--style}'=[Output coloring style]:STYLE:(autumn borland bw colorful default emacs friendly fruity manni monokai murphy native pastie perldoc ttr solarized tango trac vim vs)' \
+  '(-p --print)'{-p,--print}'=[String specifying what the output should contain]:print flags:_httpie_printflags' \
+  '(-v --verbose)'{-v,--verbose}'[Print the whole request as well as the response.]' \
+  '(-p -h --headers)'{-h,--headers}'[Print only the response headers.]' \
+  '(-p -b --body)'{-b,--body}'[Print only the response body.]' \
+  '(-S --stream)'{-S,--stream}'[Always stream the output by line, i.e., behave like `tail -f`.]' \
+  '(-o --output)'{-o,--output}'=[Save output to FILE.]:output file:_files' \
+  '(-d --download)'{-d,--download}'=[Do not print the response body to stdout.]' \
+  '(-c --continue)'{-c,--continue}'[Resume an interrupted download.]' \
+  '(--session-read-only)--session=[Create, or reuse and update a session.]:session name (or path)' \
+  '(--session)--session-read-only=[Create or read a session without updating it form the request/response exchange.]:session name (or path)' \
+  '(-a --auth)'{-a,--auth}'=[If only the username is provided (-a username)]:USER\:PASS' \
+  '--auth-type=[The authentication mechanism to be used. Defaults to "basic".]:AUTH-TYPE:(basic digest)' \
+  '--proxy=[String mapping protocol to the URL of the proxy.]:PROXY' \
+  '--follow[Allow full redirects.]' \
+  "--verify=[Enable or disable verification of ssl certificates.]:verify certificate:(yes no)" \
+  '--allow-redirects[Set this flag if full redirects are allowed (e.g. re-POST-ing of data at new ``Location``)]' \
+  '--timeout=[Float describes the timeout of the request (Use socket.setdefaulttimeout() as fallback).]:timeout (seconds)' \
+  '--check-status[This flag instructs HTTPie to also check the HTTP status code and exit with an error if the status indicates one.]' \
+  '--ignore-stdin[Do not attempt to read stdin.]' \
+  '(- *)--help[show help message.]' \
+  "(- *)--version[show program's version number and exit.]" \
+  '--traceback[Prints exception traceback should one occur.]' \
+  '--debug[Prints exception traceback should one occur and other information useful for debugging HTTPie itself.]' \
+  '*:args:_httpie_params' && return 0
diff --git a/.oh-my-zsh/plugins/invoke/README.md b/.oh-my-zsh/plugins/invoke/README.md
new file mode 100644
index 0000000..3f4b880
--- /dev/null
+++ b/.oh-my-zsh/plugins/invoke/README.md
@@ -0,0 +1,10 @@
+# Invoke plugin
+
+This plugin adds completion for [invoke](https://github.com/pyinvoke/invoke).
+
+To use it, add `invoke` to the plugins array in your `~/.zshrc` file:
+
+```zsh
+plugins=(... invoke)
+```
+
diff --git a/.oh-my-zsh/plugins/invoke/invoke.plugin.zsh b/.oh-my-zsh/plugins/invoke/invoke.plugin.zsh
new file mode 100644
index 0000000..8c807de
--- /dev/null
+++ b/.oh-my-zsh/plugins/invoke/invoke.plugin.zsh
@@ -0,0 +1,5 @@
+# Autocompletion for invoke.
+#
+if [ $commands[invoke] ]; then
+  source <(invoke --print-completion-script=zsh)
+fi
diff --git a/.oh-my-zsh/plugins/ionic/README.md b/.oh-my-zsh/plugins/ionic/README.md
new file mode 100644
index 0000000..3ec4fc8
--- /dev/null
+++ b/.oh-my-zsh/plugins/ionic/README.md
@@ -0,0 +1,30 @@
+# Ionic plugin
+
+This plugin adds completion for the [Ionic CLI](https://ionicframework.com/docs/cli),
+as well as some aliases for common Ionic commands.
+
+To use it, add `ionic` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... ionic)
+```
+
+## Aliases
+
+| Alias | Command                              | Description                                                      |
+|-------|--------------------------------------|------------------------------------------------------------------|
+| iv    | `ionic --version`                    | Check Ionic version                                              |
+| ih    | `ionic --help`                       | Ionic help command                                               |
+| ist   | `ionic start`                        | Create a new project                                             |
+| ii    | `ionic info`                         | Print system/environment info                                    |
+| is    | `ionic serve`                        | Start a local dev server for app dev/testing                     |
+| icba  | `ionic cordova build android`        | Build web assets and prepare app for android platform targets    |
+| icbi  | `ionic cordova build ios`            | Build web assets and prepare app for ios platform targets        |
+| icra  | `ionic cordova run android`          | Run an Ionic project on a connected android device               |
+| icri  | `ionic cordova run ios`              | Run an Ionic project on a connected ios device                   |
+| icrsa | `ionic cordova resources android`    | Automatically create icon and splash screen resources for android|
+| icrsi | `ionic cordova resources ios`        | Automatically create icon and splash screen resources for ios    |
+| icpaa | `ionic cordova platform add android` | Add Cordova android platform targets                             |
+| icpai | `ionic cordova platform add ios`     | Add Cordova ios platform targets                                 |
+| icpra | `ionic cordova platform rm android`  | Remove Cordova platform targets                                  |
+| icpri | `ionic cordova platform rm ios`      | Remove Cordova platform targets                                  |
diff --git a/.oh-my-zsh/plugins/ionic/ionic.plugin.zsh b/.oh-my-zsh/plugins/ionic/ionic.plugin.zsh
new file mode 100644
index 0000000..e3913b5
--- /dev/null
+++ b/.oh-my-zsh/plugins/ionic/ionic.plugin.zsh
@@ -0,0 +1,15 @@
+alias iv="ionic --version"
+alias ih="ionic --help"
+alias ist="ionic start"
+alias ii="ionic info"
+alias is="ionic serve"
+alias icba="ionic cordova build android"
+alias icbi="ionic cordova build ios"
+alias icra="ionic cordova run android"
+alias icri="ionic cordova run ios"
+alias icrsa="ionic cordova resources android"
+alias icrsi="ionic cordova resources ios"
+alias icpaa="ionic cordova platform add android"
+alias icpai="ionic cordova platform add ios"
+alias icpra="ionic cordova platform rm android"
+alias icpri="ionic cordova platform rm ios"
diff --git a/.oh-my-zsh/plugins/ipfs/LICENSE b/.oh-my-zsh/plugins/ipfs/LICENSE
new file mode 100644
index 0000000..cf84491
--- /dev/null
+++ b/.oh-my-zsh/plugins/ipfs/LICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 Angel Ramboi
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/.oh-my-zsh/plugins/ipfs/README.md b/.oh-my-zsh/plugins/ipfs/README.md
new file mode 100644
index 0000000..0808a26
--- /dev/null
+++ b/.oh-my-zsh/plugins/ipfs/README.md
@@ -0,0 +1,17 @@
+# zsh-ipfs
+
+zsh completion plugin for [The InterPlanetary File System (IPFS)][1]
+
+Please submit issues and pull requests to the [main zsh-ipfs repo][2].
+
+### About
+
+[IPFS (InterPlanetary File System)][1] is a peer-to-peer hypermedia protocol
+designed to make the web faster, safer, and more open.
+
+### License
+
+See: https://github.com/hellounicorn/zsh-ipfs/blob/master/LICENSE
+
+[1]: http://ipfs.io/
+[2]: https://github.com/hellounicorn/zsh-ipfs
diff --git a/.oh-my-zsh/plugins/ipfs/_ipfs b/.oh-my-zsh/plugins/ipfs/_ipfs
new file mode 100644
index 0000000..5b8b05b
--- /dev/null
+++ b/.oh-my-zsh/plugins/ipfs/_ipfs
@@ -0,0 +1,791 @@
+#compdef ipfs
+#autoload
+
+local -a _1st_arguments
+_1st_arguments=(
+  'add:Add a file or directory to ipfs.'
+  'bitswap:Interact with the bitswap agent.'
+  'block:Interact with raw IPFS blocks.'
+  'bootstrap:Show or edit the list of bootstrap peers.'
+  'cat:Show IPFS object data.'
+  'cid:Convert and discover properties of CIDs'
+  'commands:List all available commands.'
+  'config:Get and set ipfs config values.'
+  'daemon:Run a network-connected IPFS node.'
+  'dag:Interact with ipld dag objects. (experimental)'
+  'dht:Issue commands directly through the DHT.'
+  'diag:Generate diagnostic reports.'
+  'dns:Resolve DNS links.'
+  'files:Interact with unixfs files.'
+  'filestore:Interact with filestore objects. (experimental)'
+  'get:Download IPFS objects.'
+  'id:Show ipfs node id info.'
+  'init:Initializes ipfs config file.'
+  'key:Create and list IPNS name keypairs.'
+  'log:Interact with the daemon log output.'
+  'ls:List directory contents for Unix filesystem objects.'
+  'mount:Mounts IPFS to the filesystem (read-only).'
+  'name:Publish and resolve IPNS names.'
+  'object:Interact with IPFS objects.'
+  'p2p:Libp2p stream mounting.'
+  'pin:Pin (and unpin) objects to local storage.'
+  'ping:Send echo request packets to IPFS hosts.'
+  'refs:List links (references) from an object.'
+  'repo:Manipulate the IPFS repo.'
+  'resolve:Resolve the value of names to IPFS.'
+  'stats:Query IPFS statistics.'
+  'swarm:Interact with the swarm.'
+  'tar:Utility functions for tar files in ipfs.'
+  'update:Download and apply go-ipfs updates'
+  'version:Show ipfs version information.'
+)
+
+_ipfs_subcommand(){
+  local curcontext="$curcontext" state line
+  typeset -A opt_args
+  _arguments -C ':command:->command' '*::options:->options'
+  case $state in
+    (command)
+      _describe -t commands "ipfs subcommand" $1
+      return
+    ;;
+    (options)
+      case $line[1] in
+        (wantlist)
+          case $MAIN_SUBCOMMAND in
+            (bitswap)
+              _arguments '(-p --peer)'{-p,--peer}'[Specify which peer to show wantlist for. Default: self.]'
+            ;;
+          esac
+        ;;
+        (add)
+          case $MAIN_SUBCOMMAND in
+            (pin)
+              _arguments \
+                '(-r --recursive)'{-r,--recursive}'[Recursively pin the object linked to by the specified object(s). Default: true.]' \
+                '--progress[Show progress.]'
+            ;;
+            (bootstrap)
+              local -a _bootstrap_rm_arguments
+              _bootstrap_rm_arguments=(
+                'default:Add default peers to the bootstrap list.'
+              )
+              _ipfs_subcommand _bootstrap_rm_arguments
+            ;;
+          esac
+        ;;
+        (rm)
+          case $MAIN_SUBCOMMAND in
+            (pin)
+              _arguments '(-r --recursive)'{-r,--recursive}'[Recursively unpin the object linked to by the specified object(s). Default: true.]'
+            ;;
+            (bootstrap)
+              local -a _bootstrap_rm_arguments
+              _bootstrap_rm_arguments=(
+                'all:Remove all peers from the bootstrap list.'
+              )
+              _ipfs_subcommand _bootstrap_rm_arguments
+            ;;
+          esac
+        ;;
+        (ls)
+          case $MAIN_SUBCOMMAND in
+            (pin)
+              _arguments \
+                '(-t --type)'{-t,--type}'[The type of pinned keys to list. Can be "direct", "indirect", "recursive", or "all". Default: all.]' \
+                '(-q --quiet)'{-q,--quiet}'[Write just hashes of objects.]' \
+                '(-s --stream)'{-s,--stream}'[Enable streaming of pins as they are discovered.]'
+            ;;
+            (p2p)
+              _arguments '(-v --headers)'{-v,--headers}'[Print table headers (Protocol, Listen, Target).]'
+            ;;
+          esac
+        ;;
+        (update)
+          case $MAIN_SUBCOMMAND in
+            (pin)
+              _arguments '--unpin[Remove the old pin. Default: true.]'
+            ;;
+          esac
+        ;;
+        (verify)
+          case $MAIN_SUBCOMMAND in
+            (pin)
+              _arguments \
+                '--verbose[Also write the hashes of non-broken pins.]' \
+                '(-q --quiet)'{-q,--quiet}'[Write just hashes of broken pins.]'
+            ;;
+          esac
+        ;;
+        (query|findpeer)
+          case $MAIN_SUBCOMMAND in
+            (dht)
+              _arguments '(-v --verbose)'{-v,--verbose}'[Print extra information.]'
+            ;;
+          esac
+        ;;
+        (get)
+          case $MAIN_SUBCOMMAND in
+            (dht)
+              _arguments '(-v --verbose)'{-v,--verbose}'[Print extra information.]'
+            ;;
+            (object)
+              _arguments '--data-encoding[Encoding type of the data field, either "text" or "base64". Default: text.]'
+            ;;
+          esac
+        ;;
+        (put)
+          case $MAIN_SUBCOMMAND in
+            (dht)
+              _arguments '(-v --verbose)'{-v,--verbose}'[Print extra information.]'
+            ;;
+            (object)
+              _arguments \
+                '--inputenc[Encoding type of input data. One of: {"protobuf", "json"}. Default: json.]' \
+                '--datafieldenc[Encoding type of the data field, either "text" or "base64". Default: text.]' \
+                '--pin[Pin this object when adding.]' \
+                '(-q --quiet)'{-q,--quiet}'[Write minimal output]'
+            ;;
+          esac
+        ;;
+        (findprovs)
+          case $MAIN_SUBCOMMAND in
+            (dht)
+              _arguments \
+                '(-v --verbose)'{-v,--verbose}'[Print extra information.]' \
+                '(-n --num-providers)'{-n,--num-providers}'[The number of providers to find. Default: 20.]'
+            ;;
+          esac
+        ;;
+        (provide)
+          case $MAIN_SUBCOMMAND in
+            (dht)
+              _arguments \
+                '(-v --verbose)'{-v,--verbose}'[Print extra information.]' \
+                '(-r --recursive)'{-r,--recursive}'[Recursively provide entire graph.]'
+            ;;
+          esac
+        ;;
+        (cmds)
+          case $MAIN_SUBCOMMAND in
+            (diag)
+              _arguments '(-v --verbose)'{-v,--verbose}'[Print extra information.]'
+            ;;
+          esac
+        ;;
+        (diff)
+          case $MAIN_SUBCOMMAND in
+            (object)
+              _arguments '(-v --verbose)'{-v,--verbose}'[Print extra information.]'
+            ;;
+          esac
+        ;;
+        (stat)
+          case $MAIN_SUBCOMMAND in
+            (dag)
+              _arguments \
+                '(-p --progress)'{-p,--progress}'[Return progressive data while reading through the DAG. Default: true.]'
+            ;;
+            (object)
+              _arguments '--human[Print sizes in human readable format (e.g., 1K 234M 2G).]'
+            ;;
+            (repo)
+              _arguments \
+                '(-s --size-only)'{-s,--size-only}'[Only report RepoSize and StorageMax.]' \
+                '(-H --human)'{-H,--human}'[Print sizes in human readable format (e.g., 1K 234M 2G).]'
+            ;;
+          esac
+        ;;
+        (publish)
+          case $MAIN_SUBCOMMAND in
+            (name)
+              _arguments \
+                '--resolve[Check if the given path can be resolved before publishing. Default: true.]' \
+                '(-t --lifetime)'{-t,--lifetime}'[Time duration that the record will be valid for. Default: 24h.]' \
+                '--allow-offline[When offline, save the IPNS record to the local datastore without broadcasting to the network instead of simply failing.]' \
+                '--ttl[Time duration this record should be cached for. Uses the same syntax as the lifetime option. (caution: experimental).]' \
+                '(-k --key)'{-k,--key}"[Name of the key to be used or a valid PeerID, as listed by 'ipfs key list -l'. Default: self.]" \
+                '(-Q --quieter)'{-Q,--quieter}'[Write only final hash.]' \
+                '--ipns-base[Encoding used for keys: Can either be a multibase encoded CID or a base58btc encoded multihash. Takes {b58mh|base36|k|base32|b...}. Default: base36.]'
+            ;;
+          esac
+        ;;
+        (pubsub)
+          case $MAIN_SUBCOMMAND in
+            (name)
+              local -a _name_pubsub_arguments
+              _name_pubsub_arguments=(
+                'cancel:Cancel a name subscription'
+                'state:Query the state of IPNS pubsub'
+                'subs:Show current name subscriptions'
+              )
+              _ipfs_subcommand _name_pubsub_arguments
+            ;;
+          esac
+        ;;
+        (resolve)
+          case $MAIN_SUBCOMMAND in
+            (name)
+              _arguments \
+                '(-r --recursive)'{-r,--recursive}'[Resolve until the result is not an IPNS name. Default: true.]' \
+                '(-n --nocache)'{-n,--nocache}'[Do not use cached entries.]' \
+                '(--dhtrc --dht-record-count)'{--dhtrc,--dht-record-count}'[Number of records to request for DHT resolution.]' \
+                '(--dhtt --dht-timeout)'{--dhtt,--dht-timeout}'[Max time to collect values during DHT resolution eg "30s". Pass 0 for no timeout.]' \
+                '(-s --stream)'{-s,--stream}'[Stream entries as they are found.]'
+            ;;
+          esac
+        ;;
+        (patch)
+          case $MAIN_SUBCOMMAND in
+            (object)
+              local -a _object_patch_arguments
+              _object_patch_arguments=(
+                'add-link:Add a link to a given object.'
+                'append-data:Append data to the data segment of a dag node.'
+                'rm-link:Remove a link from a given object.'
+                'set-data:Set the data field of an IPFS object.'
+              )
+              _ipfs_subcommand _object_patch_arguments
+            ;;
+          esac
+        ;;
+        (gc)
+          case $MAIN_SUBCOMMAND in
+            (repo)
+              _arguments \
+                '--stream-errors[Stream errors.]' \
+                '(-q --quiet)'{-q,--quiet}'[Write minimal output.]'
+            ;;
+          esac
+        ;;
+        (bitswap)
+          case $MAIN_SUBCOMMAND in
+            (stats)
+              _arguments \
+                '(-v --verbose)'{-v,--verbose}'[Print extra information.]' \
+                '--human[Print sizes in human readable format (e.g., 1K 234M 2G).]'
+            ;;
+          esac
+        ;;
+        (bw)
+          case $MAIN_SUBCOMMAND in
+            (stats)
+              _arguments \
+                '(-p --peer)'{-p,--peer}'[Specify a peer to print bandwidth for.]' \
+                '(-t --proto)'{-t,--proto}'[Specify a protocol to print bandwidth for.]' \
+                '--poll[Print bandwidth at an interval.]' \
+                '(-i --interval)'{-i,--interval}"[Time interval to wait between updating output, if 'poll' is true.]"
+            ;;
+          esac
+        ;;
+        (repo)
+          case $MAIN_SUBCOMMAND in
+            (stats)
+              _arguments \
+                '--size-only[Only report RepoSize and StorageMax.]' \
+                '--human[Print sizes in human readable format (e.g., 1K 234M 2G).]'
+            ;;
+          esac
+        ;;
+        (bases)
+          case $MAIN_SUBCOMMAND in
+            (cid)
+              _arguments \
+                '--prefix[also include the single leter prefixes in addition to the code.]' \
+                '--numeric[also include numeric codes.]'
+            ;;
+          esac
+        ;;
+        (codecs|hashes)
+          case $MAIN_SUBCOMMAND in
+            (cid)
+              _arguments '--numeric[also include numeric codes.]'
+            ;;
+          esac
+        ;;
+        (format)
+          case $MAIN_SUBCOMMAND in
+            (cid)
+              _arguments \
+                '-f[Printf style format string. Default: %s.]' \
+                '-v[CID version to convert to.]' \
+                '--codec[CID codec to convert to.]' \
+                '-b[Multibase to display CID in.]'
+            ;;
+          esac
+        ;;
+        (close)
+          case $MAIN_SUBCOMMAND in
+            (p2p)
+              _arguments \
+                '(-a --all)'{-a,--all}'[Close all listeners.]' \
+                '(-p --protocol)'{-p,--protocol}'[Match protocol name.]' \
+                '(-l --listen-address)'{-l,--listen-address}'[Match listen address.]' \
+                '(-t --target-address)'{-t,--target-address}'[Match target address.]'
+            ;;
+          esac
+        ;;
+        (forward)
+          case $MAIN_SUBCOMMAND in
+            (p2p)
+              _arguments "--allow-custom-protocol[Don't require /x/ prefix.]"
+            ;;
+          esac
+        ;;
+        (listen)
+          case $MAIN_SUBCOMMAND in
+            (p2p)
+              _arguments \
+                "--allow-custom-protocol[Don't require /x/ prefix.]" \
+                '(-r --report-peer-id)'{-r,--report-peer-id}'[Send remote base58 peerid to target when a new connection is established.]'
+            ;;
+          esac
+        ;;
+        (stream)
+          case $MAIN_SUBCOMMAND in
+            (p2p)
+              local -a _p2p_stream_arguments
+              _p2p_stream_arguments=(
+                'close:Close active p2p stream.'
+                'ls:List active p2p streams.'
+              )
+              _ipfs_subcommand _p2p_stream_arguments
+            ;;
+          esac
+        ;;
+        (addrs)
+          case $MAIN_SUBCOMMAND in
+            (swarm)
+              local -a _swarm_addrs_arguments
+              _swarm_addrs_arguments=(
+                'listen:List interface listening addresses.'
+                'local:List local addresses.'
+              )
+              _ipfs_subcommand _swarm_addrs_arguments
+            ;;
+          esac
+        ;;
+        (filters)
+          case $MAIN_SUBCOMMAND in
+            (swarm)
+              local -a _swarm_filters_arguments
+              _swarm_filters_arguments=(
+                'add:Add an address filter.'
+                'rm:Remove an address filter.'
+              )
+              _ipfs_subcommand _swarm_filters_arguments
+            ;;
+          esac
+        ;;
+        (peers)
+          case $MAIN_SUBCOMMAND in
+            (swarm)
+              _arguments \
+                '(-v --verbose)'{-v,--verbose}'[display all extra information.]' \
+                '--streams[Also list information about open streams for each peer.]' \
+                '--latency[Also list information about latency to each peer.]' \
+                '--direction[Also list information about the direction of connection.]'
+            ;;
+          esac
+        ;;
+        (export)
+          case $MAIN_SUBCOMMAND in
+            (dag)
+              _arguments \
+                '(-p --progress)'{-p,--progress}'[Display progress on CLI. Defaults to true when STDERR is a TTY.]'
+            ;;
+            (key)
+              _arguments \
+                '(-o --output)'{-o,--output}'[The path where the output should be stored.]'
+            ;;
+          esac
+        ;;
+        (import)
+          case $MAIN_SUBCOMMAND in
+            (dag)
+              _arguments \
+                '--silent[No output.]' \
+                '--pin-roots[Pin optional roots listed in the .car headers after importing. Default: true.]'
+            ;;
+            (key)
+              _arguments \
+                '--ipns-base[Encoding used for keys: Can either be a multibase encoded CID or a base58btc encoded multihash. Takes {b58mh|base36|k|base32|b...}. Default: base36.]'
+            ;;
+          esac
+        ;;
+        (remote)
+          case $MAIN_SUBCOMMAND in
+            (pin)
+              local -a _pin_remote_arguments
+              _pin_remote_arguments=(
+                'add:Pin object to remote pinning service.'
+                'ls:List objects pinned to remote pinning service.'
+                'rm:Remove pins from remote pinning service.'
+                'service:Configure remote pinning services.'
+              )
+              _ipfs_subcommand _pin_remote_arguments
+            ;;
+          esac
+        ;;
+      esac
+    ;;
+  esac
+}
+
+local expl
+
+_arguments \
+  '(-c --config)'{-c,--config}'[Path to the configuration file to use.]' \
+  '(-D --debug)'{-D,--debug}'[Operate in debug mode.]' \
+  '(--help)--help[Show the full command help text.]' \
+  '(--h)-h[Show a short version of the command help text.]' \
+  '(-L --local)'{-L,--local}'[Run the command locally, instead of using the daemon. DEPRECATED: use --offline.]' \
+  '(--offline)--offline[Run the command offline.]' \
+  '(--api)--api[Use a specific API instance (defaults to /ip4/127.0.0.1/tcp/5001).]' \
+  '(--cid-base)--cid-base[Multibase encoding used for version 1 CIDs in output.]' \
+  '(--upgrade-cidv0-in-output)--upgrade-cidv0-in-output[Upgrade version 0 to version 1 CIDs in output.]' \
+  '(--enc --encoding)'{--enc,--encoding}'[The encoding type the output should be encoded with (json, xml, or text). Default: text.]' \
+  '(--stream-channels)--stream-channels[Stream channel output.]' \
+  '(--timeout)--timeout[Set a global timeout on the command.]' \
+  '*:: :->subcmds' && return 0
+
+if (( CURRENT == 1 )); then
+  _describe -t commands "ipfs subcommand" _1st_arguments
+  return
+fi
+
+MAIN_SUBCOMMAND="$words[1]"
+case $MAIN_SUBCOMMAND in
+  (add)
+    _arguments \
+      '(-r --recursive)'{-r,--recursive}'[Add directory paths recursively.]' \
+      '(--dereference-args)--dereference-args[Symlinks supplied in arguments are dereferenced.]' \
+      '(--stdin-name)--stdin-name[Assign a name if the file source is stdin.]' \
+      '(-H --hidden)'{-H,--hidden}'[Include files that are hidden. Only takes effect on recursive add.]' \
+      '(--ignore)--ignore[A rule (.gitignore-stype) defining which file(s) should be ignored (variadic, experimental).]' \
+      '(--ignore-rules-path)--ignore-rules-path[A path to a file with .gitignore-style ignore rules (experimental).]' \
+      '(-q --quiet)'{-q,--quiet}'[Write minimal output.]' \
+      '(-Q --quieter)'{-Q,--quieter}'[Write only final hash.]' \
+      '(--silent)--silent[Write no output.]' \
+      '(-p --progress)'{-p,--progress}'[Stream progress data.]' \
+      '(-t --trickle)'{-t,--trickle}'[Use trickle-dag format for dag generation.]' \
+      '(-n --only-hash)'{-n,--only-hash}'[Only chunk and hash - do not write to disk.]' \
+      '(-w --wrap-with-directory)'{-w,--wrap-with-directory}'[Wrap files with a directory object.]' \
+      '(-s --chunker)'{-s,--chunker}'[Chunking algorithm, size-(bytes) or rabin-(min)-(avg)-(max). Default: size-262144.]' \
+      '(--pin)--pin[Pin this object when adding. Default: true.]' \
+      '(--raw-leaves)--raw-leaves[Use raw blocks for leaf nodes. (experimental).]' \
+      '(--nocopy)--nocopy[Add the file using filestore. Implies raw-leaves. (experimental).]' \
+      '(--fscache)--fscache[Check the filestore for pre-existing blocks. (experimental).]' \
+      '(--cid-version)--cid-version[CID version. Defaults to 0 unless an option that depends on CIDv1 is passed. (experimental).]' \
+      '(--hash)--hash[Hash function to use. Implies CIDv1 if not sha2-256. (experimental). Default: sha2-256.]' \
+      '(--inline)--inline[Inline small blocks into CIDs. (experimental).]' \
+      '(--inline-limit)--inline-limit[Maximum block size to inline. (experimental). Default: 32.]'
+  ;;
+  (bitswap)
+    local -a _bitswap_arguments
+    _bitswap_arguments=(
+      'ledger:Show the current ledger for a peer.'
+      'reprovide:Trigger reprovider.'
+      'stat:Show some diagnostic information on the bitswap agent.'
+      'wantlist:Show blocks currently on the wantlist.'
+    )
+    _ipfs_subcommand _bitswap_arguments
+  ;;
+  (block)
+    local -a _block_arguments
+    _block_arguments=(
+      'get:Get a raw IPFS block.'
+      'put:Store input as an IPFS block.'
+      'rm:Remove IPFS block(s).'
+      'stat:Print information of a raw IPFS block.'
+    )
+    _ipfs_subcommand _block_arguments
+  ;;
+  (bootstrap)
+    local -a _bootstrap_arguments
+    _bootstrap_arguments=(
+      'add:Add peers to the bootstrap list.'
+      'list:Show peers in the bootstrap list.'
+      'rm:Remove peers from the bootstrap list.'
+    )
+    _ipfs_subcommand _bootstrap_arguments
+  ;;
+  (cat)
+    _arguments \
+      '(-o --offset)'{-o,--offset}'[Byte offset to begin reading from.]' \
+      '(-l --length)'{-l,--length}'[Maximum number of bytes to read.]'
+  ;;
+  (cid)
+    local -a _cid_arguments
+    _cid_arguments=(
+      'base32:Convert CIDs to Base32 CID version 1.'
+      'bases:List available multibase encodings.'
+      'codecs:List available CID codecs.'
+      'format:Format and convert a CID in various useful ways.'
+      'hashes:List available multihashes.'
+    )
+    _ipfs_subcommand _cid_arguments
+  ;;
+  (commands)
+    _arguments '(-f --flags)'{-f,--flags}'[Show command flags.]'
+  ;;
+  (config)
+    _arguments \
+      '--bool[Set a boolean value.]' \
+      '--json[Parse stringified JSON.]'
+    local -a _config_arguments
+    _config_arguments=(
+      'edit:Open the config file for editing in $EDITOR.'
+      'profile:Apply profiles to config.'
+      'replace:Replace the config with .'
+      'show:Output config file contents.'
+    )
+    _ipfs_subcommand _config_arguments
+  ;;
+  (daemon)
+    _arguments \
+      '--init[Initialize ipfs with default settings if not already initialized.]' \
+      '--init-config[Path to existing configuration file to be loaded during --init.]' \
+      '--init-profile[Configuration profiles to apply for --init. See ipfs init --help for more.]' \
+      '--routing[Overrides the routing option. Default: default.]' \
+      '--mount[Mounts IPFS to the filesystem.]' \
+      '--writable[Enable writing objects (with POST, PUT and DELETE).]' \
+      '--mount-ipfs[Path to the mountpoint for IPFS (if using --mount). Defaults to config setting.]' \
+      '--mount-ipns[Path to the mountpoint for IPNS (if using --mount). Defaults to config setting.]' \
+      '--unrestricted-api[Allow API access to unlisted hashes.]' \
+      '--disable-transport-encryption[Disable transport encryption (for debugging protocols).]' \
+      '--enable-gc[Enable automatic periodic repo garbage collection.]' \
+      '--manage-fdlimit[Check and raise file descriptor limits if needed. Default: true.]' \
+      '--migrate[If true, assume yes at the migrate prompt. If false, assume no.]' \
+      '--enable-pubsub-experiment[Instantiate the ipfs daemon with the experimental pubsub feature enabled.]' \
+      '--enable-namesys-pubsub[Enable IPNS record distribution through pubsub; enables pubsub.]' \
+      '--enable-mplex-experiment[Add the experimental 'go-multiplex' stream muxer to libp2p on construction. Default: true.]'
+  ;;
+  (dag)
+    local -a _dag_arguments
+    _dag_arguments=(
+      'export:Streams the selected DAG as a .car stream on stdout.'
+      'get:Get a dag node from ipfs.'
+      'import:Import the contents of .car files'
+      'put:Add a dag node to ipfs.'
+      'resolve:Resolve ipld block.'
+      'stat:Gets stats for a DAG'
+    )
+    _ipfs_subcommand _dag_arguments
+  ;;
+  (dht)
+    local -a _dht_arguments
+    _dht_arguments=(
+      'findpeer:Find the multiaddresses associated with a Peer ID.'
+      'findprovs:Find peers that can provide a specific value, given a key.'
+      'get:Given a key, query the routing system for its best value.'
+      'provide:Announce to the network that you are providing given values.'
+      'put:Write a key/value pair to the routing system.'
+      'query:Find the closest Peer IDs to a given Peer ID by querying the DHT.'
+    )
+    _ipfs_subcommand _dht_arguments
+  ;;
+  (diag)
+    local -a _diag_arguments
+    _diag_arguments=(
+      'cmds:List commands run on this IPFS node.'
+      'sys:Print system diagnostic information.'
+    )
+    _ipfs_subcommand _diag_arguments
+  ;;
+  (dns)
+    _arguments '(-r --recursive)'{-r,--recursive}'[Resolve until the result is not a DNS link. Default: true.]'
+  ;;
+  (files)
+    _arguments '(-f --flush)'{-f,--flush}'[Flush target and ancestors after write. Default: true.]'
+    local -a _files_arguments
+    _files_arguments=(
+      'chcid:Change the cid version or hash function of the root node of a given path.'
+      'cp:Copy files into mfs.'
+      "flush:Flush a given path's data to disk."
+      'ls:List directories in the local mutable namespace.'
+      'mkdir:Make directories.'
+      'mv:Move files.'
+      'read:Read a file in a given mfs.'
+      'rm:Remove a file.'
+      'stat:Display file status.'
+      'write:Write to a mutable file in a given filesystem.'
+    )
+    _ipfs_subcommand _files_arguments
+  ;;
+  (filestore)
+    local -a _filestore_arguments
+    _filestore_arguments=(
+      'dups:List blocks that are both in the filestore and standard block storage.'
+      'ls:List objects in filestore.'
+      'verify:Verify objects in filestore.'
+    )
+    _ipfs_subcommand _filestore_arguments
+  ;;
+  (get)
+    _arguments \
+      '(-o --output)'{-o,--output}'[The path where the output should be stored.]'\
+      '(-a --archive)'{-a,--archive}'[Output a TAR archive.]' \
+      '(-C --compress)'{-C,--compress}'[Compress the output with GZIP compression.]' \
+      '(-l --compression-level)'{-l,--compression-level}'[The level of compression (1-9).]'
+  ;;
+  (id)
+    _arguments \
+      '(-f --format)'{-f,--format}'[Optional output format.]' \
+      '--peerid-base[Encoding used for peer IDs: Can either be a multibase encoded CID or a base58btc encoded multihash. Takes {b58mh|base36|k|base32|b...}. Default: b58mh.]'
+  ;;
+  (init)
+    _arguments \
+      '(-a --algorithm)'{-a, --algorithm}'[Cryptographic algorithm to use for key generation. Default: ed25519.]' \
+      '(-b --bits)'{-b,--bits}'[Number of bits to use in the generated RSA private key.]' \
+      '(-e --empty-repo)'{-e,--empty-repo}"[Don't add and pin help files to the local storage.]" \
+      '(-p --profile)'{-p,--profile}"[Apply profile settings to config. Multiple profiles can be separated by ','.]"
+  ;;
+  (key)
+    local -a _key_arguments
+    _key_arguments=(
+      'export:Export a keypair'
+      'gen:Create a new keypair'
+      'import:Import a key and prints imported key id'
+      'list:List all local keypairs'
+      'rename:Rename a keypair'
+      'rm:Remove a keypair'
+      'rotate:Rotates the ipfs identity.'
+    )
+    _ipfs_subcommand _key_arguments
+  ;;
+  (log)
+    local -a _log_arguments
+    _log_arguments=(
+      'level:Change the logging level.'
+      'ls:List the logging subsystems.'
+      'tail:Read the event log.'
+    )
+    _ipfs_subcommand _log_arguments
+  ;;
+  (ls)
+    _arguments \
+      '(-v --headers)'{-v,--headers}'[Print table headers (Hash, Size, Name).]' \
+      '--resolve-type[Resolve linked objects to find out their types. Default: true.]' \
+      '--size[Resolve linked objects to find out their file size. Default: true.]' \
+      '(-s --stream)'{-s,--stream}'[Enable experimental streaming of directory entries as they are traversed.]' \
+  ;;
+  (mount)
+    _arguments \
+      '(-f --ipfs-path)'{-f,--ipfs-path}'[The path where IPFS should be mounted.]' \
+      '(-n --ipns-path)'{-n,--ipns-path}'[The path where IPNS should be mounted.]'
+  ;;
+  (name)
+    local -a _name_arguments
+    _name_arguments=(
+      'publish:Publish IPNS names.'
+      'pubsub:IPNS pubsub management.'
+      'resolve:Resolve IPNS names.'
+    )
+    _ipfs_subcommand _name_arguments
+  ;;
+  (object)
+    local -a _object_arguments
+    _object_arguments=(
+      'data:Output the raw bytes of an IPFS object.'
+      'diff:Display the diff between two ipfs objects.'
+      'get:Get and serialize the DAG node named by .'
+      'links:Output the links pointed to by the specified object.'
+      'new:Create a new object from an ipfs template.'
+      'patch:Create a new merkledag object based on an existing one.'
+      'put:Store input as a DAG object, print its key.'
+      'stat:Get stats for the DAG node named by .'
+    )
+    _ipfs_subcommand _object_arguments
+  ;;
+  (p2p)
+    local -a _p2p_arguments
+    _p2p_arguments=(
+      'close:Stop listening for new connections to forward.'
+      'forward:Forward connections to libp2p service'
+      'listen:Create libp2p service'
+      'ls:List active p2p listeners.'
+      'stream:P2P stream management.'
+    )
+    _ipfs_subcommand _p2p_arguments
+  ;;
+  (pin)
+    local -a _pin_arguments
+    _pin_arguments=(
+      'add:Pin objects to local storage.'
+      'ls:List objects pinned to local storage.'
+      'remote:Pin (and unpin) objects to remote pinning service.'
+      'rm:Remove pinned objects from local storage.'
+      'update:Update a recursive pin'
+      'verify:Verify that recursive pins are complete.'
+    )
+    _ipfs_subcommand _pin_arguments
+  ;;
+  (ping)
+    _arguments '(-n --count)'{-n,--count}'[Number of ping messages to send. Default: 10.]'
+  ;;
+  (refs)
+    _arguments \
+      '--format[Emit edges with given format. Available tokens:   . Default: .]' \
+      '(-e --edges)'{-e,--edges}'[Emit edge format: ` -> `.]' \
+      '(-u --unique)'{-u,--unique}'[Omit duplicate refs from output.]' \
+      '(-r --recursive)'{-r,--recursive}'[Recursively list links of child nodes.]' \
+      '--max-depth[Only for recursive refs, limits fetch and listing to the given depth. Default: -1.]'
+    local -a _refs_arguments
+    _refs_arguments='local:List all local references.'
+    _ipfs_subcommand _refs_arguments
+  ;;
+  (repo)
+    local -a _repo_arguments
+    _repo_arguments=(
+      'fsck:Remove repo lockfiles.'
+      'gc:Perform a garbage collection sweep on the repo.'
+      'stat:Get stats for the currently used repo.'
+      'verify:Verify all blocks in repo are not corrupted.'
+      'version:Show the repo version.'
+    )
+    _ipfs_subcommand _repo_arguments
+  ;;
+  (resolve)
+    _arguments \
+      '(-r --recursive)'{-r,--recursive}'[Resolve until the result is an IPFS name. Default: true.]' \
+      '(--dhtrc --dht-record-count)'{--dhtrc,--dht-record-count}'[Number of records to request for DHT resolution.]' \
+      '(--dhtt --dht-timeout)'{--dhtt,--dht-timeout}'[Max time to collect values during DHT resolution eg "30s". Pass 0 for no timeout.]'
+  ;;
+  (stats)
+    local -a _stats_arguments
+    _stats_arguments=(
+      'bitswap:Show some diagnostic information on the bitswap agent.'
+      'bw:Print ipfs bandwidth information.'
+      "dht:Returns statistics about the node's DHT(s)"
+      'repo:Get stats for the currently used repo.'
+    )
+    _ipfs_subcommand _stats_arguments
+  ;;
+  (swarm)
+    local -a _swarm_arguments
+    _swarm_arguments=(
+      'addrs:List known addresses. Useful for debugging.'
+      'connect:Open connection to a given address.'
+      'disconnect:Close connection to a given address.'
+      'filters:Manipulate address filters.'
+      'peers:List peers with open connections.'
+    )
+    _ipfs_subcommand _swarm_arguments
+  ;;
+  (tar)
+    local -a _tar_arguments
+    _tar_arguments=(
+      'add:Import a tar file into ipfs.'
+      'cat:Export a tar file from IPFS.'
+    )
+    _ipfs_subcommand _tar_arguments
+  ;;
+  (version)
+    _arguments \
+      '(-n --number)'{-n,--number}'[Only show the version number.]' \
+      '--commit[Show the commit hash.]' \
+      '--repo[Show repo version.]' \
+      '--all[Show all version information.]'
+  ;;
+esac
diff --git a/.oh-my-zsh/plugins/isodate/README.md b/.oh-my-zsh/plugins/isodate/README.md
new file mode 100644
index 0000000..1ec75b2
--- /dev/null
+++ b/.oh-my-zsh/plugins/isodate/README.md
@@ -0,0 +1,22 @@
+# Isodate plugin
+
+**Maintainer:** [@Frani](https://github.com/frani)
+
+This plugin adds completion for the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601),
+as well as some aliases for common Date commands.
+
+To use it, add `isodate` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... isodate)
+```
+
+## Aliases
+
+| Alias         | Command                              | Description                                                                |
+|---------------|--------------------------------------|----------------------------------------------------------------------------|
+| isodate       | `date +%Y-%m-%dT%H:%M:%S%z`          | Display the current date with UTC offset and ISO 8601-2 extended format    |
+| isodate_utc   | `date -u +%Y-%m-%dT%H:%M:%SZ`        | Display the current date in UTC and ISO 8601-2 extended format             |
+| isodate_basic | `date -u +%Y%m%dT%H%M%SZ`            | Display the current date in UTC and ISO 8601 basic format                  |
+| unixstamp     | `date +%s`                           | Display the current date as a Unix timestamp (seconds since the Unix epoch)|
+| date_locale   | `date +"%c"`                         | Display the current date using the default locale's format                 |
diff --git a/.oh-my-zsh/plugins/isodate/isodate.plugin.zsh b/.oh-my-zsh/plugins/isodate/isodate.plugin.zsh
new file mode 100644
index 0000000..1a827e7
--- /dev/null
+++ b/.oh-my-zsh/plugins/isodate/isodate.plugin.zsh
@@ -0,0 +1,7 @@
+# work with date ISO 8601 easy
+
+alias isodate="date +%Y-%m-%dT%H:%M:%S%z"
+alias isodate_utc="date -u +%Y-%m-%dT%H:%M:%SZ"
+alias isodate_basic="date -u +%Y%m%dT%H%M%SZ"
+alias unixstamp="date +%s"
+alias date_locale="date +"%c""
diff --git a/.oh-my-zsh/plugins/istioctl/README.md b/.oh-my-zsh/plugins/istioctl/README.md
new file mode 100644
index 0000000..afd4d29
--- /dev/null
+++ b/.oh-my-zsh/plugins/istioctl/README.md
@@ -0,0 +1,9 @@
+# Istioctl - Istio Command-line Tool
+
+The [istioctl](https://istio.io/latest/docs/ops/diagnostic-tools/istioctl/) tool is a configuration command line utility that allows service operators to debug and diagnose their Istio service mesh deployments.
+
+To use it, add `istioctl` to the plugins array of your zshrc file:
+
+```sh
+plugins=(... istioctl)
+```
diff --git a/.oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh b/.oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh
new file mode 100644
index 0000000..13ead1b
--- /dev/null
+++ b/.oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh
@@ -0,0 +1,4 @@
+if [ $commands[istioctl] ]; then
+  source <(istioctl completion zsh)
+  compdef _istioctl istioctl
+fi
diff --git a/.oh-my-zsh/plugins/iterm2/README.md b/.oh-my-zsh/plugins/iterm2/README.md
new file mode 100644
index 0000000..86bd77f
--- /dev/null
+++ b/.oh-my-zsh/plugins/iterm2/README.md
@@ -0,0 +1,41 @@
+# iTerm2 plugin
+
+This plugin adds a few functions that are useful when using [iTerm2](https://www.iterm2.com/).
+
+
+To use it, add _iterm2_ to the plugins array of your zshrc file:
+```
+plugins=(... iterm2)
+```
+
+Optionally, the plugin also applies the [Shell Integration Script for iTerm2](https://iterm2.com/documentation-shell-integration.html).
+You can enable the integration with zstyle. It's important to add this line
+before the line sourcing oh-my-zsh:
+
+```
+zstyle :omz:plugins:iterm2 shell-integration yes
+```
+
+## Plugin commands
+
+* `_iterm2_command `
+  executes an arbitrary iTerm2 command via an escape code sequence.
+  See https://iterm2.com/documentation-escape-codes.html for all supported commands.
+
+* `iterm2_profile `
+  changes the current terminal window's profile (colors, fonts, settings, etc).
+  `profile-name` is the name of another iTerm2 profile. The profile name can contain spaces.
+
+* `iterm2_tab_color   `
+  changes the color of iTerm2's currently active tab.
+  `red`/`green`/`blue` are on the range 0-255.
+
+* `iterm2_tab_color_reset`
+  resets the color of iTerm2's current tab back to default.
+
+
+For shell integration features see the [official documentation](https://iterm2.com/documentation-shell-integration.html).
+
+## Contributors
+
+- [Aviv Rosenberg](https://github.com/avivrosenberg)
diff --git a/.oh-my-zsh/plugins/iterm2/iterm2.plugin.zsh b/.oh-my-zsh/plugins/iterm2/iterm2.plugin.zsh
new file mode 100644
index 0000000..03a63a7
--- /dev/null
+++ b/.oh-my-zsh/plugins/iterm2/iterm2.plugin.zsh
@@ -0,0 +1,79 @@
+#####################################################
+# iTerm2 plugin for oh-my-zsh                       #
+# Author: Aviv Rosenberg (github.com/avivrosenberg) #
+#####################################################
+
+###
+# This plugin is only relevant if the terminal is iTerm2 on OSX.
+if [[ "$OSTYPE" == darwin* ]] && [[ -n "$ITERM_SESSION_ID" ]] ; then
+
+  # maybe make it the default in the future and allow opting out?
+  if zstyle -t ':omz:plugins:iterm2' shell-integration; then
+    # Handle $0 according to the standard:
+    # https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
+    0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
+    0="${${(M)0:#/*}:-$PWD/$0}"
+
+    # See official docs: https://iterm2.com/documentation-shell-integration.html
+    source "${0:A:h}/iterm2_shell_integration.zsh"
+  fi
+
+  ###
+  # Executes an arbitrary iTerm2 command via an escape code sequence.
+  # See https://iterm2.com/documentation-escape-codes.html for all supported commands.
+  # Example: $ _iterm2_command "1337;StealFocus"
+  function _iterm2_command() {
+    local cmd="$1"
+
+    # Escape codes for wrapping commands for iTerm2.
+    local iterm2_prefix="\x1B]"
+    local iterm2_suffix="\x07"
+
+    # If we're in tmux, a special escape code must be prepended/appended so that
+    # the iTerm2 escape code is passed on into iTerm2.
+    if [[ -n $TMUX ]]; then
+      local tmux_prefix="\x1BPtmux;\x1B"
+      local tmux_suffix="\x1B\\"
+    fi
+
+    echo -n "${tmux_prefix}${iterm2_prefix}${cmd}${iterm2_suffix}${tmux_suffix}"
+  }
+
+  ###
+  # iterm2_profile(): Function for changing the current terminal window's
+  # profile (colors, fonts, settings, etc).
+  # To change the current iTerm2 profile, call this function and pass in a name
+  # of another existing iTerm2 profile (name can contain spaces).
+  function iterm2_profile() {
+    # Desired name of profile
+    local profile="$1"
+
+    # iTerm2 command for changing profile
+    local cmd="1337;SetProfile=$profile"
+
+    # send the sequence
+    _iterm2_command "${cmd}"
+
+    # update shell variable
+    ITERM_PROFILE="$profile"
+  }
+
+  ###
+  # iterm2_tab_color(): Changes the color of iTerm2's currently active tab.
+  # Usage: iterm2_tab_color   
+  #        where red/green/blue are on the range 0-255.
+  function iterm2_tab_color() {
+    _iterm2_command "6;1;bg;red;brightness;$1"
+    _iterm2_command "6;1;bg;green;brightness;$2"
+    _iterm2_command "6;1;bg;blue;brightness;$3"
+  }
+
+
+  ###
+  # iterm2_tab_color_reset(): Resets the color of iTerm2's current tab back to
+  # default.
+  function iterm2_tab_color_reset() {
+    _iterm2_command "6;1;bg;*;default"
+  }
+
+fi
diff --git a/.oh-my-zsh/plugins/iterm2/iterm2_shell_integration.zsh b/.oh-my-zsh/plugins/iterm2/iterm2_shell_integration.zsh
new file mode 100644
index 0000000..281332e
--- /dev/null
+++ b/.oh-my-zsh/plugins/iterm2/iterm2_shell_integration.zsh
@@ -0,0 +1,178 @@
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+if [[ -o interactive ]]; then
+  if [ "${ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX-}""$TERM" != "tmux-256color" -a "${ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX-}""$TERM" != "screen" -a "${ITERM_SHELL_INTEGRATION_INSTALLED-}" = "" -a "$TERM" != linux -a "$TERM" != dumb ]; then
+    ITERM_SHELL_INTEGRATION_INSTALLED=Yes
+    ITERM2_SHOULD_DECORATE_PROMPT="1"
+    # Indicates start of command output. Runs just before command executes.
+    iterm2_before_cmd_executes() {
+      if [ "$TERM_PROGRAM" = "iTerm.app" ]; then
+        printf "\033]133;C;\r\007"
+      else
+        printf "\033]133;C;\007"
+      fi
+    }
+
+    iterm2_set_user_var() {
+      printf "\033]1337;SetUserVar=%s=%s\007" "$1" $(printf "%s" "$2" | base64 | tr -d '\n')
+    }
+
+    # Users can write their own version of this method. It should call
+    # iterm2_set_user_var but not produce any other output.
+    # e.g., iterm2_set_user_var currentDirectory $PWD
+    # Accessible in iTerm2 (in a badge now, elsewhere in the future) as
+    # \(user.currentDirectory).
+    whence -v iterm2_print_user_vars > /dev/null 2>&1
+    if [ $? -ne 0 ]; then
+      iterm2_print_user_vars() {
+          true
+      }
+    fi
+
+    iterm2_print_state_data() {
+      local _iterm2_hostname="${iterm2_hostname-}"
+      if [ -z "${iterm2_hostname:-}" ]; then
+        _iterm2_hostname=$(hostname -f 2>/dev/null)
+      fi
+      printf "\033]1337;RemoteHost=%s@%s\007" "$USER" "${_iterm2_hostname-}"
+      printf "\033]1337;CurrentDir=%s\007" "$PWD"
+      iterm2_print_user_vars
+    }
+
+    # Report return code of command; runs after command finishes but before prompt
+    iterm2_after_cmd_executes() {
+      printf "\033]133;D;%s\007" "$STATUS"
+      iterm2_print_state_data
+    }
+
+    # Mark start of prompt
+    iterm2_prompt_mark() {
+      printf "\033]133;A\007"
+    }
+
+    # Mark end of prompt
+    iterm2_prompt_end() {
+      printf "\033]133;B\007"
+    }
+
+    # There are three possible paths in life.
+    #
+    # 1) A command is entered at the prompt and you press return.
+    #    The following steps happen:
+    #    * iterm2_preexec is invoked
+    #      * PS1 is set to ITERM2_PRECMD_PS1
+    #      * ITERM2_SHOULD_DECORATE_PROMPT is set to 1
+    #    * The command executes (possibly reading or modifying PS1)
+    #    * iterm2_precmd is invoked
+    #      * ITERM2_PRECMD_PS1 is set to PS1 (as modified by command execution)
+    #      * PS1 gets our escape sequences added to it
+    #    * zsh displays your prompt
+    #    * You start entering a command
+    #
+    # 2) You press ^C while entering a command at the prompt.
+    #    The following steps happen:
+    #    * (iterm2_preexec is NOT invoked)
+    #    * iterm2_precmd is invoked
+    #      * iterm2_before_cmd_executes is called since we detected that iterm2_preexec was not run
+    #      * (ITERM2_PRECMD_PS1 and PS1 are not messed with, since PS1 already has our escape
+    #        sequences and ITERM2_PRECMD_PS1 already has PS1's original value)
+    #    * zsh displays your prompt
+    #    * You start entering a command
+    #
+    # 3) A new shell is born.
+    #    * PS1 has some initial value, either zsh's default or a value set before this script is sourced.
+    #    * iterm2_precmd is invoked
+    #      * ITERM2_SHOULD_DECORATE_PROMPT is initialized to 1
+    #      * ITERM2_PRECMD_PS1 is set to the initial value of PS1
+    #      * PS1 gets our escape sequences added to it
+    #    * Your prompt is shown and you may begin entering a command.
+    #
+    # Invariants:
+    # * ITERM2_SHOULD_DECORATE_PROMPT is 1 during and just after command execution, and "" while the prompt is
+    #   shown and until you enter a command and press return.
+    # * PS1 does not have our escape sequences during command execution
+    # * After the command executes but before a new one begins, PS1 has escape sequences and
+    #   ITERM2_PRECMD_PS1 has PS1's original value.
+    iterm2_decorate_prompt() {
+      # This should be a raw PS1 without iTerm2's stuff. It could be changed during command
+      # execution.
+      ITERM2_PRECMD_PS1="$PS1"
+      ITERM2_SHOULD_DECORATE_PROMPT=""
+
+      # Add our escape sequences just before the prompt is shown.
+      # Use ITERM2_SQUELCH_MARK for people who can't mdoify PS1 directly, like powerlevel9k users.
+      # This is gross but I had a heck of a time writing a correct if statetment for zsh 5.0.2.
+      local PREFIX=""
+      if [[ $PS1 == *"$(iterm2_prompt_mark)"* ]]; then
+        PREFIX=""
+      elif [[ "${ITERM2_SQUELCH_MARK-}" != "" ]]; then
+        PREFIX=""
+      else
+        PREFIX="%{$(iterm2_prompt_mark)%}"
+      fi
+      PS1="$PREFIX$PS1%{$(iterm2_prompt_end)%}"
+      ITERM2_DECORATED_PS1="$PS1"
+    }
+
+    iterm2_precmd() {
+      local STATUS="$?"
+      if [ -z "${ITERM2_SHOULD_DECORATE_PROMPT-}" ]; then
+        # You pressed ^C while entering a command (iterm2_preexec did not run)
+        iterm2_before_cmd_executes
+        if [ "$PS1" != "${ITERM2_DECORATED_PS1-}" ]; then
+          # PS1 changed, perhaps in another precmd. See issue 9938.
+          ITERM2_SHOULD_DECORATE_PROMPT="1"
+        fi
+      fi
+
+      iterm2_after_cmd_executes "$STATUS"
+
+      if [ -n "$ITERM2_SHOULD_DECORATE_PROMPT" ]; then
+        iterm2_decorate_prompt
+      fi
+    }
+
+    # This is not run if you press ^C while entering a command.
+    iterm2_preexec() {
+      # Set PS1 back to its raw value prior to executing the command.
+      PS1="$ITERM2_PRECMD_PS1"
+      ITERM2_SHOULD_DECORATE_PROMPT="1"
+      iterm2_before_cmd_executes
+    }
+
+    # If hostname -f is slow on your system set iterm2_hostname prior to
+    # sourcing this script. We know it is fast on macOS so we don't cache
+    # it. That lets us handle the hostname changing like when you attach
+    # to a VPN.
+    if [ -z "${iterm2_hostname-}" ]; then
+      if [ "$(uname)" != "Darwin" ]; then
+        iterm2_hostname=`hostname -f 2>/dev/null`
+        # Some flavors of BSD (i.e. NetBSD and OpenBSD) don't have the -f option.
+        if [ $? -ne 0 ]; then
+          iterm2_hostname=`hostname`
+        fi
+      fi
+    fi
+
+    [[ -z ${precmd_functions-} ]] && precmd_functions=()
+    precmd_functions=($precmd_functions iterm2_precmd)
+
+    [[ -z ${preexec_functions-} ]] && preexec_functions=()
+    preexec_functions=($preexec_functions iterm2_preexec)
+
+    iterm2_print_state_data
+    printf "\033]1337;ShellIntegrationVersion=14;shell=zsh\007"
+  fi
+fi
diff --git a/.oh-my-zsh/plugins/iterm2/update b/.oh-my-zsh/plugins/iterm2/update
new file mode 100755
index 0000000..da8dae6
--- /dev/null
+++ b/.oh-my-zsh/plugins/iterm2/update
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+curl -s -L https://iterm2.com/shell_integration/zsh \
+  -o iterm2_shell_integration.zsh
diff --git a/.oh-my-zsh/plugins/jake-node/README.md b/.oh-my-zsh/plugins/jake-node/README.md
new file mode 100644
index 0000000..78ca8d8
--- /dev/null
+++ b/.oh-my-zsh/plugins/jake-node/README.md
@@ -0,0 +1,9 @@
+# Jake
+
+This plugin provides completion for [Jake](http://jakejs.com/).
+
+To use it add jake-node to the plugins array in your zshrc file.
+
+```bash
+plugins=(... jake-node)
+```
diff --git a/.oh-my-zsh/plugins/jake-node/jake-node.plugin.zsh b/.oh-my-zsh/plugins/jake-node/jake-node.plugin.zsh
new file mode 100644
index 0000000..c2dad28
--- /dev/null
+++ b/.oh-my-zsh/plugins/jake-node/jake-node.plugin.zsh
@@ -0,0 +1,14 @@
+#---oh-my-zsh plugin : task Autocomplete for Jake tool---
+# Jake : https://github.com/mde/jake
+# Warning : Jakefile should have the right case : Jakefile or jakefile
+# Tested on : MacOSX 10.7 (Lion), Ubuntu 11.10
+# Author : Alexandre Lacheze (@al3xstrat)
+# Inspiration : https://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh
+
+function _jake () {
+  if [ -f Jakefile ] || [ -f jakefile ] || [ -f Jakefile.js ] || [ -f jakefile.js ]; then
+    compadd `jake -T | cut -d " " -f 2 | sed -E "s/.\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"`
+  fi
+}
+
+compdef _jake jake
diff --git a/.oh-my-zsh/plugins/jenv/README.md b/.oh-my-zsh/plugins/jenv/README.md
new file mode 100644
index 0000000..1487941
--- /dev/null
+++ b/.oh-my-zsh/plugins/jenv/README.md
@@ -0,0 +1,27 @@
+# jenv plugin
+
+[jenv](https://www.jenv.be/) is a Java version manager similar to [rbenv](https://github.com/rbenv/rbenv)
+and [pyenv](https://github.com/yyuu/pyenv).
+
+This plugin initializes jenv and provides the `jenv_prompt_info` function to add Java
+version information to prompts.
+
+To use, add `jenv` to your plugins array in your zshrc file:
+
+```zsh
+plugins=(... jenv)
+```
+
+## Theme example
+
+You can modify your `$PROMPT` or `$RPROMPT` variables to run `jenv_prompt_info`.
+
+For example:
+```
+PROMPT="%~$ "
+RPROMPT='$(jenv_prompt_info)'
+```
+changes your prompt to:
+```
+~/java/project$ ▋                                       oracle64-1.6.0.39
+```
diff --git a/.oh-my-zsh/plugins/jenv/jenv.plugin.zsh b/.oh-my-zsh/plugins/jenv/jenv.plugin.zsh
new file mode 100644
index 0000000..2401026
--- /dev/null
+++ b/.oh-my-zsh/plugins/jenv/jenv.plugin.zsh
@@ -0,0 +1,36 @@
+jenvdirs=("$HOME/.jenv" "/usr/local/bin/jenv" "/usr/local/jenv" "/opt/jenv")
+
+FOUND_JENV=0
+for jenvdir in $jenvdirs; do
+    if [[ -d "${jenvdir}/bin" ]]; then
+        FOUND_JENV=1
+        break
+    fi
+done
+
+if [[ $FOUND_JENV -eq 0 ]]; then
+    if (( $+commands[brew] )) && jenvdir="$(brew --prefix jenv)"; then
+        [[ -d "${jenvdir}/bin" ]] && FOUND_JENV=1
+    fi
+fi
+
+if [[ $FOUND_JENV -eq 1 ]]; then
+    (( $+commands[jenv] )) || export PATH="${jenvdir}/bin:$PATH"
+    eval "$(jenv init - zsh)"
+
+    function jenv_prompt_info() {
+      local version="$(jenv version-name 2>/dev/null)"
+      echo "${version:gs/%/%%}"
+    }
+
+    if [[ -d "${jenvdir}/versions" ]]; then
+        export JENV_ROOT=$jenvdir
+    fi
+else
+    function jenv_prompt_info() {
+      local version="$(java -version 2>&1 | cut -d' ' -f2)"
+      echo "system: ${version:gs/%/%%}"
+    }
+fi
+
+unset jenvdir jenvdirs FOUND_JENV
diff --git a/.oh-my-zsh/plugins/jfrog/README.md b/.oh-my-zsh/plugins/jfrog/README.md
new file mode 100644
index 0000000..1d85862
--- /dev/null
+++ b/.oh-my-zsh/plugins/jfrog/README.md
@@ -0,0 +1,11 @@
+# JFrog CLI
+
+This plugin provides completion for [JFrog CLI](https://github.com/jfrog/jfrog-cli).
+
+JFrog CLI provides a simple interface that automates access to [Artifactory](https://jfrog.com/artifactory), [Xray](https://jfrog.com/xray), [Bintray](https://jfrog.com/bintray) and [Mission Control](https://jfrog.com/mission-control) through their respective REST APIs.
+
+To use it, add `jfrog` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... jfrog)
+```
diff --git a/.oh-my-zsh/plugins/jfrog/jfrog.plugin.zsh b/.oh-my-zsh/plugins/jfrog/jfrog.plugin.zsh
new file mode 100644
index 0000000..1441bc1
--- /dev/null
+++ b/.oh-my-zsh/plugins/jfrog/jfrog.plugin.zsh
@@ -0,0 +1,11 @@
+_jfrog() {
+	local -a opts
+	opts=("${(@f)$(_CLI_ZSH_AUTOCOMPLETE_HACK=1 ${words[@]:0:#words[@]-1} --generate-bash-completion)}")
+	_describe 'values' opts
+	if [[ $compstate[nmatches] -eq 0 && $words[$CURRENT] != -* ]]; then
+		_files
+	fi
+}
+
+compdef _jfrog jfrog
+compdef _jfrog jf
diff --git a/.oh-my-zsh/plugins/jhbuild/README.md b/.oh-my-zsh/plugins/jhbuild/README.md
new file mode 100644
index 0000000..3220e0d
--- /dev/null
+++ b/.oh-my-zsh/plugins/jhbuild/README.md
@@ -0,0 +1,34 @@
+# JHBuild
+
+This plugin adds some [JHBuild](https://developer.gnome.org/jhbuild/) aliases.
+
+To use it, add `jhbuild` to the plugins array of your zshrc file:
+
+```zsh
+plugins=(... jhbuild)
+```
+
+**Maintainer:** [Miguel Vaello](https://github.com/miguxbe)
+
+## Aliases
+
+| Alias   | Command                   |
+|---------|---------------------------|
+| `jh`    | `jhbuild`                 |
+| `jhb`   | `jhbuild build`           |
+| `jhbo`  | `jhbuild buildone`        |
+| `jhckb` | `jhbuild checkbranches`   |
+| `jhckm` | `jhbuild checkmodulesets` |
+| `jhi`   | `jhbuild info`            |
+| `jhl`   | `jhbuild list`            |
+| `jhc`   | `jhbuild clean`           |
+| `jhco`  | `jhbuild cleanone`        |
+| `jhm`   | `jhbuild make`            |
+| `jhr`   | `jhbuild run`             |
+| `jhrd`  | `jhbuild rdepends`        |
+| `jhsd`  | `jhbuild sysdeps`         |
+| `jhu`   | `jhbuild update`          |
+| `jhuo`  | `jhbuild updateone`       |
+| `jhun`  | `jhbuild uninstall`       |
+| `jhsh`  | `jhbuild shell`           |
+| `jht`   | `jhbuild tinderbox`       |
diff --git a/.oh-my-zsh/plugins/jhbuild/jhbuild.plugin.zsh b/.oh-my-zsh/plugins/jhbuild/jhbuild.plugin.zsh
new file mode 100644
index 0000000..416745d
--- /dev/null
+++ b/.oh-my-zsh/plugins/jhbuild/jhbuild.plugin.zsh
@@ -0,0 +1,32 @@
+# JHBuild Aliases
+
+# Base
+alias jh='jhbuild'
+# Build
+alias jhb='jhbuild build'
+alias jhbo='jhbuild buildone'
+# Checks
+alias jhckb='jhbuild checkbranches'
+alias jhckm='jhbuild checkmodulesets'
+# Info & List
+alias jhi='jhbuild info'
+alias jhl='jhbuild list'
+# Clean
+alias jhc='jhbuild clean'
+alias jhco='jhbuild cleanone'
+# Make
+alias jhm='jhbuild make'
+# Run
+alias jhr='jhbuild run'
+# Depends
+alias jhrd='jhbuild rdepends'
+alias jhsd='jhbuild sysdeps'
+# Update
+alias jhu='jhbuild update'
+alias jhuo='jhbuild updateone'
+# Uninstall
+alias jhun='jhbuild uninstall'
+# Shell
+alias jhsh='jhbuild shell'
+# Tinderbox
+alias jht='jhbuild tinderbox'
diff --git a/.oh-my-zsh/plugins/jira/README.md b/.oh-my-zsh/plugins/jira/README.md
new file mode 100644
index 0000000..1c69302
--- /dev/null
+++ b/.oh-my-zsh/plugins/jira/README.md
@@ -0,0 +1,84 @@
+#  Jira plugin  #
+
+CLI support for JIRA interaction
+
+##  Description  ##
+
+This plugin provides command line tools for interacting with Atlassian's [JIRA](https://www.atlassian.com/software/jira) bug tracking software.
+
+The interaction is all done through the web. No local installation of JIRA is necessary.
+
+In this document, "JIRA" refers to the JIRA issue tracking server, and `jira` refers to the command this plugin supplies.
+
+##  Usage  ##
+
+This plugin supplies one command, `jira`, through which all its features are exposed. Most forms of this command open a JIRA page in your web browser.
+
+## Commands
+
+`jira help` or `jira usage` will print the below usage instructions
+
+| Command       | Description                                               |
+| :------------ | :-------------------------------------------------------- |
+| `jira`        | Performs the default action                               |
+| `jira new`    | Opens a new Jira issue dialogue                           |
+| `jira ABC-123`   | Opens an existing issue                                |
+| `jira ABC-123 m` | Opens an existing issue for adding a comment           |
+| `jira dashboard [rapid_view]` |  Opens your JIRA dashboard              |
+| `jira mine`   | Queries for your own issues                               |
+| `jira tempo`  | Opens your JIRA Tempo                                     |
+| `jira reported [username]`  | Queries for issues reported by a user       |
+| `jira assigned [username]`  | Queries for issues assigned to a user       |
+| `jira branch` | Opens an existing issue matching the current branch name  |
+| `jira help` | Prints usage instructions  |
+
+
+### Jira Branch usage notes
+
+The branch name may have prefixes ending in "/": "feature/MP-1234", and also suffixes
+starting with "_": "MP-1234_fix_dashboard". In both these cases, the issue opened will be "MP-1234"
+
+This is also checks if the prefix is in the name, and adds it if not, so: "MP-1234" opens the issue "MP-1234",
+"mp-1234" opens the issue "mp-1234", and "1234" opens the issue "MP-1234".
+
+
+
+#### Debugging usage  ####
+
+These calling forms are for developers' use, and may change at any time.
+
+```
+jira dumpconfig   # displays the effective configuration
+```
+
+##  Setup  ##
+
+The URL for your JIRA instance is set by `$JIRA_URL` or a `.jira_url` file.
+
+Add a `.jira-url` file in the base of your project. You can also set `$JIRA_URL` in your `~/.zshrc` or put a `.jira-url` in your home directory. A `.jira-url` in the current directory takes precedence, so you can make per-project customizations.
+
+The same goes with `.jira-prefix` and `$JIRA_PREFIX`. These control the prefix added to all issue IDs, which differentiates projects within a JIRA instance.
+
+For example:
+
+```
+cd to/my/project
+echo "https://jira.atlassian.com" >> .jira-url
+```
+
+(Note: The current implementation only looks in the current directory for `.jira-url` and `.jira-prefix`, not up the path, so if you are in a subdirectory of your project, it will fall back to your default JIRA URL. This will probably change in the future though.)
+
+###  Variables  ###
+
+* `$JIRA_URL` - Your JIRA instance's URL
+* `$JIRA_NAME` - Your JIRA username; used as the default user for `assigned`/`reported` searches
+* `$JIRA_PREFIX` - Prefix added to issue ID arguments
+* `$JIRA_RAPID_BOARD` - Set to `true` if you use Rapid Board
+* `$JIRA_RAPID_VIEW` - Set the default rapid view; it doesn't work if `$JIRA_RAPID_BOARD` is set to false
+* `$JIRA_DEFAULT_ACTION` - Action to do when `jira` is called with no arguments; defaults to "new"
+* `$JIRA_TEMPO_PATH` - Your JIRA tempo url path; defaults to "/secure/Tempo.jspa"
+
+
+### Browser ###
+
+Your default web browser, as determined by how `open_command` handles `http://` URLs, is used for interacting with the JIRA instance. If you change your system's URL handler associations, it will change the browser that `jira` uses.
diff --git a/.oh-my-zsh/plugins/jira/_jira b/.oh-my-zsh/plugins/jira/_jira
new file mode 100644
index 0000000..5f7dcd0
--- /dev/null
+++ b/.oh-my-zsh/plugins/jira/_jira
@@ -0,0 +1,26 @@
+#compdef jira
+#autoload
+
+local -a _1st_arguments
+_1st_arguments=(
+  'new:create a new issue'
+  'mine:open my issues'
+  'dashboard:open the dashboard'
+  'tempo:open the tempo'
+  'reported:search for issues reported by a user'
+  'assigned:search for issues assigned to a user'
+  'branch:open the issue named after the git branch of the current directory'
+  'dumpconfig:display effective jira configuration'
+  'help:print usage help to stdout'
+)
+
+_arguments -C \
+  ':command:->command' \
+  '*::options:->options'
+
+case $state in
+  (command)
+    _describe -t commands "jira subcommand" _1st_arguments
+    return
+   ;;
+esac
diff --git a/.oh-my-zsh/plugins/jira/jira.plugin.zsh b/.oh-my-zsh/plugins/jira/jira.plugin.zsh
new file mode 100644
index 0000000..9bcf4cc
--- /dev/null
+++ b/.oh-my-zsh/plugins/jira/jira.plugin.zsh
@@ -0,0 +1,172 @@
+# CLI support for JIRA interaction
+#
+# See README.md for details
+
+function _jira_usage() {
+cat <&2
+    return 1
+  fi
+  jira_name=${2:=$JIRA_NAME}
+  if [[ -z $jira_name ]]; then
+    echo "error: JIRA_NAME not specified" >&2
+    return 1
+  fi
+
+  echo "Browsing issues ${verb} ${preposition} ${jira_name}"
+  query="${lookup}+%3D+%22${jira_name}%22+AND+resolution+%3D+unresolved+ORDER+BY+priority+DESC%2C+created+ASC"
+  open_command "${jira_url}/secure/IssueNavigator.jspa?reset=true&jqlQuery=${query}"
+}
diff --git a/.oh-my-zsh/plugins/jruby/README.md b/.oh-my-zsh/plugins/jruby/README.md
new file mode 100644
index 0000000..821a46d
--- /dev/null
+++ b/.oh-my-zsh/plugins/jruby/README.md
@@ -0,0 +1,21 @@
+# JRuby plugin
+
+This plugin adds aliases for [JRuby](https://www.jruby.org/).
+
+To use it, add `jruby` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... jruby)
+```
+
+## Requirements
+
+This plugin assumes you already have jruby installed and available in your [path](https://www.jruby.org/getting-started).
+
+## Aliases
+
+| Alias        | Command                                                          |
+| ------------ | ---------------------------------------------------------------- |
+| `jrspec`     | `jruby --debug -S rspec --debug`                                 |
+| `jprofile`   | `jruby --profile.api -S rspec`                                   |
+| `jexec`      | `jruby -S`                                                       |
diff --git a/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh b/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh
new file mode 100644
index 0000000..bb7975b
--- /dev/null
+++ b/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh
@@ -0,0 +1,4 @@
+# Aliases
+alias jrspec='jruby --debug -S rspec --debug'
+alias jprofile='jruby --profile.api -S rspec'
+alias jexec='jruby -S'
diff --git a/.oh-my-zsh/plugins/jsontools/README.md b/.oh-my-zsh/plugins/jsontools/README.md
new file mode 100644
index 0000000..6a27400
--- /dev/null
+++ b/.oh-my-zsh/plugins/jsontools/README.md
@@ -0,0 +1,79 @@
+# jsontools
+
+Handy command line tools for dealing with json data.
+
+To use it, add `jsontools` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... jsontools)
+```
+
+## Usage
+
+Usage is simple... just take your json data and pipe it into the appropriate jsontool:
+
+- `pp_json`: pretty prints json.
+- `is_json`: returns true if valid json; false otherwise.
+- `urlencode_json`: returns a url encoded string for the given json.
+- `urldecode_json`: returns decoded json for the given url encoded string.
+
+### Supports NDJSON (Newline Delimited JSON)
+
+The plugin also supports [NDJSON](http://ndjson.org/) input, which means all functions
+have an alternative function that reads and processes the input line by line. These
+functions have the same name except using `ndjson` instead of `json`:
+
+> `pp_ndjson`, `is_ndjson`, `urlencode_ndjson`, `urldecode_ndjson`.
+
+### Examples
+
+- **pp_json**:
+
+```console
+# curl json data and pretty print the results
+curl https://coderwall.com/bobwilliams.json | pp_json
+```
+
+- **is_json**:
+
+```console
+# validate if file's content conforms to a valid JSON schema
+$ is_json < data.json
+true
+# shows true / false and returns the proper exit code
+$ echo $?
+0
+```
+
+- **urlencode_json**:
+
+```console
+# json data directly from the command line
+$ echo '{"b":2, "a":1}' | urlencode_json
+%7B%22b%22:2,%20%22a%22:1%7D
+```
+
+- **urldecode_json**:
+
+```console
+# url encoded string to decode
+$ echo '%7B%22b%22:2,%20%22a%22:1%7D' | urldecode_json
+{"b":2, "a":1}
+```
+
+- **pp_ndjson**:
+
+```console
+# echo two separate json objects and pretty print both
+$ echo '{"a": "b"}\n{"c": [1,2,3]}' | pp_ndjson
+{
+    "a": "b"
+}
+{
+    "c": [
+        1,
+        2,
+        3
+    ]
+}
+```
diff --git a/.oh-my-zsh/plugins/jsontools/jsontools.plugin.zsh b/.oh-my-zsh/plugins/jsontools/jsontools.plugin.zsh
new file mode 100644
index 0000000..49828d3
--- /dev/null
+++ b/.oh-my-zsh/plugins/jsontools/jsontools.plugin.zsh
@@ -0,0 +1,113 @@
+# JSON Tools
+# Adds command line aliases useful for dealing with JSON
+
+# Check that user-defined method is installed
+if [[ -n "$JSONTOOLS_METHOD" ]]; then
+  (( $+commands[$JSONTOOLS_METHOD] )) || unset JSONTOOLS_METHOD
+fi
+
+# If method undefined, find the first one that is installed
+if [[ -z "$JSONTOOLS_METHOD" ]]; then
+  for JSONTOOLS_METHOD in node python3 ruby; do
+    # If method found, break out of loop
+    (( $+commands[$JSONTOOLS_METHOD] )) && break
+    # Otherwise unset the variable
+    unset JSONTOOLS_METHOD
+  done
+
+  # If no methods were found, exit the plugin
+  [[ -n "$JSONTOOLS_METHOD" ]] || return 1
+fi
+
+# Define json tools for each method
+case "$JSONTOOLS_METHOD" in
+  node)
+    # node doesn't make it easy to deal with stdin, so we pass it as an argument with xargs -0
+    function pp_json() {
+      xargs -0 node -e 'console.log(JSON.stringify(JSON.parse(process.argv[1]), null, 4));'
+    }
+    function is_json() {
+      xargs -0 node -e '
+        try {
+          json = JSON.parse(process.argv[1]);
+          console.log("true");
+          process.exit(0);
+        } catch (e) {
+          console.log("false");
+          process.exit(1);
+        }
+      '
+    }
+    function urlencode_json() {
+      xargs -0 node -e "console.log(encodeURIComponent(process.argv[1]))"
+    }
+    function urldecode_json() {
+      xargs -0 node -e "console.log(decodeURIComponent(process.argv[1]))"
+    }
+  ;;
+  python3)
+    function pp_json() {
+      python3 -c 'import sys; del sys.path[0]; import runpy; runpy._run_module_as_main("json.tool")'
+    }
+    function is_json() {
+      python3 -c '
+import sys; del sys.path[0];
+import json
+try:
+  json.loads(sys.stdin.read())
+  print("true"); sys.exit(0)
+except ValueError:
+  print("false"); sys.exit(1)
+      '
+    }
+    function urlencode_json() {
+      python3 -c '
+import sys; del sys.path[0];
+from urllib.parse import quote_plus
+print(quote_plus(sys.stdin.read()))
+      '
+    }
+    function urldecode_json() {
+      python3 -c '
+import sys; del sys.path[0];
+from urllib.parse import unquote_plus
+print(unquote_plus(sys.stdin.read()))
+      '
+    }
+  ;;
+  ruby)
+    function pp_json() {
+      ruby -e '
+        require "json"
+        require "yaml"
+        puts JSON.parse(STDIN.read).to_yaml
+      '
+    }
+    function is_json() {
+      ruby -e '
+        require "json"
+        begin
+          puts !!JSON.parse(STDIN.read); exit(0)
+        rescue JSON::ParserError
+          puts false; exit(1)
+        end
+      '
+    }
+    function urlencode_json() {
+      ruby -e 'require "cgi"; puts CGI.escape(STDIN.read)'
+    }
+    function urldecode_json() {
+      ruby -e 'require "cgi"; puts CGI.unescape(STDIN.read)'
+    }
+  ;;
+esac
+unset JSONTOOLS_METHOD
+
+## Add NDJSON support
+
+function {pp,is,urlencode,urldecode}_ndjson() {
+  local json jsonfunc="${0//ndjson/json}"
+  while read -r json; do
+    $jsonfunc <<< "$json"
+  done
+}
diff --git a/.oh-my-zsh/plugins/juju/README.md b/.oh-my-zsh/plugins/juju/README.md
new file mode 100644
index 0000000..6ee333f
--- /dev/null
+++ b/.oh-my-zsh/plugins/juju/README.md
@@ -0,0 +1,132 @@
+# juju plugin
+
+This plugin provides useful aliases and functions for [juju](https://juju.is/) (for TAB completion,
+refer to the [official repo](https://github.com/juju/juju/blob/develop/etc/bash_completion.d/juju)).
+
+To use this plugin, add `juju` to the plugins array in your zshrc file.
+
+```zsh
+plugins=(... juju)
+```
+
+## Aliases
+
+Naming convention:
+
+- `!` suffix: `--force --no-wait -y`.
+- `ds` suffix: `--destroy-storage`.
+- `jsh` prefix means `juju show-*`.
+
+### General
+
+| Alias   | Command                                     | Description                                            |
+|---------|---------------------------------------------|--------------------------------------------------------|
+| `j`     | `juju`                                      | The juju command                                       |
+| `jcld`  | `juju clouds`                               | Lists all clouds with registered credentials           |
+| `jclda` | `juju clouds --all`                         | Lists all clouds available to Juju                     |
+| `jdl`   | `juju debug-log --ms`                       | Display log, with millisecond resolution               |
+| `jdlr`  | `juju debug-log --ms --replay`              | Replay entire log                                      |
+| `jh`    | `juju help`                                 | Show help on a command or other topic                  |
+| `jshsl` | `juju show-status-log`                      | Output past statuses for the specified entity          |
+| `jstj`  | `juju status --format=json`                 | Show status in json format (more detailed)             |
+| `jst`   | `juju status --relations --color`           | Show status, including relations, in color             |
+| `jsts`  | `juju status --relations --storage --color` | Show status, including relations and storage, in color |
+
+### Bootstrap
+
+| Alias   | Command                             | Description                                           |
+|---------|-------------------------------------|-------------------------------------------------------|
+| `jb`    | `juju bootstrap`                    | Initializing a Juju cloud environment                 |
+| `jbng`  | `juju bootstrap --no-gui`           | Initializing a Juju cloud environment without GUI     |
+| `jbl`   | `juju bootstrap localhost`          | Initializing an lxd cloud environment                 |
+| `jblng` | `juju bootstrap --no-gui localhost` | Initializing an lxd cloud environment without GUI     |
+| `jbm`   | `juju bootstrap microk8s`           | Initializing a MicroK8s cloud environment             |
+| `jbmng` | `juju bootstrap --no-gui microk8s`  | Initializing a MicroK8s cloud environment without GUI |
+
+### Controller
+
+| Alias    | Command                                                                               | Description                                                       |
+|----------|---------------------------------------------------------------------------------------|-------------------------------------------------------------------|
+| `jctl`   | `juju controllers`                                                                    | List all controllers                                              |
+| `jctlr`  | `juju controllers --refresh`                                                          | List all controllers (download latest details)                    |
+| `jdc`    | `juju destroy-controller --destroy-all-models`                                        | Destroy a controller                                              |
+| `jdc!`   | `juju destroy-controller --destroy-all-models --force --no-wait -y`                   | Destroy a controller                                              |
+| `jdcds`  | `juju destroy-controller --destroy-all-models --destroy-storage`                      | Destroy a controller and associated storage                       |
+| `jdcds!` | `juju destroy-controller --destroy-all-models --destroy-storage --force --no-wait -y` | Destroy a controller and associated storage                       |
+| `jkc`    | `juju kill-controller -y -t 0`                                                        | Forcibly terminate all associated resources for a Juju controller |
+| `jshc`   | `juju show-controller`                                                                | Shows detailed information of a controller                    |
+| `jsw`    | `juju switch`                                                                         | Select or identify the current controller and model               |
+
+### Model
+
+| Alias    | Command                                                     | Description                                           |
+|----------|-------------------------------------------------------------|-------------------------------------------------------|
+| `jam`    | `juju add-model`                                            | Add a hosted model                                    |
+| `jdm`    | `juju destroy-model`                                        | Non-recoverable, complete removal of a model          |
+| `jdm!`   | `juju destroy-model --force --no-wait -y`                   | Non-recoverable, complete removal of a model          |
+| `jdmds`  | `juju destroy-model --destroy-storage`                      | Non-recoverable, complete removal of a model          |
+| `jdmds!` | `juju destroy-model --destroy-storage --force --no-wait -y` | Non-recoverable, complete removal of a model          |
+| `jmc`    | `juju model-config`                                         | Display or set configuration values on a model        |
+| `jm`     | `juju models`                                               | List models a user can access on a controller         |
+| `jshm`   | `juju show-model`                                           | Show information about the current or specified model |
+| `jsw`    | `juju switch`                                               | Select or identify the current controller and model   |
+
+### Application / unit
+
+| Alias    | Command                                                       | Description                                                               |
+|----------|---------------------------------------------------------------|---------------------------------------------------------------------------|
+| `jc`     | `juju config`                                                 | Get, set, or reset configuration for a deployed application               |
+| `jde`    | `juju deploy --channel=edge`                                  | Deploy a new application or bundle from the edge channel                  |
+| `jd`     | `juju deploy`                                                 | Deploy a new application or bundle                                        |
+| `jra`    | `juju run-action`                                             | Queue an action for execution                                             |
+| `jraw`   | `juju run-action --wait`                                      | Queue an action for execution and wait for results, with optional timeout |
+| `jrm`    | `juju remove-application`                                     | Remove application                                                        |
+| `jrm!`   | `juju remove-application --force --no-wait`                   | Remove application forcefully                                             |
+| `jrmds`  | `juju remove-application --destroy-storage`                   | Remove application and destroy attached storage                           |
+| `jrmds!` | `juju remove-application --destroy-storage --force --no-wait` | Remove application forcefully, destroying attached storage                |
+| `jrp`    | `juju refresh --path`                                         | Upgrade charm from local charm file                                       |
+| `jsa`    | `juju scale-application`                                      | Set the desired number of application units                               |
+| `jssh`   | `juju ssh`                                                    | Initiate an SSH session or execute a command on a Juju target             |
+| `jsshc`  | `juju ssh --container`                                        | Initiate an SSH session or execute a command on a given container         |
+| `jshu`   | `juju show-unit`                                              | Displays information about a unit                                         |
+
+### Storage
+
+| Alias   | Command                       | Description                                     |
+|---------|-------------------------------|-------------------------------------------------|
+| `jrs`   | `juju remove-storage`         | Remove storage                                  |
+| `jrs!`  | `juju remove-storage --force` | Remove storage even if it is currently attached |
+
+### Relation
+
+| Alias     | Command                        | Description                                                       |
+|-----------|--------------------------------|-------------------------------------------------------------------|
+| `jrel`    | `juju relate`                  | Relate two applications                                           |
+| `jrmrel`  | `juju remove-relation`         | Remove an existing relation between two applications.             |
+| `jrmrel!` | `juju remove-relation --force` | Remove an existing relation between two applications, forcefully. |
+
+### Cross-model relation (CMR)
+
+| Alias    | Command            | Description                                                    |
+|----------|--------------------|----------------------------------------------------------------|
+| `jex`    | `juju expose`      | Make an application publicly available over the network        |
+| `jof`    | `juju offer`       | Offer application endpoints for use in other models            |
+| `jcon`   | `juju consume`     | Add a remote offer to the model                                |
+| `jrmsas` | `juju remove-saas` | Remove consumed applications (SAAS) from the model             |
+| `junex`  | `juju unexpose`    | Remove public availability over the network for an application |
+
+### Bundle
+
+| Alias | Command              | Description                                                 |
+|-------|----------------------|-------------------------------------------------------------|
+| `jeb` | `juju export-bundle` | Export the current model configuration as a reusable bundle |
+
+## Functions
+
+- `jaddr  [unit_num]`: display app or unit IP address.
+- `jreld   `: display app and unit relation data.
+- `jclean`: destroy all controllers
+- `jcontroller`: display the controller your are connected to.
+- `jmodel`: display the model your are connected to.
+- `wjst [interval_secs] [args_for_watch]`: watch juju status, with optional interval
+  (default: 5s); you may pass additional arguments to `watch`.
diff --git a/.oh-my-zsh/plugins/juju/juju.plugin.zsh b/.oh-my-zsh/plugins/juju/juju.plugin.zsh
new file mode 100644
index 0000000..3c159da
--- /dev/null
+++ b/.oh-my-zsh/plugins/juju/juju.plugin.zsh
@@ -0,0 +1,202 @@
+# ---------------------------------------------------------- #
+# Aliases and functions for juju (https://juju.is)           #
+# ---------------------------------------------------------- #
+
+# Load TAB completions
+# You need juju's bash completion script installed. By default bash-completion's
+# location will be used (i.e. pkg-config --variable=completionsdir bash-completion).
+completion_file="$(pkg-config --variable=completionsdir bash-completion 2>/dev/null)/juju" || \
+  completion_file="/usr/share/bash-completion/completions/juju"
+[[ -f "$completion_file" ]] && source "$completion_file"
+unset completion_file
+
+# ---------------------------------------------------------- #
+# Aliases (in alphabetic order)                              #
+#                                                            #
+# Generally,                                                 #
+#   - `!` means --force --no-wait -y                         #
+#   - `ds` suffix means --destroy-storage                    #
+#   - `jsh` prefix means juju show-*                         #
+# ---------------------------------------------------------- #
+alias j="juju"
+alias jam="juju add-model --config logging-config=\"=WARNING; unit=DEBUG\"\
+ --config update-status-hook-interval=\"60m\""
+alias jb='juju bootstrap'
+alias jbng='juju bootstrap --no-gui'
+alias jbl='juju bootstrap localhost'
+alias jblng='juju bootstrap --no-gui localhost'
+alias jbm='juju bootstrap microk8s'
+alias jbmng='juju bootstrap --no-gui microk8s'
+alias jc='juju config'
+alias jcld='juju clouds'
+alias jclda='juju clouds --all'
+alias jctl='juju controllers'
+alias jctlr='juju controllers --refresh'
+alias jdc='juju destroy-controller --destroy-all-models'
+alias 'jdc!'='juju destroy-controller --destroy-all-models --force --no-wait -y'
+alias jdcds='juju destroy-controller --destroy-all-models --destroy-storage'
+alias 'jdcds!'='juju destroy-controller --destroy-all-models --destroy-storage --force --no-wait -y'
+alias jdm='juju destroy-model'
+alias 'jdm!'='juju destroy-model --force --no-wait -y'
+alias jdmds='juju destroy-model --destroy-storage'
+alias 'jdmds!'='juju destroy-model --destroy-storage --force --no-wait -y'
+alias jde='juju deploy --channel=edge'
+alias jd='juju deploy'
+alias jdl='juju debug-log --ms'
+alias jdlr='juju debug-log --ms --replay'
+alias jcon='juju consume'
+alias jeb='juju export-bundle'
+alias jex='juju expose'
+alias jh='juju help'
+alias jkc='juju kill-controller -y -t 0'
+alias jm='juju models'
+alias jmc='juju model-config'
+alias jof='juju offer'
+alias jra='juju run-action'
+alias jraw='juju run-action --wait'
+alias jrel='juju relate'
+alias jrm='juju remove-application'
+alias 'jrm!'='juju remove-application --force --no-wait'
+alias jrmds='juju remove-application --destroy-storage'
+alias 'jrmds!'='juju remove-application --destroy-storage --force --no-wait'
+alias jrmrel='juju remove-relation'
+alias 'jrmrel!'='juju remove-relation --force'
+alias jrmsas='juju remove-saas'
+alias jrp='juju refresh --path'
+alias jrs='juju remove-storage'
+alias 'jrs!'='juju remove-storage --force'
+alias jsa='juju scale-application'
+alias jsha='juju show-application'
+alias jshc='juju show-controller'
+alias jshm='juju show-model'
+alias jshsl='juju show-status-log'
+alias jshu='juju show-unit'
+alias jssh='juju ssh'
+alias jsshc='juju ssh --container'
+alias jstj='juju status --format=json'
+alias jst='juju status --relations --color'
+alias jsts='juju status --relations --storage --color'
+alias jsw='juju switch'
+
+# ---------------------------------------------------------- #
+# Functions (in alphabetic order)                            #
+# ---------------------------------------------------------- #
+
+# Get app or unit address
+jaddr() {
+  # $1 = app name
+  # $2 = unit number (optional)
+  if (( ! ${+commands[jq]} )); then
+    echo "jq is required but could not be found." >&2
+    return 1
+  fi
+
+  if [[ $# -eq 1 ]]; then
+    # Get app address
+    juju status "$1" --format=json \
+      | jq -r ".applications.\"$1\".address"
+  elif [[ $# -eq 2 ]]; then
+    # Get unit address
+    juju status "$1/$2" --format=json \
+      | jq -r ".applications.\"$1\".units.\"$1/$2\" | .address // .\"public-address\""
+  else
+    echo "Invalid number of arguments."
+    echo "Usage:   jaddr  []"
+    echo "Example: jaddr karma"
+    echo "Example: jaddr karma 0"
+    return 1
+  fi
+}
+
+# Destroy all controllers
+jclean() {
+  if (( ! ${+commands[jq]} )); then
+    echo "jq is required but could not be found." >&2
+    return 1
+  fi
+
+  local controllers=$(juju controllers --format=json | jq -r '.controllers | keys[]' 2>/dev/null)
+  if [[ -z "$controllers" ]]; then
+    echo "No controllers registered"
+    return 0
+  fi
+
+  echo "This will forcefully destroy all storages, models and controllers."
+  echo "Controllers to be destroyed:"
+  echo "$controllers"
+
+  if ! read -q '?Are you sure (y/n)? '; then
+    echo
+    echo "Aborted."
+    return 0
+  fi
+
+  echo
+  for controller in ${=controllers}; do
+    timeout 2m juju destroy-controller --destroy-all-models --destroy-storage --force --no-wait -y $controller
+    timeout 2m juju kill-controller -y -t 0 $controller 2>/dev/null
+    timeout 10s juju unregister $controller 2>/dev/null
+  done
+}
+
+# Display app and unit relation data
+jreld() {
+  # $1 = relation name
+  # $2 = app name
+  # $3 = unit number
+  if [[ $# -ne 3 ]]; then
+    echo "Invalid number of arguments."
+    echo "Usage:   jreld   "
+    echo "Example: jreld karma-dashboard alertmanager 0"
+    return 1
+  fi
+
+  local relid="$(juju run "relation-ids $1" --unit $2/$3)"
+  if [[ -z "$relid" ]]; then
+    return 1
+  fi
+
+  echo "App data:"
+  juju run "relation-get -r $relid --app - $2" --unit $2/$3
+  echo
+  echo "Unit data:"
+  juju run "relation-get -r $relid - $2" --unit $2/$3
+}
+
+# Return Juju current controller
+jcontroller() {
+  local controller="$(awk '/current-controller/ {print $2}' ~/.local/share/juju/controllers.yaml)"
+  if [[ -z "$controller" ]]; then
+    return 1
+  fi
+
+  echo $controller
+  return 0
+}
+
+# Return Juju current model
+jmodel() {
+  local yqbin="$(whereis yq | awk '{print $2}')"
+
+  if [[ -z "$yqbin" ]]; then
+    echo "--"
+    return 1
+  fi
+
+  local model="$(yq e ".controllers.$(jcontroller).current-model" < ~/.local/share/juju/models.yaml | cut -d/ -f2)"
+
+  if [[ -z "$model" ]]; then
+    echo "--"
+    return 1
+  fi
+
+  echo $model
+  return 0
+}
+
+# Watch juju status, with optional interval (default: 5 sec)
+wjst() {
+  local interval="${1:-5}"
+  shift $(( $# > 0 ))
+  watch -n "$interval" --color juju status --relations --color "$@"
+}
diff --git a/.oh-my-zsh/plugins/jump/README.md b/.oh-my-zsh/plugins/jump/README.md
new file mode 100644
index 0000000..1b0ce68
--- /dev/null
+++ b/.oh-my-zsh/plugins/jump/README.md
@@ -0,0 +1,31 @@
+# Jump plugin
+
+This plugin allows to easily jump around the file system by manually adding marks.
+Those marks are stored as symbolic links in the directory `$MARKPATH` (default `$HOME/.marks`)
+
+To use it, add `jump` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... jump)
+```
+
+## Commands
+
+| Command              | Description                                                                                     |
+|----------------------|-------------------------------------------------------------------------------------------------|
+| `jump `   | Jump to the given mark                                                                          |
+| `mark [mark-name]`   | Create a mark with the given name or with the name of the current directory if none is provided |
+| `unmark ` | Remove the given mark                                                                           |
+| `marks`              | List the existing marks and the directories they point to                                       |
+
+## Key bindings
+
+Pressing `CTRL`+`G` substitutes the written mark name for the full path of the mark.
+For example, with a mark named `mymark` pointing to `/path/to/my/mark`:
+```zsh
+$ cp /tmp/file mymark
+```
+will become:
+```zsh
+$ cp /tmp/file /path/to/my/mark
+```
diff --git a/.oh-my-zsh/plugins/jump/jump.plugin.zsh b/.oh-my-zsh/plugins/jump/jump.plugin.zsh
new file mode 100644
index 0000000..c2b21e9
--- /dev/null
+++ b/.oh-my-zsh/plugins/jump/jump.plugin.zsh
@@ -0,0 +1,60 @@
+# Easily jump around the file system by manually adding marks
+# marks are stored as symbolic links in the directory $MARKPATH (default $HOME/.marks)
+#
+# jump FOO: jump to a mark named FOO
+# mark FOO: create a mark named FOO
+# unmark FOO: delete a mark
+# marks: lists all marks
+#
+export MARKPATH=$HOME/.marks
+
+
+jump() {
+	local markpath="$(readlink $MARKPATH/$1)" || {echo "No such mark: $1"; return 1}
+	builtin cd "$markpath" 2>/dev/null || {echo "Destination does not exist for mark [$1]: $markpath"; return 2}
+}
+
+mark() {
+	if [[ $# -eq 0 || "$1" = "." ]]; then
+		MARK=${PWD:t}
+	else
+		MARK="$1"
+	fi
+	if read -q "?Mark $PWD as ${MARK}? (y/n) "; then
+		command mkdir -p "$MARKPATH"
+		command ln -sfn "$PWD" "$MARKPATH/$MARK"
+	fi
+}
+
+unmark() {
+	LANG= command rm -i "$MARKPATH/$1"
+}
+
+marks() {
+	local link max=0
+	for link in $MARKPATH/{,.}*(@N); do
+		if [[ ${#link:t} -gt $max ]]; then
+			max=${#link:t}
+		fi
+	done
+	local printf_markname_template="$(printf -- "%%%us" "$max")"
+	for link in $MARKPATH/{,.}*(@N); do
+		local markname="$fg[cyan]$(printf -- "$printf_markname_template" "${link:t}")$reset_color"
+		local markpath="$fg[blue]$(readlink $link)$reset_color"
+		printf -- "%s -> %s\n" "$markname" "$markpath"
+	done
+}
+
+_completemarks() {
+	reply=("${MARKPATH}"/{,.}*(@N:t))
+}
+compctl -K _completemarks jump
+compctl -K _completemarks unmark
+
+_mark_expansion() {
+	setopt localoptions extendedglob
+	autoload -U modify-current-argument
+	modify-current-argument '$(readlink "$MARKPATH/$ARG" || echo "$ARG")'
+}
+zle -N _mark_expansion
+bindkey "^g" _mark_expansion
diff --git a/.oh-my-zsh/plugins/kate/README.md b/.oh-my-zsh/plugins/kate/README.md
new file mode 100644
index 0000000..aa2eaa3
--- /dev/null
+++ b/.oh-my-zsh/plugins/kate/README.md
@@ -0,0 +1,20 @@
+# Kate plugin
+
+This plugin adds aliases for the [Kate editor](https://kate-editor.org).
+
+To use it, add kate to the plugins array of your zshrc file:
+```
+plugins=(... kate)
+```
+
+## Aliases
+
+| Alias | Command                | Description         |
+|-------|------------------------|---------------------|
+| kate  | `kate >/dev/null 2>&1` | Start kate silently |
+
+## Functions
+
+| Function   | Description                              |
+|------------|------------------------------------------|
+| `kt ` | Change to directory and start kate there |
diff --git a/.oh-my-zsh/plugins/kate/kate.plugin.zsh b/.oh-my-zsh/plugins/kate/kate.plugin.zsh
new file mode 100644
index 0000000..eb16522
--- /dev/null
+++ b/.oh-my-zsh/plugins/kate/kate.plugin.zsh
@@ -0,0 +1,9 @@
+
+# Kate
+# Start kate always silent
+alias kate='kate >/dev/null 2>&1'
+
+function kt () {
+  cd $1
+  kate $1
+}
\ No newline at end of file
diff --git a/.oh-my-zsh/plugins/keychain/README.md b/.oh-my-zsh/plugins/keychain/README.md
new file mode 100644
index 0000000..c603f67
--- /dev/null
+++ b/.oh-my-zsh/plugins/keychain/README.md
@@ -0,0 +1,45 @@
+# keychain plugin
+
+This plugin starts automatically [`keychain`](https://www.funtoo.org/Keychain)
+to set up and load whichever credentials you want for both gpg and ssh
+connections.
+
+To enable it, add `keychain` to your plugins:
+
+```zsh
+plugins=(... keychain)
+```
+
+**NOTE**: It is HIGHLY recommended to also enable the `gpg-agent` plugin.
+
+## Instructions
+
+**IMPORTANT: put these settings _before_ the line that sources oh-my-zsh**
+
+**To adjust the agents** that keychain manages, use the `agents` style as
+shown below. By default, only the `gpg` agent is managed.
+
+```zsh
+zstyle :omz:plugins:keychain agents gpg,ssh
+```
+
+To **load multiple identities** use the `identities` style, For example:
+
+```zsh
+zstyle :omz:plugins:keychain identities id_ed25519 id_github 2C5879C2
+```
+
+**To pass additional options** to the `keychain` program, use the
+`options` style; for example:
+
+```zsh
+zstyle :omz:plugins:keychain options --quiet
+```
+
+## Credits
+
+Based on code from the `ssh-agent` plugin.
+
+## References
+
+- [Keychain](https://www.funtoo.org/Keychain)
diff --git a/.oh-my-zsh/plugins/keychain/keychain.plugin.zsh b/.oh-my-zsh/plugins/keychain/keychain.plugin.zsh
new file mode 100644
index 0000000..f122f79
--- /dev/null
+++ b/.oh-my-zsh/plugins/keychain/keychain.plugin.zsh
@@ -0,0 +1,32 @@
+(( $+commands[keychain] )) || return
+
+# Define SHORT_HOST if not defined (%m = host name up to first .)
+SHORT_HOST=${SHORT_HOST:-${(%):-%m}}
+
+function {
+	local agents
+	local -a identities
+	local -a options
+	local _keychain_env_sh
+	local _keychain_env_sh_gpg
+
+	# load agents to start.
+	zstyle -s :omz:plugins:keychain agents agents
+
+	# load identities to manage.
+	zstyle -a :omz:plugins:keychain identities identities
+
+	# load additional options
+	zstyle -a :omz:plugins:keychain options options
+
+	# start keychain...
+	keychain ${^options:-} --agents ${agents:-gpg} ${^identities} --host $SHORT_HOST
+
+	# Get the filenames to store/lookup the environment from
+	_keychain_env_sh="$HOME/.keychain/$SHORT_HOST-sh"
+	_keychain_env_sh_gpg="$HOME/.keychain/$SHORT_HOST-sh-gpg"
+
+	# Source environment settings.
+	[ -f "$_keychain_env_sh" ]     && . "$_keychain_env_sh"
+	[ -f "$_keychain_env_sh_gpg" ] && . "$_keychain_env_sh_gpg"
+}
diff --git a/.oh-my-zsh/plugins/kind/README.md b/.oh-my-zsh/plugins/kind/README.md
new file mode 100644
index 0000000..4902464
--- /dev/null
+++ b/.oh-my-zsh/plugins/kind/README.md
@@ -0,0 +1,22 @@
+# Kind plugin
+
+This plugin adds completion for the [Kind](https://kind.sigs.k8s.io/) tool, as well
+as a few aliases for easier use.
+
+To use it, add `kind` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... kind)
+```
+
+## Aliases
+
+| Alias   | Command                      |
+| ------- | ---------------------------- |
+| `kicc`  | `kind create cluster`        |
+| `kiccn` | `kind create cluster --name` |
+| `kigc`  | `kind get clusters`          |
+| `kidc`  | `kind delete cluster`        |
+| `kidcn` | `kind delete cluster --name` |
+| `kidca` | `kind delete clusters -A`    |
+| `kigk`  | `kind get kubeconfig`        |
diff --git a/.oh-my-zsh/plugins/kind/kind.plugin.zsh b/.oh-my-zsh/plugins/kind/kind.plugin.zsh
new file mode 100644
index 0000000..183eb7b
--- /dev/null
+++ b/.oh-my-zsh/plugins/kind/kind.plugin.zsh
@@ -0,0 +1,23 @@
+if (( ! $+commands[kind] )); then
+  return
+fi
+
+# If the completion file doesn't exist yet, we need to autoload it and
+# bind it to `kind`. Otherwise, compinit will have already done that.
+if [[ ! -f "$ZSH_CACHE_DIR/completions/_kind" ]]; then
+  typeset -g -A _comps
+  autoload -Uz _kind
+  _comps[kind]=_kind
+fi
+
+# Generate and load kind completion
+kind completion zsh >! "$ZSH_CACHE_DIR/completions/_kind" &|
+
+# Register aliases
+alias kicc="kind create cluster"
+alias kiccn="kind create cluster --name"
+alias kigc="kind get clusters"
+alias kidc="kind delete cluster"
+alias kidcn="kind delete cluster --name"
+alias kidca="kind delete clusters -A"
+alias kigk="kind get kubeconfig"
diff --git a/.oh-my-zsh/plugins/kitchen/README.md b/.oh-my-zsh/plugins/kitchen/README.md
new file mode 100644
index 0000000..89a6d70
--- /dev/null
+++ b/.oh-my-zsh/plugins/kitchen/README.md
@@ -0,0 +1,9 @@
+# kitchen plugin
+
+This plugin adds completion support for the [Test Kitchen](https://kitchen.ci).
+
+To use it, add `kitchen` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... kitchen)
+```
diff --git a/.oh-my-zsh/plugins/kitchen/_kitchen b/.oh-my-zsh/plugins/kitchen/_kitchen
new file mode 100644
index 0000000..64c01e3
--- /dev/null
+++ b/.oh-my-zsh/plugins/kitchen/_kitchen
@@ -0,0 +1,85 @@
+#compdef kitchen
+# ------------------------------------------------------------------------------
+# Copyright (c) 2014 GitHub zsh-users - https://github.com/zsh-users
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#     * Redistributions of source code must retain the above copyright
+#       notice, this list of conditions and the following disclaimer.
+#     * Redistributions in binary form must reproduce the above copyright
+#       notice, this list of conditions and the following disclaimer in the
+#       documentation and/or other materials provided with the distribution.
+#     * Neither the name of the zsh-users nor the
+#       names of its contributors may be used to endorse or promote products
+#       derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# ------------------------------------------------------------------------------
+# Description
+# -----------
+#
+#  Completion script for Test Kitchen (https://kitchen.ci/).
+#
+# ------------------------------------------------------------------------------
+# Authors
+# -------
+#
+#  * Peter Eisentraut (https://github.com/petere)
+#
+# ------------------------------------------------------------------------------
+
+
+_kitchen() {
+  local curcontext="$curcontext" state line
+  typeset -A opt_args
+
+  _arguments '1: :->cmds'\
+             '2: :->args'
+
+  case $state in
+    cmds)
+      _kitchen_commands
+      ;;
+    args)
+      case $line[1] in
+        converge|create|destroy|diagnose|list|setup|test|verify)
+          compadd 'all'
+          _kitchen_instances
+          ;;
+        login)
+          _kitchen_instances
+          ;;
+      esac
+      ;;
+  esac
+}
+
+_kitchen_commands() {
+  local commands
+
+  commands=("${(@f)$(_call_program commands $service help | sed -n 's/^  kitchen \([[:alpha:]]*\) [ A-Z[].*# \(.*\)$/\1:\2/p')}")
+  _describe -t commands 'kitchen commands' commands
+}
+
+_kitchen_instances() {
+  if [[ $_kitchen_instances_cache_dir != $PWD ]]; then
+    unset _kitchen_instances_cache
+  fi
+  if [[ ${+_kitchen_instances_cache} -eq 0 ]]; then
+    _kitchen_instances_cache=(${(f)"$(_call_program instances $service list -b 2>/dev/null)"})
+    _kitchen_instances_cache_dir=$PWD
+  fi
+  _wanted instances expl 'instance' compadd -a _kitchen_instances_cache
+}
+
+_kitchen "$@"
diff --git a/.oh-my-zsh/plugins/kitty/README.md b/.oh-my-zsh/plugins/kitty/README.md
new file mode 100644
index 0000000..ec9e375
--- /dev/null
+++ b/.oh-my-zsh/plugins/kitty/README.md
@@ -0,0 +1,23 @@
+# Kitty plugin
+
+This plugin adds a few aliases and functions that are useful for users of the [Kitty](https://sw.kovidgoyal.net/kitty/) terminal.
+
+To use it, add _kitty_ to the plugins array of your zshrc file:
+```
+plugins=(... kitty)
+```
+
+## Plugin commands
+
+* `kssh`
+  Runs a kitten ssh session that ensures your terminfo settings are copied
+  correctly to the remote hose.
+* `kssh-slow`
+  A slower form of `kssh` that should always work. Use this if `kssh` fails
+  to set terminfo correctly for you on the remote host.
+* `kitty-theme`
+  Browse and change the theme of your Kitty terminal.
+
+## Contributors
+
+- [Ian Chesal](https://github.com/ianchesal)
diff --git a/.oh-my-zsh/plugins/kitty/kitty.plugin.zsh b/.oh-my-zsh/plugins/kitty/kitty.plugin.zsh
new file mode 100644
index 0000000..1094236
--- /dev/null
+++ b/.oh-my-zsh/plugins/kitty/kitty.plugin.zsh
@@ -0,0 +1,16 @@
+#####################################################
+# Kitty plugin for oh-my-zsh                        #
+#####################################################
+
+if [[ "$TERM" == 'xterm-kitty' ]]; then
+  ## kssh
+  # Use this when your terminfo isn't recognized on remote hosts.
+  # See: https://sw.kovidgoyal.net/kitty/faq/#i-get-errors-about-the-terminal-being-unknown-or-opening-the-terminal-failing-when-sshing-into-a-different-computer
+  alias kssh="kitty +kitten ssh"
+  compdef kssh='ssh'
+  # Use this if kssh fails
+  alias kssh-slow="infocmp -a xterm-kitty | ssh myserver tic -x -o \~/.terminfo /dev/stdin"
+
+  # Change the colour theme
+  alias kitty-theme="kitty +kitten themes"
+fi
diff --git a/.oh-my-zsh/plugins/kn/README.md b/.oh-my-zsh/plugins/kn/README.md
new file mode 100644
index 0000000..d2eb9b3
--- /dev/null
+++ b/.oh-my-zsh/plugins/kn/README.md
@@ -0,0 +1,17 @@
+# kn - Knative CLI
+
+This plugin provides autocompletion for [kn](https://knative.dev/docs/install/client/install-kn/) operations.
+
+To use it, add `kn` to the plugins array of your zshrc file:
+
+```zsh
+plugins=(... kn)
+```
+
+## See Also
+
++ [kn/client](https://github.com/knative/client)
+
+## Contributors
+
++ [btannous](https://github.com/btannous) - Plugin Author
diff --git a/.oh-my-zsh/plugins/kn/kn.plugin.zsh b/.oh-my-zsh/plugins/kn/kn.plugin.zsh
new file mode 100644
index 0000000..483d1d6
--- /dev/null
+++ b/.oh-my-zsh/plugins/kn/kn.plugin.zsh
@@ -0,0 +1,8 @@
+# Autocompletion for kn, the command line interface for knative
+#
+# Author: https://github.com/btannous
+
+if [ $commands[kn] ]; then
+  source <(kn completion zsh)
+  compdef _kn kn
+fi
diff --git a/.oh-my-zsh/plugins/knife/README.md b/.oh-my-zsh/plugins/knife/README.md
new file mode 100644
index 0000000..b167f16
--- /dev/null
+++ b/.oh-my-zsh/plugins/knife/README.md
@@ -0,0 +1,25 @@
+# knife plugin
+
+This plugin adds completion for [knife](https://docs.chef.io/knife.html), a command-line tool
+to interact with [Chef](https://chef.io), a platform to automate and manage infrastructure via
+code.
+
+To use it, add `knife` to the plugins array in your zshrc file:
+```zsh
+plugins=(... knife)
+```
+
+## Options
+
+- `KNIFE_RELATIVE_PATH`: if set to `true`, the completion script will look for local cookbooks
+  under the `cookbooks` folder in the chef root directory. It has preference over the other two
+  options below. **Default:** empty.
+
+- `KNIFE_COOKBOOK_PATH`: if set, it points to the folder that contains local cookbooks, for
+   example: `/path/to/my/chef/cookbooks`. **Default:** `cookbook_path` field in `knife.rb`
+   (see below).
+
+- `KNIFE_CONF_PATH`: variable pointing to the `knife.rb` configuration file, for example
+  `/path/to/my/.chef/knife.rb`. Only used if `$KNIFE_COOKBOOK_PATH` isn't set. If it exists,
+  `$PWD/.chef/knife.rb` is used instead. Otherwise, if it's set, its value is used.
+  **Default**: `$HOME/.chef/knife.rb`.
diff --git a/.oh-my-zsh/plugins/knife/_knife b/.oh-my-zsh/plugins/knife/_knife
new file mode 100644
index 0000000..09757eb
--- /dev/null
+++ b/.oh-my-zsh/plugins/knife/_knife
@@ -0,0 +1,257 @@
+#compdef knife
+
+# You can override the path to knife.rb and your cookbooks by setting
+# KNIFE_CONF_PATH=/path/to/my/.chef/knife.rb
+# KNIFE_COOKBOOK_PATH=/path/to/my/chef/cookbooks
+# If you want your local cookbooks path to be calculated relative to where you are then
+# set the below option
+# KNIFE_RELATIVE_PATH=true
+# Read around where these are used for more detail.
+
+# These flags should be available everywhere according to man knife
+knife_general_flags=(--help --server-url --key --config --editor --format --log_level --logfile --no-editor --user --print-after --version --yes)
+
+# knife has a very special syntax, some example calls are:
+# knife status
+# knife cookbook list
+# knife role show ROLENAME
+# knife data bag show DATABAGNAME
+# knife role show ROLENAME --attribute ATTRIBUTENAME
+# knife cookbook show COOKBOOKNAME COOKBOOKVERSION recipes
+
+# The -Q switch in compadd allow for completions of things like "data bag" without having to go through two rounds of completion and avoids zsh inserting a \ for escaping spaces
+_knife() {
+  local curcontext="$curcontext" state line
+  typeset -A opt_args
+  cloudproviders=(bluebox ec2 rackspace slicehost terremark)
+  _arguments \
+    '1: :->knifecmd' \
+    '2: :->knifesubcmd' \
+    '3: :->knifesubcmd2' \
+    '4: :->knifesubcmd3' \
+    '5: :->knifesubcmd4' \
+    '6: :->knifesubcmd5'
+
+  case $state in
+  knifecmd)
+    compadd -Q "$@" bootstrap client configure cookbook "cookbook site" "data bag" diff exec environment index node recipe role search solo ssh status upload vault windows $cloudproviders
+    ;;
+  knifesubcmd)
+    case $words[2] in
+    bluebox|ec2|rackspace|slicehost|terremark)
+      compadd "$@" server images
+      ;;
+    client)
+      compadd -Q "$@" "bulk delete" list create show delete edit reregister
+      ;;
+    configure)
+      compadd "$@" client
+      ;;
+    cookbook)
+      compadd -Q "$@" test list create download delete "metadata from" show "bulk delete" metadata upload
+      ;;
+    diff)
+      _arguments '*:file or directory:_files -g "*"'
+      ;;
+    environment)
+      compadd -Q "$@" list create delete edit show "from file"
+      ;;
+    node)
+      compadd -Q "$@" "from file" create show edit delete list run_list "bulk delete"
+      ;;
+    recipe)
+      compadd "$@" list
+      ;;
+    role)
+      compadd -Q "$@" "bulk delete" create delete edit "from file" list show
+      ;;
+    solo)
+      compadd "$@" bootstrap clean cook init prepare
+      ;;
+    upload)
+      _arguments '*:file or directory:_files -g "*"'
+      ;;
+    vault)
+      compadd -Q "$@" create decrypt delete edit remove "rotate all keys" "rotate keys" show update
+      ;;
+    windows)
+      compadd "$@" bootstrap
+      ;;
+    *)
+      _arguments '2:Subsubcommands:($(_knife_options1))'
+      ;;
+    esac
+    ;;
+  knifesubcmd2)
+    case $words[3] in
+    server)
+      compadd "$@" list create delete
+      ;;
+    images)
+      compadd "$@" list
+      ;;
+    site)
+      compadd "$@" vendor show share search download list unshare
+      ;;
+    show|delete|edit)
+      _arguments '3:Subsubcommands:($(_chef_$words[2]s_remote))'
+      ;;
+    upload|test)
+      _arguments '3:Subsubcommands:($(_chef_$words[2]s_local) --all)'
+      ;;
+    list)
+      compadd -a "$@" knife_general_flags
+      ;;
+    bag)
+      compadd -Q "$@" show edit list "from file" create delete
+      ;;
+    bootstrap|clean|cook|prepare)
+      compadd "$@" nodes/*.json(N:t:r)
+      ;;
+    init)
+      compadd "$@" ./*(/N:t)
+      ;;
+    *)
+      _arguments '3:Subsubcommands:($(_knife_options2))'
+      ;;
+    esac
+    ;;
+  knifesubcmd3)
+    case $words[3] in
+    show)
+      case $words[2] in
+      cookbook)
+        versioncomp=1
+        _arguments '4:Cookbookversions:($(_cookbook_versions) latest)'
+        ;;
+      node|client|role)
+        compadd "$@" --attribute
+        ;;
+      esac
+      ;;
+    esac
+    case $words[4] in
+    show|edit)
+      _arguments '4:Subsubsubcommands:($(_chef_$words[2]_$words[3]s_remote))'
+      ;;
+    file)
+      case $words[2] in
+      environment)
+        _arguments '*:files:_path_files -g "*.(rb|json)" -W "$(_chef_root)/environments"'
+        ;;
+      node)
+        _arguments '*:files:_path_files -g "*.(rb|json)" -W "$(_chef_root)/nodes"'
+        ;;
+      role)
+        _arguments '*:files:_path_files -g "*.(rb|json)" -W "$(_chef_root)/roles"'
+        ;;
+      *)
+        _arguments '*:Subsubcommands:($(_knife_options3))'
+        ;;
+      esac
+      ;;
+    list)
+      compadd -a "$@" knife_general_flags
+      ;;
+    *)
+      _arguments '*:Subsubcommands:($(_knife_options3))'
+      ;;
+    esac
+    ;;
+  knifesubcmd4)
+    if ((versioncomp > 0)); then
+      compadd "$@" attributes definitions files libraries providers recipes resources templates
+    else
+      case $words[5] in
+      file)
+        _arguments '*:directory:_path_files -/ -W "$(_chef_root)/data_bags" -qS \ '
+        ;;
+      *) _arguments '*:Subsubcommands:($(_knife_options2))' ;;
+      esac
+    fi
+    ;;
+  knifesubcmd5)
+    case $words[5] in
+    file)
+      _arguments '*:files:_path_files -g "*.json" -W "$(_chef_root)/data_bags/$words[6]"'
+      ;;
+    *)
+      _arguments '*:Subsubcommands:($(_knife_options3))'
+      ;;
+    esac
+    ;;
+  esac
+}
+
+# Helper functions to provide the argument completion for several depths of commands
+_knife_options1() {
+  (for line in $(knife $words[2] --help | grep -v "^knife"); do echo $line | grep "\-\-"; done)
+}
+
+_knife_options2() {
+  (for line in $(knife $words[2] $words[3] --help | grep -v "^knife"); do echo $line | grep "\-\-"; done)
+}
+
+_knife_options3() {
+  (for line in $(knife $words[2] $words[3] $words[4] --help | grep -v "^knife"); do echo $line | grep "\-\-"; done)
+}
+
+# The chef_x_remote functions use knife to get a list of objects of type x on the server
+_chef_roles_remote() {
+  (knife role list --format json | grep \" | awk '{print $1}' | awk -F"," '{print $1}' | awk -F"\"" '{print $2}')
+}
+
+_chef_clients_remote() {
+  (knife client list --format json | grep \" | awk '{print $1}' | awk -F"," '{print $1}' | awk -F"\"" '{print $2}')
+}
+
+_chef_nodes_remote() {
+  (knife node list --format json | grep \" | awk '{print $1}' | awk -F"," '{print $1}' | awk -F"\"" '{print $2}')
+}
+
+_chef_cookbooks_remote() {
+  (knife cookbook list --format json | grep \" | awk '{print $1}' | awk -F"," '{print $1}' | awk -F"\"" '{print $2}')
+}
+
+_chef_sitecookbooks_remote() {
+  (knife cookbook site list --format json | grep \" | awk '{print $1}' | awk -F"," '{print $1}' | awk -F"\"" '{print $2}')
+}
+
+_chef_data_bags_remote() {
+  (knife data bag list --format json | grep \" | awk '{print $1}' | awk -F"," '{print $1}' | awk -F"\"" '{print $2}')
+}
+
+_chef_environments_remote() {
+  (knife environment list | awk '{print $1}')
+}
+
+# The chef_x_local functions use the knife config to find the paths of relevant objects x to be uploaded to the server
+_chef_cookbooks_local() {
+  if [ $KNIFE_RELATIVE_PATH ]; then
+    local cookbook_path="$(_chef_root)/cookbooks"
+  else
+    local knife_rb=${KNIFE_CONF_PATH:-${HOME}/.chef/knife.rb}
+    if [ -f ./.chef/knife.rb ]; then
+      knife_rb="./.chef/knife.rb"
+    fi
+    local cookbook_path=${KNIFE_COOKBOOK_PATH:-$(grep cookbook_path $knife_rb | awk 'BEGIN {FS = "[" }; {print $2}' | sed 's/\,//g' | sed "s/'//g" | sed 's/\(.*\)]/\1/')}
+  fi
+  (for i in $cookbook_path; do ls $i; done)
+}
+
+# This function extracts the available cookbook versions on the chef server
+_cookbook_versions() {
+  (knife cookbook show $words[4] | grep -v $words[4] | grep -v -E '\]|\[|\{|\}' | sed 's/ //g' | sed 's/"//g')
+}
+
+# Searches up from current directory to find the closest folder that has a .chef folder
+# Useful for the knife upload/from file commands
+_chef_root() {
+  directory="$PWD"
+  while [ $directory != '/' ]; do
+    test -e "$directory/.chef" && echo "$directory" && return
+    directory="${directory:h}"
+  done
+}
+
+_knife "$@"
diff --git a/.oh-my-zsh/plugins/knife_ssh/README.md b/.oh-my-zsh/plugins/knife_ssh/README.md
new file mode 100644
index 0000000..cb836b7
--- /dev/null
+++ b/.oh-my-zsh/plugins/knife_ssh/README.md
@@ -0,0 +1,14 @@
+# knife_ssh plugin
+
+This plugin adds a `knife_ssh` function as well as completion for it, to allow
+connecting via ssh to servers managed with [Chef](https://www.chef.io/).
+
+To use it, add `knife_ssh` to the plugins array in your zshrc file:
+```zsh
+plugins=(... knife_ssh)
+```
+
+The plugin creates a cache of the Chef node list via `knife`, and stores it
+in `$HOME/.knife_comp~`, when first triggering knife_ssh completion.
+
+**Requirements:** `knife` has to be installed.
diff --git a/.oh-my-zsh/plugins/knife_ssh/knife_ssh.plugin.zsh b/.oh-my-zsh/plugins/knife_ssh/knife_ssh.plugin.zsh
new file mode 100644
index 0000000..dc425a3
--- /dev/null
+++ b/.oh-my-zsh/plugins/knife_ssh/knife_ssh.plugin.zsh
@@ -0,0 +1,18 @@
+function knife_ssh() {
+  grep -q $1 ~/.knife_comp~ 2> /dev/null || rm -f ~/.knife_comp~
+  ssh $(knife node show $1 | awk '/IP:/{print $2}')
+}
+
+_knife_ssh() {
+  if hash knife 2>/dev/null; then
+    if [[ ! -f ~/.knife_comp~ ]]; then
+      echo "\nGenerating ~/.knife_comp~..." >&2
+      knife node list > ~/.knife_comp~
+    fi
+    compadd $(< ~/.knife_comp~)
+  else
+    echo "Could not find knife" >&2
+  fi
+}
+
+compdef _knife_ssh knife_ssh
diff --git a/.oh-my-zsh/plugins/kops/README.md b/.oh-my-zsh/plugins/kops/README.md
new file mode 100644
index 0000000..5d9b5f8
--- /dev/null
+++ b/.oh-my-zsh/plugins/kops/README.md
@@ -0,0 +1,12 @@
+# kops
+
+This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations),
+the command line interface to get a production grade Kubernetes cluster up and running.
+
+To use it, add `kops` to the plugins array in your zshrc file.
+
+```
+plugins=(... kops)
+```
+
+**Author:** [@nmrony](https://github.com/nmrony)
diff --git a/.oh-my-zsh/plugins/kops/kops.plugin.zsh b/.oh-my-zsh/plugins/kops/kops.plugin.zsh
new file mode 100644
index 0000000..0c38ce2
--- /dev/null
+++ b/.oh-my-zsh/plugins/kops/kops.plugin.zsh
@@ -0,0 +1,3 @@
+if [ $commands[kops] ]; then
+  source <(kops completion zsh)
+fi
diff --git a/.oh-my-zsh/plugins/kube-ps1/README.md b/.oh-my-zsh/plugins/kube-ps1/README.md
new file mode 100644
index 0000000..dd49eff
--- /dev/null
+++ b/.oh-my-zsh/plugins/kube-ps1/README.md
@@ -0,0 +1,242 @@
+kube-ps1: Kubernetes prompt for bash and zsh
+============================================
+
+A script that lets you add the current Kubernetes context and namespace
+configured on `kubectl` to your Bash/Zsh prompt strings (i.e. the `$PS1`).
+
+Inspired by several tools used to simplify usage of `kubectl`.
+
+## Installing
+
+### MacOS
+
+Homebrew package manager:
+
+```
+$ brew update
+$ brew install kube-ps1
+```
+### From Source
+
+1. Clone this repository
+2. Source the kube-ps1.sh in your `~/.zshrc` or your `~/.bashrc`
+
+### Arch Linux
+AUR Package available at [https://aur.archlinux.org/packages/kube-ps1/](https://aur.archlinux.org/packages/kube-ps1/).
+
+#### Zsh
+```sh
+source /path/to/kube-ps1.sh
+PROMPT='$(kube_ps1)'$PROMPT
+```
+#### Bash
+```sh
+source /path/to/kube-ps1.sh
+PS1='[\u@\h \W $(kube_ps1)]\$ '
+```
+
+### Zsh Plugin Managers
+
+#### Using [zplugin](https://github.com/zdharma/zplugin)
+
+Update `.zshrc` with:
+```sh
+zplugin light jonmosco/kube-ps1
+PROMPT='$(kube_ps1)'$PROMPT
+```
+
+## Requirements
+
+The default prompt assumes you have the `kubectl` command line utility installed.
+Official installation instructions and binaries are available:
+
+[Install and Set up kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
+
+If using this with OpenShift, the `oc` tool needs installed.  It can be obtained
+from brew ports:
+
+```
+brew install openshift-cli
+```
+or the source can be downloaded:
+
+[OC Client Tools](https://www.openshift.org/download.html)
+
+Set the binary to `oc` with the following environment variable:
+
+```
+KUBE_PS1_BINARY=oc
+```
+
+If neither binary is available, the prompt will print the following:
+
+```
+(|BINARY-N/A:N/A)
+```
+
+## Helper utilities
+
+There are several great tools that make using kubectl very enjoyable:
+
+- [`kubectx` and `kubens`](https://github.com/ahmetb/kubectx) are great for
+fast switching between clusters and namespaces.
+
+## Tmux port
+
+I have begun porting kube-ps1 to tmux as a status line plugin.  If you prefer
+tmux, and like the functionality provided by kube-ps1, checkout the
+[kube-tmux](https://github.com/jonmosco/kube-tmux) project
+
+## Prompt Structure
+
+The default prompt layout is:
+
+```
+(|:)
+```
+
+If the current-context is not set, kube-ps1 will return the following:
+
+```
+(|N/A:N/A)
+```
+
+## Enabling/Disabling
+
+If you want to stop showing Kubernetes status on your prompt string temporarily
+run `kubeoff`. To disable the prompt for all shell sessions, run `kubeoff -g`.
+You can enable it again in the current shell by running `kubeon`, and globally
+with `kubeon -g`.
+
+```
+kubeon     : turn on kube-ps1 status for this shell.  Takes precedence over
+             global setting for current session
+kubeon -g  : turn on kube-ps1 status globally
+kubeoff    : turn off kube-ps1 status for this shell. Takes precedence over
+             global setting for current session
+kubeoff -g : turn off kube-ps1 status globally
+```
+
+## Customization
+
+The default settings can be overridden in `~/.bashrc` or `~/.zshrc` by setting
+the following environment variables:
+
+| Variable | Default | Meaning |
+| :------- | :-----: | ------- |
+| `KUBE_PS1_BINARY` | `kubectl` | Default Kubernetes binary |
+| `KUBE_PS1_NS_ENABLE` | `true` | Display the namespace. If set to `false`, this will also disable `KUBE_PS1_DIVIDER` |
+| `KUBE_PS1_PREFIX` | `(` | Prompt opening character  |
+| `KUBE_PS1_SYMBOL_ENABLE` | `true ` | Display the prompt Symbol. If set to `false`, this will also disable `KUBE_PS1_SEPARATOR` |
+| `KUBE_PS1_SYMBOL_PADDING` | `false` | Adds a space (padding) after the symbol to prevent clobbering prompt characters |
+| `KUBE_PS1_SYMBOL_DEFAULT` | `⎈ ` | Default prompt symbol. Unicode `\u2388` |
+| `KUBE_PS1_SYMBOL_USE_IMG` | `false` | ☸️  ,  Unicode `\u2638` as the prompt symbol |
+| `KUBE_PS1_SEPARATOR` | | | Separator between symbol and context name |
+| `KUBE_PS1_DIVIDER` | `:` | Separator between context and namespace |
+| `KUBE_PS1_SUFFIX` | `)` | Prompt closing character |
+| `KUBE_PS1_CLUSTER_FUNCTION` | No default, must be user supplied | Function to customize how cluster is displayed |
+| `KUBE_PS1_NAMESPACE_FUNCTION` | No default, must be user supplied | Function to customize how namespace is displayed |
+| `KUBE_PS1_KUBECONFIG_SYMLINK` | `false` | Treat `KUBECONFIG` and `~/.kube/config` files as symbolic links |
+
+For terminals that do not support UTF-8, the symbol will be replaced with the
+string `k8s`.
+
+To disable a feature, set it to an empty string:
+
+```
+KUBE_PS1_SEPARATOR=''
+```
+
+## Colors
+
+The default colors are set with the following environment variables:
+
+| Variable | Default | Meaning |
+| :------- | :-----: | ------- |
+| `KUBE_PS1_PREFIX_COLOR` | `null` | Set default color of the prompt prefix |
+| `KUBE_PS1_SYMBOL_COLOR` | `blue` | Set default color of the Kubernetes symbol |
+| `KUBE_PS1_CTX_COLOR` | `red` | Set default color of the context |
+| `KUBE_PS1_SUFFIX_COLOR` | `null` | Set default color of the prompt suffix |
+| `KUBE_PS1_NS_COLOR` | `cyan` | Set default color of the namespace |
+| `KUBE_PS1_BG_COLOR` | `null` | Set default color of the prompt background |
+
+Blue was used for the default symbol to match the Kubernetes color as closely
+as possible. Red was chosen as the context name to stand out, and cyan for the
+namespace.
+
+Set the variable to an empty string if you do not want color for each
+prompt section:
+
+```
+KUBE_PS1_CTX_COLOR=''
+```
+
+Names are usable for the following colors:
+
+```
+black, red, green, yellow, blue, magenta, cyan
+```
+
+256 colors are available by specifying the numerical value as the variable
+argument.
+
+## Customize display of cluster name and namespace
+
+You can change how the cluster name and namespace are displayed using the
+`KUBE_PS1_CLUSTER_FUNCTION` and `KUBE_PS1_NAMESPACE_FUNCTION` variables
+respectively.
+
+For the following examples let's assume the following:
+
+cluster name: `sandbox.k8s.example.com`
+namespace: `alpha`
+
+If you're using domain style cluster names, your prompt will get quite long
+very quickly. Let's say you only want to display the first portion of the
+cluster name (`sandbox`), you could do that by adding the following:
+
+```sh
+function get_cluster_short() {
+  echo "$1" | cut -d . -f1
+}
+
+KUBE_PS1_CLUSTER_FUNCTION=get_cluster_short
+```
+
+The same pattern can be followed to customize the display of the namespace.
+Let's say you would prefer the namespace to be displayed in all uppercase
+(`ALPHA`), here's one way you could do that:
+
+```sh
+function get_namespace_upper() {
+    echo "$1" | tr '[:lower:]' '[:upper:]'
+}
+
+export KUBE_PS1_NAMESPACE_FUNCTION=get_namespace_upper
+```
+
+In both cases, the variable is set to the name of the function, and you must have defined the function in your shell configuration before kube_ps1 is called. The function must accept a single parameter and echo out the final value.
+
+### Bug Reports and shell configuration
+
+Due to the vast ways of customizing the shell, please try the prompt with a
+minimal configuration before submitting a bug report.
+
+This can be done as follows for each shell before loading kube-ps1:
+
+Bash:
+```bash
+bash --norc
+```
+
+Zsh:
+```bash
+zsh -f
+or
+zsh --no-rcs
+```
+
+## Contributors
+
+* [Ahmet Alp Balkan](https://github.com/ahmetb)
+* Jared Yanovich
diff --git a/.oh-my-zsh/plugins/kube-ps1/kube-ps1.plugin.zsh b/.oh-my-zsh/plugins/kube-ps1/kube-ps1.plugin.zsh
new file mode 100644
index 0000000..7edc62d
--- /dev/null
+++ b/.oh-my-zsh/plugins/kube-ps1/kube-ps1.plugin.zsh
@@ -0,0 +1,399 @@
+#!/usr/bin/env bash
+
+# Kubernetes prompt helper for bash/zsh
+# Displays current context and namespace
+
+# Copyright 2021 Jon Mosco
+#
+#  Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Debug
+[[ -n $DEBUG ]] && set -x
+
+# Default values for the prompt
+# Override these values in ~/.zshrc or ~/.bashrc
+KUBE_PS1_BINARY="${KUBE_PS1_BINARY:-kubectl}"
+KUBE_PS1_SYMBOL_ENABLE="${KUBE_PS1_SYMBOL_ENABLE:-true}"
+KUBE_PS1_SYMBOL_DEFAULT=${KUBE_PS1_SYMBOL_DEFAULT:-$'\u2388'}
+KUBE_PS1_SYMBOL_PADDING="${KUBE_PS1_SYMBOL_PADDING:-false}"
+KUBE_PS1_SYMBOL_USE_IMG="${KUBE_PS1_SYMBOL_USE_IMG:-false}"
+KUBE_PS1_NS_ENABLE="${KUBE_PS1_NS_ENABLE:-true}"
+KUBE_PS1_CONTEXT_ENABLE="${KUBE_PS1_CONTEXT_ENABLE:-true}"
+KUBE_PS1_PREFIX="${KUBE_PS1_PREFIX-(}"
+KUBE_PS1_SEPARATOR="${KUBE_PS1_SEPARATOR-|}"
+KUBE_PS1_DIVIDER="${KUBE_PS1_DIVIDER-:}"
+KUBE_PS1_SUFFIX="${KUBE_PS1_SUFFIX-)}"
+
+KUBE_PS1_SYMBOL_COLOR="${KUBE_PS1_SYMBOL_COLOR-blue}"
+KUBE_PS1_CTX_COLOR="${KUBE_PS1_CTX_COLOR-red}"
+KUBE_PS1_NS_COLOR="${KUBE_PS1_NS_COLOR-cyan}"
+KUBE_PS1_BG_COLOR="${KUBE_PS1_BG_COLOR}"
+
+KUBE_PS1_KUBECONFIG_CACHE="${KUBECONFIG}"
+KUBE_PS1_KUBECONFIG_SYMLINK="${KUBE_PS1_KUBECONFIG_SYMLINK:-false}"
+KUBE_PS1_DISABLE_PATH="${HOME}/.kube/kube-ps1/disabled"
+KUBE_PS1_LAST_TIME=0
+KUBE_PS1_CLUSTER_FUNCTION="${KUBE_PS1_CLUSTER_FUNCTION}"
+KUBE_PS1_NAMESPACE_FUNCTION="${KUBE_PS1_NAMESPACE_FUNCTION}"
+
+# Determine our shell
+if [ "${ZSH_VERSION-}" ]; then
+  KUBE_PS1_SHELL="zsh"
+elif [ "${BASH_VERSION-}" ]; then
+  KUBE_PS1_SHELL="bash"
+fi
+
+_kube_ps1_init() {
+  [[ -f "${KUBE_PS1_DISABLE_PATH}" ]] && KUBE_PS1_ENABLED=off
+
+  case "${KUBE_PS1_SHELL}" in
+    "zsh")
+      _KUBE_PS1_OPEN_ESC="%{"
+      _KUBE_PS1_CLOSE_ESC="%}"
+      _KUBE_PS1_DEFAULT_BG="%k"
+      _KUBE_PS1_DEFAULT_FG="%f"
+      setopt PROMPT_SUBST
+      autoload -U add-zsh-hook
+      add-zsh-hook precmd _kube_ps1_update_cache
+      zmodload -F zsh/stat b:zstat
+      zmodload zsh/datetime
+      ;;
+    "bash")
+      _KUBE_PS1_OPEN_ESC=$'\001'
+      _KUBE_PS1_CLOSE_ESC=$'\002'
+      _KUBE_PS1_DEFAULT_BG=$'\033[49m'
+      _KUBE_PS1_DEFAULT_FG=$'\033[39m'
+      [[ $PROMPT_COMMAND =~ _kube_ps1_update_cache ]] || PROMPT_COMMAND="_kube_ps1_update_cache;${PROMPT_COMMAND:-:}"
+      ;;
+  esac
+}
+
+_kube_ps1_color_fg() {
+  local KUBE_PS1_FG_CODE
+  case "${1}" in
+    black) KUBE_PS1_FG_CODE=0;;
+    red) KUBE_PS1_FG_CODE=1;;
+    green) KUBE_PS1_FG_CODE=2;;
+    yellow) KUBE_PS1_FG_CODE=3;;
+    blue) KUBE_PS1_FG_CODE=4;;
+    magenta) KUBE_PS1_FG_CODE=5;;
+    cyan) KUBE_PS1_FG_CODE=6;;
+    white) KUBE_PS1_FG_CODE=7;;
+    # 256
+    [0-9]|[1-9][0-9]|[1][0-9][0-9]|[2][0-4][0-9]|[2][5][0-6]) KUBE_PS1_FG_CODE="${1}";;
+    *) KUBE_PS1_FG_CODE=default
+  esac
+
+  if [[ "${KUBE_PS1_FG_CODE}" == "default" ]]; then
+    KUBE_PS1_FG_CODE="${_KUBE_PS1_DEFAULT_FG}"
+    return
+  elif [[ "${KUBE_PS1_SHELL}" == "zsh" ]]; then
+    KUBE_PS1_FG_CODE="%F{$KUBE_PS1_FG_CODE}"
+  elif [[ "${KUBE_PS1_SHELL}" == "bash" ]]; then
+    if tput setaf 1 &> /dev/null; then
+      KUBE_PS1_FG_CODE="$(tput setaf ${KUBE_PS1_FG_CODE})"
+    elif [[ $KUBE_PS1_FG_CODE -ge 0 ]] && [[ $KUBE_PS1_FG_CODE -le 256 ]]; then
+      KUBE_PS1_FG_CODE="\033[38;5;${KUBE_PS1_FG_CODE}m"
+    else
+      KUBE_PS1_FG_CODE="${_KUBE_PS1_DEFAULT_FG}"
+    fi
+  fi
+  echo ${_KUBE_PS1_OPEN_ESC}${KUBE_PS1_FG_CODE}${_KUBE_PS1_CLOSE_ESC}
+}
+
+_kube_ps1_color_bg() {
+  local KUBE_PS1_BG_CODE
+  case "${1}" in
+    black) KUBE_PS1_BG_CODE=0;;
+    red) KUBE_PS1_BG_CODE=1;;
+    green) KUBE_PS1_BG_CODE=2;;
+    yellow) KUBE_PS1_BG_CODE=3;;
+    blue) KUBE_PS1_BG_CODE=4;;
+    magenta) KUBE_PS1_BG_CODE=5;;
+    cyan) KUBE_PS1_BG_CODE=6;;
+    white) KUBE_PS1_BG_CODE=7;;
+    # 256
+    [0-9]|[1-9][0-9]|[1][0-9][0-9]|[2][0-4][0-9]|[2][5][0-6]) KUBE_PS1_BG_CODE="${1}";;
+    *) KUBE_PS1_BG_CODE=$'\033[0m';;
+  esac
+
+  if [[ "${KUBE_PS1_BG_CODE}" == "default" ]]; then
+    KUBE_PS1_FG_CODE="${_KUBE_PS1_DEFAULT_BG}"
+    return
+  elif [[ "${KUBE_PS1_SHELL}" == "zsh" ]]; then
+    KUBE_PS1_BG_CODE="%K{$KUBE_PS1_BG_CODE}"
+  elif [[ "${KUBE_PS1_SHELL}" == "bash" ]]; then
+    if tput setaf 1 &> /dev/null; then
+      KUBE_PS1_BG_CODE="$(tput setab ${KUBE_PS1_BG_CODE})"
+    elif [[ $KUBE_PS1_BG_CODE -ge 0 ]] && [[ $KUBE_PS1_BG_CODE -le 256 ]]; then
+      KUBE_PS1_BG_CODE="\033[48;5;${KUBE_PS1_BG_CODE}m"
+    else
+      KUBE_PS1_BG_CODE="${DEFAULT_BG}"
+    fi
+  fi
+  echo ${OPEN_ESC}${KUBE_PS1_BG_CODE}${CLOSE_ESC}
+}
+
+_kube_ps1_binary_check() {
+  command -v $1 >/dev/null
+}
+
+_kube_ps1_symbol() {
+  [[ "${KUBE_PS1_SYMBOL_ENABLE}" == false ]] && return
+
+  case "${KUBE_PS1_SHELL}" in
+    bash)
+      if ((BASH_VERSINFO[0] >= 4)) && [[ $'\u2388' != "\\u2388" ]]; then
+        KUBE_PS1_SYMBOL="${KUBE_PS1_SYMBOL_DEFAULT}"
+        KUBE_PS1_SYMBOL_IMG=$'\u2638\ufe0f'
+      else
+        KUBE_PS1_SYMBOL=$'\xE2\x8E\x88'
+        KUBE_PS1_SYMBOL_IMG=$'\xE2\x98\xB8'
+      fi
+      ;;
+    zsh)
+      KUBE_PS1_SYMBOL="${KUBE_PS1_SYMBOL_DEFAULT}"
+      KUBE_PS1_SYMBOL_IMG="\u2638";;
+    *)
+      KUBE_PS1_SYMBOL="k8s"
+  esac
+
+  if [[ "${KUBE_PS1_SYMBOL_USE_IMG}" == true ]]; then
+    KUBE_PS1_SYMBOL="${KUBE_PS1_SYMBOL_IMG}"
+  fi
+
+  if [[ "${KUBE_PS1_SYMBOL_PADDING}" == true ]]; then
+    echo "${KUBE_PS1_SYMBOL} "
+  else
+    echo "${KUBE_PS1_SYMBOL}"
+  fi
+
+}
+
+_kube_ps1_split() {
+  type setopt >/dev/null 2>&1 && setopt SH_WORD_SPLIT
+  local IFS=$1
+  echo $2
+}
+
+_kube_ps1_file_newer_than() {
+  local mtime
+  local file=$1
+  local check_time=$2
+
+  if [[ "${KUBE_PS1_KUBECONFIG_SYMLINK}" == "true" ]]; then
+    if [[ "${KUBE_PS1_SHELL}" == "zsh" ]]; then
+      mtime=$(zstat -L +mtime "${file}")
+    elif stat -c "%s" /dev/null &> /dev/null; then
+      # GNU stat
+      mtime=$(stat -c %Y "${file}")
+    else
+      # BSD stat
+      mtime=$(stat -f %m "$file")
+    fi
+  else
+    if [[ "${KUBE_PS1_SHELL}" == "zsh" ]]; then
+      mtime=$(zstat +mtime "${file}")
+    elif stat -c "%s" /dev/null &> /dev/null; then
+      # GNU stat
+      mtime=$(stat -L -c %Y "${file}")
+    else
+      # BSD stat
+      mtime=$(stat -L -f %m "$file")
+    fi
+  fi
+
+  [[ "${mtime}" -gt "${check_time}" ]]
+}
+
+_kube_ps1_update_cache() {
+  local return_code=$?
+
+  [[ "${KUBE_PS1_ENABLED}" == "off" ]] && return $return_code
+
+  if ! _kube_ps1_binary_check "${KUBE_PS1_BINARY}"; then
+    # No ability to fetch context/namespace; display N/A.
+    KUBE_PS1_CONTEXT="BINARY-N/A"
+    KUBE_PS1_NAMESPACE="N/A"
+    return
+  fi
+
+  if [[ "${KUBECONFIG}" != "${KUBE_PS1_KUBECONFIG_CACHE}" ]]; then
+    # User changed KUBECONFIG; unconditionally refetch.
+    KUBE_PS1_KUBECONFIG_CACHE=${KUBECONFIG}
+    _kube_ps1_get_context_ns
+    return
+  fi
+
+  # kubectl will read the environment variable $KUBECONFIG
+  # otherwise set it to ~/.kube/config
+  local conf
+  for conf in $(_kube_ps1_split : "${KUBECONFIG:-${HOME}/.kube/config}"); do
+    [[ -r "${conf}" ]] || continue
+    if _kube_ps1_file_newer_than "${conf}" "${KUBE_PS1_LAST_TIME}"; then
+      _kube_ps1_get_context_ns
+      return
+    fi
+  done
+
+  return $return_code
+}
+
+_kube_ps1_get_context() {
+  if [[ "${KUBE_PS1_CONTEXT_ENABLE}" == true ]]; then
+    KUBE_PS1_CONTEXT="$(${KUBE_PS1_BINARY} config current-context 2>/dev/null)"
+    # Set namespace to 'N/A' if it is not defined
+    KUBE_PS1_CONTEXT="${KUBE_PS1_CONTEXT:-N/A}"
+
+    if [[ ! -z "${KUBE_PS1_CLUSTER_FUNCTION}" ]]; then
+      KUBE_PS1_CONTEXT=$($KUBE_PS1_CLUSTER_FUNCTION $KUBE_PS1_CONTEXT)
+    fi
+  fi
+}
+
+_kube_ps1_get_ns() {
+  if [[ "${KUBE_PS1_NS_ENABLE}" == true ]]; then
+    KUBE_PS1_NAMESPACE="$(${KUBE_PS1_BINARY} config view --minify --output 'jsonpath={..namespace}' 2>/dev/null)"
+    # Set namespace to 'default' if it is not defined
+    KUBE_PS1_NAMESPACE="${KUBE_PS1_NAMESPACE:-default}"
+
+    if [[ ! -z "${KUBE_PS1_NAMESPACE_FUNCTION}" ]]; then
+        KUBE_PS1_NAMESPACE=$($KUBE_PS1_NAMESPACE_FUNCTION $KUBE_PS1_NAMESPACE)
+    fi
+  fi
+}
+
+_kube_ps1_get_context_ns() {
+  # Set the command time
+  if [[ "${KUBE_PS1_SHELL}" == "bash" ]]; then
+    if ((BASH_VERSINFO[0] >= 4 && BASH_VERSINFO[1] >= 2)); then
+      KUBE_PS1_LAST_TIME=$(printf '%(%s)T')
+    else
+      KUBE_PS1_LAST_TIME=$(date +%s)
+    fi
+  elif [[ "${KUBE_PS1_SHELL}" == "zsh" ]]; then
+    KUBE_PS1_LAST_TIME=$EPOCHSECONDS
+  fi
+
+  _kube_ps1_get_context
+  _kube_ps1_get_ns
+}
+
+# Set kube-ps1 shell defaults
+_kube_ps1_init
+
+_kubeon_usage() {
+  cat <<"EOF"
+Toggle kube-ps1 prompt on
+
+Usage: kubeon [-g | --global] [-h | --help]
+
+With no arguments, turn off kube-ps1 status for this shell instance (default).
+
+  -g --global  turn on kube-ps1 status globally
+  -h --help    print this message
+EOF
+}
+
+_kubeoff_usage() {
+  cat <<"EOF"
+Toggle kube-ps1 prompt off
+
+Usage: kubeoff [-g | --global] [-h | --help]
+
+With no arguments, turn off kube-ps1 status for this shell instance (default).
+
+  -g --global turn off kube-ps1 status globally
+  -h --help   print this message
+EOF
+}
+
+kubeon() {
+  if [[ "${1}" == '-h' || "${1}" == '--help' ]]; then
+    _kubeon_usage
+  elif [[ "${1}" == '-g' || "${1}" == '--global' ]]; then
+    rm -f -- "${KUBE_PS1_DISABLE_PATH}"
+  elif [[ "$#" -ne 0 ]]; then
+    echo -e "error: unrecognized flag ${1}\\n"
+    _kubeon_usage
+    return
+  fi
+
+  KUBE_PS1_ENABLED=on
+}
+
+kubeoff() {
+  if [[ "${1}" == '-h' || "${1}" == '--help' ]]; then
+    _kubeoff_usage
+  elif [[ "${1}" == '-g' || "${1}" == '--global' ]]; then
+    mkdir -p -- "$(dirname "${KUBE_PS1_DISABLE_PATH}")"
+    touch -- "${KUBE_PS1_DISABLE_PATH}"
+  elif [[ $# -ne 0 ]]; then
+    echo "error: unrecognized flag ${1}" >&2
+    _kubeoff_usage
+    return
+  fi
+
+  KUBE_PS1_ENABLED=off
+}
+
+# Build our prompt
+kube_ps1() {
+  [[ "${KUBE_PS1_ENABLED}" == "off" ]] && return
+  [[ -z "${KUBE_PS1_CONTEXT}" ]] && [[ "${KUBE_PS1_CONTEXT_ENABLE}" == true ]] && return
+
+  local KUBE_PS1
+  local KUBE_PS1_RESET_COLOR="${_KUBE_PS1_OPEN_ESC}${_KUBE_PS1_DEFAULT_FG}${_KUBE_PS1_CLOSE_ESC}"
+
+  # Background Color
+  [[ -n "${KUBE_PS1_BG_COLOR}" ]] && KUBE_PS1+="$(_kube_ps1_color_bg ${KUBE_PS1_BG_COLOR})"
+
+  # Prefix
+  if [[ -z "${KUBE_PS1_PREFIX_COLOR:-}" ]] && [[ -n "${KUBE_PS1_PREFIX}" ]]; then
+      KUBE_PS1+="${KUBE_PS1_PREFIX}"
+  else
+      KUBE_PS1+="$(_kube_ps1_color_fg $KUBE_PS1_PREFIX_COLOR)${KUBE_PS1_PREFIX}${KUBE_PS1_RESET_COLOR}"
+  fi
+
+  # Symbol
+  KUBE_PS1+="$(_kube_ps1_color_fg $KUBE_PS1_SYMBOL_COLOR)$(_kube_ps1_symbol)${KUBE_PS1_RESET_COLOR}"
+
+  if [[ -n "${KUBE_PS1_SEPARATOR}" ]] && [[ "${KUBE_PS1_SYMBOL_ENABLE}" == true ]]; then
+    KUBE_PS1+="${KUBE_PS1_SEPARATOR}"
+  fi
+
+  # Context
+  if [[ "${KUBE_PS1_CONTEXT_ENABLE}" == true ]]; then
+    KUBE_PS1+="$(_kube_ps1_color_fg $KUBE_PS1_CTX_COLOR)${KUBE_PS1_CONTEXT}${KUBE_PS1_RESET_COLOR}"
+  fi
+
+  # Namespace
+  if [[ "${KUBE_PS1_NS_ENABLE}" == true ]]; then
+    if [[ -n "${KUBE_PS1_DIVIDER}" ]] && [[ "${KUBE_PS1_CONTEXT_ENABLE}" == true ]]; then
+      KUBE_PS1+="${KUBE_PS1_DIVIDER}"
+    fi
+    KUBE_PS1+="$(_kube_ps1_color_fg ${KUBE_PS1_NS_COLOR})${KUBE_PS1_NAMESPACE}${KUBE_PS1_RESET_COLOR}"
+  fi
+
+  # Suffix
+  if [[ -z "${KUBE_PS1_SUFFIX_COLOR:-}" ]] && [[ -n "${KUBE_PS1_SUFFIX}" ]]; then
+      KUBE_PS1+="${KUBE_PS1_SUFFIX}"
+  else
+      KUBE_PS1+="$(_kube_ps1_color_fg $KUBE_PS1_SUFFIX_COLOR)${KUBE_PS1_SUFFIX}${KUBE_PS1_RESET_COLOR}"
+  fi
+
+  # Close Background color if defined
+  [[ -n "${KUBE_PS1_BG_COLOR}" ]] && KUBE_PS1+="${_KUBE_PS1_OPEN_ESC}${_KUBE_PS1_DEFAULT_BG}${_KUBE_PS1_CLOSE_ESC}"
+
+  echo "${KUBE_PS1}"
+}
diff --git a/.oh-my-zsh/plugins/kubectl/README.md b/.oh-my-zsh/plugins/kubectl/README.md
new file mode 100644
index 0000000..579a90b
--- /dev/null
+++ b/.oh-my-zsh/plugins/kubectl/README.md
@@ -0,0 +1,137 @@
+# Kubectl plugin
+
+This plugin adds completion for the [Kubernetes cluster manager](https://kubernetes.io/docs/reference/kubectl/kubectl/),
+as well as some aliases for common kubectl commands.
+
+To use it, add `kubectl` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... kubectl)
+```
+
+## Aliases
+
+| Alias   | Command                             | Description                                                                                      |
+|:--------|:------------------------------------|:-------------------------------------------------------------------------------------------------|
+| k       | `kubectl`                           | The kubectl command                                                                              |
+| kca     | `kubectl --all-namespaces`          | The kubectl command targeting all namespaces                                                     |
+| kaf     | `kubectl apply -f`                  | Apply a YML file                                                                                 |
+| keti    | `kubectl exec -ti`                  | Drop into an interactive terminal on a container                                                 |
+|         |                                     | **Manage configuration quickly to switch contexts between local, dev and staging**               |
+| kcuc    | `kubectl config use-context`        | Set the current-context in a kubeconfig file                                                     |
+| kcsc    | `kubectl config set-context`        | Set a context entry in kubeconfig                                                                |
+| kcdc    | `kubectl config delete-context`     | Delete the specified context from the kubeconfig                                                 |
+| kccc    | `kubectl config current-context`    | Display the current-context                                                                      |
+| kcgc    | `kubectl config get-contexts`       | List of contexts available                                                                       |
+|         |                                     | **General aliases**                                                                              |
+| kdel    | `kubectl delete`                    | Delete resources by filenames, stdin, resources and names, or by resources and label selector    |
+| kdelf   | `kubectl delete -f`                 | Delete a pod using the type and name specified in -f argument                                    |
+|         |                                     | **Pod management**                                                                               |
+| kgp     | `kubectl get pods`                  | List all pods in ps output format                                                                |
+| kgpw    | `kgp --watch`                       | After listing/getting the requested object, watch for changes                                    |
+| kgpwide | `kgp -o wide`                       | Output in plain-text format with any additional information. For pods, the node name is included |
+| kep     | `kubectl edit pods`                 | Edit pods from the default editor                                                                |
+| kdp     | `kubectl describe pods`             | Describe all pods                                                                                |
+| kdelp   | `kubectl delete pods`               | Delete all pods matching passed arguments                                                        |
+| kgpl    | `kgp -l`                            | Get pods by label. Example: `kgpl "app=myapp" -n myns`                                           |
+| kgpn    | `kgp -n`                            | Get pods by namespace. Example: `kgpn kube-system`                                               |
+|         |                                     | **Service management**                                                                           |
+| kgs     | `kubectl get svc`                   | List all services in ps output format                                                            |
+| kgsw    | `kgs --watch`                       | After listing all services, watch for changes                                                    |
+| kgswide | `kgs -o wide`                       | After listing all services, output in plain-text format with any additional information          |
+| kes     | `kubectl edit svc`                  | Edit services(svc) from the default editor                                                       |
+| kds     | `kubectl describe svc`              | Describe all services in detail                                                                  |
+| kdels   | `kubectl delete svc`                | Delete all services matching passed argument                                                     |
+|         |                                     | **Ingress management**                                                                           |
+| kgi     | `kubectl get ingress`               | List ingress resources in ps output format                                                       |
+| kei     | `kubectl edit ingress`              | Edit ingress resource from the default editor                                                    |
+| kdi     | `kubectl describe ingress`          | Describe ingress resource in detail                                                              |
+| kdeli   | `kubectl delete ingress`            | Delete ingress resources matching passed argument                                                |
+|         |                                     | **Namespace management**                                                                         |
+| kgns    | `kubectl get namespaces`            | List the current namespaces in a cluster                                                         |
+| kcn     | `kubectl config set-context --current --namespace` | Change current namespace |
+| kens    | `kubectl edit namespace`            | Edit namespace resource from the default editor                                                  |
+| kdns    | `kubectl describe namespace`        | Describe namespace resource in detail                                                            |
+| kdelns  | `kubectl delete namespace`          | Delete the namespace. WARNING! This deletes everything in the namespace                          |
+|         |                                     | **ConfigMap management**                                                                         |
+| kgcm    | `kubectl get configmaps`            | List the configmaps in ps output format                                                          |
+| kecm    | `kubectl edit configmap`            | Edit configmap resource from the default editor                                                  |
+| kdcm    | `kubectl describe configmap`        | Describe configmap resource in detail                                                            |
+| kdelcm  | `kubectl delete configmap`          | Delete the configmap                                                                             |
+|         |                                     | **Secret management**                                                                            |
+| kgsec   | `kubectl get secret`                | Get secret for decoding                                                                          |
+| kdsec   | `kubectl describe secret`           | Describe secret resource in detail                                                               |
+| kdelsec | `kubectl delete secret`             | Delete the secret                                                                                |
+|         |                                     | **Deployment management**                                                                        |
+| kgd     | `kubectl get deployment`            | Get the deployment                                                                               |
+| kgdw    | `kgd --watch`                       | After getting the deployment, watch for changes                                                  |
+| kgdwide | `kgd -o wide`                       | After getting the deployment, output in plain-text format with any additional information        |
+| ked     | `kubectl edit deployment`           | Edit deployment resource from the default editor                                                 |
+| kdd     | `kubectl describe deployment`       | Describe deployment resource in detail                                                           |
+| kdeld   | `kubectl delete deployment`         | Delete the deployment                                                                            |
+| ksd     | `kubectl scale deployment`          | Scale a deployment                                                                               |
+| krsd    | `kubectl rollout status deployment` | Check the rollout status of a deployment                                                         |
+| kres    | `kubectl set env $@ REFRESHED_AT=...` | Recreate all pods in deployment with zero-downtime                                             |
+|         |                                     | **Rollout management**                                                                           |
+| kgrs    | `kubectl get replicaset`            | List all ReplicaSets `rs` created by the deployment                                              |
+| kdrs    | `kubectl describe replicaset`       | Describe ReplicaSet in detail                                                                    |
+| kers    | `kubectl edit replicaset`           | Edit ReplicaSet from the default editor                                                          |
+| krh     | `kubectl rollout history`           | Check the revisions of this deployment                                                           |
+| kru     | `kubectl rollout undo`              | Rollback to the previous revision                                                                |
+|         |                                     | **Port forwarding**                                                                              |
+| kpf     | `kubectl port-forward`              | Forward one or more local ports to a pod                                                         |
+|         |                                     | **Tools for accessing all information**                                                          |
+| kga     | `kubectl get all`                   | List all resources in ps format                                                                  |
+| kgaa    | `kubectl get all --all-namespaces`  | List the requested object(s) across all namespaces                                               |
+|         |                                     | **Logs**                                                                                         |
+| kl      | `kubectl logs`                      | Print the logs for a container or resource                                                       |
+| klf     | `kubectl logs -f`                   | Stream the logs for a container or resource (follow)                                             |
+|         |                                     | **File copy**                                                                                    |
+| kcp     | `kubectl cp`                        | Copy files and directories to and from containers                                                |
+|         |                                     | **Node management**                                                                              |
+| kgno    | `kubectl get nodes`                 | List the nodes in ps output format                                                               |
+| keno    | `kubectl edit node`                 | Edit nodes resource from the default editor                                                      |
+| kdno    | `kubectl describe node`             | Describe node resource in detail                                                                 |
+| kdelno  | `kubectl delete node`               | Delete the node                                                                                  |
+|         |                                     | **Persistent Volume Claim management**                                                           |
+| kgpvc   | `kubectl get pvc`                   | List all PVCs                                                                                    |
+| kgpvcw  | `kgpvc --watch`                     | After listing/getting the requested object, watch for changes                                    |
+| kepvc   | `kubectl edit pvc`                  | Edit pvcs from the default editor                                                                |
+| kdpvc   | `kubectl describe pvc`              | Describe all pvcs                                                                                |
+| kdelpvc | `kubectl delete pvc`                | Delete all pvcs matching passed arguments                                                        |
+|         |                                     | **StatefulSets management**                                                                      |
+| kgss    | `kubectl get statefulset`           | List the statefulsets in ps format                                                               |
+| kgssw   | `kgss --watch`                      | After getting the list of statefulsets, watch for changes                                        |
+| kgsswide| `kgss -o wide`                      | After getting the statefulsets, output in plain-text format with any additional information      |
+| kess    | `kubectl edit statefulset`          | Edit statefulset resource from the default editor                                                |
+| kdss    | `kubectl describe statefulset`      | Describe statefulset resource in detail                                                          |
+| kdelss  | `kubectl delete statefulset`        | Delete the statefulset                                                                           |
+| ksss    | `kubectl scale statefulset`         | Scale a statefulset                                                                              |
+| krsss   | `kubectl rollout status statefulset`| Check the rollout status of a deployment                                                         |
+|         |                                     | **Service Accounts management**                                                                  |
+| kdsa    | `kubectl describe sa`               | Describe a service account in details                                                            |
+| kdelsa  | `kubectl delete sa`                 | Delete the service account                                                                       |
+|         |                                     | **DaemonSet management**                                                                         |
+| kgds    | `kubectl get daemonset`             | List all DaemonSets in ps output format                                                          |
+| kgdsw   | `kgds --watch`                      | After listing all DaemonSets, watch for changes                                                  |
+| keds    | `kubectl edit daemonset`            | Edit DaemonSets from the default editor                                                          |
+| kdds    | `kubectl describe daemonset`        | Describe all DaemonSets in detail                                                                |
+| kdelds  | `kubectl delete daemonset`          | Delete all DaemonSets matching passed argument                                                   |
+|         |                                     | **CronJob management**                                                                           |
+| kgcj    | `kubectl get cronjob`               | List all CronJobs in ps output format                                                            |
+| kecj    | `kubectl edit cronjob`              | Edit CronJob from the default editor                                                             |
+| kdcj    | `kubectl describe cronjob`          | Describe a CronJob in details                                                                    |
+| kdelcj  | `kubectl delete cronjob`            | Delete the CronJob                                                                               |
+|         |                                     | **Job management**                                                                               |
+| kgj     | `kubectl get job`                   | List all Job in ps output format                                                                 |
+| kej     | `kubectl edit job`                  | Edit a Job in details                                                                            |
+| kdj     | `kubectl describe job`              | Describe the Job                                                                                 |
+| kdelj   | `kubectl delete job`                | Delete the Job                                                                                   |
+
+## Wrappers
+
+This plugin provides 3 wrappers to colorize kubectl output in JSON and YAML using various tools (which must be installed):
+
+- `kj`: JSON, colorized with [`jq`](https://stedolan.github.io/jq/).
+- `kjx`: JSON, colorized with [`fx`](https://github.com/antonmedv/fx).
+- `ky`: YAML, colorized with [`yh`](https://github.com/andreazorzetto/yh).
diff --git a/.oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh b/.oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh
new file mode 100644
index 0000000..a96e409
--- /dev/null
+++ b/.oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh
@@ -0,0 +1,190 @@
+if (( ! $+commands[kubectl] )); then
+  return
+fi
+
+# If the completion file doesn't exist yet, we need to autoload it and
+# bind it to `kubectl`. Otherwise, compinit will have already done that.
+if [[ ! -f "$ZSH_CACHE_DIR/completions/_kubectl" ]]; then
+  typeset -g -A _comps
+  autoload -Uz _kubectl
+  _comps[kubectl]=_kubectl
+fi
+
+kubectl completion zsh 2> /dev/null >| "$ZSH_CACHE_DIR/completions/_kubectl" &|
+
+# This command is used a LOT both below and in daily life
+alias k=kubectl
+
+# Execute a kubectl command against all namespaces
+alias kca='_kca(){ kubectl "$@" --all-namespaces;  unset -f _kca; }; _kca'
+
+# Apply a YML file
+alias kaf='kubectl apply -f'
+
+# Drop into an interactive terminal on a container
+alias keti='kubectl exec -t -i'
+
+# Manage configuration quickly to switch contexts between local, dev ad staging.
+alias kcuc='kubectl config use-context'
+alias kcsc='kubectl config set-context'
+alias kcdc='kubectl config delete-context'
+alias kccc='kubectl config current-context'
+
+# List all contexts
+alias kcgc='kubectl config get-contexts'
+
+# General aliases
+alias kdel='kubectl delete'
+alias kdelf='kubectl delete -f'
+
+# Pod management.
+alias kgp='kubectl get pods'
+alias kgpa='kubectl get pods --all-namespaces'
+alias kgpw='kgp --watch'
+alias kgpwide='kgp -o wide'
+alias kep='kubectl edit pods'
+alias kdp='kubectl describe pods'
+alias kdelp='kubectl delete pods'
+alias kgpall='kubectl get pods --all-namespaces -o wide'
+
+# get pod by label: kgpl "app=myapp" -n myns
+alias kgpl='kgp -l'
+
+# get pod by namespace: kgpn kube-system"
+alias kgpn='kgp -n'
+
+# Service management.
+alias kgs='kubectl get svc'
+alias kgsa='kubectl get svc --all-namespaces'
+alias kgsw='kgs --watch'
+alias kgswide='kgs -o wide'
+alias kes='kubectl edit svc'
+alias kds='kubectl describe svc'
+alias kdels='kubectl delete svc'
+
+# Ingress management
+alias kgi='kubectl get ingress'
+alias kgia='kubectl get ingress --all-namespaces'
+alias kei='kubectl edit ingress'
+alias kdi='kubectl describe ingress'
+alias kdeli='kubectl delete ingress'
+
+# Namespace management
+alias kgns='kubectl get namespaces'
+alias kens='kubectl edit namespace'
+alias kdns='kubectl describe namespace'
+alias kdelns='kubectl delete namespace'
+alias kcn='kubectl config set-context --current --namespace'
+
+# ConfigMap management
+alias kgcm='kubectl get configmaps'
+alias kgcma='kubectl get configmaps --all-namespaces'
+alias kecm='kubectl edit configmap'
+alias kdcm='kubectl describe configmap'
+alias kdelcm='kubectl delete configmap'
+
+# Secret management
+alias kgsec='kubectl get secret'
+alias kgseca='kubectl get secret --all-namespaces'
+alias kdsec='kubectl describe secret'
+alias kdelsec='kubectl delete secret'
+
+# Deployment management.
+alias kgd='kubectl get deployment'
+alias kgda='kubectl get deployment --all-namespaces'
+alias kgdw='kgd --watch'
+alias kgdwide='kgd -o wide'
+alias ked='kubectl edit deployment'
+alias kdd='kubectl describe deployment'
+alias kdeld='kubectl delete deployment'
+alias ksd='kubectl scale deployment'
+alias krsd='kubectl rollout status deployment'
+
+function kres(){
+  kubectl set env $@ REFRESHED_AT=$(date +%Y%m%d%H%M%S)
+}
+
+# Rollout management.
+alias kgrs='kubectl get replicaset'
+alias kdrs='kubectl describe replicaset'
+alias kers='kubectl edit replicaset'
+alias krh='kubectl rollout history'
+alias kru='kubectl rollout undo'
+
+# Statefulset management.
+alias kgss='kubectl get statefulset'
+alias kgssa='kubectl get statefulset --all-namespaces'
+alias kgssw='kgss --watch'
+alias kgsswide='kgss -o wide'
+alias kess='kubectl edit statefulset'
+alias kdss='kubectl describe statefulset'
+alias kdelss='kubectl delete statefulset'
+alias ksss='kubectl scale statefulset'
+alias krsss='kubectl rollout status statefulset'
+
+# Port forwarding
+alias kpf="kubectl port-forward"
+
+# Tools for accessing all information
+alias kga='kubectl get all'
+alias kgaa='kubectl get all --all-namespaces'
+
+# Logs
+alias kl='kubectl logs'
+alias kl1h='kubectl logs --since 1h'
+alias kl1m='kubectl logs --since 1m'
+alias kl1s='kubectl logs --since 1s'
+alias klf='kubectl logs -f'
+alias klf1h='kubectl logs --since 1h -f'
+alias klf1m='kubectl logs --since 1m -f'
+alias klf1s='kubectl logs --since 1s -f'
+
+# File copy
+alias kcp='kubectl cp'
+
+# Node Management
+alias kgno='kubectl get nodes'
+alias keno='kubectl edit node'
+alias kdno='kubectl describe node'
+alias kdelno='kubectl delete node'
+
+# PVC management.
+alias kgpvc='kubectl get pvc'
+alias kgpvca='kubectl get pvc --all-namespaces'
+alias kgpvcw='kgpvc --watch'
+alias kepvc='kubectl edit pvc'
+alias kdpvc='kubectl describe pvc'
+alias kdelpvc='kubectl delete pvc'
+
+# Service account management.
+alias kdsa="kubectl describe sa"
+alias kdelsa="kubectl delete sa"
+
+# DaemonSet management.
+alias kgds='kubectl get daemonset'
+alias kgdsa='kubectl get daemonset --all-namespaces'
+alias kgdsw='kgds --watch'
+alias keds='kubectl edit daemonset'
+alias kdds='kubectl describe daemonset'
+alias kdelds='kubectl delete daemonset'
+
+# CronJob management.
+alias kgcj='kubectl get cronjob'
+alias kecj='kubectl edit cronjob'
+alias kdcj='kubectl describe cronjob'
+alias kdelcj='kubectl delete cronjob'
+
+# Job management.
+alias kgj='kubectl get job'
+alias kej='kubectl edit job'
+alias kdj='kubectl describe job'
+alias kdelj='kubectl delete job'
+
+function kj() { kubectl "$@" -o json | jq; }
+function kjx() { kubectl "$@" -o json | fx; }
+function ky() { kubectl "$@" -o yaml | yh; }
+if (( ${+functions[compdef]} )); then
+  compdef _kubectl kj
+  compdef _kubectl kjx
+  compdef _kubectl ky
+fi
diff --git a/.oh-my-zsh/plugins/kubectx/README.md b/.oh-my-zsh/plugins/kubectx/README.md
new file mode 100644
index 0000000..d924e74
--- /dev/null
+++ b/.oh-my-zsh/plugins/kubectx/README.md
@@ -0,0 +1,26 @@
+# kubectx - show active kubectl context
+
+This plugins adds ```kubectx_prompt_info()``` function. It shows name of the
+active kubectl context (```kubectl config current-context```).
+
+You can use it to customize prompt and know if You are on prod cluster ;)
+
+_Example_. Add to **.zshrc**:
+
+```
+RPS1='$(kubectx_prompt_info)'
+```
+
+### custom ctx names
+
+One can rename default context name for better readability.
+
+_Example_. Add to **.zshrc**:
+```
+kubectx_mapping["minikube"]="mini"
+kubectx_mapping["context_name_from_kubeconfig"]="$emoji[wolf_face]"
+kubectx_mapping["production_cluster"]="%{$fg[yellow]%}prod!%{$reset_color%}"
+```
+
+![staging](stage.png)
+![production](prod.png)
diff --git a/.oh-my-zsh/plugins/kubectx/kubectx.plugin.zsh b/.oh-my-zsh/plugins/kubectx/kubectx.plugin.zsh
new file mode 100644
index 0000000..a3210fa
--- /dev/null
+++ b/.oh-my-zsh/plugins/kubectx/kubectx.plugin.zsh
@@ -0,0 +1,13 @@
+typeset -g -A kubectx_mapping
+
+function kubectx_prompt_info() {
+  (( $+commands[kubectl] )) || return
+
+  local current_ctx=$(kubectl config current-context 2> /dev/null)
+
+  [[ -n "$current_ctx" ]] || return
+
+  # use value in associative array if it exists
+  # otherwise fall back to the context name
+  echo "${kubectx_mapping[\"$current_ctx\"]:-${current_ctx:gs/%/%%}}"
+}
diff --git a/.oh-my-zsh/plugins/kubectx/prod.png b/.oh-my-zsh/plugins/kubectx/prod.png
new file mode 100644
index 0000000000000000000000000000000000000000..0c194a66d357e3089e26470e54bcd9cd1614aca0
GIT binary patch
literal 3834
zcmd6qXH-*Zx5uNRqLdd9DN2#z7)FpL5Rf7SVGTINGD(2YA%Fs5z<`D3Xrx9F
z5fCXE3Pj{{R;hg6@d!6$bm_e##iL@`y|PVyUQ3e*~ZF^(6O=U8SO{S{AE96DKJTv?2GjAx;JasBpNafB^n9
z=ykw;71=%0i!O-lwMyV}(Tf3wsjebB!%wnAWPjSO1U)J;q#6DnERgW_L~G1d?EDWK
zmyzs+HN|bOgw?sM50rv-j0cBTt@XPJONDelHZyc(C|w)EQgr}NZ?;|!#%_!{vAH+O
z)O;ScEPbQoH>$=?ZSZPrwvB^n#D>)cUN>L8N^RrqsQ|&1#ol&BcQb2&X7C8)n40B_
z^>-sKrNMbO^&hbw>JH89v0;{_eoo(B`MpvzOo2Af@I?TDLZR
zDiFtB!-Rm-3qg@759KwCF*F%psgisr8sFM(2nIarFFRhn
zIo)!i&GoG*Q>s)9lsW00SM0PB^>ur`)nFNxBD5|@QL1ic6@yUe`;$m
zh4wG3?f%{nIUp_HpC)sG<{9S9`Ud)oB!KU&H5zr`ED5F-e}tBUX{#?@`n1kZ@w&>v
zUV)`cBX_K)(jr@;X6Hk08)uPWJq?JJT-FDdhocPoR*-HPU6s$`@dIRE?@icIEE$KF
zSL>AYzTEUQ8+ItwE}*bz5{R-RA8o7&%IR!I7rSKI!X@aoR^&Wzg5NWaHDXc{fvv40
zItu@lvxlJj3K1{3sl+&b=w$<~zvlDK<6e*|HAa&Re!H6%EMrOYl(EwSxpEYt`!dDs
z)-&#QabHl7@sIa7Ca!JpzBv|7(^U}}`8u1F@jVuH0J6F+iHo{h;K1s!Xge1cgkU3Y
z;go}0RK0X7|?v;HrWoDnrvCYw^B#tH4+(xk^nUGf@f7
za86~2-)gSsQ9vG?wb(1ywij|&VjpqMbuqSaOW-)p9I}$r+m98ya$r8RtA8#hd^zKs
z@DT2tBp4mukAke-(^6Z!=9)d{;1%tyzVmQWx=c>pkmdj~I4M$A8d0!Lh4u7B*a&*y
z{mgk;`|{(vfJ%Fdj456Mw!CrK@WM+Svq`XckeJrai_9x&u$;Qx^fRk>W_2I8Ut5KL
zL;ILZuq>>TRk29GZtju(_GnCNmFA`F*Tk9^q~?jKoZ-=rdo%S5D?pU$V$}U%Z^_;1
zu~vhx(YmAYA4;3Qm8CL3W}V1c%NVh~nJgRRc$S44n)@}&`MoqtfYVpvnHfi^64Ok>
z=ruMVn9WI3Ve4~mp~bAJ=omkVuO`ecc*U08`C5kzJIs)S=C$jB)t3{BYNh`icu-fx
z<>m&hoJ83on(8>`mf7;ojppidGz@LrRQt_Erb6!f<6s}vewoQ~ur?MM%wGkShNjl2
zgbE{=GCoyJMWG;M3)I`}uvP2elzDM%POCP=HP{QNXJf`f^A^~za>Qgm
z`l0>=eM^;Q=E8_FS17+##fpBof0?Mp{
z^n;WJ2fcCc)s+K~eLZhB%PrUR67C*+hAzF^8BS-0DRp!V#duqd>1=kaVvw!GS-3@GLFnJX7*EKdq#RAHUBn80g!p4DBnl{(r=UU$b8MZjYDdD-=Ow#4ECxbzBUDSM`hNTQ8=}H7nqFX=+qhUfl}^y0
z!fyFqs!#gMqZs!gkKt)WE%%A44QZ`gm@sKO7ZmN*RlmqEUH+x^BL2zs#P}ju@8?0k
z36lM0sc}i&^?0||DStK&Q&ZbOw0gL3#u1n$m7X`5z8EQm6R^K5%06UCD
zsz=^rGz@2cZ5r*0cq_g#v^@Gp$2(mg&wK2C$`PXBNasDTH}an{4KD1hlKIaX*wbJP
zh-hT}=J2y3Q(lktgmg)Ik~MejaVUkXd?C=E>zTXuyYBMYka6#sGF)a!)2(s)TenZk
z2hXn`|8ccG<(?9nsSs-eQzYl47Y5r)&FQmNxz3h~Mf#%|?;IRXZHA4-Zlmf-ln~6+
zBAgdV3zwCiF|@;myT}j9nbd6$hZhJ5O+EmKbSDg-S0j7pz_jkQ
zSBYPoKVyMEB2&uich@v{u#B&$Jke%OOQ`x3*0Ut2T(ohYz3$v5$@&N9G*~@oqw*{EIEu=rvED2beg}H4)U}spZE!=kwV&hdDI>#1bl*yR#a@zuWqaK#XS5J)hcZyTc9(Fuzva~j%b+f56
zEtTQMX+-7Ou*0bB=@YHVZ%@wRkZTmH)U07lFMvzxD?xUdk>}&qZ9k10(f)ic<^1Cxd
zjQ_Odxn%xV+)h8MU5D!M%!tI>VUTlH1rUH=MT`MR@@?X@A}?
z#x*5kepSD>yZ>x-rAQ6TUX(q_mr)jw6TmdIkYHHX6MLy0rY7*!rzjvnE`&@m9I?}(
zMF|YtEU^1R6;2xu*N9X@t;d=E%A7XTj*}A4O_C7`zw!}+H)swnER#wx#FhS39MKx!
zfH$F>pPq&~C|J`r5rRN`$3stQ(``smlqwwX?(Zxzt{k*A7Cb4o@TTAy4>z7@QDbi#
z&aT$aRcrnC(_8V}cFK+LNd?>~-##iil3@Hyg=YQ=#9R4C)38!B{U4b(wo2Tv{6$Gl
zUJ%ING@&1StsvHCG460#%zgc7s-fgNf}Hn5ou6KL*<<>fhn0Wop8!Q80$uyR>?c`b
z+`ZHPms9SdcvpV?TRlNe_5Od5Rib+OUxi)DC}rKI%Oq)?J5ZZ1)T;o<8E5-yJKyAg
E10~p6Gynhq

literal 0
HcmV?d00001

diff --git a/.oh-my-zsh/plugins/kubectx/stage.png b/.oh-my-zsh/plugins/kubectx/stage.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac15b392997ee141c324548c6924fe92a82f72f9
GIT binary patch
literal 3829
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 NOTE: these settings must be set *before* the plugin is loaded, and any changes require a restart of the shell to be applied.
+
+- `LANDO_ZSH_SITES_DIRECTORY`: The plugin will stop searching through parents for `CONFIG_FILE` once it hits this directory:
+  ```sh
+  LANDO_ZSH_SITES_DIRECTORY="$HOME/Code"
+  ```
+
+- `LANDO_ZSH_CONFIG_FILE`: The plugin will check to see if this provided file exists to check for presence of Lando:
+  ```sh
+  LANDO_ZSH_CONFIG_FILE=".lando.dev.yml"
+  ```
+
+- `LANDO_ZSH_WRAPPED_COMMANDS`: The list of commands to wrap, as a string of commands separated by whitespace:
+  ```sh
+  LANDO_ZSH_WRAPPED_COMMANDS="mysql php composer test artisan"
+  ```
+
+## Author:
+
+- Author: Joshua Bedford
+- URL: [https://github.com/joshuabedford/lando-zsh](https://github.com/joshuabedford/lando-zsh)
diff --git a/.oh-my-zsh/plugins/lando/lando.plugin.zsh b/.oh-my-zsh/plugins/lando/lando.plugin.zsh
new file mode 100644
index 0000000..ee796d2
--- /dev/null
+++ b/.oh-my-zsh/plugins/lando/lando.plugin.zsh
@@ -0,0 +1,52 @@
+# Settings
+: ${LANDO_ZSH_SITES_DIRECTORY:="$HOME/Sites"}
+: ${LANDO_ZSH_CONFIG_FILE:=.lando.yml}
+: ${LANDO_ZSH_WRAPPED_COMMANDS:="
+  artisan
+  composer
+  drush
+  gulp
+  npm
+  php
+  wp
+  yarn
+"}
+
+# Enable multiple commands with lando.
+function ${=LANDO_ZSH_WRAPPED_COMMANDS} {
+  # If the lando task is available in `lando --help`, then it means:
+  #
+  # 1. `lando` is in a project with a `.lando.yml` file.
+  # 2. The lando task is available for lando, based on the .lando.yml config file.
+  #
+  # This has a penalty of about 250ms, so we still want to check if the lando file
+  # exists before, which is the fast path. If it exists, checking help output is
+  # still faster than running the command and failing.
+  if _lando_file_exists && lando --help 2>&1 | command grep -Eq "^ +lando $0 "; then
+    command lando "$0" "$@"
+  else
+    command "$0" "$@"
+  fi
+}
+
+# Check for the file in the current and parent directories.
+_lando_file_exists() {
+  # Only bother checking for lando within the Sites directory.
+  if [[ "$PWD/" != "$LANDO_ZSH_SITES_DIRECTORY"/* ]]; then
+    # Not within $LANDO_ZSH_SITES_DIRECTORY
+    return 1
+  fi
+
+  local curr_dir="$PWD"
+  # Checking for file: $LANDO_ZSH_CONFIG_FILE within $LANDO_ZSH_SITES_DIRECTORY...
+  while [[ "$curr_dir" != "$LANDO_ZSH_SITES_DIRECTORY" ]]; do
+    if [[ -f "$curr_dir/$LANDO_ZSH_CONFIG_FILE" ]]; then
+      return 0
+    fi
+    curr_dir="${curr_dir:h}"
+  done
+
+  # Could not find $LANDO_ZSH_CONFIG_FILE in the current directory
+  # or in any of its parents up to $LANDO_ZSH_SITES_DIRECTORY.
+  return 1
+}
diff --git a/.oh-my-zsh/plugins/laravel/README.md b/.oh-my-zsh/plugins/laravel/README.md
new file mode 100644
index 0000000..21eb893
--- /dev/null
+++ b/.oh-my-zsh/plugins/laravel/README.md
@@ -0,0 +1,62 @@
+# Laravel
+
+This plugin adds aliases and autocompletion for Laravel [Artisan](https://laravel.com/docs/artisan) and [Bob](http://daylerees.github.io/laravel-bob/) command-line interfaces.
+
+```
+plugins=(... laravel)
+```
+
+| Alias | Description |
+|:-:|:-:|
+| `artisan`  | `php artisan`  |
+| `pas`  | `php artisan serve` |
+| `pats`  | `php artisan test` |
+
+## Database
+
+| Alias | Description |
+|:-:|:-:|
+| `pam`  |  `php artisan migrate` |
+| `pamf`  |  `php artisan migrate:fresh` |
+| `pamfs`  |  `php artisan migrate:fresh --seed` |
+| `pamr`  |  `php artisan migrate:rollback` |
+| `pads`  |  `php artisan db:seed` |
+
+## Makers
+
+| Alias | Description |
+|:-:|:-:|
+| `pamm`  |  `php artisan make:model` |
+| `pamc`  |  `php artisan make:controller` |
+| `pams`  |  `php artisan make:seeder` |
+| `pamt`  |  `php artisan make:test` |
+| `pamfa`  |  `php artisan make:factory` |
+| `pamp`  |  `php artisan make:policy` |
+| `pame`  |  `php artisan make:event` |
+| `pamj`  |  `php artisan make:job` |
+| `paml`  |  `php artisan make:listener` |
+| `pamn`  |  `php artisan make:notification` |
+| `pamcl` | `php artisan make:class` |
+| `pamen` | `php artisan make:enum` |
+| `pami`  | `php artisan make:interface` |
+| `pamtr` | `php artisan make:trait` |
+
+## Clears
+
+| Alias | Description |
+|:-:|:-:|
+| `pacac`  |  `php artisan cache:clear` |
+| `pacoc`  |  `php artisan config:clear` |
+| `pavic`  |  `php artisan view:clear` |
+| `paroc`  |  `php artisan route:clear` |
+
+## Queues
+
+| Alias | Description |
+|:-:|:-:|
+| `paqf`  |  `php artisan queue:failed` |
+| `paqft`  |  `php artisan queue:failed-table` |
+| `paql`  |  `php artisan queue:listen` |
+| `paqr`  |  `php artisan queue:retry` |
+| `paqt`  |  `php artisan queue:table` |
+| `paqw`  |  `php artisan queue:work` |
diff --git a/.oh-my-zsh/plugins/laravel/_artisan b/.oh-my-zsh/plugins/laravel/_artisan
new file mode 100644
index 0000000..8637514
--- /dev/null
+++ b/.oh-my-zsh/plugins/laravel/_artisan
@@ -0,0 +1,40 @@
+#compdef artisan
+
+# Laravel autocompletion
+# Author: John Hamelink 
+#
+# This plugin does the following:
+#  - Adds aliases and autocompletion for artisan
+#  - Adds aliases and autocompletion for bob
+
+local curcontext="$curcontext" state line _opts _bundles ret=1
+_arguments -C \
+    '1: :->cmds' \
+    '*:: :->args' && ret=0
+
+case $state in
+    cmds)
+
+    _values "Artisan command" \
+        'session\:install[Create a session table]' \
+        'migrate[Manage Migrations]' \
+        'test[Run a test]' \
+        'route\:\:call[Call a route in the CLI]' \
+        'key\:\:generate[Generate a key]'
+        ret=0
+        ;;
+    args)
+        case $line[1] in
+            migrate)
+                _values \
+                    'install[Create the Laravel migration table' \
+                    'make[Create a migration]' \
+                    'rollback[Roll back to the last migration operation]' \
+                    'reset[Roll back all migrations that have ever run]'
+                ret=0
+                ;;
+        esac
+        ;;
+esac
+
+return ret
diff --git a/.oh-my-zsh/plugins/laravel/laravel.plugin.zsh b/.oh-my-zsh/plugins/laravel/laravel.plugin.zsh
new file mode 100644
index 0000000..86ae272
--- /dev/null
+++ b/.oh-my-zsh/plugins/laravel/laravel.plugin.zsh
@@ -0,0 +1,46 @@
+#!zsh
+alias artisan='php artisan'
+alias bob='php artisan bob::build'
+
+# Development
+alias pas='php artisan serve'
+alias pats='php artisan test'
+
+# Database
+alias pam='php artisan migrate'
+alias pamf='php artisan migrate:fresh'
+alias pamfs='php artisan migrate:fresh --seed'
+alias pamr='php artisan migrate:rollback'
+alias pads='php artisan db:seed'
+
+# Makers
+alias pamm='php artisan make:model'
+alias pamc='php artisan make:controller'
+alias pams='php artisan make:seeder'
+alias pamt='php artisan make:test'
+alias pamfa='php artisan make:factory'
+alias pamp='php artisan make:policy'
+alias pame='php artisan make:event'
+alias pamj='php artisan make:job'
+alias paml='php artisan make:listener'
+alias pamn='php artisan make:notification'
+alias pampp='php artisan make:provider'
+alias pamcl='php artisan make:class'
+alias pamen='php artisan make:enum'
+alias pami='php artisan make:interface'
+alias pamtr='php artisan make:trait'
+
+
+# Clears
+alias pacac='php artisan cache:clear'
+alias pacoc='php artisan config:clear'
+alias pavic='php artisan view:clear'
+alias paroc='php artisan route:clear'
+
+# queues
+alias paqf='php artisan queue:failed'
+alias paqft='php artisan queue:failed-table'
+alias paql='php artisan queue:listen'
+alias paqr='php artisan queue:retry'
+alias paqt='php artisan queue:table'
+alias paqw='php artisan queue:work'
diff --git a/.oh-my-zsh/plugins/laravel4/README.md b/.oh-my-zsh/plugins/laravel4/README.md
new file mode 100644
index 0000000..97a6a78
--- /dev/null
+++ b/.oh-my-zsh/plugins/laravel4/README.md
@@ -0,0 +1,18 @@
+# Laravel 4 plugin
+
+This plugin adds some aliases for common [Laravel 4](https://laravel.com/docs/4.2) commands.
+
+To use it, add `laravel4` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... laravel4)
+```
+
+## Aliases
+
+| Alias     | Command                     | Description                         |
+|-----------|-----------------------------|-------------------------------------|
+| la4       | `php artisan`               | Main Artisan command                |
+| la4dump   | `php artisan dump-autoload` | Regenerate framework autoload files |
+| la4cache  | `php artisan cache:clear`   | Flush the application cache         |
+| la4routes | `php artisan routes`        | List all registered routes          |
diff --git a/.oh-my-zsh/plugins/laravel4/laravel4.plugin.zsh b/.oh-my-zsh/plugins/laravel4/laravel4.plugin.zsh
new file mode 100644
index 0000000..0edc849
--- /dev/null
+++ b/.oh-my-zsh/plugins/laravel4/laravel4.plugin.zsh
@@ -0,0 +1,20 @@
+# Laravel4 basic command completion
+_laravel4_get_command_list () {
+	php artisan --no-ansi | sed "1,/Available commands/d" | awk '/^ +[a-z]+/ { print $1 }'
+}
+
+_laravel4 () {
+  if [ -f artisan ]; then
+    compadd `_laravel4_get_command_list`
+  fi
+}
+
+compdef _laravel4 artisan
+compdef _laravel4 la4
+
+#Alias
+alias la4='php artisan'
+
+alias la4dump='php artisan dump-autoload'
+alias la4cache='php artisan cache:clear'
+alias la4routes='php artisan routes'
diff --git a/.oh-my-zsh/plugins/laravel5/README.md b/.oh-my-zsh/plugins/laravel5/README.md
new file mode 100644
index 0000000..933342a
--- /dev/null
+++ b/.oh-my-zsh/plugins/laravel5/README.md
@@ -0,0 +1,18 @@
+# Laravel 5 plugin
+
+This plugin adds some aliases for common [Laravel 5](https://laravel.com/docs) commands.
+
+To use it, add `laravel5` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... laravel5)
+```
+
+## Aliases
+
+| Alias     | Command                      | Description                                        |
+|-----------|------------------------------|----------------------------------------------------|
+| la5       | `php artisan`                | Main Artisan command                               |
+| la5cache  | `php artisan cache:clear`    | Flush the application cache                        |
+| la5routes | `php artisan route:list`     | List all registered routes                         |
+| la5vendor | `php artisan vendor:publish` | Publish any publishable assets from vendor package |
diff --git a/.oh-my-zsh/plugins/laravel5/laravel5.plugin.zsh b/.oh-my-zsh/plugins/laravel5/laravel5.plugin.zsh
new file mode 100644
index 0000000..70dc4ed
--- /dev/null
+++ b/.oh-my-zsh/plugins/laravel5/laravel5.plugin.zsh
@@ -0,0 +1,19 @@
+# Alias
+alias la5='php artisan'
+alias la5cache='php artisan cache:clear'
+alias la5routes='php artisan route:list'
+alias la5vendor='php artisan vendor:publish'
+
+# Laravel5 basic command completion
+_laravel5_get_command_list () {
+  php artisan --raw --no-ansi list | sed "s/[[:space:]].*//g"
+}
+
+_laravel5 () {
+  if [[ -f artisan ]]; then
+    compadd $(_laravel5_get_command_list)
+  fi
+}
+
+compdef _laravel5 artisan
+compdef _laravel5 la5
diff --git a/.oh-my-zsh/plugins/last-working-dir/README.md b/.oh-my-zsh/plugins/last-working-dir/README.md
new file mode 100644
index 0000000..b5cc558
--- /dev/null
+++ b/.oh-my-zsh/plugins/last-working-dir/README.md
@@ -0,0 +1,33 @@
+# last-working-dir plugin
+
+Keeps track of the last used working directory and automatically jumps into it
+for new shells, unless the starting directory is not `$HOME`.
+
+Also adds a `lwd` function to jump to the last working directory.
+
+To use it, add `last-working-dir` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... last-working-dir)
+```
+
+## Features
+
+### Use separate last-working-dir files with different SSH keys
+
+If the same user account is used by multiple users connecting via different SSH keys, you can
+configure SSH to map them to different `SSH_USER`s and the plugin will use separate lwd files
+for each one.
+
+Make sure that your SSH server allows environment variables. You can enable this feature
+within the `/etc/sshd/sshd_config` file:
+
+```
+PermitUserEnvironment yes
+```
+
+Then, add `environment="SSH_USER="` before the SSH keys in your `authorized_keys` file:
+
+```
+environment="SSH_USER=a.test@example.com" ssh-ed25519 AAAAC3Nz...
+```
diff --git a/.oh-my-zsh/plugins/last-working-dir/last-working-dir.plugin.zsh b/.oh-my-zsh/plugins/last-working-dir/last-working-dir.plugin.zsh
new file mode 100644
index 0000000..684972c
--- /dev/null
+++ b/.oh-my-zsh/plugins/last-working-dir/last-working-dir.plugin.zsh
@@ -0,0 +1,28 @@
+# Flag indicating if we've previously jumped to last directory
+typeset -g ZSH_LAST_WORKING_DIRECTORY
+
+# Updates the last directory once directory is changed
+autoload -U add-zsh-hook
+add-zsh-hook chpwd chpwd_last_working_dir
+chpwd_last_working_dir() {
+  # Don't run in subshells
+  [[ "$ZSH_SUBSHELL" -eq 0 ]] || return 0
+  # Add ".$SSH_USER" suffix to cache file if $SSH_USER is set and non-empty
+  local cache_file="$ZSH_CACHE_DIR/last-working-dir${SSH_USER:+.$SSH_USER}"
+  builtin pwd >| "$cache_file"
+}
+
+# Changes directory to the last working directory
+lwd() {
+  # Add ".$SSH_USER" suffix to cache file if $SSH_USER is set and non-empty
+  local cache_file="$ZSH_CACHE_DIR/last-working-dir${SSH_USER:+.$SSH_USER}"
+  [[ -r "$cache_file" ]] && cd "$(cat "$cache_file")"
+}
+
+# Jump to last directory automatically unless:
+# - this isn't the first time the plugin is loaded
+# - it's not in $HOME directory
+[[ -n "$ZSH_LAST_WORKING_DIRECTORY" ]] && return
+[[ "$PWD" != "$HOME" ]] && return
+
+lwd 2>/dev/null && ZSH_LAST_WORKING_DIRECTORY=1 || true
diff --git a/.oh-my-zsh/plugins/lein/README.md b/.oh-my-zsh/plugins/lein/README.md
new file mode 100644
index 0000000..0c41196
--- /dev/null
+++ b/.oh-my-zsh/plugins/lein/README.md
@@ -0,0 +1,9 @@
+# Leiningen plugin
+
+This plugin adds completions for the [Leiningen](https://leiningen.org/) Clojure build tool.
+
+To use it, add `lein` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... lein)
+```
diff --git a/.oh-my-zsh/plugins/lein/_lein b/.oh-my-zsh/plugins/lein/_lein
new file mode 100644
index 0000000..9d022e9
--- /dev/null
+++ b/.oh-my-zsh/plugins/lein/_lein
@@ -0,0 +1,69 @@
+#compdef lein
+
+# Lein ZSH completion function
+# Drop this somewhere in your $fpath (like /usr/share/zsh/site-functions)
+# and rename it _lein
+
+_lein() {
+  if (( CURRENT > 2 )); then
+    # shift words so _arguments doesn't have to be concerned with second command
+    (( CURRENT-- ))
+    shift words
+    # use _call_function here in case it doesn't exist
+    _call_function 1 _lein_${words[1]}
+  else
+    _values "lein command" \
+      "change[Rewrite project.clj by applying a function.]" \
+      "check[Check syntax and warn on reflection.]" \
+      "classpath[Print the classpath of the current project.]" \
+      "clean[Remove all files from project's target-path.]" \
+      "compile[Compile Clojure source into .class files.]" \
+      "deploy[Build and deploy jar to remote repository.]" \
+      "deps[Download all dependencies.]" \
+      "do[Higher-order task to perform other tasks in succession.]" \
+      "help[Display a list of tasks or help for a given task.]" \
+      "install[Install the current project to the local repository.]" \
+      "jar[Package up all the project's files into a jar file.]" \
+      "javac[Compile Java source files.]" \
+      "new[Generate project scaffolding based on a template.]" \
+      "plugin[DEPRECATED. Please use the :user profile instead.]" \
+      "pom[Write a pom.xml file to disk for Maven interoperability.]" \
+      "release[Perform :release-tasks.]" \
+      "repl[Start a repl session either with the current project or standalone.]" \
+      "retest[Run only the test namespaces which failed last time around.]" \
+      "run[Run a -main function with optional command-line arguments.]" \
+      "search[Search remote maven repositories for matching jars.]" \
+      "show-profiles[List all available profiles or display one if given an argument.]" \
+      "test[Run the project's tests.]" \
+      "trampoline[Run a task without nesting the project's JVM inside Leiningen's.]" \
+      "uberjar[Package up the project files and dependencies into a jar file.]" \
+      "update-in[Perform arbitrary transformations on your project map.]" \
+      "upgrade[Upgrade Leiningen to specified version or latest stable.]" \
+      "vcs[Interact with the version control system.]" \
+      "version[Print version for Leiningen and the current JVM.]" \
+      "with-profile[Apply the given task with the profile(s) specified.]"
+  fi
+}
+
+_lein_plugin() {
+  _values "lein plugin commands" \
+    "install[Download, package, and install plugin jarfile into ~/.lein/plugins]" \
+    "uninstall[Delete the plugin jarfile: \[GROUP/\]ARTIFACT-ID VERSION]"
+}
+
+
+_lein_namespaces() {
+  if [ -f "./project.clj" -a -d "$1" ]; then
+    _values "lein valid namespaces" \
+      $(find "$1" -type f -name "*.clj" -exec awk '/^\(ns */ {gsub("\\)", "", $2); print $2}' '{}' '+')
+  fi
+}
+
+
+_lein_run() {
+  _lein_namespaces "src/"
+}
+
+_lein_test() {
+  _lein_namespaces "test/"
+}
diff --git a/.oh-my-zsh/plugins/lighthouse/README.md b/.oh-my-zsh/plugins/lighthouse/README.md
new file mode 100644
index 0000000..55587b2
--- /dev/null
+++ b/.oh-my-zsh/plugins/lighthouse/README.md
@@ -0,0 +1,29 @@
+# Lighthouse plugin
+
+This plugin adds commands to manage [Lighthouse](https://lighthouseapp.com/).
+
+To use it, add `lighthouse` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... lighthouse)
+```
+
+## Commands
+
+* `open_lighthouse_ticket ` (alias: `lho`):
+
+  Opens the URL to the issue passed as an argument. To use it, add a `.lighthouse-url`
+  file in your directory with the URL to the individual project.
+
+  Example:
+
+  ```console
+  $ cat .lighthouse-url
+  https://rails.lighthouseapp.com/projects/8994
+
+  $ lho 23
+  Opening ticket #23
+  # The browser goes to https://rails.lighthouseapp.com/projects/8994/tickets/23
+  ```
+
+See a demo: http://screencast.com/t/ZDgwNDUwNT
diff --git a/.oh-my-zsh/plugins/lighthouse/lighthouse.plugin.zsh b/.oh-my-zsh/plugins/lighthouse/lighthouse.plugin.zsh
new file mode 100644
index 0000000..3fca2bf
--- /dev/null
+++ b/.oh-my-zsh/plugins/lighthouse/lighthouse.plugin.zsh
@@ -0,0 +1,12 @@
+open_lighthouse_ticket () {
+  if [ ! -f .lighthouse-url ]; then
+    echo "There is no .lighthouse-url file in the current directory..."
+    return 0
+  fi
+
+  lighthouse_url=$(cat .lighthouse-url)
+  echo "Opening ticket #$1"
+  open_command "$lighthouse_url/tickets/$1"
+}
+
+alias lho='open_lighthouse_ticket'
diff --git a/.oh-my-zsh/plugins/lol/README.md b/.oh-my-zsh/plugins/lol/README.md
new file mode 100644
index 0000000..b45513b
--- /dev/null
+++ b/.oh-my-zsh/plugins/lol/README.md
@@ -0,0 +1,71 @@
+# lol
+
+Plugin for adding catspeak aliases, because why not.
+
+To use it, add `lol` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... lol)
+```
+
+## Aliases
+
+| Alias        | Command                                                         |
+| ------------ | --------------------------------------------------------------- |
+| `:3`         | `echo`                                                          |
+| `alwayz`     | `tail -f`                                                       |
+| `bringz`     | `git pull`                                                      |
+| `btw`        | `nice`                                                          |
+| `byes`       | `exit`                                                          |
+| `chicken`    | `git add`                                                       |
+| `cya`        | `reboot`                                                        |
+| `donotwant`  | `rm`                                                            |
+| `dowant`     | `cp`                                                            |
+| `gimmeh`     | `touch`                                                         |
+| `gtfo`       | `mv`                                                            |
+| `hackzor`    | `git init`                                                      |
+| `hai`        | `cd`                                                            |
+| `icanhas`    | `mkdir`                                                         |
+| `ihasbucket` | `df -h`                                                         |
+| `iminurbase` | `finger`                                                        |
+| `inur`       | `locate`                                                        |
+| `invisible`  | `cat`                                                           |
+| `iz`         | `ls`                                                            |
+| `kthxbai`    | `halt`                                                          |
+| `letcat`     | `git checkout`                                                  |
+| `moar`       | `more`                                                          |
+| `nomnom`     | `killall`                                                       |
+| `nomz`       | `ps aux`                                                        |
+| `nowai`      | `chmod`                                                         |
+| `oanward`    | `git commit -m`                                                 |
+| `obtw`       | `nohup`                                                         |
+| `onoz`       | `cat /var/log/errors.log`                                       |
+| `ooanward`   | `git commit -am`                                                |
+| `plz`        | `pwd`                                                           |
+| `pwned`      | `ssh`                                                           |
+| `rtfm`       | `man`                                                           |
+| `rulz`       | `git push`                                                      |
+| `tldr`       | `less`                                                          |
+| `violenz`    | `git rebase`                                                    |
+| `visible`    | `echo`                                                          |
+| `wtf`        | `dmesg`                                                         |
+| `yolo`       | `git commit -m "$(curl -s https://whatthecommit.com/index.txt)"` |
+
+## Usage Examples
+
+```sh
+# mkdir new-directory
+icanhas new-directory
+
+# killall firefox
+nomnom firefox
+
+# chmod u=r,go= some.file
+nowai u=r,go= some.file
+
+# ssh root@catserver.org
+pwned root@catserver.org
+
+# git commit -m "$(curl -s https://whatthecommit.com/index.txt)"
+yolo
+```
diff --git a/.oh-my-zsh/plugins/lol/lol.plugin.zsh b/.oh-my-zsh/plugins/lol/lol.plugin.zsh
new file mode 100644
index 0000000..585f96e
--- /dev/null
+++ b/.oh-my-zsh/plugins/lol/lol.plugin.zsh
@@ -0,0 +1,51 @@
+# LOL!!1
+# Source: https://aur.archlinux.org/packages/lolbash/lolbash/lolbash.sh
+
+alias wtf='dmesg'
+alias onoz='cat /var/log/errors.log'
+alias rtfm='man'
+
+alias :3='echo'
+alias visible='echo'
+alias invisible='cat'
+alias moar='more'
+alias tldr='less'
+alias alwayz='tail -f'
+
+alias icanhas='mkdir'
+alias gimmeh='touch'
+alias donotwant='rm'
+alias dowant='cp'
+alias gtfo='mv'
+alias nowai='chmod'
+
+alias hai='cd'
+alias iz='ls'
+alias plz='pwd'
+alias ihasbucket='df -h'
+
+alias inur='locate'
+alias iminurbase='finger'
+
+alias btw='nice'
+alias obtw='nohup'
+
+alias nomz='ps aux'
+alias nomnom='killall'
+
+alias byes='exit'
+alias cya='reboot'
+alias kthxbai='halt'
+
+alias pwned='ssh'
+
+alias hackzor='git init'
+alias rulz='git push'
+alias bringz='git pull'
+alias chicken='git add'
+alias oanward='git commit -m'
+alias ooanward='git commit -am'
+alias yolo='git commit -m "$(curl -s https://whatthecommit.com/index.txt)"'
+alias letcat='git checkout'
+alias violenz='git rebase'
+
diff --git a/.oh-my-zsh/plugins/lpass/README.md b/.oh-my-zsh/plugins/lpass/README.md
new file mode 100644
index 0000000..d3923ea
--- /dev/null
+++ b/.oh-my-zsh/plugins/lpass/README.md
@@ -0,0 +1,13 @@
+# lpass (LastPass CLI)
+
+This plugin adds completion for LastPass CLI [`lpass`](https://github.com/lastpass/lastpass-cli).
+
+To use it, add `lpass` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... lpass)
+```
+
+Completion is taken from the `lpass` release [`1.3.3`](https://github.com/lastpass/lastpass-cli/releases/tag/v1.3.3).
+
+Updated on October 9th, 2020.
diff --git a/.oh-my-zsh/plugins/lpass/_lpass b/.oh-my-zsh/plugins/lpass/_lpass
new file mode 100644
index 0000000..621a7bc
--- /dev/null
+++ b/.oh-my-zsh/plugins/lpass/_lpass
@@ -0,0 +1,169 @@
+#compdef lpass
+
+_lpass() {
+    local cmd has_color has_sync has_interactive
+  	if (( CURRENT > 2)); then
+        cmd=${words[2]}
+        # Set the context for the subcommand.
+        curcontext="${curcontext%:*:*}:lpass-$cmd"
+        # Narrow the range of words we are looking at to exclude `lpass'
+        (( CURRENT-- ))
+        shift words
+        # Run the completion for the subcommand
+        case "${cmd}" in
+            login)
+                _arguments : \
+                  '--trust[Cause subsequent logins to not require multifactor authentication.]' \
+                  '--plaintext-key[Save plaintext decryption key to the hard disk]' \
+                  '--force[Do not ask on saving plaintext key]'
+                has_color=1
+            ;;
+
+            logout)
+                _arguments : '--force[Force confirmation]'
+                has_color=1
+            ;;
+            show)
+                _arguments : \
+                  '(-c --clip)'{-c,--clip}'[Copy output to clipboard]' \
+                  '(-x --expand-multi)'{-x,---expand-multi}'[Show the requested information from all of the matching sites]' \
+                  '(--all --username --password --url --notes --field= --id --name --attach=)'{--all,--username,--password,--url,--notes,--field=,--id,--name,--attach=}'[Output the specific field]' \
+                  '(--basic-regexp,--fixed-string)'{-G,--basic-regexp}'[Find a site by substring or regular expression]' \
+                  '--format=[Format output with printf-style placeholders]'
+                _lpass_complete_uniqenames
+                has_color=1
+                has_sync=1
+            ;;
+
+            ls)
+                _arguments : \
+                  '(-l --long)'{-l,--long}'[Also list the last modification time and username]' \
+                  '-u[List username]' \
+                  '-m[List modification time]' \
+                  '--format=[Format output with printf-style placeholders]'
+      				  _lpass_complete_groups
+                has_color=1
+                has_sync=1
+      			;;
+            mv)
+                _lpass_complete_uniqenames
+                _lpass_complete_groups
+                has_color=1
+            ;;
+            duplicate|rm)
+                _lpass_complete_uniqenames
+                has_color=1
+                has_sync=1
+            ;;
+            add)
+                _arguments : '(--username --password --url --notes --field=)'{--username,--password,--url,--notes,--field=}'[Add field]'
+                _lpass_complete_uniqenames
+                has_color=1
+                has_sync=1
+                has_interactive=1
+            ;;
+            edit)
+                _arguments : '(--name --username --password --url --notes --field=)'{--name,--username,--password,--url,--notes,--field=}'[Update field]'
+                _lpass_complete_uniqenames
+                has_color=1
+                has_sync=1
+                has_interactive=1
+            ;;
+            generate)
+                _arguments : \
+                  '(-c --clip)'{-c,--clip}'[Copy output to clipboard]' \
+                  '--username=[USERNAME]' \
+                  '--url=[URL]' \
+                  '--no-symbols[Do not use symbols]'
+                has_sync=1
+            ;;
+            status)
+               _arguments : '(-q --quiet)'{-q,--quiet}'[Supress output to stdout]'
+                has_color=1
+            ;;
+            sync)
+                _arguments : '(-b --background)'{-b,--background}'[Run sync in background]'
+                has_color=1
+            ;;
+            export)
+                _arguments : '--fields=[Field list]'
+                has_color=1
+                has_sync=1
+            ;;
+            import)
+              if ((CURRENT < 3)); then
+                _files
+              fi
+            ;;
+        esac
+
+        if [ -n "$has_sync" ] || [ -n "$has_color" ] || [ -n "$has_interactive" ]; then
+            local -a generic_options
+            if [ "$has_sync" -eq 1 ]; then
+                generic_options+=('--sync=[Synchronize local cache with server: auto | now | no]')
+            fi
+            if [ "$has_color" -eq 1 ]; then
+                generic_options+=('--color=[Color: auto | never | always]')
+            fi
+            if [ "$has_interactive" -eq 1 ]; then
+                generic_options+=("--non-interactive[Use standard input instead of $EDITOR]")
+            fi
+            _arguments $generic_options
+        fi
+    else
+        local -a subcommands
+        subcommands=(
+          "login:Authenticate with the LastPass server and initialize a local cache"
+          "logout:Remove the local cache and stored encryption keys"
+          "passwd:Change your LastPass password"
+          "show:Display a password or selected field"
+          "ls:List names in groups in a tree structure"
+          "mv:Move the specified entry to a new group"
+          "add:Add a new entry"
+          "edit:Edit the selected field"
+          "generate:Create a randomly generated password"
+          "duplicate:Create a duplicate entry of the one specified"
+          "rm:Remove the specified entry"
+          "status:Show current login status"
+          "sync:Synchronize local cache with server"
+          "export:Dump all account information including passwords as unencrypted csv to stdout"
+          "import:Upload accounts from an unencrypted CSV file to the server"
+          "share:Manipulate shared folders (only enterprise or premium user)"
+        )
+        _describe -t commands 'lpass' subcommands
+        _arguments : \
+          '(-h --help)'{-h,--help}'[show help]' \
+          '(-v --version)'{-v,--version}'[show version]'
+
+    fi
+}
+
+_lpass_complete_uniqenames(){
+  local -a entries
+  while read i;  do
+    if [ -n "$i" ]; then
+      entries+=("$i")
+    fi
+  done < <(lpass ls --sync auto --format "%an" --color=never)
+  compadd -a entries
+}
+
+
+_lpass_complete_groups() {
+  local -a entries
+  while read i;  do
+    if [ -n "$i" ]; then
+      entries+=("$i")
+    fi
+  done < <(lpass ls --sync auto --format "%aN" --color=never | grep -E "\/$")
+  compadd -a entries
+}
+
+_lpass
+# Local Variables:
+# mode: Shell-Script
+# sh-indentation: 2
+# indent-tabs-mode: nil
+# sh-basic-offset: 2
+# End:
+# vim: ft=zsh sw=2 ts=2 et
diff --git a/.oh-my-zsh/plugins/lxd/README.md b/.oh-my-zsh/plugins/lxd/README.md
new file mode 100644
index 0000000..cea45e3
--- /dev/null
+++ b/.oh-my-zsh/plugins/lxd/README.md
@@ -0,0 +1,9 @@
+# lxd
+
+This plugin provides completion for [lxd](https://linuxcontainers.org/lxd/), as well as aliases
+for frequent lxc commands.
+
+To use it add `lxd` to the plugins array in your zshrc file.
+
+```zsh
+plugins=(... lxd)
diff --git a/.oh-my-zsh/plugins/lxd/lxd.plugin.zsh b/.oh-my-zsh/plugins/lxd/lxd.plugin.zsh
new file mode 100644
index 0000000..a6a0742
--- /dev/null
+++ b/.oh-my-zsh/plugins/lxd/lxd.plugin.zsh
@@ -0,0 +1,26 @@
+_lxc_get_command_list () {
+    $_comp_command1 | sed "1,/Available Commands/d" | awk '/^[ \t]*[a-z]+/ { print $1 }'
+}
+
+_lxc_get_subcommand_list () {
+    $_comp_command1 ${words[2]} | sed "1,/Available Commands/d" | awk '/^[ \t]*[a-z]+/ { print $1 }'
+}
+
+_lxc () {
+  local curcontext="$curcontext" state line
+  typeset -A opt_args
+  _arguments \
+    '1: :->command'\
+    '*: :->args'
+
+  case $state in
+    command)
+      compadd $(_lxc_get_command_list)
+      ;;
+    *)
+        compadd $(_lxc_get_subcommand_list)
+      ;;
+  esac
+}
+
+compdef _lxc lxc
diff --git a/.oh-my-zsh/plugins/macos/README.md b/.oh-my-zsh/plugins/macos/README.md
new file mode 100644
index 0000000..8245e21
--- /dev/null
+++ b/.oh-my-zsh/plugins/macos/README.md
@@ -0,0 +1,69 @@
+# MacOS plugin
+
+This plugin provides a few utilities to make it more enjoyable on macOS (previously named OSX).
+
+To start using it, add the `macos` plugin to your plugins array in `~/.zshrc`:
+
+```zsh
+plugins=(... macos)
+```
+
+## Supported Terminals
+- [iTerm](https://iterm.sourceforge.net/)
+- [iTerm2](https://iterm2.com/)
+- [Hyper](https://hyper.is/)
+- [Tabby](https://tabby.sh/)
+
+## Commands
+
+| Command       | Description                                              |
+| :------------ | :------------------------------------------------------- |
+| `tab`         | Open the current directory in a new tab                  |
+| `split_tab`   | Split the current terminal tab horizontally              |
+| `vsplit_tab`  | Split the current terminal tab vertically                |
+| `ofd`         | Open passed directories (or $PWD by default) in Finder   |
+| `pfd`         | Return the path of the frontmost Finder window           |
+| `pfs`         | Return the current Finder selection                      |
+| `cdf`         | `cd` to the current Finder directory                     |
+| `pushdf`      | `pushd` to the current Finder directory                  |
+| `pxd`         | Return the current Xcode project directory               |
+| `cdx`         | `cd` to the current Xcode project directory              |
+| `quick-look`  | Quick-Look a specified file                              |
+| `man-preview` | Open man pages in Preview app                            |
+| `showfiles`   | Show hidden files in Finder                              |
+| `hidefiles`   | Hide the hidden files in Finder                          |
+| `itunes`      | _DEPRECATED_. Use `music` from macOS Catalina on         |
+| `music`       | Control Apple Music. Use `music -h` for usage details    |
+| `spotify`     | Control Spotify and search by artist, album, track…      |
+| `rmdsstore`   | Remove .DS_Store files recursively in a directory        |
+| `btrestart`   | Restart the Bluetooth daemon                             |
+| `freespace`   | Erases purgeable disk space with 0s on the selected disk |
+
+## Acknowledgements
+
+Original author: [Sorin Ionescu](https://github.com/sorin-ionescu)
+
+This application makes use of the following third-party scripts:
+
+[shpotify](https://github.com/hnarayanan/shpotify)
+
+Copyright (c) 2012–2019 [Harish Narayanan](https://harishnarayanan.org/).
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/.oh-my-zsh/plugins/macos/_security b/.oh-my-zsh/plugins/macos/_security
new file mode 100644
index 0000000..e4ed585
--- /dev/null
+++ b/.oh-my-zsh/plugins/macos/_security
@@ -0,0 +1,90 @@
+#compdef security
+
+local -a _1st_arguments
+_1st_arguments=(
+  'help:Show all commands, or show usage for a command'
+  'list-keychains:Display or manipulate the keychain search list'
+  'default-keychain:Display or set the default keychain'
+  'login-keychain:Display or set the login keychain'
+  'create-keychain:Create keychains and add them to the search list'
+  'delete-keychain:Delete keychains and remove them from the search list'
+  'lock-keychain:Lock the specified keychain'
+  'lock-keychain:Unlock the specified keychain'
+  'set-keychain-settings:Set settings for a keychain'
+  'set-keychain-password:Set password for a keychain'
+  'show-keychain-info:Show the settings for keychain'
+  'dump-keychain:Dump the contents of one or more keychains'
+  'create-keypair:Create an asymmetric key pair'
+  'add-generic-password:Add a generic password item'
+  'add-internet-password:Add an internet password item'
+  'add-certificates:Add certificates to a keychain'
+  'find-generic-password:Find a generic password item'
+  'delete-generic-password:Delete a generic password item'
+  'find-internet-password:Find an internet password item'
+  'delete-internet-password:Delete an internet password item'
+  'find-certificate:Find a certificate item'
+  'find-identity:Find an identity certificate + private key'
+  'delete-certificate:Delete a certificate from a keychain'
+  'set-identity-preference:Set the preferred identity to use for a service'
+  'get-identity-preference:Get the preferred identity to use for a service'
+  'create-db:Create a db using the DL'
+  'export:Export items from a keychain'
+  'import:Import items into a keychain'
+  'cms:Encode or decode CMS messages'
+  'install-mds:MDS database'
+  'add-trusted-cert:Add trusted certificates:'
+  'remove-trusted-cert:Remove trusted certificates:'
+  'dump-trust-settings:Display contents of trust settings'
+  'user-trust-settings-enable:Display or manipulate user-level trust settings'
+  'trust-settings-export:Export trust settings'
+  'trust-settings-import:Import trust settings'
+  'verify-cert:Verify certificates:'
+  'authorize:Perform authorization operations'
+  'authorizationdb:Make changes to the authorization policy database'
+  'execute-with-privileges:Execute tool with privileges'
+  'leaks:Run /usr/bin/leaks on this process'
+  'error:Display a descriptive message for the given error codes:'
+  'create-filevaultmaster-keychain:"Create a keychain containing a key pair for FileVault recovery use'
+)
+_arguments '*:: :->command'
+
+if (( CURRENT == 1 )); then
+  _describe -t commands "security command" _1st_arguments
+  return
+fi
+
+case "$words[1]" in
+  find-(generic|internet)-password)
+    _values \
+      'Usage: find-[internet/generic]-password [-a account] [-s server] [options...] [-g] [keychain...]' \
+      '-a[Match "account" string]' \
+      '-c[Match "creator" (four-character code)]' \
+      '-C[Match "type" (four-character code)]' \
+      '-D[Match "kind" string]' \
+      '-G[Match "value" string (generic attribute)]' \
+      '-j[Match "comment" string]' \
+      '-l[Match "label" string]' \
+      '-s[Match "service" string]' \
+      '-g[Display the password for the item found]' \
+      '-w[Display only the password on stdout]' ;;
+  add-(generic|internet)-password)
+    _values \
+      'Usage: add-[internet/generic]-password [-a account] [-s server] [-w password] [options...] [-A|-T appPath] [keychain]]' \
+      '-a[Specify account name (required)]' \
+      '-c[Specify item creator (optional four-character code)]' \
+      '-C[Specify item type (optional four-character code)]' \
+      '-d[Specify security domain string (optional)]' \
+      '-D[Specify kind (default is "Internet password")]' \
+      '-j[Specify comment string (optional)]' \
+      '-l[Specify label (if omitted, server name is used as default label)]' \
+      '-p[Specify path string (optional)]' \
+      '-P[Specify port number (optional)]' \
+      '-r[Specify protocol (optional four-character SecProtocolType, e.g. "http", "ftp ")]' \
+      '-s[Specify server name (required)]' \
+      '-t[Specify authentication type (as a four-character SecAuthenticationType, default is "dflt")]' \
+      '-w[Specify password to be added]' \
+      '-A[Allow any application to access this item without warning (insecure, not recommended!)]' \
+      '-T[Specify an application which may access this item (multiple -T options are allowed)]' \
+      '-U[Update item if it already exists (if omitted, the item cannot already exist) ]' \
+      'utils)]' ;;
+esac
diff --git a/.oh-my-zsh/plugins/macos/macos.plugin.zsh b/.oh-my-zsh/plugins/macos/macos.plugin.zsh
new file mode 100644
index 0000000..b951a28
--- /dev/null
+++ b/.oh-my-zsh/plugins/macos/macos.plugin.zsh
@@ -0,0 +1,298 @@
+# Handle $0 according to the standard:
+# https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
+0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
+0="${${(M)0:#/*}:-$PWD/$0}"
+
+# Open in Finder the directories passed as arguments, or the current directory if
+# no directories are passed
+function ofd {
+  if (( ! $# )); then
+    open_command $PWD
+  else
+    open_command $@
+  fi
+}
+
+# Show/hide hidden files in the Finder
+alias showfiles="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
+alias hidefiles="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder"
+
+# Bluetooth restart
+function btrestart() {
+  sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
+  sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
+}
+
+function _omz_macos_get_frontmost_app() {
+  osascript 2>/dev/null < 0 )) && command="${command}; $*"
+
+  local the_app=$(_omz_macos_get_frontmost_app)
+
+  if [[ "$the_app" == 'Terminal' ]]; then
+    # Discarding stdout to quash "tab N of window id XXX" output
+    osascript >/dev/null </dev/null </dev/null <&2
+    return 1
+  fi
+}
+
+function vsplit_tab() {
+  local command="cd \\\"$PWD\\\"; clear"
+  (( $# > 0 )) && command="${command}; $*"
+
+  local the_app=$(_omz_macos_get_frontmost_app)
+
+  if [[ "$the_app" == 'iTerm' ]]; then
+    osascript </dev/null </dev/null <&2
+    return 1
+  fi
+}
+
+function split_tab() {
+  local command="cd \\\"$PWD\\\"; clear"
+  (( $# > 0 )) && command="${command}; $*"
+
+  local the_app=$(_omz_macos_get_frontmost_app)
+
+  if [[ "$the_app" == 'iTerm' ]]; then
+    osascript 2>/dev/null </dev/null </dev/null <&2
+    return 1
+  fi
+}
+
+function pfd() {
+  osascript 2>/dev/null </dev/null </dev/null < 0 )) && qlmanage -p $* &>/dev/null &
+}
+
+function man-preview() {
+  [[ $# -eq 0 ]] && >&2 echo "Usage: $0 command1 [command2 ...]" && return 1
+
+  local page
+  for page in "${(@f)"$(man -w $@)"}"; do
+    command mandoc -Tpdf $page | open -f -a Preview
+  done
+}
+compdef _man man-preview
+
+function vncviewer() {
+  open vnc://$@
+}
+
+# Remove .DS_Store files recursively in a directory, default .
+function rmdsstore() {
+  find "${@:-.}" -type f -name .DS_Store -delete
+}
+
+# Erases purgeable disk space with 0s on the selected disk
+function freespace(){
+  if [[ -z "$1" ]]; then
+    echo "Usage: $0 "
+    echo "Example: $0 /dev/disk1s1"
+    echo
+    echo "Possible disks:"
+    df -h | awk 'NR == 1 || /^\/dev\/disk/'
+    return 1
+  fi
+
+  echo "Cleaning purgeable files from disk: $1 ...."
+  diskutil secureErase freespace 0 $1
+}
+
+_freespace() {
+  local -a disks
+  disks=("${(@f)"$(df | awk '/^\/dev\/disk/{ printf $1 ":"; for (i=9; i<=NF; i++) printf $i FS; print "" }')"}")
+  _describe disks disks
+}
+
+compdef _freespace freespace
+
+# Music / iTunes control function
+source "${0:h:A}/music"
+
+# Spotify control function
+source "${0:h:A}/spotify"
diff --git a/.oh-my-zsh/plugins/macos/music b/.oh-my-zsh/plugins/macos/music
new file mode 100644
index 0000000..5056679
--- /dev/null
+++ b/.oh-my-zsh/plugins/macos/music
@@ -0,0 +1,170 @@
+#!/usr/bin/env zsh
+
+function music itunes() {
+  local APP_NAME=Music sw_vers=$(sw_vers -productVersion 2>/dev/null)
+
+  autoload is-at-least
+  if [[ -z "$sw_vers" ]] || is-at-least 10.15 $sw_vers; then
+    if [[ $0 = itunes ]]; then
+      echo >&2 The itunes function name is deprecated. Use \'music\' instead.
+      return 1
+    fi
+  else
+    APP_NAME=iTunes
+  fi
+
+  local opt=$1 playlist=$2
+  (( $# > 0 )) && shift
+  case "$opt" in
+    launch|play|pause|stop|rewind|resume|quit)
+      ;;
+    mute)
+      opt="set mute to true"
+      ;;
+    unmute)
+      opt="set mute to false"
+      ;;
+    next|previous)
+      opt="$opt track"
+      ;;
+    vol)
+      local new_volume volume=$(osascript -e "tell application \"$APP_NAME\" to get sound volume")
+      if [[ $# -eq 0 ]]; then
+        echo "Current volume is ${volume}."
+        return 0
+      fi
+      case $1 in
+        up) new_volume=$((volume + 10 < 100 ? volume + 10 : 100)) ;;
+        down) new_volume=$((volume - 10 > 0 ? volume - 10 : 0)) ;;
+        <0-100>) new_volume=$1 ;;
+        *) echo "'$1' is not valid. Expected <0-100>, up or down."
+           return 1 ;;
+      esac
+      opt="set sound volume to ${new_volume}"
+      ;;
+    playlist)
+      # Inspired by: https://gist.github.com/nakajijapan/ac8b45371064ae98ea7f
+      if [[ -n "$playlist" ]]; then
+        osascript 2>/dev/null </dev/null 2>&1 </dev/null 2>&1 <"
+      echo "option:"
+      echo "\t-h|--help\tShow this message and exit"
+      echo "\tlaunch|play|pause|stop|rewind|resume|quit"
+      echo "\tmute|unmute\tMute or unmute $APP_NAME"
+      echo "\tnext|previous\tPlay next or previous track"
+      echo "\tshuf|shuffle [on|off|toggle]\tSet shuffled playback. Default: toggle. Note: toggle doesn't support the MiniPlayer."
+      echo "\tvol [0-100|up|down]\tGet or set the volume. 0 to 100 sets the volume. 'up' / 'down' increases / decreases by 10 points. No argument displays current volume."
+      echo "\tplaying|status\tShow what song is currently playing in Music."
+      echo "\tplaylist [playlist name]\t Play specific playlist"
+      return 0
+      ;;
+    *)
+      print "Unknown option: $opt"
+      return 1
+      ;;
+  esac
+  osascript -e "tell application \"$APP_NAME\" to $opt"
+}
+
+function _music() {
+  local app_name
+  case "$words[1]" in
+    itunes) app_name="iTunes" ;;
+    music|*) app_name="Music" ;;
+  esac
+
+  local -a cmds subcmds
+  cmds=(
+    "launch:Launch the ${app_name} app"
+    "play:Play ${app_name}"
+    "pause:Pause ${app_name}"
+    "stop:Stop ${app_name}"
+    "rewind:Rewind ${app_name}"
+    "resume:Resume ${app_name}"
+    "quit:Quit ${app_name}"
+    "mute:Mute the ${app_name} app"
+    "unmute:Unmute the ${app_name} app"
+    "next:Skip to the next song"
+    "previous:Skip to the previous song"
+    "vol:Change the volume"
+    "playlist:Play a specific playlist"
+    {playing,status}":Show what song is currently playing"
+    {shuf,shuff,shuffle}":Set shuffle mode"
+    {-h,--help}":Show usage"
+  )
+
+  if (( CURRENT == 2 )); then
+    _describe 'command' cmds
+  elif (( CURRENT == 3 )); then
+    case "$words[2]" in
+      vol) subcmds=( 'up:Raise the volume' 'down:Lower the volume' )
+        _describe 'command' subcmds ;;
+      shuf|shuff|shuffle) subcmds=('on:Switch on shuffle mode' 'off:Switch off shuffle mode' 'toggle:Toggle shuffle mode (default)')
+        _describe 'command' subcmds ;;
+    esac
+  elif (( CURRENT == 4 )); then
+    case "$words[2]" in
+      playlist) subcmds=('play:Play the playlist (default)' 'stop:Stop the playlist')
+        _describe 'command' subcmds ;;
+    esac
+  fi
+
+  return 0
+}
+
+compdef _music music itunes
diff --git a/.oh-my-zsh/plugins/macos/spotify b/.oh-my-zsh/plugins/macos/spotify
new file mode 100644
index 0000000..ae42db4
--- /dev/null
+++ b/.oh-my-zsh/plugins/macos/spotify
@@ -0,0 +1,479 @@
+#!/usr/bin/env bash
+
+function spotify() {
+# Copyright (c) 2012--2023 Harish Narayanan 
+#
+# Contains numerous helpful contributions from Jorge Colindres, Thomas
+# Pritchard, iLan Epstein, Gabriele Bonetti, Sean Heller, Eric Martin
+# and Peter Fonseca.
+
+# Permission is hereby granted, free of charge, to any person
+# obtaining a copy of this software and associated documentation files
+# (the "Software"), to deal in the Software without restriction,
+# including without limitation the rights to use, copy, modify, merge,
+# publish, distribute, sublicense, and/or sell copies of the Software,
+# and to permit persons to whom the Software is furnished to do so,
+# subject to the following conditions:
+
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
+
+USER_CONFIG_DEFAULTS="CLIENT_ID=\"\"\nCLIENT_SECRET=\"\"";
+USER_CONFIG_FILE="${HOME}/.shpotify.cfg";
+if ! [[ -f "${USER_CONFIG_FILE}" ]]; then
+    touch "${USER_CONFIG_FILE}";
+    echo -e "${USER_CONFIG_DEFAULTS}" > "${USER_CONFIG_FILE}";
+fi
+source "${USER_CONFIG_FILE}";
+
+# Set the percent change in volume for vol up and vol down
+VOL_INCREMENT=10
+
+showAPIHelp() {
+    echo;
+    echo "Connecting to Spotify's API:";
+    echo;
+    echo "  This command line application needs to connect to Spotify's API in order to";
+    echo "  find music by name. It is very likely you want this feature!";
+    echo;
+    echo "  To get this to work, you need to sign up (or in) and create an 'Application' at:";
+    echo "  https://developer.spotify.com/dashboard/create";
+    echo;
+    echo "  Once you've created an application, find the 'Client ID' and 'Client Secret'";
+    echo "  values, and enter them into your shpotify config file at '${USER_CONFIG_FILE}'";
+    echo;
+    echo "  Be sure to quote your values and don't add any extra spaces!";
+    echo "  When done, it should look like this (but with your own values):";
+    echo '  CLIENT_ID="abc01de2fghijk345lmnop"';
+    echo '  CLIENT_SECRET="qr6stu789vwxyz"';
+}
+
+showHelp () {
+    echo "Usage:";
+    echo;
+    echo "  `basename $0` ";
+    echo;
+    echo "Commands:";
+    echo;
+    echo "  play                         # Resumes playback where Spotify last left off.";
+    echo "  play              # Finds a song by name and plays it.";
+    echo "  play album       # Finds an album by name and plays it.";
+    echo "  play artist     # Finds an artist by name and plays it.";
+    echo "  play list     # Finds a playlist by name and plays it.";
+    echo "  play uri                # Play songs from specific uri.";
+    echo;
+    echo "  next                         # Skips to the next song in a playlist.";
+    echo "  prev                         # Returns to the previous song in a playlist.";
+    echo "  replay                       # Replays the current track from the beginning.";
+    echo "  pos