mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
3a265a0979
Former-commit-id: eafad64cf835e69fa4994dd2173287eb68a49975 [formerly 7c91b825f33c0deea8a4b26419c3395fe1d9ff69] [formerly 4fdb4a30274e2028f13bf89b37b678a208118b58 [formerly 6e7d202e7b38b8a6d14f7824971b3acd28807906 [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