A community Bash framework.
Go to file
Noah Gorny 18365035a9
Merge pull request #162 from willybarro/449d6d4fe1d969a5d60ae71db1440221304dfa48
Add aliases for GIT-SVN (rebase and dcommit)
2020-12-07 02:00:31 +02:00
.github github: Add no-response bot 2020-12-07 00:50:42 +02:00
aliases/available Merge pull request #162 from willybarro/449d6d4fe1d969a5d60ae71db1440221304dfa48 2020-12-07 02:00:31 +02:00
completion/available Add cargo completion 2020-12-06 15:22:36 +09:00
custom Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
docs Move README to be under docs/ 2020-11-06 19:16:56 +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 docs: Transition md files to support new rtd format 2020-11-06 19:16:56 +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
.travis.yml Moves lint logic into lint_clean_files.sh 2020-11-03 10:10:11 -08:00
bash_it.sh Added missing colon and space while loading custom files 2020-07-07 13:17:17 +02:00
clean_files.txt Add cargo completion 2020-12-06 15:22:36 +09:00
install.sh Fixes #1309 _bash-it-clean-component-cache: command not found 2019-01-16 17:15:23 +00: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