https://github.com/swz-git/picopaste
A tiny self-contained pasting service with a built-in database.
https://github.com/swz-git/picopaste
Last synced: about 1 year ago
JSON representation
A tiny self-contained pasting service with a built-in database.
- Host: GitHub
- URL: https://github.com/swz-git/picopaste
- Owner: swz-git
- License: mit
- Created: 2021-11-25T21:39:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T13:33:31.000Z (over 4 years ago)
- Last Synced: 2025-02-17T12:15:48.951Z (over 1 year ago)
- Language: Go
- Size: 12.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
____ _ ____ __
/ __ \(_)________ / __ \____ ______/ /____
/ /_/ / / ___/ __ \/ /_/ / __ `/ ___/ __/ _ \
/ ____/ / /__/ /_/ / ____/ /_/ (__ ) /_/ __/
/_/ /_/\___/\____/_/ \__,_/____/\__/\___/
```
A tiny self-contained pasting service with a built-in database.
## Features
- Zero dependencies
- Built in super fast [database](https://git.mills.io/prologic/bitcask)
- Monaco editor built in (the editor powering vscode)
## Installation
- You need to have go installed and `~/go/bin` added to your path.
- Installing is as easy as `go install github.com/swz-git/picopaste@latest`
## Getting started
All you need to do to get started is to run the `picopaste` command in your terminal. Configuration is done using environment variables:
```
PICOPASTE_DB_PATH - A path to a directory where picopaste will store its data.
PICOPASTE_PORT - The port picopaste will use.
```