Commit Graph

183 Commits

Author SHA1 Message Date
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
Ethan P
03971fe64e
Split hooks into separate files to reduce compiled size 2020-04-08 03:19:58 -07:00
Ethan P
a91ee96e6a
Update scripts to use $EXECUTABLE_BAT instead of $BAT 2020-04-08 03:15:02 -07:00
Ethan P
c4af3eb637
Add tests for all programs --version 2020-04-08 03:11:56 -07:00
Ethan P
a3d2df5927
Update all scripts to use constants, add --version support 2020-04-08 03:00:04 -07:00
Ethan P
0e18760ffc
Update build.sh script to inline constants 2020-04-08 02:55:44 -07:00
Ethan P
7eac8b265d
Add tests for pager library 2020-04-06 13:01:39 -07:00
Ethan P
3494c9fc2d
Update test framework 2020-04-06 12:52:46 -07:00
Ethan P
9ec0d1797c
Update documentation to be more clear and descriptive 2020-04-06 11:42:45 -07:00