mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-22 07:43:39 +01:00
parent
8d091051af
commit
5a71044d5a
@ -62,7 +62,9 @@
|
|||||||
> bat src/*.rs
|
> bat src/*.rs
|
||||||
```
|
```
|
||||||
|
|
||||||
標準入力から自動的に構文を決定させたい場合
|
標準入力から自動的に構文を決定させたい場合(ハイライトされるのは、
|
||||||
|
たいていは `#!/bin/sh` のようなシバンを利用して、
|
||||||
|
ファイルの一行目から構文を決定できる場合のみです)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
> curl -s https://sh.rustup.rs | bat
|
> curl -s https://sh.rustup.rs | bat
|
||||||
|
Loading…
Reference in New Issue
Block a user