1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-04-23 02:55:13 +01:00

Commit Graph

  • a6f01af8de
    Merge branch 'master' into containers-conf David Peter 2024-02-23 21:50:35 +01:00
  • 85a549e293
    Merge pull request #2840 from anki-code/master David Peter 2024-02-23 21:48:58 +01:00
  • b718889ba2
    Merge branch 'master' into master David Peter 2024-02-23 21:48:44 +01:00
  • 708c74f6af
    Merge pull request #2795 from mxaddict/master David Peter 2024-02-23 21:48:20 +01:00
  • 74d666f5c0
    Merge branch 'master' into skip-highlighting-when-no-color David Peter 2024-02-23 21:45:38 +01:00
  • 7604fe5567
    Merge pull request #2807 from Oliver-Looney/2783-setting-terminal-title David Peter 2024-02-23 21:37:28 +01:00
  • 0080b043c4
    Merge branch 'master' into master David Peter 2024-02-23 21:35:21 +01:00
  • c7bce46622
    Write changelog cyqsimon 2024-02-21 15:24:36 +08:00
  • 2b4339663c
    Builtin glob matchers build offload, v2 cyqsimon 2024-02-21 14:56:37 +08:00
  • 6a6b02117b
    Apply clippy fixes (#2864) cyqsimon 2024-02-21 02:39:22 +08:00
  • 511cd30105
    Write changelog cyqsimon 2024-02-21 00:26:23 +08:00
  • 92915e22e7
    Map containers .conf files to TOML syntax cyqsimon 2024-02-21 00:18:45 +08:00
  • d499191b0a
    Write changelog cyqsimon 2024-02-20 14:54:43 +08:00
  • 152d69fe98
    Add syntax mapping for podman quadlets cyqsimon 2024-02-20 14:49:12 +08:00
  • 81aa24310c
    Write changelog cyqsimon 2024-02-20 14:33:02 +08:00
  • 75cdabaf13
    Relax syntax mapping rule restrictions to allow brace expansion cyqsimon 2024-02-20 14:24:51 +08:00
  • 1f628203e5
    Merge branch 'master' into 2783-setting-terminal-title Oliver Looney 2024-02-12 09:34:01 +00:00
  • 1b9fc1d5af
    Merge pull request #2856 from eth-p/fix-2185 David Peter 2024-02-12 08:32:47 +01:00
  • bc1ca1a346
    Merge branch 'master' into fix-2185 David Peter 2024-02-12 08:19:56 +01:00
  • f735120978
    Merge pull request #2854 from eth-p/fix-line-number-wrap-off-by-one David Peter 2024-02-12 08:19:34 +01:00
  • 25b5a41189
    Skip syntax parsing when color output disabled Ethan P. 2024-02-11 22:29:25 -08:00
  • c94cf4e14e
    Split syntax highlighting from print_line into fn Ethan P. 2024-02-11 22:27:35 -08:00
  • 84d80eebd0
    Test for correct categorization of SGR sequences Ethan P. 2024-02-11 19:29:09 -08:00
  • 915dd9fbf8
    Fix incorrect categorization of SGR sequences Ethan P. 2024-02-11 19:27:04 -08:00
  • 9d77c1373c
    Fix off-by-one error in line number continuation Ethan P. 2024-02-11 13:49:13 -08:00
  • c3f2ddf509
    Merge branch 'master' into 2783-setting-terminal-title Oliver Looney 2024-02-11 22:53:48 +00:00
  • 8a51172b11
    simplified basic_set_terminal_title Oliver looney 2024-02-11 22:43:07 +00:00
  • 875046e4cd
    Mention which style components are the default einfachIrgendwer0815 2024-02-03 22:51:02 +01:00
  • a5bd9f51be Added JSONC and aws credentials to the syntax mappings mxaddict 2024-02-11 04:57:42 +08:00
  • 5a2a20af42
    Merge pull request #2544 from eth-p/fix-2541 Ethan P 2024-02-09 22:20:30 -08:00
  • 61029c8bd2
    Update changelog for fix of ANSI OSC sequences Ethan P 2024-02-07 17:17:44 -08:00
  • 1023399c5e
    Remove hyperlink when wrapping lines Ethan P 2023-04-17 19:19:49 -07:00
  • 6549e26f5d
    Re-emit hyperlinks when wrapping lines Ethan P 2023-04-17 19:07:58 -07:00
  • 165c495e75
    Replace AnsiCodeIterator in printer.rs Ethan P 2023-04-17 17:02:42 -07:00
  • 6b9b085be3
    Add EscapeSequenceIterator Ethan P 2023-04-17 16:35:32 -07:00
  • 2d46d54ae3
    Add tests for re-emitting SGR sequences on wrap Ethan P 2023-04-17 17:27:08 -07:00
  • 3d04699710
    Add regression test for #2541 Ethan P 2023-04-17 15:52:17 -07:00
  • 054421268f
    Strip OSC sequences before printing Ethan P 2023-04-16 20:18:40 -07:00
  • 414403b062
    Add EscapeSequenceOffsetsIterator Ethan P 2023-04-16 19:59:52 -07:00
  • c29bf2ff28 Update git2 dependency Ethan P 2024-02-09 21:45:29 -08:00
  • ab4e5ed52e
    Merge pull request #2815 from dtolnay-contrib/derive David Peter 2024-02-09 08:21:21 +01:00
  • 1a54c9bf6d
    Eliminate dependency on serde's "derive" feature David Tolnay 2023-12-28 14:38:35 -08:00
  • 02077db53e
    undid unnecessary api visibility changes Oliver looney 2024-02-08 21:41:20 +00:00
  • 7ce010d9ed
    Using hypens instead of underscores for set-terminal-title command Oliver looney 2024-02-08 21:33:03 +00:00
  • 95993cf37e
    Bump assets/syntaxes/02_Extra/cmd-help from b150d84 to 209559b (#2841) dependabot[bot] 2024-02-08 07:54:17 +00:00
  • 3761df9112
    Merge pull request #2849 from eth-p/readme-less-options-explained David Peter 2024-02-08 08:29:20 +01:00
  • adfaef19da
    Clarify when/how default args are added to less Ethan P. 2024-02-07 21:18:12 -08:00
  • f7bea6de5b
    Bump clircle from 0.4.0 to 0.5.0 (#2845) dependabot[bot] 2024-02-01 05:00:25 +00:00
  • 65aae5d0a1
    Bump toml from 0.8.6 to 0.8.9 (#2844) dependabot[bot] 2024-02-01 04:43:10 +00:00
  • e3866b1f7e
    Bump indexmap from 2.1.0 to 2.2.2 (#2847) dependabot[bot] 2024-02-01 04:25:19 +00:00
  • 23de8e093b
    Bump semver from 1.0.20 to 1.0.21 (#2843) dependabot[bot] 2024-02-01 04:05:59 +00:00
  • 196a4cb18f
    Bump assets/themes/zenburn from e627f1c to 86d4ee7 (#2842) dependabot[bot] 2024-02-01 03:15:26 +00:00
  • 695cf1f387
    Update CHANGELOG.md Andy Kipp 2024-01-31 14:12:00 +01:00
  • 0af1df5258
    Create xonsh.toml Andy Kipp 2024-01-31 14:07:56 +01:00
  • 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