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: packages/cli/README.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,26 @@ Stream Generated QR Codes for file transmission in your terminal
31
31
32
32
## Usage
33
33
34
+
Get document
35
+
36
+
```bash
37
+
npx qifi --help
38
+
```
39
+
40
+
Stream file
41
+
42
+
```bash
43
+
npx qifi ./file.txt
44
+
```
45
+
46
+
Stream file with custom chunk size
47
+
34
48
```bash
35
-
npx qifi <file> [options]
49
+
npx qifi -ICS=1000 ./file.txt
36
50
```
51
+
52
+
You can use any scanner to scan the dynamic QR code. This will redirect to [a scanner website in the browser](https://qrss.netlify.app) to actually obtain the file data from the QR code.
0 commit comments