mirror of
https://github.com/sharkdp/bat.git
synced 2025-07-22 23:09:48 +01:00
.github
assets
diagnostics
doc
examples
src
tests
benchmarks
test-src
.ignore
comparison.sh
run-benchmarks.sh
examples
scripts
snapshots
syntax-tests
.gitattributes
assets.rs
integration_tests.rs
no_duplicate_extensions.rs
snapshot_tests.rs
tester.rs
.gitignore
.gitmodules
CHANGELOG.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
build.rs
SC2155: Declare and assign separately to avoid masking return values. SC2164: Use cd ... || exit in case cd fails. SC2230: which is non-standard. Use builtin 'command -v' instead.