mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
a16fd6f8fb
Former-commit-id: a8f0c8962f4bfc694d883a6c6162dac512dce40d [formerly a1a3744bd736baaf6af702e1635089a29a87ac8a] [formerly bd72fb7c08e2efda8ab97fc7d8a57b0d50ef43d2 [formerly c1b05ff1b8a28f4067785b8b2d0e8e68b325d0db [formerly |
||
---|---|---|
static | ||
templates | ||
.gitattributes | ||
.gitignore | ||
bindata.go.REMOVED.git-id | ||
handlers.go | ||
LICENSE | ||
listify.go | ||
main.go | ||
Makefile | ||
migrate.go | ||
page_test.go | ||
page.go | ||
README.md | ||
utils_test.go | ||
utils.go |
A simple and powerful notepad supporting listifying, encryption, self-destructing messages, and versioning
This is a self-contained notepad webserver that makes sharing easy and fast. The most important feature here is simplicity. There are many other features as well including versioning, page locking, self-destructing messages, encryption, syntax highlighting, content-delivery, and listifying.
Getting Started
Install
If you have go
go get github.com/schollz/cowyo
or just download from the latest releases.
Run
To run just double click or from the command line:
./cowyo
License
MIT