aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 230e004abf003417adbc193f208b101e0f7f9c9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Simple pastebin

Very much a work in progress.

There's a simple server and client.

The server does require authorization and has some minimal documentation
when you fire it up.

The client require a configuration file in your home folder and outputs
the URL to the paste if successful.

## Ideas for future versions

  * Index for all the pastes
    * Including tags on each of the pastes
  * Automatic syntax highlighting
  * React UI
  * Swagger Documentation -- embedded into the application as well ( swaggo? )
  * Deleting pastes
  * Updating pastes
  * read templates from disk or embed
  * write out sample/default configuration if a new directory is being used
  * option to be backed by S3