From 0754998d2237b8b4cb17774711181aa51934ce51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Szab=C3=B3?= <25702868+szabodanika@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:38:49 +0100 Subject: [PATCH] Added README.MD --- README.MD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..ec276e7 --- /dev/null +++ b/README.MD @@ -0,0 +1,20 @@ +# MicroBin + +![Screenshot](.git/index.png) + +MicroBin is a super tiny and simple self hosted pastebin app written in Rust. The executable is around 6MB and it uses 2MB memory (plus your pastas). + +Features: +- No CSS or JS, super lightweight and simple +- Animal names instead of random numbers for pasta identifiers +- Automatically expiring pastas +- Never expiring pastas +- Listing and manually removing pastas + +Needed improvements: +- Persisting pastas on disk (currently they are lost on restart) +- Removing pasta after N reads +- File uploads +- URL shortening + +![Screenshot](.git/pasta.png) \ No newline at end of file