Commit Graph

180 Commits

Author SHA1 Message Date
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
04912ff8fd Add include for constants.sh from print.sh 2020-04-08 03:49:57 -07:00
03971fe64e Split hooks into separate files to reduce compiled size 2020-04-08 03:19:58 -07:00
a91ee96e6a Update scripts to use $EXECUTABLE_BAT instead of $BAT 2020-04-08 03:15:02 -07:00
c4af3eb637 Add tests for all programs --version 2020-04-08 03:11:56 -07:00
a3d2df5927 Update all scripts to use constants, add --version support 2020-04-08 03:00:04 -07:00
0e18760ffc Update build.sh script to inline constants 2020-04-08 02:55:44 -07:00
7eac8b265d Add tests for pager library 2020-04-06 13:01:39 -07:00
3494c9fc2d Update test framework 2020-04-06 12:52:46 -07:00
9ec0d1797c Update documentation to be more clear and descriptive 2020-04-06 11:42:45 -07:00
0c29a7e625 Update CI scripts to use strict testing 2020-04-06 05:03:20 -07:00
b759037adf Update test framework 2020-04-06 05:02:24 -07:00
b72a495de1 Add skip for batgrep tests if ripgrep is not installed 2020-04-06 04:55:57 -07:00