A community Bash framework.
Go to file
John D Pell a99b597217 plugin/git-subrepo: use `$HOME` instead of `~`
If the outer variable is double-quoted, then the default expansion when undefined does not get tilde-expanded. Use `$HOME`.
2022-01-01 22:32:03 -08:00
.github ci: Bump go to 1.17 from 1.14 2021-10-10 23:50:39 +03:00
aliases/available Merge pull request #1981 from william-richard/make-default-branch-match-exactly-main 2021-11-16 20:09:22 +02:00
completion/available Merge pull request #2000 from gaelicWizard/lint 2022-01-01 23:01:09 +02:00
custom Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
docs docs: Pin docutils to 0.17.1 2021-11-12 19:14:22 +02:00
hooks Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
lib Use `_bash-it-egrep()` 2021-10-18 22:08:56 -04:00
plugins/available plugin/git-subrepo: use `$HOME` instead of `~` 2022-01-01 22:32:03 -08:00
scripts Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
template add command time duration plugin (#1683) 2020-12-27 18:48:17 +02:00
test skip go tests when go is not available 2021-09-29 18:16:52 -05:00
test_lib Updated to bats-core v1.2.0 2020-04-29 16:03:30 +02:00
themes theme/powerline: SC2154, SC2248 2021-12-27 12:20:46 -08:00
vendor Merge pull request #2000 from gaelicWizard/lint 2022-01-01 23:01:09 +02:00
.ackrc Ignore the enabled directories when running ack 2016-03-25 15:29:10 -05:00
.editorconfig EditorConfig: set `indent_size = tab` 2021-09-17 10:44:53 -07:00
.gitattributes Allow trailing spaces in md/rst files 2020-12-17 01:42:25 +02: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 Merge pull request #1899 from georgettica/georgettica/bump-pre-commit-hooks 2021-06-23 13:21:06 +03:00
.readthedocs.yml Add readthedocs configuration 2020-10-31 23:07:02 +02:00
LICENSE Add 2021 to license 2021-04-06 20:59:08 +03:00
bash_it.sh main: move Jekyll stuff to plugins/jekyll 2021-12-27 12:22:42 -08:00
clean_files.txt Merge branch 'master' into plugin-java 2022-01-01 22:53:18 +02:00
install.sh Merge pull request #1926 from gaelicWizard/basenamed 2021-09-18 18:26:55 +03: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

logo

Build Status Docs Status License shell Join the chat at https://web.libera.chat/?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

That's 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

List of contributors

License

Bash-it is licensed under the MIT License.