Commit Graph

  • 3a899916bd Removed extra line, no longer needed Nils Winkler 2017-10-14 18:15:48 +02:00
  • b640107566 Added list of test libraries (bats-assert etc.) Nils Winkler 2017-10-14 18:09:58 +02:00
  • e2f00b1eb6 Checking for link target Nils Winkler 2017-10-08 12:42:02 +02:00
  • 80e510d65b Added assert_link_exist function and use that Nils Winkler 2017-10-06 17:29:12 +02:00
  • e574de8f47 Moved testing for files to bats-file library functions Nils Winkler 2017-10-05 07:31:54 +02:00
  • efc09fe454 Updated documentation Nils Winkler 2017-10-04 08:51:31 +02:00
  • 2691a5b138 Moved to bats-assert for assert functions Nils Winkler 2017-10-04 08:19:10 +02:00
  • c1c29ccc42 Added some more bats-* libs for testing Nils Winkler 2017-10-02 16:23:40 +02:00
  • 8319545b0a Switched to Bats-core as a submodule Nils Winkler 2017-10-02 11:50:09 +02:00
  • 2f91991967 Added bats-core as a Git submodule Nils Winkler 2017-10-02 11:17:52 +02:00
  • 41fe5953dd Merge pull request #1058 from tanzeeb/patch-1 Nils Winkler 2017-10-14 17:53:26 +02:00
  • 0cef421c97 Change default $GOPATH to $HOME/go Tanzeeb Khalili 2017-10-14 02:13:55 -04:00
  • 9f02aa5028 Merge pull request #1056 from miketheman/patch-1 Nils Winkler 2017-10-13 19:52:07 +02:00
  • c1eb05cd24 Merge pull request #1052 from jean/master Nils Winkler 2017-10-13 19:51:29 +02:00
  • 14261ec5ea Update docker-compose plugin Mike Fiedler 2017-10-10 09:01:39 -04:00
  • ce6fc1aa9b Merge branch 'master' of github.com:Bash-it/bash-it Jean Jordaan 2017-10-08 12:44:34 +07:00
  • 3bad26796f Merge pull request #1050 from miketheman/bash-it-version Travis Swicegood 2017-10-02 10:49:27 -04:00
  • 16ad3e6149 Add linebreaks for long single-line paragraphs Jean Jordaan 2017-10-02 12:23:25 +07:00
  • b0bceb963e Replace subshell for git hash, add remote info Mike Fiedler 2017-10-01 16:20:28 -04:00
  • 8015bba27f Exit directory upon completion, update tests Mike Fiedler 2017-09-30 20:06:42 -04:00
  • 47041bc817 Add bash-it completion for version command Mike Fiedler 2017-09-29 17:15:14 -04:00
  • 71bda32dc0 Add version to commands Mike Fiedler 2017-09-29 05:39:36 -04:00
  • 3f839d5ac2 Merge pull request #1033 from jean/master Nils Winkler 2017-09-29 08:19:19 +02:00
  • ba10f9f6d6 Merge pull request #1048 from miketheman/update-brew-completion Travis Swicegood 2017-09-28 14:25:46 -04:00
  • ca6a1ae2db Use 'mktemp -t', leave tempfile cleanup to the OS Jean Jordaan 2017-09-28 21:54:58 +07:00
  • 1e912253ff Refer to /data/data/com.termux/files/home/git/bash-it, quote literal Jean Jordaan 2017-09-28 21:42:04 +07:00
  • 23da5508cc Reduce subshell forks with variable Mike Fiedler 2017-09-28 07:03:23 -04:00
  • cbe63e8871 Replace system completion with current brew file Mike Fiedler 2017-09-28 06:36:30 -04:00
  • a75a53b786 Merge pull request #1043 from nwinkler/enabled-global Nils Winkler 2017-09-28 08:05:58 +02:00
  • 5a92d26cab Merge pull request #1040 from pmoranga/fix_trap_subshell Nils Winkler 2017-09-25 10:12:00 +02:00
  • 0fc26dfad2 Add some description pmoranga 2017-09-22 12:24:15 +02:00
  • 3f6f1326dc Fixed ruby test for good (hopefully) Nils Winkler 2017-09-15 08:10:17 +02:00
  • 3103609640 Reverted Ruby path fix Nils Winkler 2017-09-15 08:10:17 +02:00
  • 548563e7aa Trying to fix path issue Nils Winkler 2017-09-15 08:10:17 +02:00
  • f4fa9def14 Fixed the ruby path test in cases where someone already has the ruby bin path on their path variable Nils Winkler 2017-09-15 08:10:17 +02:00
  • 145ec5dfaa Copied command_exists function to the helpers lib so that there is no hidden dependency on the base plugin Nils Winkler 2017-09-15 08:10:17 +02:00
  • 0fe2710c61 More unit tests for loading from global directory structure Nils Winkler 2017-09-15 08:10:17 +02:00
  • fd637a3dc6 Loading components from global enabled directory Nils Winkler 2017-09-15 08:10:17 +02:00
  • 5210707da8 Test cases for loading from global directory Nils Winkler 2017-09-15 08:10:17 +02:00
  • fb6fcaeb06 Fixed test case where the bash_it.sh would fail with a non-zero return value Nils Winkler 2017-09-15 08:10:17 +02:00
  • f57bd1e131 Fixed issues with migrating components with the same name Nils Winkler 2017-09-15 08:10:17 +02:00
  • 1a80d892ad Made sorting of completions consistent across OS Nils Winkler 2017-09-15 08:10:17 +02:00
  • aa9a63a10e Added message after migrating about possible fixes. Nils Winkler 2017-09-15 08:10:17 +02:00
  • 5c66f478dd Completed test suite for Bash-it completion Nils Winkler 2017-09-15 08:10:17 +02:00
  • cd578f8772 More tests for completion Nils Winkler 2017-09-15 08:10:16 +02:00
  • b37da4e1f0 Updated documentation for global directory Nils Winkler 2017-09-15 08:10:16 +02:00
  • be9b0e71c4 Removed test filter Nils Winkler 2017-09-15 08:10:16 +02:00
  • 2acb87e882 Fixed some more shellcheck complaints Nils Winkler 2017-09-15 08:10:16 +02:00
  • 0791895236 Fixed some more shellcheck complaints Nils Winkler 2017-09-15 08:10:16 +02:00
  • 475b0778dd Fixed a couple of shellcheck complaints Nils Winkler 2017-09-15 08:10:16 +02:00
  • 88ef16ccc7 Fixed migration order on macOS Nils Winkler 2017-09-15 08:10:16 +02:00
  • 6e34d4f837 Simplified disable all Nils Winkler 2017-09-15 08:10:16 +02:00
  • 653437e2e1 Some more tests for disable all Nils Winkler 2017-09-15 08:10:16 +02:00
  • 1810eddaf3 Using compgen instead of globw Nils Winkler 2017-09-15 08:10:16 +02:00
  • 729f21c106 Reading bash-it help lists aliases from global enabled directory Nils Winkler 2017-09-15 08:10:16 +02:00
  • c26476f56e Fixed bash-it help aliases for todo.txt-cli Nils Winkler 2017-09-15 08:10:16 +02:00
  • e0554cb512 Test cases and fix for bash-it help aliases foo Nils Winkler 2017-09-15 08:10:16 +02:00
  • 4cda9c0a43 Started work on bash-it help aliases Nils Winkler 2017-09-15 08:10:16 +02:00
  • 5ff873e058 Fixed "bash-it help aliases" cases, more to come... Nils Winkler 2017-09-15 08:10:16 +02:00
  • 757d2b4ed9 Removed unused variable Nils Winkler 2017-09-15 08:10:16 +02:00
  • 4caed3d6d5 Ignoring files in global enabled directory Nils Winkler 2017-09-15 08:10:16 +02:00
  • c786c14859 Fixed "bash-it help aliases" completion - it will now show the available aliases Nils Winkler 2017-09-15 08:10:16 +02:00
  • 298b9c6455 Added test case for completion "help aliases v" Nils Winkler 2017-09-15 08:10:16 +02:00
  • e0dc7997c8 Fixed handling of components with dashes or dots in the name for completion Nils Winkler 2017-09-15 08:10:16 +02:00
  • 688d0cb540 Some more test cases Nils Winkler 2017-09-15 08:10:16 +02:00
  • 05696df361 Additional test cases for completions with dashes and dots Nils Winkler 2017-09-15 08:10:15 +02:00
  • ec327486ef Checking global directory for completions as well Nils Winkler 2017-09-15 08:10:15 +02:00
  • 607c9cd049 Cleaned up declarations Nils Winkler 2017-09-15 08:10:15 +02:00
  • 22674ce1e0 Replaced -e glob-based implementation with ls Nils Winkler 2017-09-15 08:10:15 +02:00
  • a925f5d58c Checking for global directory when looking for components that are not enabled Nils Winkler 2017-09-15 08:10:15 +02:00
  • 752d4afe41 Tabs to spaces Nils Winkler 2017-09-15 08:10:15 +02:00
  • 7a3603f80d Sorting compgen output so that the returned values are in ascending order Nils Winkler 2017-09-15 08:10:15 +02:00
  • e7298a5303 Fixed case where nothing was enabled Nils Winkler 2017-09-15 08:10:15 +02:00
  • adb2f1071f Added tests for completion results with various file locations and names Nils Winkler 2017-09-15 08:10:15 +02:00
  • b31c7a0afa Refactored completion check into a reusable function Nils Winkler 2017-09-15 08:10:15 +02:00
  • 3e9c5655b1 Added xargs fix to some more wc -l invocations Nils Winkler 2017-09-15 08:10:15 +02:00
  • a4c6a1aaed Added first tests for Bash-it completion script Nils Winkler 2017-09-15 08:10:15 +02:00
  • 6981fa091d Add tests for bash_it.sh script Nils Winkler 2017-09-15 08:10:15 +02:00
  • d798bb8f06 Change test prefixes to match file name Nils Winkler 2017-09-15 08:10:15 +02:00
  • e53b5dc96e Add some TODO items Nils Winkler 2017-09-15 08:10:15 +02:00
  • 9e99c8cb3d Adjust install test case Nils Winkler 2017-09-15 08:10:15 +02:00
  • 2a16a5cd68 Change install setup to use rsync instead of cp Nils Winkler 2017-09-15 08:10:15 +02:00
  • 9f3ef22538 Describe function supports new directory structure Nils Winkler 2017-09-15 08:10:15 +02:00
  • 9080f0e869 Add more tests for migration scenario Nils Winkler 2017-09-15 08:10:15 +02:00
  • 2b778ccbba Fix disable/migrate test case Nils Winkler 2017-09-15 08:10:14 +02:00
  • 591c8a67f3 Support both enabled formats during migration Nils Winkler 2017-09-15 08:10:14 +02:00
  • fd686cc2ae Fix one more path Nils Winkler 2017-09-15 08:10:14 +02:00
  • f72691fe85 Fix some more migration test cases Nils Winkler 2017-09-15 08:10:14 +02:00
  • 375515cc6e Use compgen -G instead of ls for finding enabled components Nils Winkler 2017-09-15 08:10:14 +02:00
  • 7242cc0927 Fix glob expression for finding enabled components Nils Winkler 2017-09-15 08:10:14 +02:00
  • 2ac08cae0f Fix one migration case Nils Winkler 2017-09-15 08:10:14 +02:00
  • 6fa235a825 Start work on migration to global directory Nils Winkler 2017-09-15 08:10:14 +02:00
  • f892269aff Fix reload function to use the old and the new directory Nils Winkler 2017-09-15 08:10:14 +02:00
  • e705e6c60f Check for link target Nils Winkler 2017-09-15 08:10:14 +02:00
  • 5f3627b9b7 Change the enable/disable functions to use the global directory Nils Winkler 2017-09-15 08:10:14 +02:00
  • b106d275a7 Move enable/disable functionality to global enabled directory Nils Winkler 2017-09-15 08:10:14 +02:00
  • 2742adbeaa Merge pull request #709 from claui/fix-osx-subshell-prompt Nils Winkler 2017-09-17 20:47:02 +02:00
  • bfdd118f10 Merge pull request #1042 from monken/master Nils Winkler 2017-09-17 20:32:42 +02:00
  • dffddbb4a4 add nospace and = suffix Moritz Onken 2017-09-15 23:42:03 -04:00
  • e90787c78a Create export.completion.bash Moritz Onken 2017-09-15 23:35:20 -04:00