diff --git a/README.MD b/README.MD deleted file mode 100644 index ec276e7..0000000 --- a/README.MD +++ /dev/null @@ -1,20 +0,0 @@ -# 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 diff --git a/git/index.png b/git/index.png new file mode 100644 index 0000000..27ea961 Binary files /dev/null and b/git/index.png differ