diff options
author | pawelmalak <pawel999@icloud.com> | 2021-10-02 08:54:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 08:54:58 +0000 |
commit | c187fbe29c8282b4ae956f24ec5334f112634a92 (patch) | |
tree | 047ea96fb9a17e4b2456d02c065395f30641c76f | |
parent | Add Mejiro photo publishing application (#2692) (diff) | |
download | awesome-selfhosted-c187fbe29c8282b4ae956f24ec5334f112634a92.tar.gz awesome-selfhosted-c187fbe29c8282b4ae956f24ec5334f112634a92.zip |
Added Snippet Box to Pastebins (#2693)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1281,6 +1281,7 @@ _Related: [Wikis](#wikis)_ - [rustypaste](https://github.com/orhun/rustypaste) - A minimal file upload/pastebin service. `MIT` `Rust` - [SharpPaste](https://github.com/phonicmouse/SharpPaste) - Cross-platform C# pastebin with client-side AES-256 encryption that just works. `MIT` `C#/NancyFX` - [Snibox](https://snibox.github.io/) - Code snippets manager with attractive tag-oriented interface. ([Demo](https://snibox-demo.herokuapp.com/), [Source Code](https://github.com/snibox/snibox)) `MIT` `Ruby` +- [Snippet Box](https://github.com/pawelmalak/snippet-box) - Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. `MIT` `Nodejs` - [snipt](https://github.com/nicksergeant/snipt) - Long-term memory for coders. Share and store code snippets. `MIT` `Python` - [SocksBin](https://github.com/magnumdingusedu/socksbin) - Simple and fast terminal based pastebin, with optional code highlighting. No specific client required, all you need is netcat. `GPL-3.0` `Python` - [Spacebin](https://docs.spaceb.in) - Text-sharing for the final frontier — Reliable Pastebin server in Golang and Fiber. ([Demo](https://spaceb.in), [Source Code](https://github.com/spacebin-org/spirit)) `Apache-2.0` `Go` |