mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-20 11:58:45 +00: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 {} +
|
||||
```
|
||||
|
||||
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
|
||||
fd … -X bat
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user