Commit Graph

591 Commits (31608c9a031fc1b2cec70595c6fa0026bf77ca4e)
 

Author SHA1 Message Date
sharkdp 87f021078e Use dyn Trait for trait objects 6 years ago
sharkdp d5b0502419 Move get_reader into inputfile module 6 years ago
sharkdp 860f3e9006 Move InputFile to separate module 6 years ago
sharkdp 1be346a038 Add 'plain' version of bat to the benchmarks 6 years ago
sharkdp f9fd5e4851 Simplify -h help text 6 years ago
sharkdp da09f3877b Remove unnecessary scope 6 years ago
sharkdp e30e1bab2e Move theme-preview section into own paragraph 6 years ago
Russ Taylor f140f6da46 Fixes #273 - describes 'musl' builds. 6 years ago
Grégoire Paris 3446fdf5f2 Document how to rapidly preview theme on a file 6 years ago
sharkdp e1345cdc2a Update VimL syntax 6 years ago
sharkdp a2676ccc55 Workaround for #81 6 years ago
Richard Hozák b39e28d2c8 Add support for wildcards in Windows CMD (#329)
Windows does not support wildcard expansion in cmd, this adds 'wild' crate (as discussed in #309) that handles everything transparently, so wildcards work everywhere.

Fixes #309
6 years ago
davideGiovannini 0d71968615 Generate shell completions with clap during build (#327)
* Generate shell completions with clap during build

* Updated ci release script, added SHELL_COMPLETIONS_DIR override to build.rs and fixed dependency version
6 years ago
sharkdp 80da0dc619 run cargo fmt 6 years ago
sharkdp 64903bb858 Typo 6 years ago
sharkdp 3456ce1187 Add a small tutorial 6 years ago
sharkdp 886a5b3d24 Document the situation with less and scrolling
closes #312
closes #246
6 years ago
sharkdp 238482e5f3 Update syntax-set, fixes #314 6 years ago
Michal Nazarewicz 79b960e17e Use ansi_colours package for better true-colour approximation 6 years ago
sharkdp 6aa626f1c4 Document INI syntax modifications 6 years ago
Tuk Bredsdorff 1b30539493 Added Mercurial's hgrc-files to the list of INI-extensions 6 years ago
Katrin Leinweber 96b24d8a7e Fix typos 6 years ago
sharkdp 20b02e72b3 Disable wrapping when `--style` is plain
closes #289
6 years ago
eth-p 254efac9c2 Added section to README on using Cygwin. 6 years ago
Jeroen Hoek dcec322117 Update README (libz-dev may be required)
On Ubuntu 18.04 I had to install `cmake` as well as `libz-dev` to get
bat to compile.
6 years ago
Alexander Eimer d781156327 Adds ansible install instructions for ansible to readme 6 years ago
sharkdp 732750c274 Bump version 6 years ago
sharkdp 6b6baa3118 Update dependencies 6 years ago
sharkdp 54c434934e Bump version, update assets 6 years ago
sharkdp ad6e0a2581 Update man page 6 years ago
sharkdp bd619db3ca Mention BAT_STYLE in README.md 6 years ago
sharkdp e098eb43a2 Do not show file header for directories
This also adds a better error message.

closes #292
6 years ago
David Peter ea369ee17f
Merge pull request #298 from ms2300/bat_style
#208 Added BAT_STYLE env variable functionality
6 years ago
sharkdp 63d32bc818 Merge remote-tracking branch 'upstream/master' into bat_style 6 years ago
sharkdp dccf8d8221 Use a more streamlined version of style-component collection 6 years ago
sharkdp 97129ab9d8 Add PowerShell syntax, closes #306 6 years ago
David Peter 52d0d6ca30
Merge pull request #302 from eth-p/feature-tabs
Tab expansion support.

closes #166 
closes #184
6 years ago
sharkdp a05494e9d9 Make tests more robust 6 years ago
sharkdp 84ac92efbb Fix test for --style=plain 6 years ago
sharkdp b4c6e412dc Make generate_snapshots script more robust 6 years ago
sharkdp 3e21d69a92 Re-generate files again 6 years ago
sharkdp b7690d4bb1 Undo change in sample.modified.rs 6 years ago
eth-p d404139ff7
Added validation for --tabs.
Also added a comment to explain what 0 represents.
6 years ago
eth-p 9ef1e9f792
Update snapshots. 6 years ago
eth-p 503fe0b641
Fix sample.modified.rs 6 years ago
eth-p 1807f9653c
Merge remote-tracking branch 'upstream/master' into feature-tabs
# Conflicts:
#	src/printer.rs
6 years ago
eth-p 1e74f0e2a9
Ran `cargo fmt`. 6 years ago
eth-p c1e1f753cf
Added three new snapshot tests for --tabs and --wrap. 6 years ago
eth-p d90797f8e9
Fixed tab expansion not working in --wrap=never mode. 6 years ago
eth-p b4096e5627
Moved tab expansion to happen after syntax highlighting. 6 years ago