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