Commit Graph

296 Commits (master)

Author SHA1 Message Date
Ethan P. adfaef19da
Clarify when/how default args are added to less 3 months ago
cyqsimon 748e2a681f Add `columns=3` to repology badge 6 months ago
Broono Lu bfa0b5241f
Update Arch Linux package URL in README files (#2779) 6 months ago
Cosmic Horror 7658334645 Consider adding `?exclude_unsupported=1` to repology badge 6 months ago
David Peter fbe9b6f15f
New warp text/subtext 7 months ago
David Peter 506fe65474 Add Warp as a sponsor 8 months ago
Connor Sullivan 69c326fd41 Prefer shorter winget install 8 months ago
Connor Sullivan 466b275e87 [docs] Remove duplicate winget
Removes duplicate winget instructions for Windows install.
8 months ago
pseudometa 9b73eda957 docs: add global `--help` alias limitations 9 months ago
pseudometa ed99a3a104 docs: Add better snippet for colorizing help pages 9 months ago
David Peter 81a217b1f3
Merge pull request #2519 from sitiom/winget-releaser
Add Winget Releaser workflow
9 months ago
Maros Kukan 5687af8bc7 feat: describe WinGet method for Windows install 9 months ago
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>
9 months ago
John Higgins b720af8a06
fix for issue #2095 10 months ago
lesleyrs b420c42aff update readme 1 year ago
lesleyrs 3da7adb763 update readme 1 year ago
sitiom 60a9ac041f
Add Winget installation method in the readme 1 year ago
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.
1 year ago
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
1 year ago
0x8ff d43d241f5b Update copyright year 1 year ago
wenzdey 9679ae3662 Updated Homebrew link
macos and linux homebrew page now merged
2 years ago
Martin Nordholts 2dd2994b2f Merge remote-tracking branch 'origin/master' into feature/668/add-systemwide-config 2 years ago
David Peter 45d6b1af3b Bump MSRV to 1.60
see https://github.com/rust-lang/git2-rs/issues/838
2 years ago
David Peter 02a9d191ed Bump MSRV to 1.58 2 years ago
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).
2 years ago
Tejinder Singh 52bab63e18
Add `--relative` to `batdiff` in README.md (#2172) 2 years ago
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
2 years ago
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.
2 years ago
David Peter 491d32cbf3
Minor README change 2 years ago
Keith Hall 478712be38 make further improvements to docs relating to sponsors 2 years ago
Keith Hall d5d2fc4016 create separate sponsors.md file 2 years ago
Keith Hall ed7cd1c45b improve sponsor section in readme 2 years ago
Keith Hall f340893a21 Add WorkOS sponsor to readme 2 years ago
Keith Hall 36be8d5929 Update README.md
Co-authored-by: Michael <2701605+michaelblyons@users.noreply.github.com>
2 years ago
Keith Hall a05c8ee1a8 README.md: Improve docs around --map-syntax argument based on feedback 2 years ago
Keith Hall eb4b1eb28f README.md: Clarify --map-syntax argument 2 years ago
Martin Nordholts f89869b5b2 README.md: Add 'control characters' to Garbled output section
Fixes #1989
2 years ago
Mahdi Dibaiee 6dc621ec18 Set minimum supported rust version to 1.51 2 years ago
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.
2 years ago
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>
3 years ago
Michael Currin 5d92a7c591 docs: fix up README 3 years ago
Ashutosh Sajan d5e61d2316
update ubuntu installation command (#1911) 3 years ago
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>
3 years ago
Raf Czlonka eea061c1d9 Add install instructions on OpenBSD 3 years ago
invakid404 b622a4d890 chore: add funtoo linux instructions 3 years ago
Roneo.Org b551d28a2f List available Ubuntu packages more precisely.
Ref: https://github.com/sharkdp/bat/pull/1865#issuecomment-931709001
3 years ago
Roneo.Org e6caa04209 Minor rephrasing 3 years ago
Roneo.Org adadedeab1 Update the doc for Ubuntu and Debian 3 years ago
Martin Nordholts 418fce5683 Bump MSRV to 1.46
See #1874 and #1872.
3 years ago
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.
3 years ago