From b591fadefb73f92ef1e8d44d47c474d1f41f56f9 Mon Sep 17 00:00:00 2001 From: psychhim Date: Mon, 12 Jan 2026 21:26:18 +0530 Subject: [PATCH] Fix: README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2f249c7..e2d6926 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,17 @@ sudo mv upload.sh /usr/local/bin/upload ## Viewing History: -### Recent Uploads (Outputs all uploads (oldest → newest) with timestamp, filename, and URL) +--History is saved in this file by default (can be changed in script): ~/.uploaded_files.txt + +--Each line format: YYYY-MM-DD HH:MM:SS | filename | URL + +--Tracks last 100 uploads. + +--recent flag outputs the contents of the file. + +--check flag checks all the URLs from the file and shows if they are still active. + +### Only to see recent uploads (Outputs all uploads (oldest → newest) with timestamp, filename, and URL) upload -r @@ -92,16 +102,6 @@ sudo mv upload.sh /usr/local/bin/upload upload -C -e ---History is saved in this file by default (can be changed in script): ~/.uploaded_files.txt - ---Each line format: YYYY-MM-DD HH:MM:SS | filename | URL - ---Tracks last 100 uploads. - ---recent flag outputs the contents of the file. - ---check flag checks all the URLs from the file and shows if they are still active. - ### Disable color output: upload -f file.png --no-color