bingo/README.md
Seraphim R. Pardee 4443e9d7ba
All checks were successful
build / build (push) Successful in 3m43s
test / test (push) Successful in 1m14s
Add screenshots.
2024-09-24 17:50:39 -04:00

20 lines
1.2 KiB
Markdown

# bingo
A lightweight {paste,file}bin alternative written in Golang.
[![test status](https://git.hl.srp.life/srp/bingo/actions/workflows/test.yaml/badge.svg)](https://git.hl.srp.life/srp/bingo/actions?workflow=test.yaml&actor=0&status=0) [![build status](https://git.hl.srp.life/srp/bingo/actions/workflows/build.yaml/badge.svg)](https://git.hl.srp.life/srp/bingo/actions?workflow=build.yaml&actor=0&status=0) [![release status](https://git.hl.srp.life/srp/bingo/actions/workflows/release.yaml/badge.svg)](https://git.hl.srp.life/srp/bingo/actions?workflow=release.yaml&actor=0&status=0)
Overall goal is to create a service that works well as a single-user self-hosted instance, which can trivially upload files/text.
## Feature Roadmap (so far...; from most important to least)
- [x] Post/read functionality
- [x] Delete functionality
- [x] Syntax highlighting
- [ ] Server configuration file (via viper)
- [ ] API key authentication / loose user management
- [ ] CLI upload / management functionality
- [ ] Edit/revise/replace content at ID
## Screenshots
| without syntax highlighting | with syntax highlighting |
| - | - |
|![](screenshot.jpeg) |![](screenshot-syntax.jpeg)|