1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-04 20:32:27 +01:00

Commit Graph

  • a8d07333e9 updated integration_tests.rs Oliver looney 2024-01-30 19:29:28 +00:00
  • 7f12989127 added set_terminal_title arg to clap_app.rs to fix ci errors Oliver looney 2024-01-29 09:47:41 +00:00
  • 60e32cf823 removed set_terminal_title arg from clap_app.rs since other boolean args aren't in clap_app.rs Oliver looney 2024-01-27 14:46:13 +00:00
  • e9a6aaa30f cargo fmt Oliver looney 2024-01-27 14:44:54 +00:00
  • 9be2a36a01 fixed system wide config tests failing Oliver looney 2024-01-27 14:38:09 +00:00
  • 22254936a2 ran cargo fmt Oliver looney 2024-01-27 14:32:34 +00:00
  • f6d76e0104 added integration test for setting terminal title Oliver looney 2024-01-27 14:31:28 +00:00
  • c911829771 fixed failing tests Oliver looney 2024-01-27 14:23:24 +00:00
  • b33e33fe26 terminal title is only set if user opts in with --set_terminal_title flag Oliver looney 2024-01-27 14:17:25 +00:00
  • 9239b125b1 added a flag to config for setting terminal title Oliver looney 2024-01-27 14:14:40 +00:00
  • 2086cd2668 Merge pull request #2835 from FilipRazek/fix-long-file-names David Peter 2024-01-21 20:17:34 +01:00
  • 1b88267320 Ensure test succeeds by adding flag Filip Razek 2024-01-21 18:54:29 +01:00
  • e586751208 Attempt to fix integration test Filip Razek 2024-01-21 18:04:58 +01:00
  • e7256a624b Refer to PR instead of issue in CHANGELOG Filip Razek 2024-01-21 17:27:59 +01:00
  • 5c1f47359e Run cargo fmt Filip Razek 2024-01-21 17:25:24 +01:00
  • 45ee2dc4c7 fix: Wrap file name in header Filip Razek 2024-01-21 17:13:11 +01:00
  • db66e4459b Merge pull request #2755 from cyqsimon/syntax-mapping-refactor David Peter 2024-01-21 19:43:24 +01:00
  • 55e02e101d Apply review suggestions to benchmark script cyqsimon 2024-01-22 00:25:23 +08:00
  • 230abfd2bc Merge branch 'master' into syntax-mapping-refactor cyqsimon 2024-01-19 15:18:48 +08:00
  • c0f2d6f934 Add note on subdirectory's irrelevance to ordering cyqsimon 2024-01-18 23:26:00 +08:00
  • 9f36a7a284 Minor codestyle improvements cyqsimon 2024-01-18 23:07:11 +08:00
  • e4d637a3d8 Reverse precedence of syntax mappings specified on CLI cyqsimon 2024-01-18 22:41:57 +08:00
  • 98a2b6bc17 Update changelog rhysd 2024-01-10 21:49:50 +09:00
  • 8e66bc8722 Make the error handler FnMut rhysd 2024-01-10 21:46:13 +09:00
  • 15178bca3f fix changelog checker in CI to regex escape the submitter username dependabot/submodules/assets/syntaxes/02_Extra/SublimeJQ-b7e53e5 Keith Hall 2024-01-03 16:34:18 +02:00
  • cd81c7fa6b Bump assets/syntaxes/02_Extra/SublimeJQ from 6870582 to b7e53e5 (#2820) dependabot[bot] 2024-01-03 14:16:33 +00:00
  • 05ccdcd27b Merge remote-tracking branch 'sharkdp/master' into dependabot/submodules/assets/syntaxes/02_Extra/SublimeJQ-b7e53e5 Keith Hall 2024-01-03 16:08:08 +02:00
  • f76f905771 update changelog Keith Hall 2024-01-03 16:06:55 +02:00
  • c963e80343 update highlighted version of sample.jq Keith Hall 2024-01-02 00:38:36 +02:00
  • b4fdb5dc36 Merge branch 'master' into 2783-setting-terminal-title Oliver Looney 2024-01-01 09:45:53 +00:00
  • c76ed99db2 Bump once_cell from 1.18.0 to 1.19.0 (#2826) dependabot[bot] 2024-01-01 04:50:36 +00:00
  • 06aef22943 Bump home from 0.5.5 to 0.5.9 (#2823) dependabot[bot] 2024-01-01 04:37:23 +00:00
  • 128b0d6dd3 Bump thiserror from 1.0.50 to 1.0.53 (#2825) dependabot[bot] 2024-01-01 04:24:27 +00:00
  • 15dc20109f Bump clap from 4.4.10 to 4.4.12 (#2824) dependabot[bot] 2024-01-01 04:10:40 +00:00
  • 5c4bcd6611 Bump anyhow from 1.0.75 to 1.0.78 (#2822) dependabot[bot] 2024-01-01 03:52:33 +00:00
  • ecf4029dc7 Merge pull request #2819 from victor-gp/bump-cmd-help-syntax-b150d84 Keith Hall 2024-01-01 05:22:23 +02:00
  • ea1fbacf76 Bump assets/syntaxes/02_Extra/SublimeJQ from 6870582 to b7e53e5 dependabot[bot] 2024-01-01 03:02:50 +00:00
  • c261b41578 trying to fix failing system_wide_config.rs tests Oliver looney 2023-12-31 22:44:17 +00:00
  • 6f1cc80d68 Merge branch 'master' into 2783-setting-terminal-title Oliver Looney 2023-12-31 22:25:25 +00:00
  • 3b0ade9cb8 slightly changed set terminal command to match docs & broke print line into multiple variables Oliver looney 2023-12-31 22:24:44 +00:00
  • 57016f4e04 small refactoring of set terminal title function Oliver looney 2023-12-31 22:15:00 +00:00
  • 497342fabb Bump cmd-help syntax to latest Víctor González Prieto 2023-12-29 17:52:06 +01:00
  • bf56cd90f0 Eliminate dependency on syn v1 by updating git-version David Tolnay 2023-12-28 20:24:52 -08:00
  • 0acb979e9e Pull in fix for unsafe-libyaml security advisory David Tolnay 2023-12-26 14:02:43 -08:00
  • d7503bfc09 Merge branch 'master' into 2783-setting-terminal-title Oliver Looney 2023-12-27 16:14:04 +00:00
  • b89dc15be1 Use proper Architecture for Debian packages built for musl Martin Nordholts 2023-12-25 16:20:12 +01:00
  • 15ab4478c9 Reduce unnecessary build deps cyqsimon 2023-12-22 19:29:54 +08:00
  • 5b4ce684a1 ran cargo fmt Oliver looney 2023-12-18 17:47:09 +00:00
  • 0027055a83 fixed system_wide_config.rs tests Oliver looney 2023-12-18 17:44:52 +00:00
  • 321b3ec81b updated CHANGELOG.md Oliver looney 2023-12-18 17:38:11 +00:00
  • 1679460f42 updated CHANGELOG.md Oliver looney 2023-12-18 17:32:08 +00:00
  • 907af9e35f updated tests since terminal title is set conditionally Oliver looney 2023-12-18 17:27:51 +00:00
  • 12b74dfb4e terminal title is only set when pager is being used Oliver looney 2023-12-18 16:59:12 +00:00
  • fd84e4f49f fixed all but two failing tests. Last two tests are erroring because of IO circle detected error Oliver looney 2023-12-11 19:09:48 +00:00
  • f0a6fe216d Benchmark prototype cyqsimon 2023-12-11 10:38:59 +08:00
  • d792dc5804 Move rusty-fork to dev-dependencies cyqsimon 2023-11-27 10:35:37 +08:00
  • 8a08025091 Disable builtin_mappings_are_lazily_evaluated for ARM builds cyqsimon 2023-11-07 22:05:38 +08:00
  • 586c804b1e Add test: builtin_mappings_are_lazily_evaluated cyqsimon 2023-11-06 12:57:15 +08:00
  • e30161ac3c Add test: builtin_mappings_matcher_only_compile_once cyqsimon 2023-11-06 11:18:20 +08:00
  • 3865908439 Add test: custom_mappings_precedence cyqsimon 2023-11-06 10:55:22 +08:00
  • 9474b4cf8b Rename & sort syntax mapping tests cyqsimon 2023-11-06 10:54:52 +08:00
  • b48bda21a3 Add test: all_fixed_builtin_mappings_can_compile cyqsimon 2023-11-06 10:48:28 +08:00
  • daf33709a0 Additional sanity check for matcher parser cyqsimon 2023-11-06 10:43:39 +08:00
  • 36073a3d95 Document another rule ignore condition cyqsimon 2023-11-05 22:46:53 +08:00
  • 12fa2cb1eb - is not a legal character in variable name cyqsimon 2023-11-05 22:30:47 +08:00
  • 1f10d846a3 Fix tests cyqsimon 2023-11-05 19:21:00 +08:00
  • 22531eab90 Port all mappings to new system cyqsimon 2023-11-05 18:45:53 +08:00
  • 0c1b80faab Impl per-target syntax mappings cyqsimon 2023-11-05 12:22:26 +08:00
  • 2c9bf229e1 Add doc comment for BUILTIN_MAPPINGS cyqsimon 2023-11-05 10:39:44 +08:00
  • 822e81bb24 Suppress clippy warning for MappingTarget in build script cyqsimon 2023-11-05 10:34:28 +08:00
  • ad628c0471 Fix iterator lifetime incompatibility cyqsimon 2023-11-05 10:12:49 +08:00
  • f483d2df42 Lazily compile GlobMatchers cyqsimon 2023-11-05 02:46:32 +08:00
  • 4ad3002543 s/Lazy<GlobMatcher>/Lazy<Option<GlobMatcher>>/ cyqsimon 2023-11-05 01:49:01 +08:00
  • cfd622d6e1 Migrate SyntaxMapping impl to new system cyqsimon 2023-11-05 01:41:39 +08:00
  • 1c7c9a6b6d Split syntax_mapping/builtin.rs cyqsimon 2023-11-05 01:29:21 +08:00
  • 0c93ca80f4 Guard against duplicate matchers in build script cyqsimon 2023-11-05 01:18:08 +08:00
  • de6d418d42 Remove BuiltinMatcher enum cyqsimon 2023-11-05 00:08:05 +08:00
  • c016b462c0 STATIC_RULES => BUILTIN_MAPPINGS cyqsimon 2023-11-04 21:47:13 +08:00
  • 7e1fbcfe95 Fix visibility for SyntaxMapping::get_syntax_for cyqsimon 2023-11-04 21:42:17 +08:00
  • 4815b6155e Write changelog cyqsimon 2023-11-04 21:18:07 +08:00
  • 075b5b288a Matcher parser errors when empty cyqsimon 2023-11-04 20:23:33 +08:00
  • 7cfd1e0d78 Rerun build script only when necessary cyqsimon 2023-11-02 23:59:20 +08:00
  • 9f7d70f642 Use regex for matcher parsing cyqsimon 2023-11-02 23:16:04 +08:00
  • 0fea82cff9 Minor improvement of variable naming accuracy cyqsimon 2023-11-02 20:35:58 +08:00
  • 64840fbbae join_segments -> build_glob_string cyqsimon 2023-11-02 20:21:07 +08:00
  • 827b3eca2f Add unset *.conf example cyqsimon 2023-11-02 19:59:18 +08:00
  • 9478d2dfe8 Isolate variables at compile time cyqsimon 2023-11-02 19:53:04 +08:00
  • d24501ab5e include! generated mappings in source cyqsimon 2023-11-02 16:48:35 +08:00
  • 9f4259721a Fix codegen type declaration cyqsimon 2023-11-02 16:42:41 +08:00
  • 77e491161c Ensure lexicographical ordering cyqsimon 2023-11-02 16:36:25 +08:00
  • 97780f987e MappingDefModel::into_mapping_list returns MappingList cyqsimon 2023-11-02 16:33:56 +08:00
  • d1bc0ef0d4 Build script codegen initial impl cyqsimon 2023-11-02 16:27:26 +08:00
  • 52f94b4623 Clarify syntax selection algorithm behaviour cyqsimon 2023-10-31 15:10:33 +08:00
  • 37fd050100 Describe filename ordering more accurately cyqsimon 2023-10-31 14:47:35 +08:00
  • 83286975ff Add ordering prefix to git-config example cyqsimon 2023-10-31 11:45:26 +08:00
  • f705fcb984 Add global git-config example cyqsimon 2023-10-31 11:26:36 +08:00
  • 9ca1f20f43 Add specification draft cyqsimon 2023-10-31 11:26:09 +08:00
  • 6ad800e43a tidied commits Oliver looney 2023-12-10 17:24:49 +00:00
  • 069318b139 fixed formatting of terminal title Oliver looney 2023-12-10 17:20:42 +00:00
  • b9b554248d successfully setting the terminal title to bat's input's names Oliver looney 2023-12-10 17:17:19 +00:00