Update: README.md

This commit is contained in:
psychhim
2025-11-18 14:18:53 +05:30
parent 6cddf8fe61
commit 089d562764

View File

@@ -1,6 +1,6 @@
# Upload.sh Command-Line File Uploader with History & Status
**Upload.sh** is a versatile Bash script to upload files to a server via HTTP POST, track uploaded files, and manage their status. It supports authentication, additional headers and form fields, clipboard copying, colored output, and maintains a hidden history of uploads with active/expired status checks.
**Upload.sh** is a versatile Bash program to upload files to a server via HTTP POST, track uploaded files, and manage their status, delete a file from server if the server supports it. It supports authentication, additional headers and form fields, clipboard copying, colored output, and maintains a hidden history of uploads with active/expired status checks.
---
@@ -58,6 +58,12 @@ upload -f file.png -U https://upload.example.com
upload -f file.png -H "X-API-Key: key" -F "extra=field"
### Delete an uploaded file:
upload -d file.png
or
upload -d https://example.com/file.png
## Viewing History:
### Recent Uploads (Outputs all uploads (oldest → newest) with timestamp, filename, and URL)