A community Bash framework.
Go to file
Noah Gorny e4e0c151b2 docs: Add license notice to readme 2021-02-06 23:16:58 +02:00
.github ci: Remove macos-11.0 as it is unreliable 2021-01-07 19:29:45 +02:00
aliases/available Disable keep-padding option in shfmt 2021-01-21 22:08:45 +02:00
completion/available deprecation: Replace errors with warnings 2021-01-29 16:06:53 +02:00
custom Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
docs docs: Add license notice to readme 2021-02-06 23:16:58 +02:00
hooks Add hooks to check .sh and .bash headers - Fixes #1491 (#1765) 2021-01-09 18:02:26 +02:00
lib Getting Bash-it to use the vendored composure 2021-02-02 16:34:04 +01:00
plugins/available plugins: git: Fix git_stats 2021-02-06 00:26:15 +02:00
scripts use absolute paths instead of changing directory 2021-01-31 15:32:23 -06:00
template add command time duration plugin (#1683) 2020-12-27 18:48:17 +02:00
test Merge pull request #1824 from cornfeedhobo/goenv-go 2021-02-06 00:14:07 +02:00
test_lib Updated to bats-core v1.2.0 2020-04-29 16:03:30 +02:00
themes retval check 2021-01-27 22:55:44 +00:00
vendor Update "composure" from "https://github.com/erichs/composure@55fdb9fa3cd0f181208a46d90da4d87d5b7e4351" 2021-02-05 00:15:02 -06:00
.ackrc Ignore the enabled directories when running ack 2016-03-25 15:29:10 -05:00
.editorconfig Disable keep-padding option in shfmt 2021-01-21 22:08:45 +02:00
.gitattributes Allow trailing spaces in md/rst files 2020-12-17 01:42:25 +02:00
.gitignore Squashed 'vendor/github.com/erichs/composure/' content from commit 5c3698d 2021-01-31 14:56:34 +01:00
.gitmodules Updated to bats-core v1.2.0 2020-04-29 16:03:30 +02:00
.pre-commit-config.yaml Getting Bash-it to use the vendored composure 2021-02-02 16:34:04 +01: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
LICENSE Squashed 'vendor/github.com/erichs/composure/' changes from 5c3698d..55fdb9f 2021-02-05 00:15:02 -06:00
bash_it.sh Getting Bash-it to use the vendored composure 2021-02-02 16:34:04 +01:00
clean_files.txt fixed git-changelog plugin 2021-02-06 00:26:12 +02:00
install.sh install: Add bash-it prefix to all functions 2021-02-06 20:36:04 +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 Docs Status Join the chat at https://webchat.freenode.net/?channel=#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.

Installation

  1. Check out a clone of this repo to a location of your choice, such as git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
  2. Run ~/.bash_it/install.sh

Thats it! 😃
You can check out more components of Bash-it, and customize it to your desire.
For more information, see detailed instructions here.

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

License

Bash-it is licensed under the MIT License.