1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-08 14:22:25 +01:00

Commit Graph

  • 44daae4a8f Bump console from 0.15.0 to 0.15.1 dependabot[bot] 2022-08-12 13:24:11 +00:00
  • dd2c6e07b8 Bump nix from 0.24.1 to 0.24.2 dependabot[bot] 2022-08-01 02:09:24 +00:00
  • 7b2e0ece55 Prevent fork nightmare with PAGER=batcat (#2235) John Higgins 2022-08-12 05:27:47 -07:00
  • c4d9d7561b Color fstab dump and pass fields correctly (#2246) yuvalmo 2022-07-23 03:37:18 +03:00
  • 4583826a5b Fix documentation typo: --pager=never → --paging=never Anders Kaseorg 2022-07-05 22:48:53 -07:00
  • c8b11873b1 Bump semver from 1.0.9 to 1.0.11 dependabot[bot] 2022-07-01 02:03:35 +00:00
  • b48cb99805 Bump serde_yaml from 0.8.23 to 0.8.24 dependabot[bot] 2022-07-01 02:03:44 +00:00
  • f93d650708 Fix typos Kian-Meng Ang 2022-06-12 21:34:14 +08:00
  • ed4997c77c Add syntax mapping from NSE to Lua (#2214) Cre3per 2022-06-04 14:12:42 +02:00
  • 16488f3d82 Bump flate2 from 1.0.23 to 1.0.24 dependabot[bot] 2022-06-01 05:57:29 +00:00
  • 373b22824d Bump serde from 1.0.136 to 1.0.137 dependabot[bot] 2022-06-01 05:54:19 +00:00
  • 17c099e589 Bump regex from 1.5.5 to 1.5.6 dependabot[bot] 2022-06-01 02:06:29 +00:00
  • 7d6aa09a56 Bump once_cell from 1.10.0 to 1.12.0 dependabot[bot] 2022-06-01 02:06:47 +00:00
  • b99ada8918 Bump semver from 1.0.7 to 1.0.9 dependabot[bot] 2022-06-01 02:06:50 +00:00
  • aa35cb52c4 Add exemplary hexyl plugin bat-plugins David Peter 2022-05-29 22:51:10 +02:00
  • 446b9181e6 Add simple 'directories' plugin David Peter 2022-05-29 21:04:47 +02:00
  • 040242c9be Add initial version of curl plugin David Peter 2022-05-29 20:57:08 +02:00
  • dbf78d280a Fix loading of several plugins David Peter 2022-05-29 20:57:01 +02:00
  • bc91af3ee5 Better error handling David Peter 2022-05-29 20:48:37 +02:00
  • 3811615606 Initial prototype for Lua plugins David Peter 2022-05-29 20:38:58 +02:00
  • 3339eee2dc Make the default macOS theme depend on Dark Mode (#2197) Martin Nordholts 2022-05-24 19:29:03 +02:00
  • e9f8370b13 Refer to discussions page in issue templates. David Peter 2022-05-22 21:27:54 +02:00
  • 892b186ba5 Add CHANGELOG entry David Peter 2022-05-16 21:37:59 +02:00
  • 6db64cf050 Use cross to build x86_64-unknown-linux-gnu executables David Peter 2022-05-16 21:13:52 +02:00
  • 5f139e5ec2 CHANGELOG.md: Remove empty Themes section for v0.21.0 Martin Nordholts 2022-05-15 15:28:25 +02:00
  • 8b50ef87fd Post-release: Prepare an "unreleased" section at the top of CHANGELOG.md Martin Nordholts 2022-02-27 08:40:56 +01:00
  • 405e5f7460 assets/create.sh v0.21.0 Martin Nordholts 2022-05-10 17:37:20 +02:00
  • 8d4f8ba1b2 CHANGELOG.md: unreleased -> v0.21.0 Martin Nordholts 2022-05-10 17:35:38 +02:00
  • d3f89bc4bc Bump to v0.21.0 Martin Nordholts 2022-05-10 17:33:49 +02:00
  • 5fe9b3e1b3 Make INI syntax register as handler of .inf files Martin Nordholts 2022-05-10 20:27:48 +02:00
  • dc7d5a862f release-checklist.md: Don't recommend --allow-dirty to cargo publish Martin Nordholts 2022-05-09 08:39:27 +02:00
  • 4789c71a37 release-checklist.md: Recommend looking at the tip of master for -h and man Martin Nordholts 2022-05-09 08:37:49 +02:00
  • be99b759d3 release-checklist.md: Recommend --locked for cargo install Martin Nordholts 2022-05-09 08:36:24 +02:00
  • 5f7ae6b277 release-checklist.md: Recommend a single git grep command for MSRV Martin Nordholts 2022-05-09 08:35:27 +02:00
  • ea5aaa03a2 CHANGELOG.md: Clean up and tweak Martin Nordholts 2022-05-08 20:39:33 +02:00
  • 7334ab4542 Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) Martin Nordholts 2022-05-07 13:43:11 +02:00
  • 719248f1c1 Simplify release-checklist.md by printing -h, --help and man in CI (#2183) Martin Nordholts 2022-05-06 07:33:32 +02:00
  • ef3e398b2b Bump assets/syntaxes/02_Extra/Zig from 87ecbca to 1a4a384 (#2136) dependabot[bot] 2022-05-05 20:29:17 +02:00
  • 52bab63e18 Add --relative to batdiff in README.md (#2172) Tejinder Singh 2022-05-05 14:27:52 -04:00
  • 0851bbbb28 printer.rs: De-duplicate code to highlight long lines Martin Nordholts 2022-05-05 07:00:03 +02:00
  • 05ebf5ed26 Limit nix features Ryan Zoeller 2022-05-01 12:12:00 -05:00
  • adea895026 Add a --style=default option (#2119) Isaac Horvath 2022-05-04 15:31:32 -04:00
  • a6bd28a78b Bump assets/syntaxes/02_Extra/Nginx from 15a1db1 to 65f5a63 dependabot[bot] 2022-05-01 02:03:15 +00:00
  • b5294f1cb2 Skip syntax highlighting for long lines (#2165) Keith Hall 2022-05-04 08:59:24 +03:00
  • 5114c0189d Add support for BusyBox less as pager (#2162) Nathan Fisher 2022-05-04 01:56:38 -04:00
  • f2727d74d5 Bump nix from 0.23.1 to 0.24.1 dependabot[bot] 2022-05-01 02:04:04 +00:00
  • 735bee47eb Bump flate2 from 1.0.22 to 1.0.23 dependabot[bot] 2022-05-01 02:04:13 +00:00
  • a05ac53040 Bump thiserror from 1.0.30 to 1.0.31 dependabot[bot] 2022-05-01 02:04:19 +00:00
  • acb1231e40 Run cargo clippy --fix --all-targets --all-features with Rust 1.60 Martin Nordholts 2021-12-08 08:29:10 +01:00
  • 3ae05333b0 Add mapping for Unix mail spool (#2156) cyqsimon 2022-04-28 04:51:10 +08:00
  • 4291fd5c65 Bump assets/syntaxes/02_Extra/Fish from cd95616 to 98316d4 dependabot[bot] 2022-04-01 02:02:30 +00:00
  • b0898900ce Syntax: add cmd-help (#2148) Víctor González Prieto 2022-04-26 19:42:18 +02:00
  • 3239d3be2a bug_report.md template: Explicitly ask for steps Martin Nordholts 2022-04-12 20:42:14 +02:00
  • 19033d7315 bug_report.md template: Mention some already reported bugs Martin Nordholts 2022-04-12 20:41:25 +02:00
  • 520081a92c Print info about custom assets in --diagnostics Martin Nordholts 2022-04-02 19:46:43 +02:00
  • 47e0dc22d2 Lock regex crate at min 1.5.5 for CVE-2022-24713 Martin Nordholts 2022-04-02 20:03:54 +02:00
  • 33a984992b Update CHANGELOG.md acheronfail 2022-04-03 02:00:08 +11:00
  • b1e67e215c Allow configuring show_nonprintable from PrettyPrinter acheronfail 2022-04-01 20:24:33 +10:30
  • 49317adcd3 Bump git2 from 0.14.1 to 0.14.2 dependabot[bot] 2022-04-01 02:02:58 +00:00
  • 738304fe27 Bump once_cell from 1.9.0 to 1.10.0 dependabot[bot] 2022-04-01 02:02:54 +00:00
  • a191552031 Bump regex from 1.5.4 to 1.5.5 dependabot[bot] 2022-04-01 02:03:03 +00:00
  • cec7229b6a Bump semver from 1.0.6 to 1.0.7 dependabot[bot] 2022-04-01 02:03:09 +00:00
  • e735562098 Bump assets/syntaxes/02_Extra/Fish from 2c254cc to cd95616 dependabot[bot] 2022-03-01 03:03:32 +00:00
  • 1b030dc03b Merge pull request #2127 from sharkdp/log_syntax_2123 Keith Hall 2022-03-23 22:37:44 +02:00
  • c0ec03e08a Syntax: [Log] highlight escape characters in double quoted strings Keith Hall 2022-03-21 20:00:58 +02:00
  • 6b660ef63a Add test for systemwide config file support Patrick Pichler 2021-10-28 13:52:59 +02:00
  • 5ed64444e3 Add systemwide config file support Patrick Pichler 2021-10-06 20:32:47 +02:00
  • 9ab378b5dc Include contents of custom assets metadata.yaml in --diagnostics Martin Nordholts 2022-03-03 05:58:44 +01:00
  • a153a78d7a Bump shell-words from 1.0.0 to 1.1.0 dependabot[bot] 2022-03-01 03:04:06 +00:00
  • 3ff738602e Bump git2 from 0.13.25 to 0.14.1 dependabot[bot] 2022-03-01 03:04:19 +00:00
  • 282b70291f Add CHANGELOG entry David Peter 2022-03-06 19:45:05 +01:00
  • 6330f36495 Updated test names David Peter 2022-03-06 19:44:31 +01:00
  • e7df748b6d correctly handle multiple tabs in one line Patrick Hilhorst 2022-01-24 12:40:17 +01:00
  • 67124f8513 add show_all_tabstops_long integration test Patrick Hilhorst 2022-01-23 12:35:05 +01:00
  • 16f940c2d3 add show_all_tabstops integration test Patrick Hilhorst 2022-01-23 12:27:10 +01:00
  • da5921b4a9 Correctly render tab stops Patrick Hilhorst 2022-01-20 14:35:25 +01:00
  • cde239e809 Syntax: add clang-format (#2076) TruncatedDinosour 2022-03-06 19:01:49 +00:00
  • 97a98e037d Bump serial_test from 0.5.1 to 0.6.0 dependabot[bot] 2022-03-01 05:57:40 +00:00
  • 3ffff8d2d8 Bump semver from 1.0.4 to 1.0.6 dependabot[bot] 2022-03-01 03:04:11 +00:00
  • 95796a9cc0 Bump predicates from 2.1.0 to 2.1.1 dependabot[bot] 2022-03-01 03:04:15 +00:00
  • 7be9485c36 release-checklist: Remind where to push tags in forks Martin Nordholts 2022-02-27 08:50:21 +01:00
  • 448bfaf748 Prepare a "unreleased" section at the top of CHANGELOG.md Martin Nordholts 2022-02-27 08:40:56 +01:00
  • 0655ecf23d Prepare for v0.20.0 release v0.20.0 Martin Nordholts 2022-02-26 17:27:34 +01:00
  • 671fc952bc release-checklist.md: Add tip on how to review the man page Martin Nordholts 2022-02-26 17:48:27 +01:00
  • 3c057aa590 Add header-filename and header-filesize where missing Martin Nordholts 2022-02-26 17:54:09 +01:00
  • 8e8c350391 release-checklist.md: Remove '## Dependencies' Martin Nordholts 2022-02-25 19:48:57 +01:00
  • 1ee49b4d97 CONTRIBUTING.md: Encourage regression tests (#2089) Martin Nordholts 2022-02-26 17:03:54 +01:00
  • 14ddda0a8b Recognize files in $XDG_CONFIG_HOME/git/ and $HOME/.config/git/ better (#2067) cyqsimon 2022-02-27 00:01:00 +08:00
  • 36093dd3bc Fix a repology badge in READMEs yuuji.yaginuma 2022-02-26 10:37:10 +09:00
  • ad6cae433a fix Bash completion on macOS (#2074) Josh Pencheon 2022-02-24 06:57:23 +00:00
  • e4f6fb2afe Add JQ syntax highlighting ltdk 2022-02-12 14:18:21 -05:00
  • d21f1e8f17 Underline highlighted lines in ANSI theme (#1985) Mahdi Dibaiee 2022-02-14 18:02:14 +00:00
  • f6ce5d2054 Write # Defaults are used in the file Martin Nordholts 2022-02-09 17:52:48 +01:00
  • b60225051d Add empty rustfmt to enfore default formatter settings cyqsimon 2022-02-09 18:25:15 +08:00
  • f2166ec6ec Add additional note to sponsors.md David Peter 2022-02-09 21:57:52 +01:00
  • 491d32cbf3 Minor README change David Peter 2022-02-09 21:55:16 +01:00
  • 478712be38 make further improvements to docs relating to sponsors Keith Hall 2022-02-09 22:41:59 +02:00
  • d5d2fc4016 create separate sponsors.md file Keith Hall 2022-02-09 22:34:46 +02:00
  • ed7cd1c45b improve sponsor section in readme Keith Hall 2022-02-09 22:26:12 +02:00
  • f340893a21 Add WorkOS sponsor to readme Keith Hall 2022-02-09 22:18:55 +02:00