1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
Go to file
Zack Scholl 79768ce9be Updated bindata
Former-commit-id: b54ce6344bd46fc6f82ff1e4fb676dc425d99680 [formerly 0fa45573d6b17c6e1566e7a1ab7f56f437759625] [formerly 9fe8f5b04b0f415c74ee52f171f1378c2834d7b5 [formerly 3c86cbfc68d699bf79fe05d513d0a0e0aa00ed7c [formerly 6440472b2d]]]
Former-commit-id: 4f471e841a3022e0dc3999b4ff450b82870859e5 [formerly 05232e825e9c05340760432ac53a29661d596380]
Former-commit-id: 3f607ad0c09546f775fed460ebcde58dfa3afa23
Former-commit-id: 88bfd0a1f7
2017-03-23 07:33:13 -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 Create .gitattributes 2016-03-15 20:51:09 -04:00
.gitignore Initial commit 2016-02-06 08:28:40 -05:00
bindata.go.REMOVED.git-id Updated bindata 2017-03-23 07:33:13 -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 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