Skip to content

Commit

Permalink
updae readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dominis committed Oct 31, 2024
1 parent 1cc99da commit 06783ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

> [!NOTE]
>
> A command-line tool written in Go to upload files to a Tigris bucket. If no file is provided, it reads from standard input and names the file using a timestamp. The resulting URL is copied to the clipboard.
> A command-line tool written in Go to upload files to a Tigris bucket. If no file is provided, it reads from standard input and names the file using a timestamp. **The resulting URL is copied to the clipboard.**
>

Expand All @@ -34,6 +34,11 @@
> ```
> This will create a file named with the current timestamp, e.g., `1730344643.txt`.
>
> ### Taco Bell Programming
> ```sh
> awk '{ print $1 }' access.log | sort | uniq -c | sort -nr | head -10 | share
> ```
>
> ### Output
> After uploading, the URL of the uploaded file will be copied to the clipboard, and also printed in the terminal.
>
Expand Down

0 comments on commit 06783ef

Please sign in to comment.