9b580c7a98
Update documentation for git diff
2025-07-15 07:49:46 +02:00
a9d5880dc8
docs: Update CHANGELOG, allow CC BY 4.0 license, and fix a markdown backquote
2025-06-10 17:44:10 +08:00
0918984249
Update Lean.sublime-syntax from Lean 3 to Lean 4
...
Resolves #3286
1. `lean4.json` → `lean4.tmLanguage`
1. Download `vscode-lean4/syntaxes/lean4.json` from https://github.com/leanprover/vscode-lean4/pull/623 (now merged).
2. Install the VS Code extension [TextMate Languages (pedro-w)](https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage ).
3. Open `lean4.json` in VS Code, <kbd>F1</kbd>, and “Convert to tmLanguage PLIST File”.
2. `lean4.tmLanguage` → `lean4.sublime-syntax`
Open `lean4.tmLanguage` in Sublime text, “Tools → Developer → New Syntax from lean4.tmLanguage…”.
2025-06-10 17:41:33 +08:00
861b868416
Update base16 urls to link to community run version
2025-05-14 19:01:50 +02:00
79ecb11ce2
Add new sponsor Graphite to Readme ( #3270 )
...
* Add new sponsor Graphite to Readme
* hide bullet points in sponsors section of readme
* remove bullet points
2025-05-05 08:44:24 +02:00
0449107230
Update sponsors
2025-03-04 19:30:20 +01:00
27ba45ded7
patch Monokai Extended theme for better Syslog error highlighting
2025-02-09 20:32:48 +02:00
bee08e48ae
Merge branch 'master' into fix-readme-translation
2025-01-27 22:20:35 +02:00
33aabc696a
Move section slightly further down
2025-01-15 08:34:52 +01:00
648bedf290
Add Warp Pack sponsorship
2025-01-15 08:34:52 +01:00
5cfd22ee8b
Bump version to 0.25.0
2025-01-07 20:44:21 +02:00
004d2d5122
[ readme ] Correct and update one readme's translation
2024-12-17 13:49:23 +03:00
dbe25ba5e6
Include shell completions in the executable
2024-12-01 09:39:17 +01:00
60693db73f
Merge branch 'master' into dark-light
2024-11-13 20:33:37 +02:00
f8f12a7db5
Update sponsorship information
2024-11-10 20:02:58 +01:00
8d82402d74
Merge branch 'master' into feature/binary_as_text
2024-10-30 12:46:11 +01:00
a0226f5670
Update Chinese version translation of README.md
2024-09-20 06:28:20 +02:00
89ce060183
Update help, man page and completions
2024-08-18 20:32:59 +02:00
bc42149a72
Merge color scheme options into theme / BAT_THEME
2024-08-18 14:59:14 +02:00
7f089ead62
Add option --binary
...
`--binary` allows to specify how to deal with binary content. Current
options are not printing anything or treating the binary data as text.
2024-08-18 10:05:37 +02:00
b9b981f657
Generalize --detect-color-scheme to --color-scheme
2024-08-16 14:14:30 +02:00
cea45e05f3
Expose new theme selection in CLI
2024-08-16 14:12:22 +02:00
6e91ba83b7
Update clap/docs for merging --style
arguments
2024-07-30 21:21:55 -07:00
9e8176b1c6
Add --strip-ansi=auto
option
...
When using `auto`, escape sequences will be stripped unless printing
plain text.
2024-06-17 18:27:33 -07:00
70ff93d238
Add --strip-ansi
option
2024-06-16 16:49:07 -07:00
e8d777b73a
fix: some typos
2024-04-04 06:01:37 +02:00
018a482621
Update Warp logo
2024-03-23 21:15:25 +01:00
83b00bc653
Rename --squeeze
to --squeeze-blank
2024-02-24 14:02:27 +01:00
f041ff8c5f
Hide --squeeze-limit
from short help
2024-02-24 13:57:44 +01:00
13204c46e2
Update short-help/long-help
2024-02-24 13:51:43 +01:00
3ffa3648cf
Merge pull request #2853 from einfachIrgendwer0815/document_default_style_components
...
Document default style components
2024-02-23 21:51:55 +01:00
875046e4cd
Mention which style components are the default
2024-02-11 10:06:01 +01:00
7ce010d9ed
Using hypens instead of underscores for set-terminal-title command
2024-02-08 21:33:03 +00:00
7f12989127
added set_terminal_title arg to clap_app.rs to fix ci errors
2024-01-29 09:47:41 +00:00
c911829771
fixed failing tests
2024-01-27 14:23:24 +00:00
748e2a681f
Add columns=3
to repology badge
2023-12-01 21:39:25 +01:00
bfa0b5241f
Update Arch Linux package URL in README files ( #2779 )
2023-12-01 21:26:35 +01:00
4af4bfc0f1
fixed syntax typo in russian readme
2023-12-01 20:59:52 +01:00
7658334645
Consider adding ?exclude_unsupported=1
to repology badge
2023-11-10 09:00:28 +01:00
a5a7ede698
release-checklist.md: Adapt to new auto-merge workflow
2023-10-18 21:33:44 +02:00
c946ddb012
Replace warp logo
2023-10-06 09:11:06 +02:00
6568fb775d
Explain how to convert .tmLanguage.json
and .tmLanguage.yml
files in doc/assets.md
2023-10-04 09:09:54 +02:00
d376a4b631
Add support for WGSL
2023-10-04 09:09:54 +02:00
506fe65474
Add Warp as a sponsor
2023-10-03 20:04:26 +02:00
26111950b3
Add environment variable BAT_PAGING
2023-09-01 17:59:41 +02:00
0f5f51f9ba
Fixed RU readme typos
2023-09-01 17:51:30 +02:00
82664e3c82
Bump MSRV to 1.70.0
...
The intention is to take advantage of `std::io::IsTerminal` that landed
in 1.70.0, both in `bat` and its dependencies (`clap`, `grep-cli`).
This will fix #2570 as well - `grep-cli` 0.1.9 has a patch for that.
Signed-off-by: mataha <mataha@users.noreply.github.com >
2023-09-01 05:42:45 +02:00
2042eace2a
release checklist: fix command to find MSRV
2023-03-25 09:46:25 +01:00
c094cd3ee5
Update clap
to 4.1.8
...
This requires bumping the MSRV to 1.64.
It also updates the `terminal_size` crate that is pulled in by `clap` to
reduce duplicate dependencies.
2023-03-15 08:52:31 +01:00
8f99a78cf1
Print non-printable characters using caret notation ( #2443 )
...
When the new flag is set, non-printable characters are printed using caret notation.
2023-03-14 22:21:30 +01:00