Commit Graph

165 Commits (a0ae089c4a61bb77f1acb8daf87e5c1043b557ac)
 

Author SHA1 Message Date
sharkdp a0ae089c4a Reset line number to 0 for new files 6 years ago
sharkdp 96cc391f2d Skip '--quit-if-one-screen' for --paging=always
closes #97
6 years ago
sharkdp a1e1170319 Add a few popular Sublime Text themes 6 years ago
sharkdp 54a331d162 Add syntax docu, add VimL, CMake, INI, LESS syntax
closes #99
closes #106
6 years ago
sharkdp 5e3b17e6f7 Fix code formatting 6 years ago
eth-p 486e6a19cd Fixed #124 6 years ago
Ezinwa Okpoechi 247dfbee83 Extract syntax finding to assets module 6 years ago
Ezinwa Okpoechi 882931a77b Update snapshots 6 years ago
Ezinwa Okpoechi 12cb438aa4 Handle line with invalid UTF-8 6 years ago
Ezinwa Okpoechi d0782ef954 Add line with invalid UTF-8 6 years ago
sharkdp c826c2a438 Better error handling 6 years ago
sharkdp 9aa97b6c22 Update to latest syntect, closes #100 6 years ago
sharkdp f7890870ea Add syntax for Dockerfiles
closes #101
6 years ago
sharkdp 145b99f01c Include syntaxes and themes in repository
This changes a few things:

- All syntaxes and themes are now stored (as submodules) under
  assets/syntaxes and assets/themes

- The default directories for syntaxes and themes are "syntaxes"
  and "themes" (used to be "syntax" and "themes")

- The "bat cache" command can now take a `--source <dir>` and
  `--target <dir>` option.

- The cached files have been renamed to "themes.bin" and "syntaxes.bin"
6 years ago
Mateusz Piotrowski 9af1d2b891 Add FreeBSD installation instructions
Closes #41.
6 years ago
David Peter 2eee68599d
Merge pull request #102 from eth-p/master
Added text wrapping. (Fixes #54)
6 years ago
eth-p d569693dab Formatted with newer cargo fmt.
It should pass all the checks now.
6 years ago
eth-p 900f61032d
Fix #117 6 years ago
eth-p d0ca566979
Replace for_line and for_wrap with generate 6 years ago
eth-p a5a7dc14e4
Fix \r character being printed with wrapping enabled. 6 years ago
sharkdp 54b33c8c21 Add simple benchmark scripts 6 years ago
rleungx a5de77af4d address comment 6 years ago
rleungx 870ff7b538 sort the language listing 6 years ago
sharkdp 15b9acd12f Updates for new rustfmt 6 years ago
eth-p b327127f37
Split decorations into a separate file and optimized them a bit. 6 years ago
eth-p 9214a4a4f0
PR #102 Followed @sharkdp's suggestions 6 years ago
sharkdp fcecd97224 Add ansi_term import for Windows, see #107 6 years ago
eth-p 870b3c0daf
PR #102 Followed @BrainMaestro's suggestions
Also ran cargo fmt.
6 years ago
sharkdp b9c780c8c8 Ignore errors when clearing cache, closes #91 6 years ago
sharkdp ca865f9d26 Enable ANSI support on Windows 10 6 years ago
sharkdp 3ee0e56315 Update create.sh script 6 years ago
Eric Davies 091b0b6437 Add Julia highlighting support 6 years ago
eth-p 9f005d115d
Update snapshot test files. 6 years ago
eth-p b4cfc9633c
Fix double spaces when outputting without wrapping. 6 years ago
eth-p f7e055b6b7
Merge branch 'master' of https://github.com/sharkdp/bat 6 years ago
eth-p d4b438b9d3
Fix padding, add --wrap argument, disable wrap for non-tty. (Fixed)
I'm not quite sure what was up with git on that last commit, but it's
all properly committed now.
6 years ago
eth-p cd26d403a3
Fix padding, add --wrap argument, disable wrap for non-tty.
Now bat(1) can be used like cat(1) again!
6 years ago
eth-p f95a23f948
Fix off-by-one error with text wrapping and --style grid 6 years ago
Ezinwa Okpoechi 0886a24685 Add snapshot testing 6 years ago
Ezinwa Okpoechi 53eb9c57d6 Add generated snapshots 6 years ago
Ezinwa Okpoechi 026a9ebae3 Add sample files and snapshot generator 6 years ago
Ethan P bdd10b8bec
Merge branch 'master' into master 6 years ago
eth-p fc160b0dcd
PR #102 Review Changes
- Reformatted code.
- Removed leftover code.
- Removed leftover comments.
- Fixed compiling on Rust 1.24.0
6 years ago
sharkdp cb7b158172 Add bold, italic and underline font styles 6 years ago
eth-p fcc36b1f79
Forgot to add styling to the horizontal line. 6 years ago
eth-p 4e4110bf50
Added line wrapping. 6 years ago
Ryan Leung 22c8978fca add theme option (#95)
closes #89
6 years ago
Ezinwa Okpoechi f711fb5006 Split style to separate module 6 years ago
Ezinwa Okpoechi 64a9341b73 Split app to separate module 6 years ago
sharkdp ccf88fd5d8 Add and use --style=auto by default 6 years ago