Commit Graph

1206 Commits (c03a027240c7689df76f5bbf0246d67a05af1898)
 

Author SHA1 Message Date
sharkdp a8851e1307 Hide methods from line_range 4 years ago
sharkdp d4a39f99d2 Hide API of InputFileReader 4 years ago
sharkdp 8c500a7e40 Hide get_syntax, move tests to module 4 years ago
sharkdp acf51bd7b3 Rename methods and parameters 4 years ago
sharkdp 83dc13a86d Add fallback theme, remove BAT_THEME_DEFAULT 4 years ago
sharkdp 094c526a0e Hide some methods from HighlightingAssets 4 years ago
sharkdp 62f2d0c100 Do not export syntax_set and theme_set 4 years ago
sharkdp fc1ca0875a Move error handling to a callback 4 years ago
sharkdp a7338e2ea2 Run cargo fmt 4 years ago
sharkdp 9b8ddb24d1 move Config struct to separate file 4 years ago
sharkdp 7e0115641d Move error module to separate file 4 years ago
sharkdp fedd32173e Restructure and fix bug in line range module 4 years ago
sharkdp 4855a47105 Rename enum field 4 years ago
sharkdp 06b7be7ee9 Major restructuring of theme/syntax handling 4 years ago
Kyle Criddle cfa2cb6ec7 --file-name for normal files. integration tests. 4 years ago
Kyle Criddle b1b8addf7e remove unnecessary Some() 4 years ago
Kyle Criddle 4be5adc6f5 remove absolute path restraint from BAT_CACHE_PATH 4 years ago
Kyle Criddle a9a31dca7f Specify cache dir with BAT_CACHE_DIR
- if set, BAT_CACHE_DIR is used. otherwise use OS default.
4 years ago
Kyle Criddle 517be5c7bc 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 9a9902bf9b Remove custom .github settings 4 years ago
sharkdp 4e40d4c720 Major update for the man page, closes #573 4 years ago
sharkdp 916c1e4359 Update assets 4 years ago
sharkdp 439be03634 Remove duplicate F# syntax 4 years ago
sharkdp b611d2aef4 Add no-duplicate-extensions unit test 4 years ago
sharkdp a2075b0f24 Update git dependency 4 years ago
sharkdp 3c1dd8558d Update links 4 years ago
sharkdp 17382d36b7 Update dependencies 4 years ago
cheese.cake 2e07aabb74 fix links 4 years ago
cheese.cake f525fb974e fix typo and broken links 4 years ago
cheese.cake edf62953c4 add README-ko.md 4 years ago
k-ta-yamada 260c5dcb75 fix: doc/README-ja.md
- Synchronized the contents of `README.md`.
- Fixed `README.md` to match the line number of text.
- Translated to Japanese.
- Fixed menu link anchor.
4 years ago
sharkdp 1bc62cd7b5 Add syntax detection unit tests 4 years ago
sharkdp b1183f72a5 Update to new assert_cmd 4 years ago
dependabot-preview[bot] a5e98146fb Bump assert_cmd from 0.11.1 to 0.12.0
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.11.1 to 0.12.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.11.1...v0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
dependabot-preview[bot] 6d32d3dbec Bump assert_cmd from 0.11.1 to 0.12.0
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.11.1 to 0.12.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.11.1...v0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
dependabot-preview[bot] c6bbca62ef Bump console from 0.9.2 to 0.10.0
Bumps [console](https://github.com/mitsuhiko/console) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
sharkdp dd9755f223 Update dependencies 4 years ago
sharkdp 61e39158de Install fish completions into 'vendor_completions.d', fixes #651 4 years ago
dependabot-preview[bot] 65023a987e Bump assets/syntaxes/Packages from `71fd0ec` to `759d6ee`
Bumps [assets/syntaxes/Packages](https://github.com/sublimehq/Packages) from `71fd0ec` to `759d6ee`.
- [Release notes](https://github.com/sublimehq/Packages/releases)
- [Commits](71fd0ec9e4...759d6eed9b)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
sharkdp 91843f6f65 Update 'JavaScript (Babel).sublime-syntax' 4 years ago
dependabot-preview[bot] 696547b646 Bump assets/syntaxes/JavaScript (Babel) from `a9a908f` to `f4579f9`
Bumps [assets/syntaxes/JavaScript (Babel)](https://github.com/babel/babel-sublime) from `a9a908f` to `f4579f9`.
- [Release notes](https://github.com/babel/babel-sublime/releases)
- [Commits](a9a908fe1d...f4579f9107)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
sharkdp 4d2682325b Update TypeScript.sublime-syntax 4 years ago
dependabot-preview[bot] 65811d9034 Bump assets/syntaxes/TypeScript from `ab51614` to `9cd994a`
Bumps [assets/syntaxes/TypeScript](https://github.com/Microsoft/TypeScript-Sublime-Plugin) from `ab51614` to `9cd994a`.
- [Release notes](https://github.com/Microsoft/TypeScript-Sublime-Plugin/releases)
- [Commits](ab51614c07...9cd994af73)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago
sharkdp f2b7c060a3 Add link to Choco package 4 years ago
sharkdp 08dd251b9c Update Windows install instructions 4 years ago
Anthony Cerruti d081473261 Update README.md 4 years ago
Anthony Cerruti 3901480c59 Move VC++ to Windows section 4 years ago
Anthony Cerruti 1cad3f56ec Explain how to fix no output issue
I just ran into this so I figured it might be helpful for others.
4 years ago
sharkdp 147503bd56 Add CoffeeScript syntax, closes #833 4 years ago
sharkdp d1b0e955ea Update dependencies 4 years ago