Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "qifi", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Stream Generated QR Codes for file transmission in your terminal", | ||
@@ -33,4 +33,4 @@ "author": "Rizumu Ayaka <rizumu@ayaka.moe>", | ||
"cac": "^6.7.14", | ||
"mime": "^4.0.4", | ||
"@qifi/generate": "0.1.0" | ||
"mime": "^4.0.6", | ||
"@qifi/generate": "0.2.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
@@ -5,4 +5,4 @@ # QiFi CLI | ||
<p align="left"> | ||
<a href="https://www.npmjs.com/package/@qifi/generate"> | ||
<img alt="npm" src="https://badgen.net/npm/v/@qifi/generate"> | ||
<a href="https://www.npmjs.com/package/qifi/"> | ||
<img alt="npm" src="https://badgen.net/npm/v/qifi"> | ||
</a> | ||
@@ -12,3 +12,3 @@ <a href="#usage"> | ||
</a> | ||
<a href="https://github.com/sponsors/LittleSound"> | ||
<a href="https://github.com//LittlsponsorseSound"> | ||
<img alt="sponsors" src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86"> | ||
@@ -36,4 +36,24 @@ </a> | ||
Get document | ||
```bash | ||
npx qifi <file> [options] | ||
npx qifi --help | ||
``` | ||
Stream file | ||
```bash | ||
npx qifi ./file.txt | ||
``` | ||
Stream file with custom chunk size | ||
```bash | ||
npx qifi -ICS=1000 ./file.txt | ||
``` | ||
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. | ||
## Demo | ||
 |
Sorry, the diff of this file is not supported yet
10456
57
- Removed@qifi/generate@0.1.0(transitive)
- Removedjs-base64@3.7.7(transitive)
- Removedluby-transform@0.1.0(transitive)
- Removedpako@2.1.0(transitive)
- Removeduqr@0.1.2(transitive)
Updated@qifi/generate@0.2.0
Updatedmime@^4.0.6