Commit Graph

1206 Commits (c03a027240c7689df76f5bbf0246d67a05af1898)
 

Author SHA1 Message Date
sharkdp 9793bb3938 Update to syntect 4.1, fancy-regex support 4 years ago
sharkdp 496dd29cb9 Add -i option for bash/zsh to output wrapper function 4 years ago
Ethan P 116d76a00f Reformat info.sh 4 years ago
Ethan P dd336e6fb2 Fix wrapper detection failing on non-English LANG in info.sh 4 years ago
Ethan P c33af3581a Fix missing shell '-i' option when checking for wrapper in info.sh 4 years ago
Ethan P 2f4ecf8fc5 Add zsh wrapper detection to info.sh 4 years ago
Ethan P e037afeaca Add custom theme/syntax detection to info.sh 4 years ago
sharkdp 7b87af1748 Update dependencies, closes #476 4 years ago
dependabot-preview[bot] 0eee26fb09 Bump assert_cmd from 0.12.0 to 1.0.1
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.12.0 to 1.0.1.
- [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.12.0...v1.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
sharkdp 3355aeba22 Update CHANGELOG 4 years ago
David Tolnay 42e3825daf Updates for review of PR 899 4 years ago
David Tolnay 014d754588 Move paging support behind a feature 4 years ago
David Tolnay 4e11abdf9b Move git changes support behind a feature 4 years ago
David Tolnay 570805bc98 Strip dependencies of bat-as-a-library 4 years ago
David Tolnay e7e1967bb0 Allow using bat-as-a-library with older syntect 4 years ago
sharkdp 9a050cd87f Update CHANGELOG 4 years ago
Patrick East d39507889a Add OPA Rego syntax
This adds syntax support for Rego, the declarative policy language
used by the Open Policy Agent:

https://github.com/open-policy-agent/opa

Generated from:

https://github.com/open-policy-agent/opa/blob/master/misc/syntax/textmate/Rego.tmLanguage

Using:

https://github.com/aziz/SublimeSyntaxConvertor

Signed-off-by: Patrick East <east.patrick@gmail.com>
4 years ago
sharkdp 3e8d444c78 Fix for Rust 1.37 4 years ago
sharkdp 522ab7a83c CHANGELOG: Add entries for upcoming release 4 years ago
David Peter 0c5b4fcd4a Add CHANGELOG to the repository 4 years ago
David Peter 37b3b8730d
Merge pull request #871 from neuronull/fix_654_stdin_filename
Implement --file-name<name> option
4 years ago
Josh Mickley 7c50fe5fec Document the --generate-config-file option 4 years ago
Josh Mickley 40a827ebcb Graceful handling of error conditions 4 years ago
Josh Mickley 376c556862 Add option to generate a default config file, fixes #870 4 years ago
Kyle Criddle 83772bd2cf Minor --file-name code hygeine 4 years ago
Marco Ieni 4aef8c180a README: fix manpage syntax link 4 years ago
Kyle Criddle 131d113ff5 Merge branch 'fix_654_stdin_filename' of github.com:neuronull/bat into fix_654_stdin_filename 4 years ago
Kyle Criddle 38178fedf4 Merge branch 'master' into fix_654_stdin_filename 4 years ago
Kyle Criddle 59f2e2d58d Implemented --file-name for multiple files + tests 4 years ago
Samuel FORESTIER 8d3136eb6f Adds `Homepage` to Debian package `control` file 4 years ago
Igor Raits 136a745c5d chore: Update liquid to 0.20
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
4 years ago
sharkdp 5edd8260e8 Fix path to assets 4 years ago
sharkdp 02f2b55d5f Write completions and manfile to cargo outdir (cargo publish restriction) 4 years ago
sharkdp 6386a4b812 Update dependencies, see #845 4 years ago
sharkdp c13935f3c0 Bump version to 0.13, see #845 4 years ago
Kyle Criddle fb3c775c8b --file-name for normal files. integration tests. 4 years ago
Kyle Criddle 8adce9fae8 Implement --file-name<name> option
- can specify filename to be displayed when printing.
- useful for when piping data from STDIN

Closes #654
4 years ago
sharkdp eb2f3ddb7c Rename test methods 4 years ago
sharkdp dfd3ef022e Add more default mappings, reverse traversal 4 years ago
sharkdp 978def2d40 Update documentation 4 years ago
sharkdp 57aed07814 Use absolute path for lookup in database 4 years ago
sharkdp bd8a13dbc9 Initial implementation of glob-based syntax mapping 4 years ago
sharkdp ba29e07636 Remove superfluous files 4 years ago
sharkdp 32346612b7 Move syntaxes, fixes #874 4 years ago
sharkdp 0550a286bd Cargo fmt 4 years ago
sharkdp dfe5eb3e98 Add an even simple example 4 years ago
sharkdp 2c2861db6a Further simplify module structure 4 years ago
sharkdp bb0a3d586e Simplify public API module structure 4 years ago
sharkdp 90397a8aac Hide SyntaxMapping::replace 4 years ago
sharkdp 84ba323b1c Rename output component to 'style compinent', move wrap to separate module 4 years ago