Commit Graph

271 Commits

Author SHA1 Message Date
f98a96c1ed Update help text 2018-11-11 12:26:39 +01:00
7cac07d845 issue #383: Handle cases like PAGER=/usr/bin/bat 2018-11-06 19:53:32 +01:00
148caa1381 Fix code style 2018-11-06 19:35:41 +01:00
ab27cac0cc Remove args when change from bat to less 2018-11-06 19:35:41 +01:00
01fcbf2183 Better placement of bat detection 2018-11-06 19:35:41 +01:00
8a0c30b385 Avoid endless bat executions with PAGER="bat"
From issue #383
2018-11-06 19:35:41 +01:00
18d1a3b973 Changed italics to use-italic-text in config
Better placing of italics in help and also added long_help for it
2018-11-04 19:40:05 +01:00
dc10246bd2 Linting 2018-11-04 19:40:05 +01:00
44bdae0212 Linting 2018-11-04 19:40:05 +01:00
1ece38a4c4 Changed flag name 2018-11-04 19:40:05 +01:00
e90308e1f8 italics enable|disable working 2018-11-04 19:40:05 +01:00
d702d6740c Added args 2018-11-04 19:40:05 +01:00
558134f6c8 Changed to unwrap methods, added integration tests 2018-11-04 11:19:49 +01:00
1dd57e6d7e Ran rust fmt 2018-11-04 11:19:49 +01:00
20ba84d1fa Added in environment variable and the result is a file check in config.rs 2018-11-04 11:19:49 +01:00
e81f9b23e6 Fix --show-all for UTF-16 encoding 2018-11-01 22:00:47 +01:00
50dc4a79b0 Display line-feed as instead of 2018-11-01 22:00:47 +01:00
8fa8f44706 Use character if tab-width == 1. 2018-11-01 22:00:47 +01:00
ecd862d9ff Feature: Highlight non-printable characters
Adds a new `-A`/`--show-all` option (in analogy to GNU Linux `cat`s option) that
highlights non-printable characters like space, tab or newline.

This works in two steps:
- **Preprocessing**: replace space by `•`, replace tab by `├──┤`, replace
newline by `␤`, etc.
- **Highlighting**: Use a newly written Sublime syntax to highlight
these special symbols.

Note: This feature is not technically a drop-in replacement for GNU `cat`s
`--show-all` but it has the same purpose.
2018-11-01 22:00:47 +01:00
4492d99556 Change default tab width to 4 2018-11-01 15:30:58 +01:00
dda27b253b Allow offset values in --terminal-width
Allows the `width` argument to `--terminal-width` to be an offset
instead of an absolute number. Examples:

    --terminal-width=80   # Set output width to 80 characters
    --terminal-width=-2   # Set output width to actual_width - 2

closes #376
2018-10-31 22:21:22 +01:00
abcd09f869 Remove commented-out code 2018-10-21 22:52:26 +02:00
41a5ff039b Only use the last argument of {style,plain,number} 2018-10-21 22:52:26 +02:00
155bad3862 Rustfmt 2018-10-21 22:52:26 +02:00
7c98a1c901 When specifying style multiple times the last occurence wins
Closes: #367
2018-10-21 22:52:26 +02:00
c1246fcd53 Update help text 2018-10-21 22:42:11 +02:00
9f401ea122 Update docstring 2018-10-21 22:42:11 +02:00
9c782fb692 Fix format error 2018-10-21 22:42:11 +02:00
154186a58d Add --pager option 2018-10-21 22:42:11 +02:00
496e0bc046 Allow for multiple line ranges
See #23
2018-10-20 10:44:13 +02:00
30b742e984 --map-syntax takes just one value 2018-10-17 23:27:44 +02:00
671deeef8c Update help text 2018-10-17 23:17:28 +02:00
8dc7e2efa3 Add --config-file option 2018-10-17 23:08:37 +02:00
10965a6122 Implement syntax mapping
This adds a `-m`/`--map-syntax` option that allows users to (re)map
certain file extensions or file names to an existing syntax.

For example:
```
bat --map-syntax .config:json
```

The option can be use multiple times. Note that you can easily make
these mappings permanent by using `bat`s new configuration file.

closes #169
2018-10-17 23:08:19 +02:00
e43d97dc15 Small cleanup 2018-10-17 21:12:23 +02:00
bb1f5aa841 Add proper handling of empty PAGER variables 2018-10-17 21:08:32 +02:00
2109a7830b Add error handling for parsing errors 2018-10-17 21:08:32 +02:00
ec27c78a8a Remove duplicate 'extern crate' 2018-10-17 21:08:32 +02:00
67fe833bc8 Add arguments from PAGER/BAT_PAGER
Solves #352

Signed-off-by: Morten Linderud <morten@linderud.pw>
2018-10-17 21:08:32 +02:00
25a6a55437 Revert "Fix for older version of Rust"
This reverts commit c530fadc44.
2018-10-16 22:09:15 +02:00
5bff4548be Add BAT_OPTS environment variable 2018-10-16 22:09:15 +02:00
866b9e16a8 Add error handling 2018-10-16 22:09:15 +02:00
5af176c94f Move transpose to util module 2018-10-16 22:09:15 +02:00
9e7da05459 Fix for older version of Rust 2018-10-16 22:09:15 +02:00
1ae02c65fb Fix include 2018-10-16 22:09:15 +02:00
495e7fd3b1 Add --no-config option 2018-10-16 22:09:15 +02:00
b48f0fe389 Fix tests 2018-10-16 22:09:15 +02:00
c19c704a43 Add more tests 2018-10-16 22:09:15 +02:00
693bd5929d Add possibility for spaces on a single line 2018-10-16 22:09:15 +02:00
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
    ```
2018-10-16 22:09:15 +02:00