Implementation of ProgressBar (#1)

Co-authored-by: Waradu <waradu@outlook.com>
This commit is contained in:
PandaDEV 2024-10-21 00:30:58 +10:00 committed by GitHub
parent c7e859badf
commit 7a101fde14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 202 additions and 68 deletions

View file

@ -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
```