A community Bash framework.
Go to file
Ron Green d6e2b04708 fix(vim-aliases): join '$VIM' statements 2020-12-28 10:58:09 +02:00
.github github: Add no-response bot 2020-12-07 00:50:42 +02:00
aliases/available fix(vim-aliases): join '$VIM' statements 2020-12-28 10:58:09 +02:00
completion/available complete cleanup of the knife completion file 2020-12-07 18:06:27 +02:00
custom Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
docs Add option to append template to existing config (#1723) 2020-12-11 16:32:23 +02:00
lib Improve bash-it version output 2020-10-27 20:01:50 +02:00
plugins/available Fix EOF 2020-10-29 19:57:14 +02:00
scripts scripts: Add logs to reloader.bash 2020-06-30 20:58:09 +03:00
template lib: Add BASH_IT_DEVELOPMENT_BRANCH variable 2020-10-13 14:42:02 +03:00
test Add option to append template to existing config (#1723) 2020-12-11 16:32:23 +02:00
test_lib Updated to bats-core v1.2.0 2020-04-29 16:03:30 +02:00
themes Address some comments. 2020-11-28 19:07:10 -08:00
.ackrc Ignore the enabled directories when running ack 2016-03-25 15:29:10 -05:00
.editorconfig Modify general editorconfig settings 2020-10-30 10:17:11 +02:00
.gitattributes Adds better support for .bat files; Fixes docs/make.bat 2020-11-03 09:16:14 -08:00
.gitignore Completely ignore enabled-dir in root to support symlinking. 2019-07-22 16:42:29 +02:00
.gitmodules Updated to bats-core v1.2.0 2020-04-29 16:03:30 +02:00
.pre-commit-config.yaml pre-commit: Exclude docs _build folder 2020-11-06 19:14:19 +02:00
.readthedocs.yml Add readthedocs configuration 2020-10-31 23:07:02 +02:00
.shellcheckrc Add simple shellcheckrc 2020-10-28 11:51:04 +02:00
bash_it.sh Added missing colon and space while loading custom files 2020-07-07 13:17:17 +02:00
clean_files.txt feat(lint): lint vim.aliases 2020-12-23 10:19:06 +02:00
install.sh Add option to append template to existing config (#1723) 2020-12-11 16:32:23 +02:00
lint_clean_files.sh Explain Bash-it variable clearing in lint script 2020-11-05 08:30:33 -08:00
uninstall.sh Fixed some shellcheck warnings 2018-05-31 18:05:25 +02:00

docs/README.md

Bash-it

Build Status Join the chat at https://gitter.im/Bash-it/bash-it

Bash-it is a collection of community Bash commands and scripts for Bash 3.2+. (And a shameless ripoff of oh-my-zsh 😃)

Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more.

Bash-it provides a solid framework for using, developing and maintaining shell scripts and custom commands for your daily work. If you're using the Bourne Again Shell (Bash) regularly and have been looking for an easy way on how to keep all of these nice little scripts and aliases under control, then Bash-it is for you! Stop polluting your ~/bin directory and your .bashrc file, fork/clone Bash-it and start hacking away.

Contributing

Please take a look at the Contribution Guidelines before reporting a bug or providing a new feature.

The Development Guidelines have more information on some of the internal workings of Bash-it, please feel free to read through this page if you're interested in how Bash-it loads its components.

Contributors