Commit Graph

296 Commits (master)

Author SHA1 Message Date
sharkdp 1dddce3aa1 Separate syntax set and theme set
This commit separates the handling of syntax sets and theme sets. It
also changes the way how new syntax definitions are loaded from `bat`'s
configuration folder. New syntax definitions are now loaded *in
addition* to the ones that are stored in the `bat` binary by default.

This fixes #172
6 years ago
sharkdp e5b8c4471a Bump minimum required rust version 6 years ago
sharkdp a6d6c28723 Add documentation on new pager-customization 6 years ago
sharkdp 94ccc646e8 Update README 6 years ago
David Peter 8b92aae23f
Fix Travis link 6 years ago
Conrad Kleinespel 50209bfe21 updates archlinux install instructions 6 years ago
Ezinwa Okpoechi 69c798eafd Fix command typo 6 years ago
sharkdp bf5883f06f Updates for 0.4 6 years ago
David Peter a7f4f202cb
Update README.md 6 years ago
David Peter 397223374a
Add TOC 6 years ago
David Peter 0c2da90fa4
Change color of crates.io badge 6 years ago
David Peter fe29da6e76
Add license badge 6 years ago
sharkdp 9d92350cbb Use default Markdown syntax, closes #157 6 years ago
sharkdp 5ee8913538 Add logo header to README 6 years ago
sharkdp 17b37fedcb Add project goals and list of alternatives 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
sharkdp 13a53d230b Add MacOS install instructions, closes #33 6 years ago
David Peter fdeb98e859
Add usage examples 6 years ago
David Peter 6a417886aa
Add comment about paging & concatenation 6 years ago
sharkdp ef7c39b159 Improve cache subcommand
* Remove the old `init-cache` subcommand

* Introduce a new `cache` subcommand that can be used like this:

    * `bat cache -h` - Show help
    * `bat cache --init` - Initialize cache from config dir
    * `bat cache --clear` - Reset the cache
    * `bat cache --config-dir` - Show config directory

* Update README

closes #44
6 years ago
sharkdp da92154163 Re-format README 6 years ago
sharkdp 179bd4f525 Mention cmake in build instructions, closes #57 6 years ago
bspeice 21f9e2b0f7 Bump minimum required version to 1.24
#40
6 years ago
David Peter 92aa2b547e
Update README.md 6 years ago
sharkdp 65f66d0bee Small update to README 6 years ago
sharkdp edbe8f3e1a Remove openssl dependency 6 years ago
Wesley Moore 8f18567f2d Add Arch Linux installation instructions to README 6 years ago
David Peter e4d7e004ee
Update README.md 6 years ago
David Peter 7f070c9dcb
Update README.md 6 years ago
sharkdp 64ef61b409 Add customization chapter 6 years ago
David Peter 95a2079bcd
Update README.md 6 years ago
sharkdp 50be143c62 Update install instructions, closes #16 6 years ago
sharkdp ced6801740 Better error messages 6 years ago
David Peter 1ff46aaaf8
Update README.md 6 years ago
David Peter 203e4f9249
Update README.md 6 years ago
David Peter 22e785ca49
Update README.md 6 years ago
David Peter fb8ef40f3e
Update README.md 6 years ago
David Peter 0e8e39a59d
Update README.md 6 years ago
sharkdp 58ca1f66d6 Add minimum required rust version
closes #14
6 years ago
sharkdp a7232a6ecc Support for custom syntaxes, add 'Markdown extended' theme, closes #10 6 years ago
sharkdp 71e40b1963 Add install instructions 6 years ago
David Peter 7f4781cdbf
Add badges 6 years ago
David Peter 8d83da23f0
Update README.md 6 years ago
David Peter eddd07ea39
Added screenshots 6 years ago
David Peter e6f823cd88
Add README 6 years ago