Commit Graph

2867 Commits

Author SHA1 Message Date
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.
2018-09-14 14:12:44 +02:00
d781156327 Adds ansible install instructions for ansible to readme 2018-09-12 23:06:33 +02:00
732750c274 Bump version v0.7.0 2018-09-12 22:03:48 +02:00
6b6baa3118 Update dependencies 2018-09-12 22:01:27 +02:00
54c434934e Bump version, update assets 2018-09-12 22:01:01 +02:00
ad6e0a2581 Update man page 2018-09-12 22:00:28 +02:00
bd619db3ca Mention BAT_STYLE in README.md 2018-09-12 21:57:54 +02:00
e098eb43a2 Do not show file header for directories
This also adds a better error message.

closes #292
2018-09-12 21:53:41 +02:00
ea369ee17f Merge pull request #298 from ms2300/bat_style
#208 Added BAT_STYLE env variable functionality
2018-09-12 21:48:34 +02:00
63d32bc818 Merge remote-tracking branch 'upstream/master' into bat_style 2018-09-12 21:40:41 +02:00
dccf8d8221 Use a more streamlined version of style-component collection 2018-09-12 21:35:23 +02:00
97129ab9d8 Add PowerShell syntax, closes #306 2018-09-12 20:53:49 +02:00
52d0d6ca30 Merge pull request #302 from eth-p/feature-tabs
Tab expansion support.

closes #166 
closes #184
2018-09-12 20:50:05 +02:00
a05494e9d9 Make tests more robust 2018-09-12 20:32:49 +02:00
84ac92efbb Fix test for --style=plain 2018-09-12 20:32:33 +02:00
b4c6e412dc Make generate_snapshots script more robust 2018-09-12 20:28:42 +02:00
3e21d69a92 Re-generate files again 2018-09-12 20:28:30 +02:00
b7690d4bb1 Undo change in sample.modified.rs 2018-09-12 20:28:21 +02:00
d404139ff7 Added validation for --tabs.
Also added a comment to explain what 0 represents.
2018-09-12 10:08:58 -07:00
9ef1e9f792 Update snapshots. 2018-09-11 15:04:44 -07:00
503fe0b641 Fix sample.modified.rs 2018-09-11 15:03:13 -07:00
1807f9653c Merge remote-tracking branch 'upstream/master' into feature-tabs
# Conflicts:
#	src/printer.rs
2018-09-11 14:03:47 -07:00
1e74f0e2a9 Ran cargo fmt. 2018-09-11 13:47:35 -07:00
c1e1f753cf Added three new snapshot tests for --tabs and --wrap. 2018-09-11 13:47:01 -07:00
d90797f8e9 Fixed tab expansion not working in --wrap=never mode. 2018-09-11 13:45:49 -07:00
b4096e5627 Moved tab expansion to happen after syntax highlighting. 2018-09-11 13:02:22 -07:00
4e3ab4d399 Query git diff only when needed
In large git repo like chromium, it takes too long time to query git
diff.
2018-09-11 21:09:38 +02:00
f0d936763c provide armhf deb packages (#301)
* Enabled deb packaging for armhf architecture

closes #280.
2018-09-11 21:03:53 +02:00
7897260bf0 BAT_STYLE accounts for multiple styles (ie numbers,header) 2018-09-10 21:58:19 -06:00
eb6e43b9a9 Disabled tab expansion when decorations and pager are not used. 2018-09-10 20:12:13 -07:00
7cdcdbb31d Updated snapshots. 2018-09-10 19:20:09 -07:00
9159341714 Modified snapshot tests to support tab expansion.
This changes how the files are named (to allow for snapshots that aren't
directly related to the --style argument) and fixes the
generate_snapshots.py script to work with the latest version of bat.

Three new tests are also introduced:
- tabs_4 - Tab expansion with a width of 4.
- tabs_8 - Tab expansion with a width of 8.
- tabs_passthrough - No tab expansion.
2018-09-10 19:19:43 -07:00
b23ff24ebc Added tab expansion preprocessing step. 2018-09-10 18:11:59 -07:00
e1ecc17f69 print additional newline if last line in input file was not terminated with a newline (fixes #299) 2018-09-10 22:18:16 +02:00
0fe3badf19 adding deb packaging for arm64 (#1) 2018-09-10 21:24:15 +02:00
89d4cb951a Updated before_deploy.bash to call version of strip specific to aarch64 target 2018-09-10 21:24:15 +02:00
e9681bf22d Testing build by removing dependency 'libz-sys = "1.0.20"' 2018-09-10 21:24:15 +02:00
1b6df8a480 Enabled build target aarch64-unknown-linux-gnu for arm64 architecture 2018-09-10 21:24:15 +02:00
cf24986edb Run formatting for bat_style changes 2018-09-10 00:07:46 -06:00
b9c556a0b6 Updated long help to reflect BAT_STYLE changes 2018-09-09 18:35:40 -06:00
9d6bde48fa Added BAT_STYLE env variable functionality 2018-09-09 18:28:04 -06:00
d6c8fee044 README.md: Add Using bat on Windows 2018-09-09 12:22:05 +02:00
8b4abb03db Run 'cargo fmt' 2018-09-08 09:52:21 +02:00
375cf76e15 Formatted for newest rustfmt. 2018-09-08 09:52:21 +02:00
1a4acc435e Typo 2018-09-08 09:52:21 +02:00
d8030626f8 Automatically disable wrapping when style is plain. 2018-09-08 09:52:21 +02:00
fb61aa4f60 Wrapping disabled when --plain is used. (#289) 2018-09-08 09:52:21 +02:00
76df41fa97 src/output.rs: Handle less in a portable way. 2018-09-07 21:47:31 +02:00
97efd75cee Add Crystal syntax 2018-09-05 23:45:09 +02:00
53d0c1deca Can read files named "cache" now, cache subcommand working too (#275)
Now if a cache file exists in the current directory, and the user passes
no arguments to the cache command, the cache file would be displayed.
If however the user uses cache command with arguments, the cache command
would be executed as normal regardless of whether the file cache exists
in the current directory or not.

Though now there won't be an error message displayed if the user uses the cache sub command without arguments in any directory that contains a file named cache.
2018-09-05 23:22:12 +02:00