David Peter
fbe9b6f15f
New warp text/subtext
2023-10-06 09:14:08 +02:00
David Peter
506fe65474
Add Warp as a sponsor
2023-10-03 20:04:26 +02:00
Connor Sullivan
69c326fd41
Prefer shorter winget install
2023-09-30 00:14:59 +02:00
Connor Sullivan
466b275e87
[docs] Remove duplicate winget
...
Removes duplicate winget instructions for Windows install.
2023-09-30 00:14:59 +02:00
pseudometa
9b73eda957
docs: add global --help
alias limitations
2023-09-02 14:54:55 +02:00
pseudometa
ed99a3a104
docs: Add better snippet for colorizing help pages
2023-09-02 14:54:55 +02:00
David Peter
81a217b1f3
Merge pull request #2519 from sitiom/winget-releaser
...
Add Winget Releaser workflow
2023-09-01 20:01:02 +02:00
Maros Kukan
5687af8bc7
feat: describe WinGet method for Windows install
2023-09-01 17:53:26 +02:00
mataha
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
John Higgins
b720af8a06
fix for issue #2095
2023-08-02 00:28:26 -07:00
lesleyrs
b420c42aff
update readme
2023-05-17 06:25:20 +02:00
lesleyrs
3da7adb763
update readme
2023-05-17 06:25:20 +02:00
sitiom
60a9ac041f
Add Winget installation method in the readme
2023-03-30 13:41:11 +08:00
Constantin Nickel
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
Martin Nordholts
ec6e9c29ac
Bump MSRV to 1.62 ( #2496 )
...
* Bump MSRV to 1.62
Mainly to be able to derive default enum variants.
* CHANGELOG.md: Update
2023-03-03 13:20:03 +01:00
0x8ff
d43d241f5b
Update copyright year
2023-02-01 09:20:26 -08:00
wenzdey
9679ae3662
Updated Homebrew link
...
macos and linux homebrew page now merged
2022-10-17 19:51:51 +02:00
Martin Nordholts
2dd2994b2f
Merge remote-tracking branch 'origin/master' into feature/668/add-systemwide-config
2022-09-04 20:44:23 +02:00
David Peter
45d6b1af3b
Bump MSRV to 1.60
...
see https://github.com/rust-lang/git2-rs/issues/838
2022-09-04 06:04:35 +02:00
David Peter
02a9d191ed
Bump MSRV to 1.58
2022-08-14 16:21:45 +02:00
Martin Nordholts
ab8f97b0bb
Bump MSRV to 1.56.1
...
This is what `hashbrown` did recently: https://github.com/rust-lang/hashbrown/pull/298
And it causes CI failures for us. Examples:
* https://github.com/sharkdp/bat/pull/2266
* https://github.com/sharkdp/bat/pull/2265
The path of least resistance for us is to also bump MSRV, so let's do
that. 1.56.1 was released [9 months
ago](https://blog.rust-lang.org/2021/11/01/Rust-1.56.1.html ).
2022-08-13 14:10:19 +02:00
Tejinder Singh
52bab63e18
Add --relative
to batdiff
in README.md ( #2172 )
2022-05-05 20:27:52 +02:00
Víctor González Prieto
b0898900ce
Syntax: add cmd-help ( #2148 )
...
* Add cmd-help syntax
To highlight command --help messages.
* README.md: mention help message highlighting
* README.md: edit help message highlighting
2022-04-26 19:42:18 +02:00
Patrick Pichler
5ed64444e3
Add systemwide config file support
...
There is now support for a systemwide config file. The location of the
system wide config file is `$(BAT_SYSTEM_CONFIG_PREFIX)/bat/config`.
`$(BAT_SYSTEM_CONFIG_PREFIX)` has to be provided at compile time as an
environment variable. If the environment variable is not set, a default
is used. This default is `C:\ProgramData` for windows and `/etc` for
every other os.
2022-03-10 20:55:11 +01:00
David Peter
491d32cbf3
Minor README change
2022-02-09 21:55:16 +01:00
Keith Hall
478712be38
make further improvements to docs relating to sponsors
2022-02-09 21:54:32 +01:00
Keith Hall
d5d2fc4016
create separate sponsors.md file
2022-02-09 21:54:32 +01:00
Keith Hall
ed7cd1c45b
improve sponsor section in readme
2022-02-09 21:54:32 +01:00
Keith Hall
f340893a21
Add WorkOS sponsor to readme
2022-02-09 21:54:32 +01:00
Keith Hall
36be8d5929
Update README.md
...
Co-authored-by: Michael <2701605+michaelblyons@users.noreply.github.com>
2022-01-29 18:17:59 +01:00
Keith Hall
a05c8ee1a8
README.md: Improve docs around --map-syntax argument based on feedback
2022-01-29 18:17:59 +01:00
Keith Hall
eb4b1eb28f
README.md: Clarify --map-syntax argument
2022-01-29 18:17:59 +01:00
Martin Nordholts
f89869b5b2
README.md: Add 'control characters' to Garbled output section
...
Fixes #1989
2022-01-03 22:16:08 +01:00
Mahdi Dibaiee
6dc621ec18
Set minimum supported rust version to 1.51
2021-12-30 07:58:15 +01:00
D3ara1n
a5234105e5
Add a README-zh.md as the Chinese version of README.md ( #1970 )
...
Add README-zh.md to replace the outdated one. Also fix url ref.
2021-12-05 20:18:38 +01:00
Isabella Basso
59d4cfb75c
README.md: Add 'Garbled output' to 'Troubleshooting' ( #1937 )
...
As per #234 , #403 , #1572 , #1823 and #1897 , this commit clarifies that
`bat` cannot properly handle escape sequences.
Signed-off-by: Isabella Basso <isabbasso@riseup.net>
2021-11-19 07:09:19 +01:00
Michael Currin
5d92a7c591
docs: fix up README
2021-11-02 21:34:00 +01:00
Ashutosh Sajan
d5e61d2316
update ubuntu installation command ( #1911 )
2021-10-23 13:00:43 +02:00
i-ky
aed4ea144f
Sync README header across translations ( #1905 )
...
* Fix links in Russian translation.
* Simplify links in Korean translation.
* Fix build status badge in Japanese and Russian translations.
* Add link from Japanese to Russian translation.
* Add line break between "topics" row and "translations" row.
* Remove "translations" from translations row in Japanese and Russian.
* Add consistent spacing between translation links.
* Add backreferences to English README.
* Remove self references.
* Split translations row across multiple lines for easier maintenance.
Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
2021-10-17 21:15:23 +02:00
Raf Czlonka
eea061c1d9
Add install instructions on OpenBSD
2021-10-17 21:11:07 +02:00
invakid404
b622a4d890
chore: add funtoo linux instructions
2021-10-03 09:15:36 +02:00
Roneo.Org
b551d28a2f
List available Ubuntu packages more precisely.
...
Ref: https://github.com/sharkdp/bat/pull/1865#issuecomment-931709001
2021-10-03 09:12:18 +02:00
Roneo.Org
e6caa04209
Minor rephrasing
2021-10-03 09:12:18 +02:00
Roneo.Org
adadedeab1
Update the doc for Ubuntu and Debian
2021-10-03 09:12:18 +02:00
Martin Nordholts
418fce5683
Bump MSRV to 1.46
...
See #1874 and #1872 .
2021-10-03 07:51:37 +02:00
Kevin John Mulligan
156dec2737
Add context to .ino configuration
...
This allows a user to search the README or the entire repository for "Arduino" to find the necessary configuration.
2021-09-07 20:21:12 +02:00
Martin Nordholts
b146958ecb
Bump version to v0.18.3
2021-08-22 17:47:12 +02:00
bl-ue
3b263f0917
Fix typo in README
...
(cherry picked from commit fc0794a83d
)
2021-08-21 20:02:23 +02:00
David Peter
589df6792f
Add note on vulnerability reporting, closes #1473
2021-07-13 11:00:36 +02:00
David Peter
a4b674902f
Bump version to v0.18.2
2021-07-12 23:17:48 +02:00