Commit Graph

609 Commits (b94c94e84556af3228ea39fdfbdc0b62f7c397cc)
 

Author SHA1 Message Date
dependabot[bot] b94c94e845 Bump lazy_static from 1.2.0 to 1.3.0
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.2.0...1.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years ago
dependabot[bot] 161d107ec3 Bump dirs from 1.0.4 to 1.0.5
Bumps [dirs](https://github.com/soc/dirs-rs) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/soc/dirs-rs/releases)
- [Commits](https://github.com/soc/dirs-rs/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years ago
dependabot[bot] ecf147fd96 Bump syntect from 3.0.2 to 3.1.0
Bumps [syntect](https://github.com/trishume/syntect) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/trishume/syntect/releases)
- [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trishume/syntect/compare/v3.0.2...v3.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years ago
sharkdp f0771d6532 Do not replace arguments to pager when --pager is used, closes #509 5 years ago
Geoff Shannon d8f28c177a Make fd link actually link to fd 5 years ago
David Peter fbee9df719
Add "git show" section 5 years ago
David Peter 6e9ca7d6dc
Add "xclip" section 5 years ago
David Peter a9ec5c063a
Add documentation about "tail -f" 5 years ago
David Peter 8470fd7173
Add "Integration with other tools" section 5 years ago
Reid Wagner 76b7418e35 Only print contents if file wasn't empty, or EOF wasn't first thing received from stdin. 5 years ago
Reid Wagner 10c5f79640 Revert "Check result of read_until, and return Error if 0, which indicates EOF was found before delimeter."
This reverts commit 61e888de7f.
5 years ago
sharkdp 9e11d66979 Handle UTF-16 encoding errors with replacement characters 5 years ago
sharkdp fa3244f7c1 Add test for UTF-16LE encoding 5 years ago
sharkdp 906774e6d3 Integration tests for single-line files 5 years ago
Reid Wagner cec9cc073c Add integration tests running bat with empty input files. 5 years ago
David Peter a16789a060
Update alternatives.md 5 years ago
sharkdp e09499b3df Move config-dir and cache-dir from 'bat cache' to 'bat' 5 years ago
sharkdp cff01d81fa Rename 'bat cache --init' to 'bat cache --build' 5 years ago
sharkdp 31608c9a03 Update syntaxes 5 years ago
sharkdp 357ce84c56 Bump version to 0.10 5 years ago
sharkdp 3a5c52641b Update assets/syntaxes/Packages 5 years ago
sharkdp 6e8fca5bb2 Replace less command line arguments only for PAGER 5 years ago
Park Juhyung 63c77383ce Ignore flags from PAGER env var if the program is 'less' 5 years ago
sharkdp 4df22e617f Update documentation 5 years ago
sharkdp 6473e8c1be Remove import 5 years ago
sharkdp 972a764a74 Simplify Optional handling 5 years ago
sharkdp 54143d1403 Add --cache-dir option 5 years ago
sharkdp 6523bbf62f Replace 'is_absolute_path' with map and filter 5 years ago
Lavi 05e2c2c66b removed compile errors and warnings on non-macs 5 years ago
Lavi 69227222b5 config and cache now check XDG env vars first
`XDG_CACHE_HOME` and `XDG_CONFIG_HOME` are checked first and fall-back
to `~/.cache/` and `~/.config/`.
5 years ago
Lavi 49af3e854b Set cache_dir on MacOS to ~/.cache/bat/ 5 years ago
Lavi 6a8e4757b7 Updated bat config dir for MacOs
Removed directories crate and using dirs_rs
Changed bat config file and cache dir on MacOs:
config: ~/.config/bat/config
cache: ~/.config/bat/cache/
5 years ago
Harald Hoyer 91deef8b13 add varlink syntax
Varlink is an interface description format and protocol that aims
to make services accessible to both humans and machines in the
simplest feasible way.

See: https://varlink.org/ and https://github.com/varlink/ for
more information
5 years ago
Reid Wagner 61e888de7f Check result of read_until, and return Error if 0, which indicates EOF was found before delimeter. 5 years ago
Okumura Takahiro f3f9f10f05 Add Jsonnet (*.jsonnet) syntax
Jsonnet: https://jsonnet.org/
sublime-syntax: https://github.com/gburiola/sublime-jsonnet-syntax
5 years ago
object_1037 29ffa2a832 add Fedora instructions 5 years ago
object_1037 42a873fdb8 update README-ja.md 5 years ago
dependabot[bot] 82f048aedb Bump assert_cmd from 0.10.2 to 0.11.0
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases)
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
Benjamin Santos ae08785ec8 Add Terraform syntax 6 years ago
sharkdp a500629359 Completely disable generation of shell completion files 6 years ago
Gergely Gombos 724a5fac99 Fix Fedora instructions in README
Correct instructions regarding Fedora Modular repos.
6 years ago
sharkdp c483e49b92 Consistent naming for submodules 6 years ago
Benjamin 94c9b40694 Protobuf-syntax and ProtobufText syntax (#474) 6 years ago
dependabot[bot] 0c9dc3b257 Bump console from 0.7.3 to 0.7.5
Bumps [console](https://github.com/mitsuhiko/console) from 0.7.3 to 0.7.5.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/compare/0.7.3...0.7.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
Benjamin Santos 3b5174bb1d Add syslog-syntax 6 years ago
David Peter 3324505383
Update README.md 6 years ago
dependabot[bot] de7872f8a8 Bump console from 0.7.2 to 0.7.3
Bumps [console](https://github.com/mitsuhiko/console) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/compare/0.7.2...0.7.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
dependabot[bot] abf0229741 Bump escargot from 0.3.1 to 0.4.0
Bumps [escargot](https://github.com/crate-ci/escargot) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/crate-ci/escargot/releases)
- [Changelog](https://github.com/crate-ci/escargot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/escargot/compare/v0.3.1...v0.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
dependabot[bot] e04bccd12d Bump console from 0.7.1 to 0.7.2
Bumps [console](https://github.com/mitsuhiko/console) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
David Peter 668c8a6703
Merge pull request #453 from sharkdp/line-highlight
Line highlight
6 years ago