cornfeedhobo
0be879af7a
remove debugging notes
2019-11-06 20:14:16 -06:00
cornfeedhobo
e158f12b33
give up on trying to make travis happy
2019-06-29 19:08:39 -05:00
cornfeedhobo
baed42aa57
attempt to make travis happy
2019-06-29 18:31:17 -05:00
cornfeedhobo
657dd21b0e
attempt to make travis happy
2019-06-29 18:23:47 -05:00
cornfeedhobo
9c6caf86e7
attempt to make travis happy
2019-06-29 18:13:39 -05:00
cornfeedhobo
72cf9c7ba9
attempt to make travis happy
2019-06-29 18:09:48 -05:00
cornfeedhobo
e7450ed17b
attempt to make travis happy
2019-06-29 18:03:00 -05:00
cornfeedhobo
35dfd264fd
attempt to make travis happy
2019-06-29 17:53:22 -05:00
cornfeedhobo
53c3216d8e
attempt to make travis happy
2019-06-29 17:50:17 -05:00
cornfeedhobo
9a6b146b5a
attempt to make travis happy
2019-06-29 17:39:59 -05:00
cornfeedhobo
80c4f56a74
attempt to make travis happy
2019-06-29 17:28:34 -05:00
cornfeedhobo
92354cab6f
attempt to make travis happy
2019-06-29 17:20:25 -05:00
cornfeedhobo
6248ae455c
attempt to make travis happy
2019-06-29 16:42:05 -05:00
cornfeedhobo
6a03536c5a
attempt to make travis happy
2019-06-29 16:33:23 -05:00
cornfeedhobo
8abbd02560
attempt to make travis happy
2019-06-29 16:27:12 -05:00
cornfeedhobo
81a955324b
attempt to make travis happy
2019-06-28 09:54:31 -05:00
cornfeedhobo
6299666978
attempt to make travis happy
2019-06-28 09:31:29 -05:00
cornfeedhobo
407a4bf22b
attempt to make travis happy
2019-06-28 09:20:36 -05:00
cornfeedhobo
edb85747e1
attempt to make travis happy
2019-06-28 09:16:32 -05:00
cornfeedhobo
408693f48a
attempt to make travis happy
2019-06-27 23:04:38 -05:00
cornfeedhobo
cb1011d8f1
attempt to make travis happy
2019-06-27 22:56:50 -05:00
cornfeedhobo
cf6f84725d
attempt to make travis happy
2019-06-27 22:46:31 -05:00
cornfeedhobo
8689e25a1e
attempt to make travis happy
2019-06-27 22:40:53 -05:00
cornfeedhobo
1cf9b07ad3
attempt to make travis happy
2019-06-27 22:37:27 -05:00
cornfeedhobo
f68b68d94d
attempt to make travis happy
2019-06-27 22:34:05 -05:00
cornfeedhobo
a3ff1c6762
attempt to make travis happy
2019-06-27 22:28:33 -05:00
cornfeedhobo
82608a376d
attempt to make travis happy
2019-06-27 22:25:20 -05:00
cornfeedhobo
422475ae0d
attempt to make travis happy
2019-06-27 22:15:21 -05:00
cornfeedhobo
3773768dd4
attempt to make travis happy
2019-06-27 22:08:29 -05:00
cornfeedhobo
94350315bc
attempt to make travis happy
2019-06-27 21:59:52 -05:00
cornfeedhobo
c94e540668
Merge branch 'master' into fix-go-pathmunge
2019-05-12 12:50:39 -05:00
Nils Winkler
792593c995
Merge pull request #1273 from kigster/kig/search/improved
...
Speed up bash-it Search & support exact matches
2019-01-14 09:05:02 +01:00
cornfeedhobo
177730de96
simplify wrapped pathmunge logic. update tests to account for cases with spaces in $PATH.
2018-12-08 00:45:44 -05:00
cornfeedhobo
1030c0e9e1
one more test ... why not
2018-12-06 17:11:13 -05:00
cornfeedhobo
3645305644
add go plugin tests and update list reversal logic
2018-12-06 17:07:03 -05:00
Konstantin Gredeskoul
09c2be9d6b
Refactor (extract utilities + add tests) & more…
...
* Extracting common utilities into utilities.bash
* Adding new tests for utilities
* Relocating the cache file to be under $BASH_IT
* Removing cache cleanup deferral code for now
* Wiping the cache in local_setup in tests.
2018-11-23 16:40:35 -08:00
Konstantin Gredeskoul
baae0305b6
Speed up bash-it Search & support exact matches
...
This commit improves Bash-It search functionality in a couple of ways:
* bash-it search (with no arguments) will print detailed help.
* bash-it search now accepts terms prefixed with '@' sign, indicating an exact match.
* bash-it search now performs smarter caching of the component listings/status
New search syntax is as follows:
bash-it search [-|@]term1 [-|@]term2 [ --enable | --disable | --help ]
2018-11-19 11:55:36 -08:00
Piotr Rogoża
48e6888a38
Removed reload keyword from composure_keywords(), it is not needed
2018-04-21 19:15:50 +02:00
Piotr Rogoża
89d1661d23
Replaced reload section with proper function.
...
Added completion for reload.
Fixed order in completion
Added unit tests for completion
The variable BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE has to be unset.
2018-04-18 21:51:20 +02:00
Dan Wendorf
c5f2c408e7
SCM_CURRENT_USER supports accented characters
...
`tr 'A-Z' 'a-z'` will only convert non-accented characters. Switching to
`[:upper:]` and `[:lower:]` adds support for accents.
See https://github.com/koalaman/shellcheck/wiki/SC2018
Additionally, printf's character splitting does not support accented
characters, so output isn't as expected. Using bash's variable expansion
syntax instead will correctly get the full accented character.
2017-12-18 09:05:33 -08:00
Dan Wendorf
150e82b221
Refactor git functionality into githelpers.theme.bash
...
- Add unit tests around git functionality
2017-12-18 09:05:33 -08:00
Nils Winkler
31990490fa
Added test for the "no" energy tool case
2017-11-02 06:46:01 +01:00
Nils Winkler
5ab0cc5388
Fixed ioreg - no battery test case
2017-11-02 06:46:01 +01:00
Nils Winkler
7ea1a58216
Added comments on the test functions
2017-11-02 06:46:01 +01:00
Nils Winkler
629b8522e5
Ensuring that output is always two digits at least
...
Show "04" instead of just "4".
2017-11-02 06:46:01 +01:00
Nils Winkler
7602b1da32
Added tests for WMIC
2017-11-02 06:46:01 +01:00
Nils Winkler
601202e816
Simplified ioreg, added tests for no status
2017-11-02 06:46:01 +01:00
Nils Winkler
486c9e1382
Consolidated cases for acpi
2017-11-02 06:46:01 +01:00
Nils Winkler
3aed38c79f
Updated acpi tests
...
Trying to cover the currently implemented tests, but I don't have a
system with acpi available for testing. Relying on assumptions so far.
2017-11-02 06:46:01 +01:00
Nils Winkler
812f49e457
Started first tests for acpi command
2017-11-02 06:46:01 +01:00