Commit Graph

199 Commits

Author SHA1 Message Date
Thomas Levine
375e8a3137 change -v options to match my needs 2016-03-06 13:54:10 +00:00
Thomas Levine
afde2b1b30 use STDIN interface to sort 2016-03-06 13:42:52 +00:00
Thomas Levine
40d1c63f37 python sort test 2016-03-06 13:39:29 +00:00
Thomas Levine
bd5240d726 sort fallback 2016-03-06 13:30:42 +00:00
Thomas Levine
f61ca2f994 simpler sort string 2016-03-06 10:55:01 +00:00
Thomas Levine
997d256281 GNU sort note 2016-03-06 10:47:22 +00:00
Thomas Levine
868822758f help formatting 2016-03-06 10:46:24 +00:00
Thomas Levine
139152431e add --quiet 2016-03-06 10:45:40 +00:00
Thomas Levine
f5dc43bcef more verbosity levels 2016-03-06 10:42:34 +00:00
Thomas Levine
d39555bfc3 start on more verbosity levels 2016-03-06 10:39:40 +00:00
Thomas Levine
cd79969f28 remove color command from no-color code 2016-03-06 10:26:00 +00:00
Thomas Levine
dc26f877b7 fix file discovery 2016-03-06 10:22:15 +00:00
Thomas Levine
933aa466c4 Automatic commit with j 2016-03-06 10:04:16 +00:00
Thomas Levine
dbd604a82d start on --color 2016-03-06 09:44:10 +00:00
Thomas Levine
81b028d546 start on -v, -vv 2016-03-06 09:37:08 +00:00
Thomas Levine
d504f83141 skip non-executable directories 2016-03-02 22:02:21 +00:00
Thomas Levine
f2305648b7 half-way implementation of error on no found tests 2016-03-02 21:46:16 +00:00
Thomas Levine
918bf31ec5 fix molly guard 2016-03-02 21:18:40 +00:00
Thomas Levine
9fecb802cb remove newline 2016-03-02 20:39:37 +00:00
Thomas Levine
b1ea7ed294 add more braces 2016-03-02 20:39:31 +00:00
Thomas Levine
2b0974d305 add braces around variables 2016-03-02 20:29:33 +00:00
Thomas Levine
a90aed95a5 Automatic commit with j 2016-03-02 20:19:33 +00:00
Thomas Levine
e745555367 update documentation in --help 2016-02-29 13:29:51 +00:00
Thomas Levine
f8d98d9978 update shell cycling logic to match documentation
and I updated the documentation already because this new way seems
easier to think about
2016-02-29 12:29:49 +00:00
Thomas Levine
ceaf1bc92d check for lacking shebang line, only 2016-02-29 05:10:53 +00:00
Thomas Levine
44d4446be0 make separate licenses more clear 2016-02-29 04:11:37 +00:00
Thomas Levine
6db7ec41eb agpl license 2016-02-29 04:09:46 +00:00
Thomas Levine
347d975508 test --verbose 2016-02-29 03:55:21 +00:00
Thomas Levine
8aab5dad0d implement --timeout 2016-02-29 03:40:27 +00:00
Thomas Levine
34a065c074 start timeout 2016-02-29 03:37:04 +00:00
Thomas Levine
e5792a2f90 debugging zsh errors 2016-02-29 02:32:58 +00:00
Thomas Levine
bf19f94c08 pass env variable better i think 2016-02-29 02:13:40 +00:00
Thomas Levine
39f1ec70f6 warn about sorting 2016-02-29 01:37:53 +00:00
Thomas Levine
6f9aa9ad32 exit on fail works i think 2016-02-29 01:07:04 +00:00
Thomas Levine
f9c7b63b7c Automatic commit with j 2016-02-29 01:03:56 +00:00
Thomas Levine
ac557a4295 exit code handling 2016-02-29 01:03:17 +00:00
Thomas Levine
9477e3ee73 direct stderr to /dev/null 2016-02-29 00:43:56 +00:00
Thomas Levine
a94d04b136 sort -m 2016-02-29 00:41:03 +00:00
Thomas Levine
fca041d26e change molly guard error explanation 2016-02-28 22:56:49 +00:00
Thomas Levine
c6e1016b80 stop urchin_root at hidden directories 2016-02-28 22:49:57 +00:00
Thomas Levine
67aa65c3c7 add --verbose 2016-02-28 22:41:13 +00:00
Thomas Levine
06952c7761 work on setup teardown 2016-02-28 22:36:45 +00:00
Thomas Levine
58f2f754b5 move some setup teardown tests 2016-02-28 22:33:47 +00:00
Thomas Levine
9772161eaf fix exit codes 2016-02-28 21:37:28 +00:00
Thomas Levine
fd85cc54a3 don't worry about supporting zsh for now 2016-02-28 21:31:57 +00:00
Thomas Levine
dfab129074 exit 11 2016-02-28 21:02:38 +00:00
Thomas Levine
d7e1806040 make fullpath a function instead of an alias
Somehow this helps with sub-shells I guess.
2016-02-28 20:58:54 +00:00
Thomas Levine
3b90d0cda6 shorter molly guard message code 2016-02-28 20:57:55 +00:00
Thomas Levine
5aa081f1df test exit codes 2016-02-28 20:56:21 +00:00
Thomas Levine
7ab322923a separate stdout files by shell 2016-02-28 20:31:17 +00:00