1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
Go to file
Zack Scholl 1686409cf7 Update README
Former-commit-id: 63039d0d361bb3af1243938b34024e3c7fb62c79 [formerly b833b75dccaf7b5c43945dc0e46eb0dbf9b747c5] [formerly 873059f5bca74f3d134969ffd8dd1f1abc17d058 [formerly aea5747e7a2eff250dc8d565b12e4c82fbfc61d7 [formerly f2b317be8b]]]
Former-commit-id: aa7719891c68c0e3c9432ad2053d3e3154768899 [formerly 8e005b32f106cd9870e771591310c40d89be56eb]
Former-commit-id: 8d01eea63586af137fbef2013331de8a915ce261
Former-commit-id: 192cb9f0bc
2017-03-22 21:11:20 -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 Start again from scratch 2017-03-22 20:49:55 -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 No case 2017-03-22 13:31:33 -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