1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-11 15:52:25 +01:00

Commit Graph

  • 4e11abdf9b Move git changes support behind a feature David Tolnay 2020-03-30 10:37:29 -07:00
  • 570805bc98 Strip dependencies of bat-as-a-library David Tolnay 2020-03-30 09:43:13 -07:00
  • e7e1967bb0 Allow using bat-as-a-library with older syntect David Tolnay 2020-03-30 09:57:11 -07:00
  • 9a050cd87f Update CHANGELOG sharkdp 2020-03-27 07:33:56 +01:00
  • d39507889a Add OPA Rego syntax Patrick East 2020-03-20 18:07:55 -07:00
  • 3e8d444c78 Fix for Rust 1.37 sharkdp 2020-03-26 10:01:02 +01:00
  • 522ab7a83c CHANGELOG: Add entries for upcoming release sharkdp 2020-03-26 09:54:36 +01:00
  • 0c5b4fcd4a Add CHANGELOG to the repository David Peter 2020-03-26 09:46:58 +01:00
  • 37b3b8730d Merge pull request #871 from neuronull/fix_654_stdin_filename David Peter 2020-03-26 09:35:01 +01:00
  • 7c50fe5fec Document the --generate-config-file option Josh Mickley 2020-03-25 22:05:01 -04:00
  • 40a827ebcb Graceful handling of error conditions Josh Mickley 2020-03-25 22:03:10 -04:00
  • 376c556862 Add option to generate a default config file, fixes #870 Josh Mickley 2020-03-23 22:08:19 -04:00
  • 83772bd2cf Minor --file-name code hygeine Kyle Criddle 2020-03-25 18:58:05 -06:00
  • 4aef8c180a README: fix manpage syntax link Marco Ieni 2020-03-25 19:43:18 +01:00
  • 131d113ff5 Merge branch 'fix_654_stdin_filename' of github.com:neuronull/bat into fix_654_stdin_filename Kyle Criddle 2020-03-24 19:14:07 -06:00
  • 38178fedf4 Merge branch 'master' into fix_654_stdin_filename Kyle Criddle 2020-03-24 19:08:43 -06:00
  • 59f2e2d58d Implemented --file-name for multiple files + tests Kyle Criddle 2020-03-24 18:26:00 -06:00
  • 8d3136eb6f Adds Homepage to Debian package control file Samuel FORESTIER 2020-03-23 15:57:08 +00:00
  • 136a745c5d chore: Update liquid to 0.20 Igor Raits 2020-03-22 16:27:35 +01:00
  • 5edd8260e8 Fix path to assets v0.13.0 sharkdp 2020-03-22 13:16:47 +01:00
  • 02f2b55d5f Write completions and manfile to cargo outdir (cargo publish restriction) sharkdp 2020-03-22 11:33:50 +01:00
  • 6386a4b812 Update dependencies, see #845 sharkdp 2020-03-22 11:17:56 +01:00
  • c13935f3c0 Bump version to 0.13, see #845 sharkdp 2020-03-22 11:17:38 +01:00
  • fb3c775c8b --file-name for normal files. integration tests. Kyle Criddle 2020-03-19 20:46:19 -06:00
  • 8adce9fae8 Implement --file-name<name> option Kyle Criddle 2020-03-17 20:24:48 -06:00
  • eb2f3ddb7c Rename test methods sharkdp 2020-03-22 10:54:37 +01:00
  • dfd3ef022e Add more default mappings, reverse traversal sharkdp 2020-03-22 10:37:35 +01:00
  • 978def2d40 Update documentation sharkdp 2020-03-22 10:37:18 +01:00
  • 57aed07814 Use absolute path for lookup in database sharkdp 2020-03-22 10:19:35 +01:00
  • bd8a13dbc9 Initial implementation of glob-based syntax mapping sharkdp 2020-03-22 09:55:13 +01:00
  • ba29e07636 Remove superfluous files sharkdp 2020-03-22 00:04:33 +01:00
  • 32346612b7 Move syntaxes, fixes #874 sharkdp 2020-03-21 23:16:37 +01:00
  • 0550a286bd Cargo fmt sharkdp 2020-03-21 22:25:08 +01:00
  • dfe5eb3e98 Add an even simple example sharkdp 2020-03-21 21:45:03 +01:00
  • 2c2861db6a Further simplify module structure sharkdp 2020-03-21 21:15:12 +01:00
  • bb0a3d586e Simplify public API module structure sharkdp 2020-03-21 21:03:57 +01:00
  • 90397a8aac Hide SyntaxMapping::replace sharkdp 2020-03-21 20:58:11 +01:00
  • 84ba323b1c Rename output component to 'style compinent', move wrap to separate module sharkdp 2020-03-21 20:54:16 +01:00
  • a8851e1307 Hide methods from line_range sharkdp 2020-03-21 20:50:32 +01:00
  • d4a39f99d2 Hide API of InputFileReader sharkdp 2020-03-21 20:45:46 +01:00
  • 8c500a7e40 Hide get_syntax, move tests to module sharkdp 2020-03-21 20:42:10 +01:00
  • acf51bd7b3 Rename methods and parameters sharkdp 2020-03-21 20:36:00 +01:00
  • 83dc13a86d Add fallback theme, remove BAT_THEME_DEFAULT sharkdp 2020-03-21 20:31:32 +01:00
  • 094c526a0e Hide some methods from HighlightingAssets sharkdp 2020-03-21 20:16:32 +01:00
  • 62f2d0c100 Do not export syntax_set and theme_set sharkdp 2020-03-21 20:01:36 +01:00
  • fc1ca0875a Move error handling to a callback sharkdp 2020-03-21 19:51:59 +01:00
  • a7338e2ea2 Run cargo fmt sharkdp 2020-03-21 19:40:43 +01:00
  • 9b8ddb24d1 move Config struct to separate file sharkdp 2020-03-21 19:40:13 +01:00
  • 7e0115641d Move error module to separate file sharkdp 2020-03-21 19:35:04 +01:00
  • fedd32173e Restructure and fix bug in line range module sharkdp 2020-03-21 17:22:17 +01:00
  • 4855a47105 Rename enum field sharkdp 2020-03-21 16:51:38 +01:00
  • 06b7be7ee9 Major restructuring of theme/syntax handling sharkdp 2020-03-21 16:48:27 +01:00
  • cfa2cb6ec7 --file-name for normal files. integration tests. Kyle Criddle 2020-03-19 20:46:19 -06:00
  • b1b8addf7e remove unnecessary Some() Kyle Criddle 2020-03-17 19:40:27 -06:00
  • 4be5adc6f5 remove absolute path restraint from BAT_CACHE_PATH Kyle Criddle 2020-03-16 19:39:37 -06:00
  • a9a31dca7f Specify cache dir with BAT_CACHE_DIR Kyle Criddle 2020-03-15 19:52:11 -06:00
  • 517be5c7bc Implement --file-name<name> option Kyle Criddle 2020-03-17 20:24:48 -06:00
  • 9a9902bf9b Remove custom .github settings sharkdp 2020-03-16 07:54:55 +01:00
  • 4e40d4c720 Major update for the man page, closes #573 sharkdp 2020-03-15 23:15:30 +01:00
  • 916c1e4359 Update assets sharkdp 2020-03-15 14:20:56 +01:00
  • 439be03634 Remove duplicate F# syntax sharkdp 2020-03-15 14:20:40 +01:00
  • b611d2aef4 Add no-duplicate-extensions unit test sharkdp 2020-03-15 14:14:01 +01:00
  • a2075b0f24 Update git dependency sharkdp 2020-03-15 14:18:04 +01:00
  • 3c1dd8558d Update links sharkdp 2020-03-15 12:03:25 +01:00
  • 17382d36b7 Update dependencies sharkdp 2020-03-15 11:13:13 +01:00
  • 2e07aabb74 fix links cheese.cake 2020-03-15 18:07:38 +09:00
  • f525fb974e fix typo and broken links cheese.cake 2020-03-15 18:05:36 +09:00
  • edf62953c4 add README-ko.md cheese.cake 2020-03-15 17:54:29 +09:00
  • 260c5dcb75 fix: doc/README-ja.md k-ta-yamada 2020-03-11 17:57:14 +09:00
  • 1bc62cd7b5 Add syntax detection unit tests sharkdp 2020-03-10 23:05:57 +01:00
  • b1183f72a5 Update to new assert_cmd sharkdp 2020-03-07 00:01:35 +01:00
  • a5e98146fb Bump assert_cmd from 0.11.1 to 0.12.0 dependabot-preview[bot] 2019-12-06 03:14:57 +00:00
  • 6d32d3dbec Bump assert_cmd from 0.11.1 to 0.12.0 dependabot-preview[bot] 2020-03-06 22:56:20 +00:00
  • c6bbca62ef Bump console from 0.9.2 to 0.10.0 dependabot-preview[bot] 2020-03-09 03:13:49 +00:00
  • dd9755f223 Update dependencies sharkdp 2020-03-06 23:54:58 +01:00
  • 61e39158de Install fish completions into 'vendor_completions.d', fixes #651 sharkdp 2020-03-06 23:47:26 +01:00
  • 65023a987e Bump assets/syntaxes/Packages from 71fd0ec to 759d6ee dependabot-preview[bot] 2019-12-20 03:37:59 +00:00
  • 91843f6f65 Update 'JavaScript (Babel).sublime-syntax' sharkdp 2020-03-06 23:43:04 +01:00
  • 696547b646 Bump assets/syntaxes/JavaScript (Babel) from a9a908f to f4579f9 dependabot-preview[bot] 2020-02-07 03:46:15 +00:00
  • 4d2682325b Update TypeScript.sublime-syntax sharkdp 2020-03-06 23:40:42 +01:00
  • 65811d9034 Bump assets/syntaxes/TypeScript from ab51614 to 9cd994a dependabot-preview[bot] 2020-03-01 03:19:28 +00:00
  • f2b7c060a3 Add link to Choco package sharkdp 2020-03-06 23:39:17 +01:00
  • 08dd251b9c Update Windows install instructions sharkdp 2020-03-06 23:37:18 +01:00
  • d081473261 Update README.md Anthony Cerruti 2020-03-04 01:04:49 -08:00
  • 3901480c59 Move VC++ to Windows section Anthony Cerruti 2020-03-03 18:51:53 -08:00
  • 1cad3f56ec Explain how to fix no output issue Anthony Cerruti 2020-03-02 16:13:48 -08:00
  • 147503bd56 Add CoffeeScript syntax, closes #833 sharkdp 2020-03-06 23:28:44 +01:00
  • d1b0e955ea Update dependencies sharkdp 2020-02-28 10:28:00 +01:00
  • 4021cf8128 Support combination of multiple styles at the same time Pavel Aslanov 2020-03-04 12:05:10 +00:00
  • 7155f76963 Merge pull request #854 from eth-p/master Ethan P 2020-03-03 13:41:18 -08:00
  • b63f31e15d Fix broken link in issue template. Ethan P 2020-03-03 13:09:31 -08:00
  • 9c3d8c4028 Bump assets/syntaxes/ssh-config from e84b78f to 16e19d5 dependabot-preview[bot] 2020-03-01 03:19:06 +00:00
  • d33b7071e3 Bump assets/syntaxes/GraphQL from 66ce871 to c9d8458 dependabot-preview[bot] 2020-03-01 03:19:55 +00:00
  • ca066bf7cd Run 'cargo fmt' sharkdp 2020-02-28 10:27:06 +01:00
  • 4ac3161c19 Rename label syntax-request sharkdp 2020-02-28 09:47:27 +01:00
  • d479e07bcb Rename label sharkdp 2020-02-28 09:46:33 +01:00
  • 369ba7bb0a Remove title prefix (we already have labels for that) sharkdp 2020-02-28 09:39:38 +01:00
  • 9df85edc4c Add 'question' template sharkdp 2020-02-28 09:36:46 +01:00
  • d007caf39c Add simple "Feature request" template David Peter 2020-02-28 09:32:47 +01:00
  • 7d453dfdc5 Simplify issue templates sharkdp 2020-02-28 08:11:27 +01:00