1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-03-13 14:18:35 +00:00

Commit Graph

  • 06ac020814
    Merge 6cd511d1c6eb13d4edb11c62e7c4eaba5bac1d0d into 9316f2a758d015ced23af421e1257f5b926f25c4 Michal Nazarewicz 2018-08-23 06:00:08 +00:00
  • 6223ad6d52 Document Config struct sharkdp 2018-08-22 22:36:59 +02:00
  • 31a9335bd5 Document Config struct sharkdp 2018-08-22 22:36:37 +02:00
  • 9316f2a758 Major refactoring and cleanup sharkdp 2018-08-22 22:29:12 +02:00
  • c884c3cc12 Re-order options in help texts sharkdp 2018-08-22 19:34:30 +02:00
  • 08850f0474 Update the --help text sharkdp 2018-08-22 19:27:11 +02:00
  • 8e6c5bc562 doc: mention BAT_THEME in help output Tim Sampson 2018-08-22 10:46:22 +03:00
  • c9ff53da11 doc: mention BAT_THEME in help output Tim Sampson 2018-08-22 10:46:22 +03:00
  • 052425b12f Load customized themes in addition to defaults sharkdp 2018-08-20 21:39:21 +02:00
  • 2df3305b94 Add new '--blank' option for 'bat cache --init' sharkdp 2018-08-20 21:12:52 +02:00
  • 6882fc1512 Clean up help messages sharkdp 2018-08-20 20:43:28 +02:00
  • 4f713a5e87 Add new '--blank' option for 'bat cache --init' sharkdp 2018-08-20 21:12:52 +02:00
  • 382d6b1dc3 Clean up help messages sharkdp 2018-08-20 20:43:28 +02:00
  • 6cd511d1c6 Improve RGB→256-colour palette interpolation by trying cueb for greys Michal Nazarewicz 2018-08-19 00:30:46 +01:00
  • f578c4d9d1 Improve RGB→256-colour palette interpolation by better maths Michal Nazarewicz 2018-08-19 00:05:38 +01:00
  • 001a78417a Test error made when mapping RGB colours into 256-colour palette Michal Nazarewicz 2018-08-18 22:27:54 +01:00
  • 2508323264 Extract grid and line-number color from theme v0.5.0 sharkdp 2018-08-19 12:32:35 +02:00
  • 297afad337 Bump version sharkdp 2018-08-19 12:31:35 +02:00
  • 1dddce3aa1 Separate syntax set and theme set sharkdp 2018-08-19 10:49:09 +02:00
  • 60a1c6f1c3 Separate syntax set and theme set sharkdp 2018-08-19 10:49:09 +02:00
  • 76be0d3933 Add arm as a compile target sharkdp 2018-08-18 21:51:19 +02:00
  • 3e09950dfb Add arm as a compile target sharkdp 2018-08-18 21:51:19 +02:00
  • e5b8c4471a Bump minimum required rust version sharkdp 2018-08-18 21:30:12 +02:00
  • b191691767 Revert "replace trait object BufRead by generic" sharkdp 2018-08-18 20:49:02 +02:00
  • 5c95b8803b Avoid floating point arithmetic in RGB→8-bit ANSI approximation Michal Nazarewicz 2018-08-18 19:40:16 +01:00
  • aa3eed15ad Revert "replace trait object BufRead by generic" sharkdp 2018-08-18 20:49:02 +02:00
  • 5b421b455d Update dependencies sharkdp 2018-08-18 20:44:25 +02:00
  • d29588b43c Avoid floating point arithmetic in RGB→8-bit ANSI approximation Michal Nazarewicz 2018-08-18 19:40:16 +01:00
  • a6d6c28723 Add documentation on new pager-customization sharkdp 2018-08-18 20:22:11 +02:00
  • 2966939e38 Update submodules sharkdp 2018-08-18 19:30:35 +02:00
  • d179693d1d Use BAT_PAGER and PAGER environment variables, closes #158 sharkdp 2018-07-23 22:49:25 +02:00
  • 268577c6f9 Run 'cargo fmt' sharkdp 2018-08-18 17:39:10 +02:00
  • 037861e588 replace trait object BufRead by generic TA Thanh Dinh 2018-08-17 17:48:15 +02:00
  • f029196a10 Run 'cargo fmt' sharkdp 2018-08-18 17:39:10 +02:00
  • 36ba93d30b replace trait object BufRead by generic TA Thanh Dinh 2018-08-17 17:48:15 +02:00
  • 663dd5b21a Use BAT_PAGER and PAGER environment variables, closes #158 sharkdp 2018-07-23 22:49:25 +02:00
  • 94ccc646e8 Update README sharkdp 2018-07-23 21:58:06 +02:00
  • 0cc5d1dab6 Update error-chain to fix compiler warnings sharkdp 2018-07-23 21:54:30 +02:00
  • 28397b8f78 Always show a warning when theme is unknown sharkdp 2018-07-23 21:38:45 +02:00
  • c899849101 Use map instead of and_then(..Some(..)) sharkdp 2018-07-23 21:19:47 +02:00
  • bf53b64125 Small style fix sharkdp 2018-07-23 21:10:55 +02:00
  • c68aa0f424 Allow specifying the theme via the BAT_THEME environment variable Armando Perez 2018-07-20 23:26:24 -07:00
  • 112537f72a Always show a warning when theme is unknown sharkdp 2018-07-23 21:38:45 +02:00
  • 7f50ea9e5d Use map instead of and_then(..Some(..)) sharkdp 2018-07-23 21:19:47 +02:00
  • 7a88300e4a Small style fix sharkdp 2018-07-23 21:10:55 +02:00
  • 2a5815d3c2 Allow specifying the theme via the BAT_THEME environment variable Armando Perez 2018-07-20 23:26:24 -07:00
  • d9e0ab855c
    Merge 05791a16370f34bd0526228dbd0ce80f82492292 into 6b57f4eebc7f1182cc7aceddfc8a3e23e80337ac Armando Pérez Marqués 2018-07-18 17:37:42 +00:00
  • 6b57f4eebc Style changes sharkdp 2018-07-17 23:38:45 +02:00
  • 0ddd388a29 Improve logic for SGR sequence passthrough eth-p 2018-07-05 14:30:06 -07:00
  • 34811b8161 Fix #182 eth-p 2018-07-05 13:24:34 -07:00
  • 6b12d1642c Style changes sharkdp 2018-07-17 23:38:45 +02:00
  • 8b92aae23f
    Fix Travis link David Peter 2018-07-17 23:37:03 +02:00
  • 3a0941cabe Update syntaxes.bin sharkdp 2018-07-17 23:28:44 +02:00
  • 52877c6d67 Add Nix syntax, closes #180 sharkdp 2018-07-17 23:28:31 +02:00
  • 455de98a89 Update sublimehq/Packages, closes #183 sharkdp 2018-07-17 23:27:19 +02:00
  • d8edd70294 Add spec for using cargo-rpm Cainã Costa 2018-07-14 13:14:23 -03:00
  • 05791a1637 Allow specifying the theme via the BAT_THEME environment variable Armando Perez 2018-07-07 11:53:01 -07:00
  • 8c6a74a6c5 typo Stéphane Campinas 2018-07-06 12:46:23 +02:00
  • dc28d9e860
    typo Stéphane Campinas 2018-07-06 12:46:23 +02:00
  • 074ab0494e
    Improve logic for SGR sequence passthrough eth-p 2018-07-05 14:30:06 -07:00
  • 319dd056ae
    Fix #182 eth-p 2018-07-05 13:24:34 -07:00
  • 3f8b340ed8 Add AWK syntax. Gert Hulselmans 2018-06-14 23:01:49 +02:00
  • cb4dbacf68 Add AWK syntax. Gert Hulselmans 2018-06-14 23:01:49 +02:00
  • 65e6970907 Change help text for --line-range sharkdp 2018-06-12 08:01:44 +02:00
  • 90cc019482 Run 'cargo fmt' sharkdp 2018-06-12 07:49:14 +02:00
  • eaf0b99d25 update Taylor 2018-06-11 22:10:14 -06:00
  • 3b1dcca5d0 use map() Taylor Skinner 2018-06-04 17:19:34 -06:00
  • 26dbdf4fa0 update line-ranges Taylor Skinner 2018-06-04 17:07:01 -06:00
  • 6691786d82 add line-range Taylor Skinner 2018-05-31 21:08:29 -06:00
  • fd5b4c344d Change help text for --line-range sharkdp 2018-06-12 08:01:44 +02:00
  • f14496af41 Run 'cargo fmt' sharkdp 2018-06-12 07:49:14 +02:00
  • 6e1c6e4882 update Taylor 2018-06-11 22:10:14 -06:00
  • 50209bfe21 updates archlinux install instructions Conrad Kleinespel 2018-06-08 09:34:57 +00:00
  • d38f11bcae
    updates archlinux install instructions Conrad Kleinespel 2018-06-08 09:34:57 +00:00
  • 79a6ab1bd5 use map() Taylor Skinner 2018-06-04 17:19:34 -06:00
  • e26e33be49 update line-ranges Taylor Skinner 2018-06-04 17:07:01 -06:00
  • c91511cca1 Always run snapshot test sharkdp 2018-06-02 19:03:20 +02:00
  • c9f7a0c126 Use separate Git repository for snapshot testing sharkdp 2018-06-02 18:06:40 +02:00
  • e4995ea0cf Use separate Git repository for snapshot testing sharkdp 2018-06-02 18:06:40 +02:00
  • 69c798eafd Fix command typo Ezinwa Okpoechi 2018-06-01 16:32:33 +02:00
  • 54d8fa762e
    Fix command typo Ezinwa Okpoechi 2018-06-01 16:32:33 +02:00
  • 748924983a add line-range Taylor Skinner 2018-05-31 21:08:29 -06:00
  • 195d5e0e16 Update Cargo.lock v0.4.1 sharkdp 2018-06-01 00:35:20 +02:00
  • 86c1777205 Skip snapshot test if Git is not available sharkdp 2018-06-01 00:33:39 +02:00
  • 16874ab016 Exclude assets from upload sharkdp 2018-05-31 23:39:02 +02:00
  • bf5883f06f Updates for 0.4 v0.4.0 sharkdp 2018-05-31 22:57:18 +02:00
  • e27bdfc7d6 Fix clippy warnings sharkdp 2018-05-31 15:27:55 +02:00
  • a7f4f202cb
    Update README.md David Peter 2018-05-30 21:32:40 +02:00
  • 397223374a
    Add TOC David Peter 2018-05-30 21:23:24 +02:00
  • 0c2da90fa4
    Change color of crates.io badge David Peter 2018-05-30 21:10:14 +02:00
  • fe29da6e76
    Add license badge David Peter 2018-05-30 21:02:40 +02:00
  • 0eccfb50d9 Update header sharkdp 2018-05-30 20:54:46 +02:00
  • f74263e71d Update syntect sharkdp 2018-05-30 20:50:50 +02:00
  • 54f4896ced Update syntaxes, fix CMake syntax problem sharkdp 2018-05-30 20:43:16 +02:00
  • 9d92350cbb Use default Markdown syntax, closes #157 sharkdp 2018-05-30 20:40:02 +02:00
  • 26d409db65 Add 'rouge' to list of alternatives sharkdp 2018-05-30 19:24:30 +02:00
  • 06cd4b2ce8 Add 'coderay' to list of alternatives sharkdp 2018-05-30 19:16:08 +02:00
  • a348a9f68e Handle syntax-set loading errors sharkdp 2018-05-25 22:12:30 +02:00
  • e13a7290e1 Handle syntax-set loading errors sharkdp 2018-05-25 22:12:30 +02:00
  • 39e2971e96 Add .ignore files to avoid searching asset folders sharkdp 2018-05-25 17:44:50 +02:00