Commit Graph

427 Commits (25a6a55437bd089277579e3c2a644e54c7ffc5c2)
 

Author SHA1 Message Date
sharkdp 25a6a55437 Revert "Fix for older version of Rust"
This reverts commit c530fadc44.
6 years ago
sharkdp 5bff4548be Add BAT_OPTS environment variable 6 years ago
sharkdp 866b9e16a8 Add error handling 6 years ago
sharkdp 5af176c94f Move transpose to util module 6 years ago
sharkdp 9e7da05459 Fix for older version of Rust 6 years ago
sharkdp 1ae02c65fb Fix include 6 years ago
sharkdp 495e7fd3b1 Add --no-config option 6 years ago
sharkdp b48f0fe389 Fix tests 6 years ago
sharkdp c19c704a43 Add more tests 6 years ago
sharkdp 693bd5929d Add possibility for spaces on a single line 6 years ago
sharkdp 8275b0436d Add simple configuration file
This allows users to create simple configuration file
(`~/.config/bat/config` on Linux) that has the following format:

    ```bash
    --flag1
    --flag2
    --option1=value1
    # lines beginning with '#' are ignored
    --option2=value2
    # empty lines and trailing whitespace are also ignored

    --option3=value3
    ```
6 years ago
sharkdp 278bde5cee Continue with output after "is directory"-error 6 years ago
Russ Taylor eee7e5a575 Removes duplicate explanation. 6 years ago
Russ Taylor ad7b634ee6 Fixes #328 - adds info for light backgrounds. 6 years ago
David Peter 1310f83c8d
Update Docker alias for bat 6 years ago
David Peter 897b9e7030
Add Docker instructions, closes #331 6 years ago
sharkdp 1891e194b5 Add simple integration tests 6 years ago
sharkdp d2d01b9fe8 Always remove the local cache when creating new assets 6 years ago
sharkdp 5842d58c01 Updates for syntect 3.0 6 years ago
Tim Sampson e3c71adba7 syntax: Add robot framework support 6 years ago
Merlin Göttlinger 504f28b3a1 Documented nix availability 6 years ago
Fredrik Fornwall d977ba9194 Update dependencies 6 years ago
Tim Sampson 9c09799e1f misc: add exec bit for create.sh 6 years ago
David Peter d83c93c805
Update README.md 6 years ago
sharkdp fc8fd1e63f cargo fmt 6 years ago
sharkdp 404d6a4a81 Update content_inspector version 6 years ago
sharkdp 25d96da4a2 Add support for UTF-16LE and UTF-16BE 6 years ago
sharkdp e97095b724 Use first-line detection for STDIN 6 years ago
sharkdp ce96df00b6 Do not display binary files in interactive mode
closes #248
6 years ago
sharkdp f98fc5f06a Simplify access to first line 6 years ago
sharkdp 1dbb4ef683 Update minimum Rust version to 1.27 6 years ago
sharkdp 0502a3bd4a Add first-line detection for all input types
closes #205
6 years ago
sharkdp 869cf6368c Add possibility to get first line 6 years ago
sharkdp 078228deac Add unit test for InputFileReader 6 years ago
sharkdp e09d7dabb8 Move snapshot tests into separate module 6 years ago
sharkdp 6d1cc8c2c8 Move read_line functionality to inputfile module 6 years ago
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