mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-16 07:40:36 +01:00
Make fd link actually link to fd
This commit is contained in:
parent
fbee9df719
commit
d8f28c177a
@ -100,7 +100,7 @@ You can use the `-exec` option of `find` to preview all search results with `bat
|
|||||||
find … -exec bat {} +
|
find … -exec bat {} +
|
||||||
```
|
```
|
||||||
|
|
||||||
If you happen to use [`fd`](https://github.com/sharkdp/bat), you can use the `-X`/`--exec-batch` option to do the same:
|
If you happen to use [`fd`](https://github.com/sharkdp/fd), you can use the `-X`/`--exec-batch` option to do the same:
|
||||||
```bash
|
```bash
|
||||||
fd … -X bat
|
fd … -X bat
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user