1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-07-22 23:09:48 +01:00
Files
.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
bat/tests/benchmarks
VeryTastyTomato 973ea984c8 fix: warnings of ShellCheck
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.
2020-12-21 09:08:54 +01:00
..
2018-05-14 22:20:26 +02:00
2020-12-21 09:08:54 +01:00
2020-12-21 09:08:54 +01:00