1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01:00

Commit Graph

  • 50958472e5 Return theme alongside detected color scheme Tau Gärtli 2024-08-23 18:03:07 +02:00
  • 89ce060183 Update help, man page and completions Tau Gärtli 2024-08-18 20:32:23 +02:00
  • bc42149a72 Merge color scheme options into theme / BAT_THEME Tau Gärtli 2024-08-18 14:59:14 +02:00
  • 0c3b22e0f0 Run syntax highlighting when --binary=as-text einfachIrgendwer0815 2024-06-01 00:13:03 +02:00
  • a769a3d813 Update CHANGELOG einfachIrgendwer0815 2024-05-31 20:58:25 +02:00
  • 7cc231b82b Test --binary=as-text einfachIrgendwer0815 2024-05-31 18:32:28 +02:00
  • 7f089ead62 Add option --binary einfachIrgendwer0815 2024-05-31 18:20:16 +02:00
  • b9b981f657 Generalize --detect-color-scheme to --color-scheme Tau Gärtli 2024-07-18 17:36:57 +02:00
  • abf9dada04 Remove HighlightingAssets::default_theme() Tau Gärtli 2024-07-18 15:49:25 +02:00
  • 5c6974703e Respect --detect-color-scheme flag when listing themes Tau Gärtli 2024-05-01 08:27:31 +02:00
  • 1b0a6da4be Use new default_theme fn for --list-themes Tau Gärtli 2024-04-16 14:43:50 +02:00
  • 06b645435a Add changelog entry Tau Gärtli 2024-04-16 14:43:44 +02:00
  • c3b190d45b Disable color detection in test Tau Gärtli 2024-04-16 14:43:42 +02:00
  • 594b1417f1 Update readme Tau Gärtli 2024-04-16 14:43:39 +02:00
  • e8ca6ec7c3 Remove cargo feature Tau Gärtli 2024-04-16 14:43:35 +02:00
  • 6498615f5f Improve upon the documentation Tau Gärtli 2024-04-16 14:43:33 +02:00
  • 30b0143ccf Make default_theme pub Tau Gärtli 2024-07-18 15:44:33 +02:00
  • ff81cfd584 Move actual detection into library Tau Gärtli 2024-04-16 14:43:31 +02:00
  • 14ce668a1d Add generated powershell completion to ignore list Tau Gärtli 2024-04-16 14:43:27 +02:00
  • 9a1bfe946d Update completions and man page Tau Gärtli 2024-04-16 14:43:24 +02:00
  • cea45e05f3 Expose new theme selection in CLI Tau Gärtli 2024-07-18 15:38:28 +02:00
  • cda363a3f7 Use default_theme() function from theme module Tau Gärtli 2024-04-16 14:43:20 +02:00
  • de796392cf Deprecate old default_theme function Tau Gärtli 2024-04-16 14:43:18 +02:00
  • 1423dd9440 Choose theme based on the terminal's color scheme Tau Gärtli 2024-04-16 14:43:16 +02:00
  • 60b3428ad7 Fix lock file Alex Jesipow 2024-08-10 11:38:38 +02:00
  • 571970f8ff Merge branch 'master' into read-from-tail Alex 2024-08-10 11:34:45 +02:00
  • 18a0653ce8 Add changelog entry Alex Jesipow 2024-08-10 11:27:34 +02:00
  • 569286055c Support relative negative line ranges Alex Jesipow 2024-08-10 10:37:19 +02:00
  • b662fec214 Bump ansi_colours from 1.2.2 to 1.2.3 (#3058) dependabot[bot] 2024-08-01 03:28:12 +00:00
  • d8d0b77568 Bump indexmap from 2.2.6 to 2.3.0 (#3057) dependabot[bot] 2024-08-01 03:14:26 +00:00
  • 13317b0a3b Bump expect-test from 1.4.1 to 1.5.0 (#3055) dependabot[bot] 2024-08-01 02:47:46 +00:00
  • 2616296183 Merge pull request #2929 from eth-p/add-remove-styles Ethan P. 2024-07-30 21:30:19 -07:00
  • 39684b85ad Update changelog Ethan P. 2024-04-06 18:10:01 -07:00
  • aa3ec109b7 First StyleComponentList should remove from 'auto' style. Ethan P. 2024-06-10 17:39:55 -07:00
  • 180a77ee99 Add integration tests for merging styles Ethan P. 2024-04-06 17:21:03 -07:00
  • 93b25d75a0 Join env var options with "=" instead of " " Ethan P. 2024-04-06 17:05:46 -07:00
  • 6e91ba83b7 Update clap/docs for merging --style arguments Ethan P. 2024-04-06 15:04:20 -07:00
  • b74c125c43 Support merging --style arguments Ethan P. 2024-04-06 14:54:10 -07:00
  • fd1e0d5876 Merge pull request #2995 from akinomyoga/update-man Keith Hall 2024-07-29 07:14:31 +03:00
  • 9a650e8279 Update CHANGELOG Koichi Murase 2024-06-09 21:16:31 +09:00
  • d5aa9d8e05 Add options generated by completions to the man page Koichi Murase 2024-06-10 08:13:23 +09:00
  • b1cdc06430 Add --no-* options to Bash/Zsh completions Koichi Murase 2024-06-10 07:52:42 +09:00
  • 83a15ac05f Add --cache-dir to Fish completion Koichi Murase 2024-06-10 07:48:23 +09:00
  • 43a77a42f8 Add options present in --help to Bash completion Koichi Murase 2024-06-09 20:40:56 +09:00
  • 44ca1e7df1 Add options present in --help to the man page Koichi Murase 2024-06-09 20:24:00 +09:00
  • 23fd200482 Associate JSON-LD .jsonld files with json syntax (fixes #3036) Michael Vorburger 2024-07-21 22:56:16 +02:00
  • 9f1c62b013 Merge pull request #3031 from brenton-at-pieces/add-cfml Keith Hall 2024-07-26 19:45:44 +03:00
  • 319b8868fc Write changelog cyqsimon 2024-07-26 23:39:27 +08:00
  • 7bd6cdbebc Add syntax mapping for kubernetes config files cyqsimon 2024-07-26 15:37:48 +08:00
  • 1488a4a006 Merge branch 'master' into add-cfml Brenton Bostick 2024-07-26 09:09:30 -04:00
  • 56d2823b0e Merge pull request #3045 from cyqsimon/time Keith Hall 2024-07-26 12:12:57 +03:00
  • 1a11ba11e3 Write changelog cyqsimon 2024-07-26 16:18:16 +08:00
  • c34bdb5e66 Bump time to 0.3.36 (fixes #3043) cyqsimon 2024-07-26 16:10:17 +08:00
  • 10456e1d51 Merge branch 'master' into add-cfml Brenton Bostick 2024-07-25 15:54:50 -04:00
  • bbdadc7e38 Merge pull request #3038 from vorburger/bump-textproto Keith Hall 2024-07-23 23:02:35 +03:00
  • ff71e32c0f Update the Protobuf sobmodule (fixes #2542) Michael Vorburger 2024-07-21 23:09:49 +02:00
  • 50b01ea8da update CHANGELOG Brenton Bostick 2024-07-17 16:17:41 -04:00
  • de697f7717 add CFML syntax Brenton Bostick 2024-07-17 15:46:38 -04:00
  • 575457c944 Bump themes/sublime-snazzy from 7034320 48f43a7 Cosmic Horror 2024-06-30 16:15:21 -06:00
  • 6fc58821a5 Bump anyhow from 1.0.78 to 1.0.86 (#3021) dependabot[bot] 2024-07-01 03:34:46 +00:00
  • 7873b473e8 Bump unicode-width from 0.1.11 to 0.1.13 (#3019) dependabot[bot] 2024-07-01 03:16:35 +00:00
  • 609005a225 Bump encoding_rs from 0.8.33 to 0.8.34 (#3020) dependabot[bot] 2024-07-01 02:51:38 +00:00
  • b9c74ab859 Bump walkdir from 2.4.0 to 2.5.0 (#3018) dependabot[bot] 2024-07-01 02:29:47 +00:00
  • cee5584daf Fix cmder link Driss Boumlik 2024-06-28 15:05:21 +01:00
  • b265b20721 Add flox install Bryan Honof 2024-06-12 15:23:36 +02:00
  • a7a9727c11 Merge pull request #2999 from eth-p/strip-ansi-from-input-option Ethan P 2024-06-17 18:37:22 -07:00
  • 90dfa7f18d Update README.md to mention --strip-ansi Ethan P. 2024-06-15 17:12:02 -07:00
  • 3f8d62e7d6 Update CHANGELOG.md Ethan P. 2024-06-15 16:36:07 -07:00
  • 3f22311ec8 Add ANSI stripping to bat-as-a-library Ethan P. 2024-06-15 16:27:44 -07:00
  • 9e8176b1c6 Add --strip-ansi=auto option Ethan P. 2024-06-10 21:17:28 -07:00
  • 70ff93d238 Add --strip-ansi option Ethan P. 2024-06-10 21:05:20 -07:00
  • c264ecd26b ci: support aarch64 statically-linked binary (#2992) Tong Zhaoqi 2024-06-17 02:16:11 +08:00
  • 10a1b24191 Merge pull request #2998 from eth-p/improve-preprocessor Ethan P 2024-06-15 16:28:05 -07:00
  • 243819ecdc Update CHANGELOG.md Ethan P. 2024-06-15 16:12:04 -07:00
  • 9c76b72825 Update expand_tabs to use bat's ANSI iterator Ethan P. 2024-06-10 20:07:54 -07:00
  • b4fe182960 Make EscapeSequenceOffsetsIterator pub, add fns to get indices Ethan P. 2024-06-10 19:58:56 -07:00
  • b7e44c76dc Bump semver from 1.0.21 to 1.0.23 (#2981) dependabot[bot] 2024-06-01 03:31:50 +00:00
  • f3cc69733f Bump thiserror from 1.0.53 to 1.0.61 (#2979) dependabot[bot] 2024-06-01 03:18:21 +00:00
  • 3625f0ea1c Bump itertools from 0.12.1 to 0.13.0 (#2978) dependabot[bot] 2024-06-01 03:04:56 +00:00
  • e6e2d4c65d Bump flate2 from 1.0.28 to 1.0.30 (#2980) dependabot[bot] 2024-06-01 02:48:23 +00:00
  • 340e873eff Bump git2 from 0.18.2 to 0.18.3 (#2977) dependabot[bot] 2024-06-01 02:24:10 +00:00
  • 3407bf4bf6 Merge pull request #2970 from ccqpein/master Keith Hall 2024-05-31 23:30:08 +03:00
  • 25cd4991d2 update lisp test ccQpein 2024-05-31 12:39:19 -04:00
  • 503b2c5126 fix the prefix ccQpein 2024-05-27 16:22:07 -04:00
  • 026bc05d70 changelog ccQpein 2024-05-27 15:58:04 -04:00
  • 61005f19fa patch the lisp syntax ccQpein 2024-05-27 15:52:26 -04:00
  • 8f8c953ab6 Add support for Apple Silicon (#2967) someposer 2024-05-26 23:14:11 -05:00
  • f82487daf8 Write changelog cyqsimon 2024-05-15 14:35:47 +08:00
  • 3a9d574770 Add syntax mapping for /etc/pacman.conf cyqsimon 2024-05-15 14:31:25 +08:00
  • b4e3a84e1a Bump serde from 1.0.197 to 1.0.199 (#2953) dependabot[bot] 2024-05-01 03:23:25 +00:00
  • f7c39e8353 Bump os_str_bytes from 6.6.1 to 7.0.0 (#2952) dependabot[bot] 2024-05-01 03:10:09 +00:00
  • 37d9f0533c Bump indexmap from 2.2.2 to 2.2.6 (#2950) dependabot[bot] 2024-05-01 02:47:11 +00:00
  • d560f2a515 Bump serde_with from 3.7.0 to 3.8.1 (#2949) dependabot[bot] 2024-05-01 02:27:04 +00:00
  • bb4d1cbd2e refactor: factorize constants by inverting loop and condition order Stéphane Blondon 2024-04-17 11:04:56 +02:00
  • 23ec433167 display which theme is the default one in basic output Stéphane Blondon 2024-04-14 17:17:58 +02:00
  • 9eaed3e3f0 [JavaScript] Support bun in shebang for syntax highlighting (#2913) Sharun 2024-04-14 23:17:41 -07:00
  • d5bd4aa93f display which theme is the default one in colored output (#2838) sblondon 2024-04-14 15:54:52 +02:00
  • 66b70dd8ed Merge pull request #2933 from vorburger/patch-1 Keith Hall 2024-04-09 21:35:45 +03:00
  • 01731478a6 Fix minor typo in GitHub Syntax Request Issue Template Michael Vorburger 2024-04-09 19:54:46 +02:00
  • f8c5429a6c Print $TERM with --diagnostic Rivera Calzadillas 2024-03-08 22:30:59 -07:00