You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,21 @@ Spacebin is a modern Pastebin server implemented in Go and maintained by Luke Wh
15
15
16
16
Pastebins are a type of online content storage service where users can store plain text document, e.g. program source code. For more information and the history of Pastebin see Wikipedia's [article on them](https://en.wikipedia.org/wiki/Pastebin).
17
17
18
+
**Features:**
19
+
-[X] 99% self-contained: only requires Postgres to run.
20
+
-[X] Raw text and file uploading
21
+
-[X] Phrase and random string identifiers.
22
+
-[X] Custom documents that are always available.
23
+
-[X] Configurable ratelimiting, expiration, compression, etc.
24
+
-[X] Modern, JavaScript-free user interface
25
+
-[X] Syntax highlighting for all the most popular languages and Raw text mode
26
+
-[ ] Password-protected encrypted pastes
27
+
-[ ] SQLite Support
28
+
-[ ] Paste collections
29
+
-[ ] Reader view mode (Markdown is formatted and word wraping is enbaled)
0 commit comments