summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2018-09-12Bump version, update assetssharkdp
2018-09-12Mention BAT_STYLE in README.mdsharkdp
2018-09-09README.md: Add `Using bat on Windows`Aankhen
2018-09-05Add section concerning missing zlib-develsharkdp
closes #229
2018-09-04Small README updatesharkdp
2018-09-04Windows download with scoopRoald
2018-09-03Add OneHalf themes, closes #256sharkdp
2018-09-01Update README.mdDavid Peter
2018-09-01Bump version numberv0.6.1sharkdp
2018-08-31Add AppVeyor badgeDavid Peter
2018-08-28Bump versionsharkdp
2018-08-28Add Troubleshooting sectionsharkdp
see #220
2018-08-28Fix headline levelssharkdp
2018-08-28Add development section to READMEsharkdp
2018-08-28Update install instructionssharkdp
2018-08-20Load customized themes in addition to defaultssharkdp
- New themes in `$BAT_CONFIG_DIR/themes` are now loaded *in addition* to the default themes (they may also override). - The `Default.tmTheme` symlink is not necessary anymore. This relates to #172
2018-08-19Separate syntax set and theme setsharkdp
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
2018-08-18Bump minimum required rust versionsharkdp
2018-08-18Add documentation on new pager-customizationsharkdp
2018-07-23Update READMEsharkdp
2018-07-17Fix Travis linkDavid Peter
2018-06-08updates archlinux install instructionsConrad Kleinespel
2018-06-01Fix command typoEzinwa Okpoechi
2018-05-31Updates for 0.4v0.4.0sharkdp
2018-05-30Update README.mdDavid Peter
2018-05-30Add TOCDavid Peter
2018-05-30Change color of crates.io badgeDavid Peter
2018-05-30Add license badgeDavid Peter
2018-05-30Use default Markdown syntax, closes #157sharkdp
2018-05-22Add logo header to READMEsharkdp
2018-05-21Add project goals and list of alternativessharkdp
2018-05-16Include syntaxes and themes in repositorysharkdp
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"
2018-05-16Add FreeBSD installation instructionsMateusz Piotrowski
Closes #41.
2018-05-10Add MacOS install instructions, closes #33sharkdp
2018-05-09Add usage examplesDavid Peter
2018-05-09Add comment about paging & concatenationDavid Peter
2018-05-08Improve cache subcommandsharkdp
* 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
2018-05-07Re-format READMEsharkdp
2018-05-07Mention cmake in build instructions, closes #57sharkdp
2018-05-03Bump minimum required version to 1.24bspeice
#40
2018-05-02Update README.mdDavid Peter
2018-05-02Small update to READMEsharkdp
2018-05-02Remove openssl dependencysharkdp
2018-05-01Add Arch Linux installation instructions to READMEWesley Moore
2018-05-01Update README.mdDavid Peter
2018-04-30Update README.mdv0.2.0David Peter
2018-04-30Add customization chaptersharkdp
2018-04-30Update README.mdDavid Peter
2018-04-30Update install instructions, closes #16sharkdp
2018-04-30Better error messagessharkdp