mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
3b0169212c
Former-commit-id: 8383f8425cd42c2ccf34e992019a7c84c033e0c9 [formerly 0aed9dbed69ff4e95429f8638101252a0f962776] [formerly a25974ec2c0f768eab091fb2c64de4138834a110 [formerly 1a3fa54b60fd2a38cdc6833e2d48fcf5f2793046]]
Former-commit-id: 185dddc3245f701da416c1437d3bb59fa7d57e55 [formerly c4ea403af36b85707ebf2f30d22edde4e77d6e06]
Former-commit-id: ab8139e0438e552531a7f86e1116d40cda905752
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