diff --git a/README.md b/README.md index 0028fea..863f242 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ some text - random file names (optional) - pet name (e.g. `capital-mosquito.txt`) - alphanumeric string (e.g. `yB84D2Dv.txt`) + - one shot links (file _disappears_ after accessed) - guesses MIME types - supports overriding and blacklisting - Single binary @@ -52,6 +53,12 @@ $ rpaste x.txt $ rpaste - ``` +#### One Shot + +```sh +curl -F "oneshot=@x.txt" "" +``` + #### URL Shortening ```sh @@ -133,7 +140,6 @@ http { ### Roadmap -- Support "disappearing" files - Support setting an expiry date for uploads - Write a CLI tool in Rust