1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-12 08:12:27 +01:00

Commit Graph

  • a16789a060 Update alternatives.md David Peter 2019-02-07 23:52:31 +01:00
  • e09499b3df Move config-dir and cache-dir from 'bat cache' to 'bat' v0.10.0 sharkdp 2019-02-07 22:37:12 +01:00
  • cff01d81fa Rename 'bat cache --init' to 'bat cache --build' sharkdp 2019-02-07 22:31:37 +01:00
  • 31608c9a03 Update syntaxes sharkdp 2019-02-07 23:01:06 +01:00
  • 357ce84c56 Bump version to 0.10 sharkdp 2019-02-07 23:00:40 +01:00
  • 3a5c52641b Update assets/syntaxes/Packages sharkdp 2019-02-07 22:53:18 +01:00
  • 6e8fca5bb2 Replace less command line arguments only for PAGER sharkdp 2019-02-07 22:12:41 +01:00
  • 63c77383ce Ignore flags from PAGER env var if the program is 'less' Park Juhyung 2018-12-20 00:17:14 +09:00
  • 4df22e617f Update documentation sharkdp 2019-02-07 21:24:11 +01:00
  • 6473e8c1be Remove import sharkdp 2019-02-07 21:21:33 +01:00
  • 972a764a74 Simplify Optional handling sharkdp 2019-02-07 21:20:35 +01:00
  • 54143d1403 Add --cache-dir option sharkdp 2019-02-07 21:19:20 +01:00
  • 6523bbf62f Replace 'is_absolute_path' with map and filter sharkdp 2019-02-07 21:05:59 +01:00
  • 05e2c2c66b removed compile errors and warnings on non-macs Lavi 2019-02-05 14:34:08 -05:00
  • 69227222b5 config and cache now check XDG env vars first Lavi 2019-02-05 12:58:06 -05:00
  • 49af3e854b Set cache_dir on MacOS to ~/.cache/bat/ Lavi 2019-02-04 12:58:30 -05:00
  • 6a8e4757b7 Updated bat config dir for MacOs Lavi 2019-01-31 12:53:10 -05:00
  • 91deef8b13 add varlink syntax Harald Hoyer 2019-02-04 14:30:53 +01:00
  • 61e888de7f Check result of read_until, and return Error if 0, which indicates EOF was found before delimeter. Reid Wagner 2019-02-02 11:59:32 -08:00
  • f3f9f10f05 Add Jsonnet (*.jsonnet) syntax Okumura Takahiro 2019-01-31 16:45:07 +09:00
  • 29ffa2a832 add Fedora instructions object_1037 2019-02-03 18:13:19 +09:00
  • 42a873fdb8 update README-ja.md object_1037 2019-02-03 18:05:04 +09:00
  • 82f048aedb Bump assert_cmd from 0.10.2 to 0.11.0 dependabot[bot] 2019-01-29 03:18:10 +00:00
  • ae08785ec8 Add Terraform syntax Benjamin Santos 2019-01-28 08:06:50 -05:00
  • a500629359 Completely disable generation of shell completion files sharkdp 2019-01-26 16:29:21 +01:00
  • 724a5fac99 Fix Fedora instructions in README Gergely Gombos 2019-01-26 12:35:46 -05:00
  • c483e49b92 Consistent naming for submodules sharkdp 2019-01-20 10:22:35 +01:00
  • 94c9b40694 Protobuf-syntax and ProtobufText syntax (#474) Benjamin 2019-01-20 04:20:53 -05:00
  • 0c9dc3b257 Bump console from 0.7.3 to 0.7.5 dependabot[bot] 2019-01-18 03:17:00 +00:00
  • 3b5174bb1d Add syslog-syntax Benjamin Santos 2019-01-17 18:38:06 -05:00
  • 3324505383 Update README.md David Peter 2019-01-16 20:04:46 +01:00
  • de7872f8a8 Bump console from 0.7.2 to 0.7.3 dependabot[bot] 2019-01-14 03:14:56 +00:00
  • abf0229741 Bump escargot from 0.3.1 to 0.4.0 dependabot[bot] 2019-01-01 03:17:01 +00:00
  • e04bccd12d Bump console from 0.7.1 to 0.7.2 dependabot[bot] 2018-12-24 03:17:42 +00:00
  • 668c8a6703 Merge pull request #453 from sharkdp/line-highlight David Peter 2018-12-18 09:06:28 +01:00
  • bd68684537 Fix the number of values to one sharkdp 2018-12-16 22:35:22 +01:00
  • c2847f6a9f Short options for line-range and highlight-line sharkdp 2018-12-16 22:17:39 +01:00
  • cf7ed042c1 Colorize the whole line sharkdp 2018-12-16 21:53:15 +01:00
  • 6b92814ea0 Allow for multiple highlighted lines sharkdp 2018-12-16 21:00:18 +01:00
  • a236a9b195 Merge branch 'master' of https://github.com/tskinn/bat into tskinn-master sharkdp 2018-12-16 20:43:36 +01:00
  • b68c5d8576 Bump minimum required Rust version to 1.30 sharkdp 2018-12-14 21:48:31 +01:00
  • fee57d71d9 Print ANSI-reset code before newline sharkdp 2018-12-14 21:23:27 +01:00
  • 5d3205acc0 Add x86_64 Assembly manually sharkdp 2018-12-14 23:06:45 +01:00
  • 4e6816abd6 Remove problematic 'Assembly (x86_64)' submodule sharkdp 2018-12-14 23:04:44 +01:00
  • 72e8036edc Bump git2 from 0.7.5 to 0.8.0 dependabot[bot] 2018-12-14 03:18:44 +00:00
  • 397def1320 Omit launching of pager if NO file exists sharkdp 2018-12-14 21:44:48 +01:00
  • d2d29180a7 Add ARM assembly sharkdp 2018-12-14 22:52:57 +01:00
  • 2f263c9fbf Add x86_64 assembly sharkdp 2018-12-14 22:46:50 +01:00
  • 4ff360669f add quotes around filename ufuji1984 2018-12-12 05:55:11 +09:00
  • 549e5d7355 Report filename if File::open return Err ufuji1984 2018-12-10 19:05:57 +09:00
  • dd48d29c28 Add AsciiDoc syntax. Markus Thömmes 2018-12-11 16:20:55 +01:00
  • 98ee5f7400 Add vimpager to alternatives, closes #429 sharkdp 2018-12-07 20:28:47 +01:00
  • 638c04c13e Bump console from 0.7.0 to 0.7.1 dependabot[bot] 2018-12-03 03:17:48 +00:00
  • b1c865acaa Update README.md David Peter 2018-12-02 21:02:56 +01:00
  • d3d795ffb2 Removed confusing variable from examples in README.md Lavi Blumberg 2018-12-02 13:18:16 -05:00
  • 0571c51487 Add copyright notice in MIT license David Peter 2018-12-02 18:35:29 +01:00
  • 348c9f3562 Enhance SyntaxMapping with impl Trait Ole Martin Ruud 2018-11-27 04:40:54 +01:00
  • 6b6a8f8e16 Fix doc comment typo Ole Martin Ruud 2018-11-27 02:41:00 +01:00
  • 6aa002850c Correct typo in readme Keith Devens 2018-11-25 20:01:14 -07:00
  • 49c22c8d39 Bump console from 0.6.2 to 0.7.0 dependabot[bot] 2018-11-23 03:40:29 +00:00
  • 673caf6b59 Bump assert_cmd from 0.10.1 to 0.10.2 dependabot[bot] 2018-11-21 03:19:41 +00:00
  • e6ffab3cb4 Update assets/README.md David Peter 2018-11-19 18:25:22 +01:00
  • 4e43f8fa74 Highlight XDG desktop entry as .ini file Jerome Leclanche 2018-11-19 16:52:53 +02:00
  • bac1b16885 Consistent spelling of "color" David Peter 2018-11-18 12:11:07 +01:00
  • 778a4929a8 Add twig support Ahmed El Gabri 2018-11-17 11:27:26 +01:00
  • 5c22dd4248 add close tag sh-tech 2018-11-15 13:26:27 +09:00
  • 214cd0f8ea add link to original README sh-tech 2018-11-15 13:26:08 +09:00
  • 9fd61fcb6d add table of contents sh-tech 2018-11-15 13:24:45 +09:00
  • edf1d3b256 modify url sh-tech 2018-11-15 13:20:48 +09:00
  • eca47b2a28 translate Project goals, alternatives sh-tech 2018-11-15 13:17:43 +09:00
  • 62424e70d7 translate Customization sh-tech 2018-11-15 13:11:08 +09:00
  • 4791f15222 translate Installation sh-tech 2018-11-15 11:31:02 +09:00
  • 159f234b78 translate Key Features & How to Use sh-tech 2018-11-15 11:10:40 +09:00
  • 3ec96127f2 translate table of contents sh-tech 2018-11-15 10:39:35 +09:00
  • a9acb2711b copy README.md (NOT translate yet) sh-tech 2018-11-15 10:37:30 +09:00
  • a3182e68e4 Update .gitattributes sharkdp 2018-11-12 21:49:19 +01:00
  • 0691b18231 Add assets/.gitattributes sharkdp 2018-11-11 14:50:59 +01:00
  • c711cd1b2e Update .gitattributes sharkdp 2018-11-11 14:50:05 +01:00
  • 14e6b41a5f Add .gitattributes sharkdp 2018-11-11 14:49:24 +01:00
  • 532af6556d Use Rust inclusive range (stable in 1.26) Arnav Borborah 2018-11-11 08:21:31 -05:00
  • 26717b0cd2 Update README.md David Peter 2018-11-11 14:39:04 +01:00
  • 1f177f0a1c Update README.md David Peter 2018-11-11 14:35:08 +01:00
  • 54c81fa543 Update README.md David Peter 2018-11-11 14:32:59 +01:00
  • 34dee9e3aa Updates for README David Peter 2018-11-11 14:28:18 +01:00
  • c073d4a118 Add new image v0.9.0 David Peter 2018-11-11 13:19:34 +01:00
  • e79c5516bf Bump version, update assets sharkdp 2018-11-11 12:55:38 +01:00
  • 4776c2a575 Update man page sharkdp 2018-11-11 12:31:28 +01:00
  • f98a96c1ed Update help text sharkdp 2018-11-11 12:26:39 +01:00
  • 8a3446d219 Update dependencies sharkdp 2018-11-11 12:05:57 +01:00
  • 5d5bf616ca Update README.md David Peter 2018-11-11 12:17:15 +01:00
  • b68c038db8 Update link to new issue sharkdp 2018-11-11 10:14:18 +01:00
  • 1117d2f9cb Bump syntect from 3.0.1 to 3.0.2 dependabot[bot] 2018-11-11 09:02:03 +00:00
  • d0ba5bcb32 Wording David Peter 2018-11-11 11:07:38 +01:00
  • f8d39d5624 Resolving requested changes Ricky 2018-11-07 16:31:23 +00:00
  • 9998e2eac6 Initial commit of updated README for config file formatting Ricky 2018-11-04 17:52:03 +00:00
  • 7cac07d845 issue #383: Handle cases like PAGER=/usr/bin/bat sharkdp 2018-11-06 19:53:32 +01:00
  • 148caa1381 Fix code style Rodrigo Orem 2018-11-06 13:23:06 -02:00
  • ab27cac0cc Remove args when change from bat to less Rodrigo Orem 2018-11-05 18:54:49 -02:00
  • 01fcbf2183 Better placement of bat detection Rodrigo Orem 2018-11-05 18:41:51 -02:00
  • 8a0c30b385 Avoid endless bat executions with PAGER="bat" Rodrigo Orem 2018-10-31 20:22:56 -03:00