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

Commit Graph

  • 078228deac Add unit test for InputFileReader sharkdp 2018-10-07 12:29:38 +02:00
  • e09d7dabb8 Move snapshot tests into separate module sharkdp 2018-10-07 12:20:48 +02:00
  • 6d1cc8c2c8 Move read_line functionality to inputfile module sharkdp 2018-10-07 12:15:49 +02:00
  • 87f021078e Use dyn Trait for trait objects sharkdp 2018-10-07 11:55:39 +02:00
  • d5b0502419 Move get_reader into inputfile module sharkdp 2018-10-07 11:54:01 +02:00
  • 860f3e9006 Move InputFile to separate module sharkdp 2018-10-07 11:21:41 +02:00
  • 1be346a038 Add 'plain' version of bat to the benchmarks sharkdp 2018-10-07 10:57:08 +02:00
  • f9fd5e4851 Simplify -h help text sharkdp 2018-10-07 10:43:39 +02:00
  • da09f3877b Remove unnecessary scope sharkdp 2018-10-07 10:09:10 +02:00
  • e30e1bab2e Move theme-preview section into own paragraph sharkdp 2018-10-06 21:12:12 +02:00
  • f140f6da46 Fixes #273 - describes 'musl' builds. Russ Taylor 2018-10-05 14:01:46 -07:00
  • 3446fdf5f2 Document how to rapidly preview theme on a file Grégoire Paris 2018-10-06 19:38:02 +02:00
  • e1345cdc2a Update VimL syntax sharkdp 2018-10-05 17:54:31 +02:00
  • a2676ccc55 Workaround for #81 sharkdp 2018-10-04 10:16:53 +02:00
  • b39e28d2c8 Add support for wildcards in Windows CMD (#329) Richard Hozák 2018-10-03 22:59:11 +02:00
  • 0d71968615 Generate shell completions with clap during build (#327) davideGiovannini 2018-10-03 09:39:30 +02:00
  • 80da0dc619 run cargo fmt sharkdp 2018-09-26 19:16:03 +02:00
  • 64903bb858 Typo sharkdp 2018-09-26 19:13:32 +02:00
  • 3456ce1187 Add a small tutorial sharkdp 2018-09-26 18:08:24 +02:00
  • 886a5b3d24 Document the situation with less and scrolling sharkdp 2018-09-26 18:03:46 +02:00
  • 238482e5f3 Update syntax-set, fixes #314 v0.7.1 sharkdp 2018-09-23 10:30:19 +02:00
  • 79b960e17e Use ansi_colours package for better true-colour approximation Michal Nazarewicz 2018-09-21 15:56:09 +01:00
  • 6aa626f1c4 Document INI syntax modifications sharkdp 2018-09-22 09:40:44 +02:00
  • 1b30539493 Added Mercurial's hgrc-files to the list of INI-extensions Tuk Bredsdorff 2018-09-19 12:04:09 +02:00
  • 96b24d8a7e Fix typos Katrin Leinweber 2018-09-20 14:50:54 +02:00
  • 20b02e72b3 Disable wrapping when --style is plain sharkdp 2018-09-18 20:31:39 +02:00
  • 254efac9c2 Added section to README on using Cygwin. eth-p 2018-09-14 09:11:40 -07:00
  • dcec322117 Update README (libz-dev may be required) Jeroen Hoek 2018-09-12 15:37:22 +02:00
  • d781156327 Adds ansible install instructions for ansible to readme Alexander Eimer 2018-09-12 22:50:18 +02:00
  • 732750c274 Bump version v0.7.0 sharkdp 2018-09-12 22:03:48 +02:00
  • 6b6baa3118 Update dependencies sharkdp 2018-09-12 22:01:27 +02:00
  • 54c434934e Bump version, update assets sharkdp 2018-09-12 22:01:01 +02:00
  • ad6e0a2581 Update man page sharkdp 2018-09-12 22:00:28 +02:00
  • bd619db3ca Mention BAT_STYLE in README.md sharkdp 2018-09-12 21:57:54 +02:00
  • e098eb43a2 Do not show file header for directories sharkdp 2018-09-12 21:53:41 +02:00
  • ea369ee17f Merge pull request #298 from ms2300/bat_style David Peter 2018-09-12 21:48:34 +02:00
  • 63d32bc818 Merge remote-tracking branch 'upstream/master' into bat_style sharkdp 2018-09-12 21:40:41 +02:00
  • dccf8d8221 Use a more streamlined version of style-component collection sharkdp 2018-09-12 21:35:23 +02:00
  • 97129ab9d8 Add PowerShell syntax, closes #306 sharkdp 2018-09-12 20:53:49 +02:00
  • 52d0d6ca30 Merge pull request #302 from eth-p/feature-tabs David Peter 2018-09-12 20:50:05 +02:00
  • a05494e9d9 Make tests more robust sharkdp 2018-09-12 20:32:49 +02:00
  • 84ac92efbb Fix test for --style=plain sharkdp 2018-09-12 20:32:33 +02:00
  • b4c6e412dc Make generate_snapshots script more robust sharkdp 2018-09-12 20:28:42 +02:00
  • 3e21d69a92 Re-generate files again sharkdp 2018-09-12 20:28:30 +02:00
  • b7690d4bb1 Undo change in sample.modified.rs sharkdp 2018-09-12 20:28:21 +02:00
  • d404139ff7 Added validation for --tabs. eth-p 2018-09-12 10:08:58 -07:00
  • 9ef1e9f792 Update snapshots. eth-p 2018-09-11 15:04:44 -07:00
  • 503fe0b641 Fix sample.modified.rs eth-p 2018-09-11 15:03:13 -07:00
  • 1807f9653c Merge remote-tracking branch 'upstream/master' into feature-tabs eth-p 2018-09-11 14:03:47 -07:00
  • 1e74f0e2a9 Ran cargo fmt. eth-p 2018-09-11 13:47:35 -07:00
  • c1e1f753cf Added three new snapshot tests for --tabs and --wrap. eth-p 2018-09-11 13:47:01 -07:00
  • d90797f8e9 Fixed tab expansion not working in --wrap=never mode. eth-p 2018-09-11 13:45:49 -07:00
  • b4096e5627 Moved tab expansion to happen after syntax highlighting. eth-p 2018-09-11 13:02:22 -07:00
  • 4e3ab4d399 Query git diff only when needed shik Chen 2018-09-11 14:47:49 +08:00
  • f0d936763c provide armhf deb packages (#301) rachitchokshi 2018-09-11 12:03:53 -07:00
  • 7897260bf0 BAT_STYLE accounts for multiple styles (ie numbers,header) ms2300 2018-09-10 21:58:19 -06:00
  • eb6e43b9a9 Disabled tab expansion when decorations and pager are not used. eth-p 2018-09-10 20:12:13 -07:00
  • 7cdcdbb31d Updated snapshots. eth-p 2018-09-10 19:20:09 -07:00
  • 9159341714 Modified snapshot tests to support tab expansion. eth-p 2018-09-10 19:19:43 -07:00
  • b23ff24ebc Added tab expansion preprocessing step. eth-p 2018-09-10 18:11:59 -07:00
  • e1ecc17f69 print additional newline if last line in input file was not terminated with a newline (fixes #299) Rogach 2018-09-10 22:36:58 +03:00
  • 0fe3badf19 adding deb packaging for arm64 (#1) rachitchokshi 2018-09-09 19:30:29 -07:00
  • 89d4cb951a Updated before_deploy.bash to call version of strip specific to aarch64 target rachitchokshi 2018-09-09 16:56:39 -07:00
  • e9681bf22d Testing build by removing dependency 'libz-sys = "1.0.20"' rachitchokshi 2018-09-09 01:15:41 -07:00
  • 1b6df8a480 Enabled build target aarch64-unknown-linux-gnu for arm64 architecture rachitchokshi 2018-09-08 14:23:14 -07:00
  • cf24986edb Run formatting for bat_style changes ms2300 2018-09-10 00:07:46 -06:00
  • b9c556a0b6 Updated long help to reflect BAT_STYLE changes ms2300 2018-09-09 18:35:40 -06:00
  • 9d6bde48fa Added BAT_STYLE env variable functionality ms2300 2018-09-09 18:28:04 -06:00
  • d6c8fee044 README.md: Add Using bat on Windows Aankhen 2018-09-08 14:01:33 +05:30
  • 8b4abb03db Run 'cargo fmt' sharkdp 2018-09-07 21:50:47 +02:00
  • 375cf76e15 Formatted for newest rustfmt. eth-p 2018-09-07 11:13:03 -07:00
  • 1a4acc435e Typo eth-p 2018-09-07 10:56:59 -07:00
  • d8030626f8 Automatically disable wrapping when style is plain. eth-p 2018-09-07 10:51:47 -07:00
  • fb61aa4f60 Wrapping disabled when --plain is used. (#289) eth-p 2018-09-07 10:27:20 -07:00
  • 76df41fa97 src/output.rs: Handle less in a portable way. Aankhen 2018-09-06 19:11:38 +05:30
  • 97efd75cee Add Crystal syntax Miguel Madrid Mencía 2018-09-05 23:29:41 +02:00
  • 53d0c1deca Can read files named "cache" now, cache subcommand working too (#275) Shreyansh Chouhan 2018-09-06 02:52:12 +05:30
  • 155179a07a Update alternatives.md David Peter 2018-09-05 22:01:42 +02:00
  • ba00caf9c3 Add Swift syntax sharkdp 2018-09-05 21:56:49 +02:00
  • ac418ba21c Add PureScript syntax sharkdp 2018-09-05 21:50:16 +02:00
  • acde83af31 Add note about 'lesspipe', closes #242 sharkdp 2018-09-05 21:44:53 +02:00
  • 021a68eb21 Add F# syntax, closes #284 sharkdp 2018-09-05 21:38:35 +02:00
  • 566aab3b05 Merge pull request #279 from tobenna/add-jsx-syntax David Peter 2018-09-05 21:33:50 +02:00
  • f88eba6476 Add section concerning missing zlib-devel sharkdp 2018-09-05 21:13:43 +02:00
  • 1d9e7ac4c2 Support "(/usr)/bin/less" as PAGER too sharkdp 2018-09-05 21:10:11 +02:00
  • 80ae2ecbf8 Merge branch 'master' into add-jsx-syntax David Peter 2018-09-05 20:51:03 +02:00
  • 96d4492d27 Merge pull request #282 from tobenna/support-cabal-syntax David Peter 2018-09-05 20:44:25 +02:00
  • c90f0b8e21 Merge branch 'master' into support-cabal-syntax David Peter 2018-09-05 20:43:50 +02:00
  • 4b866ab6af Merge branch 'master' into add-jsx-syntax David Peter 2018-09-05 20:36:31 +02:00
  • 2dbd91e543 Add Dart syntax Tobenna 2018-09-05 07:53:18 +01:00
  • 785da3d9df Add support for cabal syntax Tobenna Ndu 2018-09-05 14:41:42 +01:00
  • d455cb7c32 Add support for JSX in javascript and typescript Tobenna 2018-09-05 08:49:33 +01:00
  • d2b4766f92 Small README update sharkdp 2018-09-04 08:25:24 +02:00
  • 5cf92b4f94 Windows download with scoop Roald 2018-09-03 23:41:35 +02:00
  • 7b803a50af Ignore enable_ansi_support errors sharkdp 2018-09-03 20:47:15 +02:00
  • 67ec5fe2b7 Add OneHalf themes, closes #256 sharkdp 2018-09-03 22:12:41 +02:00
  • 3447ed4def Add CSV syntax, closes #254 sharkdp 2018-09-03 21:49:08 +02:00
  • 532fb921a6 Update README.md David Peter 2018-09-01 00:59:30 +02:00
  • ba4d5a2e7d Bump version number v0.6.1 sharkdp 2018-09-01 00:30:43 +02:00
  • 026273a05c Enable ANSI support on Windows sharkdp 2018-09-01 00:01:07 +02:00