gitextract_hzq29b6j/ ├── .ackrc ├── .editorconfig ├── .git-blame-ignore-revs ├── .gitattributes ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.yml │ │ ├── config.yml │ │ └── feature_request.yml │ ├── PULL_REQUEST_TEMPLATE.md │ ├── no-response.yml │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .gitmodules ├── .pre-commit-config.yaml ├── .readthedocs.yml ├── CLAUDE.md ├── LICENSE ├── aliases/ │ └── available/ │ ├── ag.aliases.bash │ ├── ansible.aliases.bash │ ├── apt.aliases.bash │ ├── atom.aliases.bash │ ├── bash-it.aliases.bash │ ├── bolt.aliases.bash │ ├── bundler.aliases.bash │ ├── clipboard.aliases.bash │ ├── composer.aliases.bash │ ├── curl.aliases.bash │ ├── directory.aliases.bash │ ├── dnf.aliases.bash │ ├── docker-compose.aliases.bash │ ├── docker.aliases.bash │ ├── editor.aliases.bash │ ├── emacs.aliases.bash │ ├── fuck.aliases.bash │ ├── general.aliases.bash │ ├── git-omz.aliases.bash │ ├── git.aliases.bash │ ├── gitsvn.aliases.bash │ ├── heroku.aliases.bash │ ├── hg.aliases.bash │ ├── homebrew-cask.aliases.bash │ ├── homebrew.aliases.bash │ ├── homesick.aliases.bash │ ├── jitsu.aliases.bash │ ├── kubectl.aliases.bash │ ├── laravel.aliases.bash │ ├── maven.aliases.bash │ ├── msys2.aliases.bash │ ├── node.aliases.bash │ ├── npm.aliases.bash │ ├── osx.aliases.bash │ ├── phoenix.aliases.bash │ ├── puppet.aliases.bash │ ├── pyrocms.aliases.bash │ ├── rails.aliases.bash │ ├── svn.aliases.bash │ ├── systemd.aliases.bash │ ├── terraform.aliases.bash │ ├── terragrunt.aliases.bash │ ├── textmate.aliases.bash │ ├── tmux.aliases.bash │ ├── todo.aliases.bash │ ├── uuidgen.aliases.bash │ ├── vagrant.aliases.bash │ ├── vault.aliases.bash │ ├── vim.aliases.bash │ └── yarn.aliases.bash ├── bash_it.sh ├── clean_files.txt ├── completion/ │ └── available/ │ ├── aliases.completion.bash │ ├── apm.completion.bash │ ├── artisan.completion.bash │ ├── awless.completion.bash │ ├── awscli.completion.bash │ ├── bash-it.completion.bash │ ├── brew.completion.bash │ ├── bundler.completion.bash │ ├── capistrano.completion.bash │ ├── cargo.completion.bash │ ├── composer.completion.bash │ ├── conda.completion.bash │ ├── consul.completion.bash │ ├── crystal.completion.bash │ ├── dart.completion.bash │ ├── defaults.completion.bash │ ├── dirs.completion.bash │ ├── django.completion.bash │ ├── dmidecode.completion.bash │ ├── docker-compose.completion.bash │ ├── docker-machine.completion.bash │ ├── docker.completion.bash │ ├── dotnet.completion.bash │ ├── drush.completion.bash │ ├── export.completion.bash │ ├── fabric.completion.bash │ ├── flutter.completion.bash │ ├── gcloud.completion.bash │ ├── gem.completion.bash │ ├── git.completion.bash │ ├── git_flow.completion.bash │ ├── git_flow_avh.completion.bash │ ├── github-cli.completion.bash │ ├── go.completion.bash │ ├── gradle.completion.bash │ ├── grunt.completion.bash │ ├── gulp.completion.bash │ ├── helm.completion.bash │ ├── homesick.completion.bash │ ├── hub.completion.bash │ ├── invoke.completion.bash │ ├── jboss5.completion.bash │ ├── jboss7.completion.bash │ ├── jungle.completion.bash │ ├── kind.completion.bash │ ├── knife.completion.bash │ ├── kontena.completion.bash │ ├── kubectl.completion.bash │ ├── laravel.completion.bash │ ├── lerna.completion.bash │ ├── makefile.completion.bash │ ├── maven.completion.bash │ ├── minikube.completion.bash │ ├── minishift.completion.bash │ ├── ng.completion.bash │ ├── ngrok.completion.bash │ ├── notify-send.completion.bash │ ├── npm.completion.bash │ ├── nvm.completion.bash │ ├── openshift.completion.bash │ ├── packer.completion.bash │ ├── pew.completion.bash │ ├── pip.completion.bash │ ├── pip3.completion.bash │ ├── pipenv.completion.bash │ ├── pipx.completion.bash │ ├── projects.completion.bash │ ├── rake.completion.bash │ ├── rustup.completion.bash │ ├── rvm.completion.bash │ ├── salt.completion.bash │ ├── sdkman.completion.bash │ ├── sqlmap.completion.bash │ ├── ssh.completion.bash │ ├── svn.completion.bash │ ├── system.completion.bash │ ├── terraform.completion.bash │ ├── test_kitchen.completion.bash │ ├── tmux.completion.bash │ ├── todo.completion.bash │ ├── travis.completion.bash │ ├── vagrant.completion.bash │ ├── vault.completion.bash │ ├── virsh.completion.bash │ ├── virtualbox.completion.bash │ ├── vuejs.completion.bash │ ├── wpscan.completion.bash │ └── yarn.completion.bash ├── custom/ │ └── example.bash ├── docs/ │ ├── Makefile │ ├── README.md │ ├── TODO_COMPOSURE_METADATA.md │ ├── _static/ │ │ └── .keep │ ├── _templates/ │ │ └── .keep │ ├── commands/ │ │ ├── doctor.rst │ │ ├── index.rst │ │ ├── profile.rst │ │ ├── reload.rst │ │ ├── search.rst │ │ └── update.rst │ ├── conf.py │ ├── contributing.rst │ ├── custom.rst │ ├── development.rst │ ├── help_screens.rst │ ├── index.rst │ ├── installation.rst │ ├── make.bat │ ├── misc.rst │ ├── plans/ │ │ ├── bash-it-issues-comprehensive-analysis.md │ │ ├── bash-it-quick-reference.md │ │ └── bash-it-roadmap-2025.md │ ├── proxy_support.rst │ ├── requirements.txt │ ├── test.rst │ ├── themes-list/ │ │ ├── atomic.rst │ │ ├── barbuk.rst │ │ ├── bira.rst │ │ ├── brainy.rst │ │ ├── codeword.rst │ │ ├── easy.rst │ │ ├── index.rst │ │ ├── inretio.rst │ │ ├── nwinkler_random_colors.rst │ │ ├── oh-my-posh.rst │ │ ├── powerline-base.rst │ │ ├── powerline-multiline.rst │ │ ├── powerline-naked.rst │ │ ├── powerline-plain.rst │ │ ├── powerline.rst │ │ ├── radek.rst │ │ └── redline.rst │ ├── themes.rst │ ├── troubleshooting.rst │ ├── uninstalling.rst │ └── vcs_user.rst ├── hooks/ │ ├── check-clean-files-txt.sh │ ├── dot-bash.sh │ └── dot-sh.sh ├── install.sh ├── lib/ │ ├── battery.bash │ ├── colors.bash │ ├── command_duration.bash │ ├── completion.bash │ ├── helpers.bash │ ├── history.bash │ ├── log.bash │ ├── preexec.bash │ ├── preview.bash │ ├── search.bash │ └── utilities.bash ├── lint_clean_files.sh ├── plugins/ │ └── available/ │ ├── alias-completion.plugin.bash │ ├── autojump.plugin.bash │ ├── aws.plugin.bash │ ├── base.plugin.bash │ ├── basher.plugin.bash │ ├── blesh.plugin.bash │ ├── boot2docker.plugin.bash │ ├── browser.plugin.bash │ ├── chruby-auto.plugin.bash │ ├── chruby.plugin.bash │ ├── cht-sh.plugin.bash │ ├── cmd-returned-notify.plugin.bash │ ├── colors.plugin.bash │ ├── direnv.plugin.bash │ ├── dirs.plugin.bash │ ├── docker-compose.plugin.bash │ ├── docker-machine.plugin.bash │ ├── docker.plugin.bash │ ├── edit-mode-emacs.plugin.bash │ ├── edit-mode-vi.plugin.bash │ ├── explain.plugin.bash │ ├── extract.plugin.bash │ ├── fasd.plugin.bash │ ├── fzf.plugin.bash │ ├── gif.plugin.bash │ ├── git-subrepo.plugin.bash │ ├── git.plugin.bash │ ├── gitstatus.plugin.bash │ ├── go.plugin.bash │ ├── goenv.plugin.bash │ ├── gradle.plugin.bash │ ├── hg.plugin.bash │ ├── history-eternal.plugin.bash │ ├── history-search.plugin.bash │ ├── history-substring-search.plugin.bash │ ├── history.plugin.bash │ ├── hub.plugin.bash │ ├── java.plugin.bash │ ├── javascript.plugin.bash │ ├── jekyll.plugin.bash │ ├── jenv.plugin.bash │ ├── jgitflow.plugin.bash │ ├── jump.plugin.bash │ ├── latex.plugin.bash │ ├── less-pretty-cat.plugin.bash │ ├── man.plugin.bash │ ├── nginx.plugin.bash │ ├── node.plugin.bash │ ├── nodenv.plugin.bash │ ├── nvm.plugin.bash │ ├── osx-timemachine.plugin.bash │ ├── osx.plugin.bash │ ├── pack.plugin.bash │ ├── percol.plugin.bash │ ├── pipsi.plugin.bash │ ├── plenv.plugin.bash │ ├── postgres.plugin.bash │ ├── powerline.plugin.bash │ ├── projects.plugin.bash │ ├── proxy.plugin.bash │ ├── pyenv.plugin.bash │ ├── python.plugin.bash │ ├── rails.plugin.bash │ ├── rbenv.plugin.bash │ ├── ruby.plugin.bash │ ├── rvm.plugin.bash │ ├── sdkman.plugin.bash │ ├── ssh.plugin.bash │ ├── sshagent.plugin.bash │ ├── subversion.plugin.bash │ ├── sudo.plugin.bash │ ├── textmate.plugin.bash │ ├── thefuck.plugin.bash │ ├── tmux.plugin.bash │ ├── tmuxinator.plugin.bash │ ├── todo.plugin.bash │ ├── url.plugin.bash │ ├── virtualenv.plugin.bash │ ├── xterm.plugin.bash │ ├── z_autoenv.plugin.bash │ └── zoxide.plugin.bash ├── profiles/ │ └── default.bash_it ├── scripts/ │ └── reloader.bash ├── template/ │ └── bashrc.template.bash ├── test/ │ ├── bash_it/ │ │ └── bash_it.bats │ ├── completion/ │ │ ├── aliases.completion.bats │ │ └── bash-it.completion.bats │ ├── fixtures/ │ │ ├── bash_it/ │ │ │ ├── aliases/ │ │ │ │ └── available/ │ │ │ │ ├── a.aliases.bash │ │ │ │ └── b.aliases.bash │ │ │ ├── plugins/ │ │ │ │ └── available/ │ │ │ │ └── c.plugin.bash │ │ │ └── profiles/ │ │ │ ├── test-bad-component.bash_it │ │ │ └── test-bad-type.bash_it │ │ ├── go/ │ │ │ ├── go path/ │ │ │ │ └── bin/ │ │ │ │ └── .keep │ │ │ ├── gopath/ │ │ │ │ └── bin/ │ │ │ │ └── .keep │ │ │ └── gopath2/ │ │ │ └── bin/ │ │ │ └── .keep │ │ ├── plugin/ │ │ │ └── xterm/ │ │ │ └── files/ │ │ │ ├── arg0 │ │ │ └── arg1 │ │ └── svn/ │ │ ├── broken/ │ │ │ ├── svn │ │ │ └── xcrun │ │ └── working/ │ │ ├── svn │ │ └── xcrun │ ├── install/ │ │ ├── install.bats │ │ └── uninstall.bats │ ├── lib/ │ │ ├── battery.bats │ │ ├── command_duration.bats │ │ ├── composure.bats │ │ ├── helpers.bats │ │ ├── log.bats │ │ ├── preexec.bats │ │ ├── search.bats │ │ └── utilities.bats │ ├── lint-requirements.txt │ ├── plugins/ │ │ ├── base.plugin.bats │ │ ├── cmd-returned-notify.plugin.bats │ │ ├── go.plugin.bats │ │ ├── ruby.plugin.bats │ │ └── xterm.plugin.bats │ ├── run │ ├── test_helper.bash │ └── themes/ │ ├── base.theme.bats │ ├── base.theme.git.bats │ └── base.theme.svn.bats ├── themes/ │ ├── 90210/ │ │ └── 90210.theme.bash │ ├── agnoster/ │ │ └── agnoster.theme.bash │ ├── atomic/ │ │ └── atomic.theme.bash │ ├── axin/ │ │ └── axin.theme.bash │ ├── bakke/ │ │ └── bakke.theme.bash │ ├── barbuk/ │ │ └── barbuk.theme.bash │ ├── base.theme.bash │ ├── binaryanomaly/ │ │ └── binaryanomaly.theme.bash │ ├── bira/ │ │ └── bira.theme.bash │ ├── bobby/ │ │ └── bobby.theme.bash │ ├── bobby-python/ │ │ └── bobby-python.theme.bash │ ├── brainy/ │ │ └── brainy.theme.bash │ ├── brunton/ │ │ └── brunton.theme.bash │ ├── candy/ │ │ └── candy.theme.bash │ ├── clean/ │ │ └── clean.theme.bash │ ├── codeword/ │ │ └── codeword.theme.bash │ ├── cooperkid/ │ │ └── cooperkid.theme.bash │ ├── cupcake/ │ │ └── cupcake.theme.bash │ ├── demula/ │ │ └── demula.theme.bash │ ├── dos/ │ │ └── dos.theme.bash │ ├── doubletime/ │ │ └── doubletime.theme.bash │ ├── doubletime_multiline/ │ │ └── doubletime_multiline.theme.bash │ ├── doubletime_multiline_pyonly/ │ │ └── doubletime_multiline_pyonly.theme.bash │ ├── dulcie/ │ │ └── dulcie.theme.bash │ ├── duru/ │ │ └── duru.theme.bash │ ├── easy/ │ │ └── easy.theme.bash │ ├── elixr/ │ │ └── elixr.theme.bash │ ├── emperor/ │ │ └── emperor.theme.bash │ ├── envy/ │ │ └── envy.theme.bash │ ├── essential/ │ │ └── essential.theme.bash │ ├── font/ │ │ └── font.theme.bash │ ├── gallifrey/ │ │ └── gallifrey.theme.bash │ ├── githelpers.theme.bash │ ├── gitline/ │ │ ├── gitline.theme.bash │ │ └── powerline.base.bash │ ├── hawaii50/ │ │ └── hawaii50.theme.bash │ ├── inretio/ │ │ └── inretio.theme.bash │ ├── iterate/ │ │ └── iterate.theme.bash │ ├── kitsune/ │ │ └── kitsune.theme.bash │ ├── lambda/ │ │ └── lambda.theme.bash │ ├── luan/ │ │ └── luan.theme.bash │ ├── mairan/ │ │ └── mairan.theme.bash │ ├── mbriggs/ │ │ └── mbriggs.theme.bash │ ├── metal/ │ │ └── metal.theme.bash │ ├── minimal/ │ │ └── minimal.theme.bash │ ├── modern/ │ │ └── modern.theme.bash │ ├── modern-t/ │ │ └── modern-t.theme.bash │ ├── modern-time/ │ │ └── modern-time.theme.bash │ ├── morris/ │ │ └── morris.theme.bash │ ├── n0qorg/ │ │ └── n0qorg.theme.bash │ ├── newin/ │ │ └── newin.theme.bash │ ├── norbu/ │ │ └── norbu.theme.bash │ ├── nwinkler/ │ │ └── nwinkler.theme.bash │ ├── nwinkler_random_colors/ │ │ └── nwinkler_random_colors.theme.bash │ ├── oh-my-posh/ │ │ └── oh-my-posh.theme.bash │ ├── p4helpers.theme.bash │ ├── parrot/ │ │ └── parrot.theme.bash │ ├── pete/ │ │ └── pete.theme.bash │ ├── powerline/ │ │ ├── powerline.base.bash │ │ └── powerline.theme.bash │ ├── powerline-multiline/ │ │ ├── powerline-multiline.base.bash │ │ └── powerline-multiline.theme.bash │ ├── powerline-naked/ │ │ ├── powerline-naked.base.bash │ │ └── powerline-naked.theme.bash │ ├── powerline-plain/ │ │ ├── powerline-plain.base.bash │ │ └── powerline-plain.theme.bash │ ├── powerturk/ │ │ └── powerturk.theme.bash │ ├── primer/ │ │ └── primer.theme.bash │ ├── pro/ │ │ └── pro.theme.bash │ ├── pure/ │ │ └── pure.theme.bash │ ├── purity/ │ │ └── purity.theme.bash │ ├── radek/ │ │ └── radek.theme.bash │ ├── rainbowbrite/ │ │ └── rainbowbrite.theme.bash │ ├── ramses/ │ │ └── ramses.theme.bash │ ├── rana/ │ │ └── rana.theme.bash │ ├── redline/ │ │ └── redline.theme.bash │ ├── rjorgenson/ │ │ └── rjorgenson.theme.bash │ ├── robbyrussell/ │ │ └── robbyrussell.theme.bash │ ├── roderik/ │ │ └── roderik.theme.bash │ ├── sexy/ │ │ └── sexy.theme.bash │ ├── simple/ │ │ └── simple.theme.bash │ ├── sirup/ │ │ └── sirup.theme.bash │ ├── slick/ │ │ └── slick.theme.bash │ ├── standard/ │ │ └── standard.theme.bash │ ├── tonka/ │ │ └── tonka.theme.bash │ ├── tonotdo/ │ │ └── tonotdo.theme.bash │ ├── tylenol/ │ │ └── tylenol.theme.bash │ ├── wanelo/ │ │ └── wanelo.theme.bash │ ├── zitron/ │ │ └── zitron.theme.bash │ └── zork/ │ └── zork.theme.bash ├── uninstall.sh └── vendor/ ├── .gitattributes └── github.com/ ├── django/ │ └── django/ │ ├── AUTHORS │ ├── LICENSE │ ├── LICENSE.python │ └── extras/ │ ├── Makefile │ ├── README.TXT │ └── django_bash_completion ├── dsifford/ │ └── yarn-completion/ │ └── yarn ├── erichs/ │ └── composure/ │ ├── .gitignore │ ├── .travis.yml │ ├── History.md │ ├── LICENSE │ ├── Makefile │ ├── README.md │ ├── c_extras.sh │ ├── composure.plugin.zsh │ ├── composure.sh │ └── test/ │ ├── Makefile │ ├── runshellcheck.sh │ └── wvtestrun ├── gaelicWizard/ │ └── bash-progcomp/ │ ├── .editorconfig │ ├── LICENSE │ ├── defaults.completion.bash │ └── defaults.completion.bats ├── ohmyzsh/ │ └── ohmyzsh/ │ ├── LICENSE.txt │ └── plugins/ │ └── git/ │ ├── README.md │ └── git.plugin.zsh ├── rcaloras/ │ └── bash-preexec/ │ ├── .github/ │ │ └── workflows/ │ │ └── bats.yaml │ ├── LICENSE.md │ ├── README.md │ ├── bash-preexec.sh │ └── test/ │ ├── README.md │ ├── bash-preexec.bats │ └── include-test.bats ├── rparree/ │ └── jboss-bash-completion/ │ ├── LICENSE │ ├── README.md │ ├── jboss5 │ └── jboss7 └── vigo/ └── apm-bash-completion/ ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md └── apm