mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 16:38:06 +00:00
parent
8d091051af
commit
5a71044d5a
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue