1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-28 17:51:44 +00:00
Files
sharkdp--bat/src
sharkdp 2708352b3b 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
    ```
2018-10-11 21:01:25 +02:00
..
2018-10-11 21:01:25 +02:00
2018-10-11 21:01:25 +02:00
2018-10-11 21:01:25 +02:00
2018-10-11 21:01:25 +02:00
2018-08-31 23:57:27 +02:00
2018-10-11 21:01:25 +02:00
2018-08-28 20:24:13 +02:00
2018-10-11 21:01:25 +02:00
2018-10-09 22:04:51 +02:00
2018-09-26 19:16:03 +02:00