Commit Graph

527 Commits (778a4929a84279fd5d90a5781a8105ecfb739cd4)
 

Author SHA1 Message Date
ms2300 9d6bde48fa Added BAT_STYLE env variable functionality 6 years ago
Aankhen d6c8fee044 README.md: Add `Using bat on Windows` 6 years ago
sharkdp 8b4abb03db Run 'cargo fmt' 6 years ago
eth-p 375cf76e15 Formatted for newest rustfmt. 6 years ago
eth-p 1a4acc435e Typo 6 years ago
eth-p d8030626f8 Automatically disable wrapping when style is plain. 6 years ago
eth-p fb61aa4f60 Wrapping disabled when --plain is used. (#289) 6 years ago
Aankhen 76df41fa97 src/output.rs: Handle `less` in a portable way. 6 years ago
Miguel Madrid Mencía 97efd75cee Add Crystal syntax 6 years ago
Shreyansh Chouhan 53d0c1deca Can read files named "cache" now, cache subcommand working too (#275)
Now if a cache file exists in the current directory, and the user passes
no arguments to the cache command, the cache file would be displayed.
If however the user uses cache command with arguments, the cache command
would be executed as normal regardless of whether the file cache exists
in the current directory or not.

Though now there won't be an error message displayed if the user uses the cache sub command without arguments in any directory that contains a file named cache.
6 years ago
David Peter 155179a07a
Update alternatives.md 6 years ago
sharkdp ba00caf9c3 Add Swift syntax 6 years ago
sharkdp ac418ba21c Add PureScript syntax 6 years ago
sharkdp acde83af31 Add note about 'lesspipe', closes #242 6 years ago
sharkdp 021a68eb21 Add F# syntax, closes #284 6 years ago
David Peter 566aab3b05
Merge pull request #279 from tobenna/add-jsx-syntax
Add support for JSX in javascript and typescript
6 years ago
sharkdp f88eba6476 Add section concerning missing zlib-devel
closes #229
6 years ago
sharkdp 1d9e7ac4c2 Support "(/usr)/bin/less" as PAGER too
closes #271
6 years ago
David Peter 80ae2ecbf8
Merge branch 'master' into add-jsx-syntax 6 years ago
David Peter 96d4492d27
Merge pull request #282 from tobenna/support-cabal-syntax
Syntax highlighting for .cabal
6 years ago
David Peter c90f0b8e21
Merge branch 'master' into support-cabal-syntax 6 years ago
David Peter 4b866ab6af
Merge branch 'master' into add-jsx-syntax 6 years ago
Tobenna 2dbd91e543 Add Dart syntax 6 years ago
Tobenna Ndu 785da3d9df Add support for cabal syntax 6 years ago
Tobenna d455cb7c32 Add support for JSX in javascript and typescript 6 years ago
sharkdp d2b4766f92 Small README update 6 years ago
Roald 5cf92b4f94 Windows download with scoop 6 years ago
sharkdp 7b803a50af Ignore enable_ansi_support errors
- Call `enable_ansi_support` only once.
- Ignore errors that appear when trying to enable ANSI support. This
  will hopefully fix #252 and #264
6 years ago
sharkdp 67ec5fe2b7 Add OneHalf themes, closes #256 6 years ago
sharkdp 3447ed4def Add CSV syntax, closes #254 6 years ago
David Peter 532fb921a6
Update README.md 6 years ago
sharkdp ba4d5a2e7d Bump version number 6 years ago
sharkdp 026273a05c Enable ANSI support on Windows 6 years ago
sharkdp 8903b64830 Fix for Rust 1.26 6 years ago
sharkdp 194155f062 Fix relative-path computation for Windows 6 years ago
sharkdp a6ff3b900d Fix terminal width to 80 characters in tests 6 years ago
sharkdp 8a52bcf92d Add hidden --terminal-width option 6 years ago
sharkdp 0b1535f63b Split snapshot tests into individual tests 6 years ago
sharkdp 0a5b3eaf3e Re-enable tests on windows 6 years ago
sharkdp 11294249f8 Add new key for AppVeyor 6 years ago
anykao 35a1236ad0 Update tests.rs 6 years ago
anykao af8da50c2c Update appveyor.yml 6 years ago
anykao 649d1e3df2 Update appveyor.yml 6 years ago
anykao 199cfd4519 Update appveyor.yml 6 years ago
David Peter c7cce0752b Add AppVeyor badge 6 years ago
anykao 3a89486189 Create before_deploy.ps1 6 years ago
anykao 720a2fb7a5 Create appveyor.yml 6 years ago
sharkdp e3c990f11e Respect color settings for list-themes and list-languages 6 years ago
sharkdp 90c7d0c365 Use stdout locks 6 years ago
mchlrhw 56002267d2 Fix panic when running `bat --list-languages | head`
Fixes: https://github.com/sharkdp/bat/issues/232
6 years ago