Skip to content

Commit 6b7f95f

Browse files
authored
docs(readme); current + planned feature list
1 parent f9d5afd commit 6b7f95f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ Spacebin is a modern Pastebin server implemented in Go and maintained by Luke Wh
1515

1616
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).
1717

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)
30+
- [ ] QR Codes
31+
- [ ] Image uploading
32+
1833
## Table of Contents
1934

2035
- [🚀 Spacebin](#-spacebin)

0 commit comments

Comments
 (0)