1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
Go to file
Zack Scholl 17bf3c3a4c Updated README
Former-commit-id: 4550d3d46e3fd08d1f62ff42b3c74a029e3ba7e3 [formerly 57b84131f2a4d6f2dbdd878f5af4da442e4995be] [formerly e893072497705cc6311192fa763fbc5353292bb3 [formerly 0b785d77b5362bcec7fba5281447850e5484b09e [formerly 405bc46958]]]
Former-commit-id: 83fa42e2070637493214e282c6de4cda688b850f [formerly a0149f30c14d82e1123f23587241a3e34843822a]
Former-commit-id: 373c765a77beb16837994661ecd613ecdc84190e
Former-commit-id: 9e7641df3c
2017-03-22 21:06:14 -06:00
static Start again from scratch 2017-03-22 20:49:55 -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 Initial commit 2016-02-06 08:28:40 -05:00
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 Updated README 2017-03-22 21:06:14 -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

Contact

If you'd like help or you find a bug, please submit an issue. Any other comments, questions or anything at all, just tweet me @zack_118

Acknowledgements

Thanks to tscholl2 and sjsafranek.

Icons made by Freepik from www.flaticon.com, licensed by CC 3.0 BY.

File uploading from transfer.sh, licensed by MIT license.

License

The MIT License (MIT)

Copyright (c) 2016 Zack

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.