Commit Graph

391 Commits

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