mirror of
https://github.com/Waradu/to-streamshare.git
synced 2025-04-21 20:04:06 +02:00
easier to understand readme
This commit is contained in:
parent
67c91ccad7
commit
872d2ff4e4
2 changed files with 18 additions and 3 deletions
|
@ -12,7 +12,7 @@ keywords = ["streamshare","file-sharing","upload"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.20", features = ["derive"] }
|
clap = { version = "4.5.20", features = ["derive"] }
|
||||||
streamshare = "2"
|
streamshare = "2.0.0"
|
||||||
tokio = { version = "1.40.0", features = ["full"] }
|
tokio = { version = "1.40.0", features = ["full"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
19
README.md
19
README.md
|
@ -2,5 +2,20 @@
|
||||||
|
|
||||||
Upload files to [streamshare](https://streamshare.wireway.ch) with the terminal.
|
Upload files to [streamshare](https://streamshare.wireway.ch) with the terminal.
|
||||||
|
|
||||||
Run `cargo install to-streamshare` to install it and use it with `toss "filepath"`.
|
### Install
|
||||||
Delete a file with `toss --delete file_identifier/deletion_token`
|
|
||||||
|
```bash
|
||||||
|
cargo install to-streamshare
|
||||||
|
```
|
||||||
|
|
||||||
|
### Upload
|
||||||
|
|
||||||
|
```bash
|
||||||
|
toss "filepath"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Delete
|
||||||
|
|
||||||
|
```bash
|
||||||
|
toss --delete file_identifier/deletion_token
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue