You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
A CLI tool that can peek into `*.npy` files.
4
4
5
-
## Example
5
+
## Installation
6
+
7
+
```bash
8
+
cargo install num-peek
9
+
```
10
+
11
+
## Usage example
6
12
7
13
```bash
8
14
$ num-peek assets/demo.npy
@@ -18,10 +24,16 @@ Min value: 1
18
24
Max value: 22
19
25
```
20
26
21
-
##Installation
27
+
### Yazi previewer
22
28
23
-
```bash
24
-
cargo install num-peek
29
+
`num-peek` can be used together with [`piper`](https://github.com/yazi-rs/plugins/tree/main/piper.yazi) as a [Yazi](https://yazi-rs.github.io/) previewer:
0 commit comments