mirror of
https://github.com/Waradu/to-streamshare.git
synced 2025-04-22 04:14:06 +02:00
Implementation of ProgressBar (#1)
Co-authored-by: Waradu <waradu@outlook.com>
This commit is contained in:
parent
c7e859badf
commit
7a101fde14
4 changed files with 202 additions and 68 deletions
18
README.md
18
README.md
|
@ -2,6 +2,20 @@
|
|||
|
||||
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