mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
a78468e086
Former-commit-id: 0e8b4a8544a37d5ba70b5105972af6f682121fe2 [formerly b27e6f754cf6267f4d9b24e4e16d719b1b58ac3a] [formerly 643edb8efb9bb54ffe343f6d8e09d70277ba8880 [formerly d064c67547da6da2f97431f2962dd6a6f81cb8ce]]
Former-commit-id: de0f0fadefb349b5fef99655c574515dde046c44 [formerly 471f13c019582eff335fef36b8602308e9bfd06d]
Former-commit-id: db630b02ebee07b2f95eff560f6ff0e74152413e
Former-commit-id:
|
||
---|---|---|
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