A community Bash framework.
Go to file
John D Pell efbf5b892d
Merge 21205187ba into e38696a0ac
2023-07-22 14:33:26 +08:00
.github bug:Install shellcheck wget (#2173) 2022-10-30 15:15:28 -07:00
aliases/available Merge pull request #2109 from tbhaxor/feature/terraform-alias 2022-12-06 00:15:40 +02:00
completion/available fix (completion): suppress 1091 in brew (#2130) 2023-02-23 10:38:04 -08:00
custom Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
docs Merge 21205187ba into e38696a0ac 2023-07-22 14:33:26 +08:00
hooks Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
lib Allow for longer command min duration (#2198) 2023-02-22 08:24:30 -08:00
plugins/available Fix lint errors in multiple files (#2192) 2023-02-22 08:19:12 -08:00
profiles completion/alias: rename 2022-01-30 16:13:54 -08:00
scripts lib/reloader: unset "${!_bash_it_reloader_@}" 2022-01-28 13:58:00 -08:00
template Merge pull request #2010 from gaelicWizard/plugin-projects 2022-01-25 18:28:53 +02:00
test bug: Use en_US when fetching EPOCHREALTIME 2022-10-30 15:18:09 -07:00
test_lib test_lib: update BATS to latest tag(s) 2022-01-10 00:27:39 -08:00
themes Merge 21205187ba into e38696a0ac 2023-07-22 14:33:26 +08:00
vendor Implement yarn completion (#2190) 2023-02-22 08:20:45 -08:00
.ackrc Ignore the enabled directories when running ack 2016-03-25 15:29:10 -05:00
.editorconfig Remove executable bit. 2022-02-24 12:47:22 -08:00
.gitattributes Allow trailing spaces in md/rst files 2020-12-17 01:42:25 +02:00
.gitignore Remove executable bit. 2022-02-24 12:47:22 -08: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 lib/command_duration: rename `theme/command_duration.theme` 2022-03-04 12:58:07 -08:00
clean_files.txt Merge 21205187ba into e38696a0ac 2023-07-22 14:33:26 +08:00
install.sh Fix lint errors in multiple files (#2192) 2023-02-22 08:19:12 -08:00
lint_clean_files.sh chore: Use grep -E / grep -F instead of egrep / fgrep (#2164) 2022-10-13 10:34:57 -07: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

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.