diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-08-01 23:41:04 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-08-15 03:48:43 +0200 |
commit | 49915340da02da7d74777225aa1d2e2bb31ac4b3 (patch) | |
tree | 784e73a948e3fe93c1ab4fbba5f2c4a616db64bb /README.md | |
parent | 89ad13eff45e7e9a21715ff1bba20327efeeef45 (diff) | |
download | tmp-49915340da02da7d74777225aa1d2e2bb31ac4b3.tar.gz |
chore: add README.md and LICENSE
Also, TODO.md with review comments from https://codepal.ai/code-explainer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..bfc5376 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# tmp + +Simple utility to store files given as its argument(s) to tmp +files on various websites. + +Run as: + +```sh + $ tmp argument.ext +``` + +and the program prints on the output URL of the uploaded file(s). + +---- + +All issues, questions, complaints, or (even better!) patches +should be send via email to +[~mcepl/devel@lists.sr.ht](mailto:~mcepl/devel@lists.sr.ht) email +list (for patches use [git send-email](https://git-send-email.io/)). + |