1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-03-13 14:18:35 +00:00

Commit Graph

  • 60e4027332
    Expose theme env vars Tau Gärtli 2024-09-07 21:34:05 +02:00
  • e075fee5bf
    Add infallible constructor Tau Gärtli 2024-09-07 20:24:57 +02:00
  • 16d9b99f6c
    Flatten preference enum Tau Gärtli 2024-09-04 21:18:29 +02:00
  • 1959e65959
    Bump assert_cmd from 2.0.12 to 2.0.16 dependabot[bot] 2024-09-01 03:06:53 +00:00
  • ffa74a7f49
    Bump serde from 1.0.199 to 1.0.209 (#3077) dependabot[bot] 2024-09-01 03:05:26 +00:00
  • 4e93659349
    Bump serde from 1.0.199 to 1.0.209 dependabot[bot] 2024-09-01 02:47:18 +00:00
  • c1772b7793
    Bump plist from 1.6.0 to 1.7.0 (#3076) dependabot[bot] 2024-09-01 02:45:53 +00:00
  • 50f0e1101f
    Bump plist from 1.6.0 to 1.7.0 dependabot[bot] 2024-09-01 02:36:34 +00:00
  • 5be9d19500
    Reinforce tests for --list-themes einfachIrgendwer0815 2024-08-25 11:07:29 +02:00
  • 0603f0b844
    Don't output default theme info to piped stdout einfachIrgendwer0815 2024-08-25 10:54:46 +02:00
  • 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
  • e0ad6beb60
    Add helper scripts for testing the completions Tau Gärtli 2024-08-18 18:56:06 +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
  • 03e1ac37c9
    Update documentation for git diff HE7086 2024-08-14 06:56:36 +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
  • 9f5d534861 added themes to test file atelierbram 2024-08-09 17:05:20 +02:00
  • e245a965f3 edit line to changelog again atelierbram 2024-08-09 16:46:44 +02:00
  • 46f4cb0d45 edit line to changelog atelierbram 2024-08-09 16:42:51 +02:00
  • acd80b7651 added line to changelog atelierbram 2024-08-09 16:30:49 +02:00
  • 9d7dd02444 added Base2Tone-bat duotone colorscheme repo as submodule atelierbram 2024-08-09 12:56:26 +02:00
  • 31d6fdb715
    Add missing apostrophe in "bats" Justin Su 2024-08-05 09:44:45 -04:00
  • 9d43104e16
    Use relative links in README.md Justin Su 2024-08-05 09:41:18 -04:00
  • 053d85cd80
    Bump clap from 4.4.12 to 4.5.13 dependabot[bot] 2024-08-01 03:30:29 +00:00
  • fee85683a1
    Bump nu-ansi-term from 0.50.0 to 0.50.1 dependabot[bot] 2024-08-01 03:29:45 +00:00
  • b662fec214
    Bump ansi_colours from 1.2.2 to 1.2.3 (#3058) dependabot[bot] 2024-08-01 03:28:12 +00:00
  • 54fd45d598
    Bump ansi_colours from 1.2.2 to 1.2.3 dependabot[bot] 2024-08-01 03:15:49 +00:00
  • d8d0b77568
    Bump indexmap from 2.2.6 to 2.3.0 (#3057) dependabot[bot] 2024-08-01 03:14:26 +00:00
  • 98330fa577
    Bump indexmap from 2.2.6 to 2.3.0 dependabot[bot] 2024-08-01 02:49:13 +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
  • 49ff4e1851
    Bump expect-test from 1.4.1 to 1.5.0 dependabot[bot] 2024-08-01 02:35:10 +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
  • 15cd398920 [3040]: Add Alias hint on README anand-dragon 2024-07-29 19:41:36 +02: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
  • 95fc22fecf
    Merge eb36513bce522b08c20790bee3d43ca8791114cd into 23fd20048272922c87ea4759f5b7a52ceb8e6d1a Dominik Wagner 2024-07-28 12:42:57 +02:00
  • 23fd200482 Associate JSON-LD .jsonld files with json syntax (fixes #3036) Michael Vorburger 2024-07-21 22:56:16 +02:00
  • d8ddc25aa8 Associate JSON-LD .jsonld files with json syntax (fixes #3036) Michael Vorburger 2024-07-21 22:56:16 +02:00
  • 07dac44512
    Bump clap from 4.4.12 to 4.5.11 dependabot[bot] 2024-07-26 16:48:05 +00: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
  • c553ebc669
    Merge 496cc57636167adf1837d0babdfc79daf8da2813 into 56d2823b0e1307f77e7af63c89bf6fbda9daa812 Brenton Bostick 2024-07-26 10:05:54 -04:00
  • 496cc57636 add CSS3 syntax Brenton Bostick 2024-07-26 10:04:45 -04: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
  • e207b473ef Bump all sobmodules in bulk Michael Vorburger 2024-07-21 23:16:27 +02: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
  • bcfeb00f35
    Merge 19c422fb44f28ad4292f105d73a86fdb93bc6a69 into 6fc58821a53e8dff0690a1f6a144cee6d4676b71 sblondon 2024-07-09 17:53:41 +05:45
  • 122aef4427
    Merge a59b69a6bb660abd2940f7e7558e0d87289d4310 into 6fc58821a53e8dff0690a1f6a144cee6d4676b71 cyqsimon 2024-07-09 17:53:41 +05:45
  • 09f84ad957
    Merge 16bec17e5cbbeec7a44f64371cf5b8a22b215d08 into 6fc58821a53e8dff0690a1f6a144cee6d4676b71 laalsaas 2024-07-03 07:24:12 +00:00
  • 575457c944 Bump themes/sublime-snazzy from 7034320 48f43a7 Cosmic Horror 2024-06-30 16:15:21 -06:00
  • 17f4c78ad0
    Bump clap from 4.4.12 to 4.5.8 dependabot[bot] 2024-07-01 03:36:12 +00:00
  • 6fc58821a5
    Bump anyhow from 1.0.78 to 1.0.86 (#3021) dependabot[bot] 2024-07-01 03:34:46 +00:00
  • 7346c5828a
    Bump anyhow from 1.0.78 to 1.0.86 dependabot[bot] 2024-07-01 03:18:20 +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
  • 6ee8695dd6
    Bump unicode-width from 0.1.11 to 0.1.13 dependabot[bot] 2024-07-01 02:53:04 +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
  • 01342dfa56
    Bump assets/syntaxes/02_Extra/Docker from 0f6b7bc to c001fb2 dependabot/submodules/assets/syntaxes/02_Extra/Docker-c001fb2 dependabot[bot] 2024-07-01 02:41:37 +00:00