PupBin
A pastebin service, One might consider this a simple CRUD app for large text files. But it's a little more than that. Feature like so make it different :
- Plugins for pasting buffers directly from Neovim
- Clean-up service, cleans up old pastes. This mean you can mention the time to live for each paste
- Random key generative written in golang to generate unique key for each paste.
Upcoming :
- reverse hashing files for being able to reduce database writes. This is lead to no duplicates in the db.
Although this has to be designed and written with weary and probably a very bad design.