1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
Go to file
Zack Scholl 4709654c4c Version bump
Former-commit-id: 9e36c6e26026b6da693e9c63665a359bd8f81132 [formerly 90d2930802e405e495c9d4f115fc96607240fa8d] [formerly 384133006e5622b83245917ca698c6678728be97 [formerly dcf6fd4e981e1eec2f77ba5e3de39ee40253d73f [formerly 59036904d8]]]
Former-commit-id: 73ead65f17e5bc8e72002d3db704f31e66d4bf37 [formerly 123a60c023445bb54818026f4ea8bd8683c4846a]
Former-commit-id: 8637b59aaedf6f665c581a630f8e076c2e38b735
Former-commit-id: ef0414a548
2017-03-23 07:55:36 -06:00
static Add logo 2017-03-22 21:09:32 -06:00
templates Show error message if route not understood 2017-03-23 07:33:00 -06:00
.gitattributes
.gitignore
bindata.go.REMOVED.git-id Version bump 2017-03-23 07:55:36 -06:00
handlers.go Simplify routes, handle error route 2017-03-23 07:32:40 -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 Version bump 2017-03-23 07:55:36 -06:00
migrate.go Reorganize and add migration 2017-03-21 21:51:52 -06:00
page_test.go
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
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