Commit Graph

93 Commits

Author SHA1 Message Date
Kevin van Zonneveld
619688bb0f Merge pull request #8 from kvz/node-less-ci
Bypass npm on Travis so we don't require node at all
2016-02-17 09:01:07 +01:00
Kevin van Zonneveld
1557e9d66a Bypass npm on Travis so we don't require node at all 2016-02-17 08:44:32 +01:00
Kevin van Zonneveld
72cea95865 Document travis.yml 2016-02-17 08:41:35 +01:00
Kevin van Zonneveld
33887625a7 Update README.md 2016-02-17 08:39:15 +01:00
Kevin van Zonneveld
c4b4f44676 Merge pull request #6 from zbeekman/test-osx-too
Test on OSX and Linux on Travis-CI
2016-02-17 08:30:09 +01:00
Izaak Beekman
f114dea34d
Test on OSX and Linux on Travis-CI 2016-02-17 00:09:48 -05:00
Kevin van Zonneveld
0c4a6c78e5 Doc improvements 2016-02-16 22:41:01 +01:00
Kevin van Zonneveld
980a5950d6 Add release-date 2016-02-16 22:25:18 +01:00
Kevin van Zonneveld
cc57b8db69 Release 1.2.0 2016-02-16 22:23:42 +01:00
Kevin van Zonneveld
2019c5146a Upgrade version 2016-02-16 22:23:28 +01:00
Kevin van Zonneveld
d365e8dcea Allow disabling colors via NO_COLOR environment variable 2016-02-16 22:19:40 +01:00
Kevin van Zonneveld
915f858d5e Add __os magic var 2016-02-16 22:19:08 +01:00
Kevin van Zonneveld
cbe70aa80e Put comments on own line 2016-02-16 22:09:28 +01:00
Kevin van Zonneveld
ff907092a3 Document caveats 2016-02-16 22:08:27 +01:00
Kevin van Zonneveld
cdc69d9e03 Update colors 2016-02-16 22:05:19 +01:00
Kevin van Zonneveld
56721e9cd5 Add test for longopt parsing 2016-02-16 22:05:11 +01:00
Kevin van Zonneveld
df3d535ab1 Make long option parsing work on OSX's BSD awk 20070501 2016-02-16 21:59:38 +01:00
Kevin van Zonneveld
894c7fe538 Wording 2016-02-16 21:58:51 +01:00
Kevin van Zonneveld
2196cc4411 Add __base magic var 2016-02-16 21:58:25 +01:00
Kevin van Zonneveld
5b4800bad8 Try sudo:false once more
For
https://github.com/travis-ci/travis-ci/issues/5638#issuecomment-18486180
0
2016-02-16 21:27:08 +01:00
Kevin van Zonneveld
472c9e3b74 Fix markdown inconsistencies 2016-02-16 21:25:59 +01:00
Kevin van Zonneveld
90ad85f419 Port back more refined colorscheme from @arathai's fork 2016-02-16 21:24:41 +01:00
Kevin van Zonneveld
d9a0c11e49 Add changelog 2016-02-16 21:04:22 +01:00
Kevin van Zonneveld
9935335ee8 Add @zbeekman as an author 2016-02-16 20:53:59 +01:00
Kevin van Zonneveld
e90ad7421f Merge pull request #3 from zbeekman/longargs
Enable long, GNU style options RE: issue-1
2016-02-16 20:50:54 +01:00
Izaak Beekman
9d2bcdbfb4 Update expected test output
ATTN: @kvz I think I did this correctly, but please look through the
 Travis-CI output nonetheless.
2016-02-16 14:39:48 -05:00
Izaak Beekman
bfb8d40f6c Enable long, GNU style options
- Enable long, GNU style options, fixes #1
 - *CAVEAT* A short option must be preset for every long option;
   but every short option need *not* have a long option
 - No BASH 4 features were added, works with bash 3 and standard sed and
   awk
 - `--` is still respected as the separator between options and arguments
 - Use `awk` only instead of `awk` and `sed` for parsing short options
   from usage string
 - Enable errexit, nounset and pipefail at the top
2016-02-16 14:39:10 -05:00
Kevin van Zonneveld
dd5950975d Fix popd 2016-02-16 20:25:30 +01:00
Kevin van Zonneveld
7a9d116d2c Add dependencies 2016-02-16 18:55:05 +01:00
Kevin van Zonneveld
ae074aac0c Revert Travis container infra. Thx @zbeekman 2016-02-16 18:51:49 +01:00
Kevin van Zonneveld
30cfd19fd9 Add debug test scenario 2016-02-16 15:49:37 +01:00
Kevin van Zonneveld
ecd6a9f04b Easier testing on travis 2016-02-16 15:48:48 +01:00
Kevin van Zonneveld
7a3a07989f Use containers #4 2016-02-16 15:48:32 +01:00
Kevin van Zonneveld
dbedd8f983 Update fixtures 2016-02-16 15:33:57 +01:00
Kevin van Zonneveld
dde3b70596 Also replace tmp dir on Travis 2016-02-16 15:13:40 +01:00
Kevin van Zonneveld
bdc8778b2c Update README.md 2016-02-16 15:01:51 +01:00
Kevin van Zonneveld
63cd89a659 Set up basic acceptance testing #4 2016-02-16 15:01:26 +01:00
Kevin van Zonneveld
68219d21d4 Update README.md 2016-02-15 15:52:05 +01:00
Kevin van Zonneveld
c71b6d14c4 Update README.md 2016-02-15 15:38:27 +01:00
Kevin van Zonneveld
4c256ed58d Update README.md 2016-02-15 12:04:32 +01:00
Kevin van Zonneveld
f2e8ff236a Add clarifications 2015-11-11 16:10:35 +01:00
Kevin van Zonneveld
8147ee81b5 Release 1.1.0 2015-06-29 19:46:16 +02:00
Kevin van Zonneveld
437d384815 Support for ALLOW_REMAINDERS=1 2015-06-29 19:46:08 +02:00
Kevin van Zonneveld
19fcad6851 Make PHONY 2015-06-29 19:45:14 +02:00
Kevin van Zonneveld
df0ad9fe25 Merge pull request #2 from jokajak/patch-1
Update main.sh
2015-02-20 07:40:30 +01:00
Josh
23b68a1bfc Update main.sh
Fix super trivial typo
2015-02-19 19:51:00 -05:00
Kevin van Zonneveld
5b8cf352c8 Use BASH_SOURCE[0] 2014-11-11 12:41:18 +01:00
Kevin van Zonneveld
2f4e089311 Update README.md 2014-11-04 15:23:05 +01:00
Kevin van Zonneveld
4cef357986 Update package.json 2014-11-04 14:55:37 +01:00
Kevin van Zonneveld
964f013e9c Release 1.0.3 2014-11-04 13:19:58 +01:00