Commit Graph

292 Commits

Author SHA1 Message Date
875504ba06 test: Update test framework 2020-05-06 18:52:53 -07:00
529eb60498 build: Fix 'will_minify none' not working, leading to unnecessary warning (#30) 2020-05-03 18:28:07 -07:00
a3c4fa1014 build: Print shfmt error to stderr instead of stdout (#29) 2020-05-03 18:24:51 -07:00
5af706fc7c test: Update test framework 2020-05-02 17:16:50 -07:00
63101805be lib: Fix term_width to handle cases where stty size returns '0 0' 2020-05-02 17:11:30 -07:00
c98e21df04 lib: Reduce size of term_width function 2020-05-02 17:03:53 -07:00
427baf1491 lib: Add term.sh to more accurately get terminal width 2020-05-02 16:58:17 -07:00
bdc2e6ea01 test: Update test framework 2020-05-02 16:28:38 -07:00
e7a394a154 lib: Use 'awk' instead of '/usr/bin/awk' 2020-05-02 14:58:33 -07:00
d6db998042 developer: Bump version 2020-05-02 14:57:59 -07:00
360c5b819c test: Update test framework to fix on Bash 3.2 2020-05-02 14:54:04 -07:00
fb9730001f docs: Change markdown that may be parsed incorrectly 2020-05-02 01:32:00 -07:00
f9bdcc9494 test: Update test framework 2020-05-01 23:59:31 -07:00
20a0058014 lib: Fix issue when pagers read an empty argument as a file v2020.05.01 2020-05-01 23:03:59 -07:00
d29915f141 Revert "lib: Remove unused function in pager lib"
This reverts commit 309a2169ba.
2020-05-01 22:59:09 -07:00
d5fa65132d lib: Remove opt_hooks.sh and edit scripts to source lib files directly 2020-04-30 22:11:36 -07:00
50e9cd8caa developer: Update build.sh to remove redundant copyright comments 2020-04-30 22:06:11 -07:00
275c66b213 developer: Fix build.sh to inline EXECUTABLE_DELTA constant 2020-04-30 21:57:54 -07:00
29fb251348 test: Update tests to shim stty instead of tput
Since we removed a dependency on tput, it makes more sense to shim the
command that we replaced it with.
2020-04-30 21:47:59 -07:00
7dc1c509fb developer: Update release script for improved release description 2020-04-30 21:37:08 -07:00
19f49bb5ee developer: Update release script 2020-04-30 21:07:28 -07:00
57b129e1f7 Bump version to 2020.04.30 2020-04-30 20:44:53 -07:00
820eae1e9d test: Update test framework 2020-04-30 20:42:23 -07:00
309a2169ba lib: Remove unused function in pager lib 2020-04-30 20:37:17 -07:00
e4d790ca91 lib: Fix regression in pager library 2020-04-30 20:37:01 -07:00
4ee7451532 batman: Forward paging options to bat instead of handling them 2020-04-30 20:21:08 -07:00
9f983891fd lib: Fix behavior of PAGER environment var (#24) 2020-04-30 20:13:03 -07:00
bad5ab13a2 docs: Update README to mention that compiled scripts are faster 2020-04-27 19:10:22 -07:00
d81456872b test: Add 'perf' suite to find out which libraries cost the most startup time 2020-04-27 19:08:06 -07:00
a31b322272 lib: Add include guard to constants.sh to lower startup time 2020-04-27 19:05:42 -07:00
8524f873fb docs: Fix README pointing to the wrong document for batdiff 2020-04-27 18:52:57 -07:00
2cc263f85c build: Use parallel test execution to speed up verification time 2020-04-27 18:51:36 -07:00
b0a2ca70ba test: Fix argument values given to test.sh not being passed to Best 2020-04-27 18:51:36 -07:00
7a75c55a34 ci: Update CI config.yml to install SSH along with git 2020-04-27 18:51:36 -07:00
76afe39c96 test: Generate snapshot for batdiff 2020-04-27 18:51:36 -07:00
7754406d54 *: Fix regression introduced by opt_hook_width on non-tty output 2020-04-27 18:51:36 -07:00
af98cf5246 test: Update testing framework
Now we can test in parallel :)
2020-04-27 18:51:36 -07:00
91860968f0 docs: Update docs for batgrep 2020-04-27 18:51:36 -07:00
b2bc772ad1 batgrep/batwatch: Update to use terminal width opt hook instead of tput cols 2020-04-27 18:51:36 -07:00
ab0f1b96d6 batdiff: Add batdiff script 2020-04-27 18:51:36 -07:00
0d73f2abd5 prettybat: Add support for GraphQL via Prettier 2020-04-27 02:14:34 -07:00
865c8b252b prettybat: Add support for bat 0.14.0 --file-name option 2020-04-27 02:08:34 -07:00
e8baf911d1 docs: Add CONTRIBUTING.md 2020-04-27 01:45:14 -07:00
e79e747e71 test: Avoid using 'head' 2020-04-27 01:22:22 -07:00
7fa1faf7bf bat-modules: Add working but work-in-progress code 2020-04-17 02:40:52 -07:00
9a92579100 test: Add suite for DSL parsing library 2020-04-17 02:25:33 -07:00
c5927f72af bat-modules: Start work on bat-modules script 2020-04-17 01:58:59 -07:00
9c489732e6 lib: Add 'dsl.sh' library for parsing simple DSL 2020-04-17 01:12:11 -07:00
47cf670943 developer: Add copyright/info banner to compressed scripts 2020-04-16 23:41:06 -07:00
00eafe67d0 developer: Add release message generation to release.sh v20200408 v2020.04.08 2020-04-08 06:07:07 -07:00