1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
Go to file
Zack Scholl bd85204eff Bump version in Makefile
Former-commit-id: 456a4137adadb4044e720f04ac8ec6ab7b3d80d6 [formerly 12de613c2e4c46aca255f15f04e9b2819e51f2a0] [formerly 64bc5f9527ec3babaeade20a5601cf43a6b239a4 [formerly 3168d427d4b6f85a2caedae527a2f78a13988db3 [formerly c8e237c3c5]]]
Former-commit-id: 70bc9dc28a3c99506768567cb4f2eb1a9479c393 [formerly 687f78214d9de740f9e4492cd2d383bcbd0da2c4]
Former-commit-id: dad5e45520f127757318cc867f2013492aeb3501
Former-commit-id: 7b0bfea196
2017-03-22 21:43:47 -06:00
static Add logo 2017-03-22 21:09:32 -06:00
templates Start again from scratch 2017-03-22 20:49:55 -06:00
.gitattributes Create .gitattributes 2016-03-15 20:51:09 -04:00
.gitignore
bindata.go.REMOVED.git-id Bundle highlight assets 2017-03-22 14:29:53 -06:00
handlers.go Prevent locking encrypted 2017-03-22 13:42:51 -06:00
LICENSE Start again from scratch 2017-03-22 20:49:55 -06:00
listify.go List works 2017-03-22 11:19:39 -06:00
main.go Start again from scratch 2017-03-22 20:49:55 -06:00
Makefile Bump version in Makefile 2017-03-22 21:43:47 -06:00
migrate.go Reorganize and add migration 2017-03-21 21:51:52 -06:00
page_test.go Things are working 2017-03-21 20:46:05 -06:00
page.go Normalize filenames when writing 2017-03-22 21:22:26 -06:00
README.md Update README 2017-03-22 21:11:20 -06:00
utils_test.go Things are working 2017-03-21 20:46:05 -06:00
utils.go Start again from scratch 2017-03-22 20:49:55 -06:00

linkcrawler
Version

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