ZIP
WinGet
bat
David Peter · 0.25.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
bat-v0.25.0-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
sharkdp.bat
Version
0.25.0
Description
A cat(1) clone with syntax highlighting and Git integration.
License
Apache-2.0, MIT
↗
Homepage
https://github.com/sharkdp/bat
Installer URL
https://github.com/sharkdp/bat/releases/download/v0.25.0/bat-v0.25.0-x86_64-pc-windows-msvc.zip
Release Notes
Features
- Set terminal title to file names when Paging is not Paging::Never #2807 (@Oliver-Looney)
- bat --squeeze-blank/bat -s will now squeeze consecutive empty lines, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)
- bat --squeeze-limit to set the maximum number of empty consecutive when using --squeeze-blank, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)
- PrettyPrinter::squeeze_empty_lines to support line squeezing for bat as a library, see #1441 (@eth-p) and #2665 (@einfachIrg…