about.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Quickpaste

A dead simple code snippet sharing.

## Features

**Syntax highlighting**

Optionally select a language to get nice syntax highlighting once the snippet
is saved.

**Line highlighting**

Click on a line number to highlight and target the line with the # part of the
URL, and click it again to un-highlight and un-target it.

**Does not totally break without JavaScript**

No JavaScript is required to use the basic features of pasting code, saving it,
copying the link to share or targeting lines. But Shift-Clicking to highlight
lines without targeting, and un-highlighting lines (for example if someone
shared a link with you pre-highlighted) will not work.

**CLI Script**

[Here is a cli script for creating pastes from the command line.](https://quickpaste.net/cli?lang="mjs)

## FAQ

**How long are snippets kept for?**

Snippets are kept from 1 - 7 days. Default is 7.

**Is the code available?**

[github project](https://github.com/carc1n0gen/quickpaste)