1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
Go to file
Zack Scholl 0109a94cbb Add logo
Former-commit-id: afb41ca8dd353e4ed932a958b4f734c74dd5b927 [formerly 5c23e3e9a78afcb30517cf5cb18c0063fb343cd6] [formerly 5a098bcf34598737f50ad25676b8f3869cd0a27c [formerly 2c14b97b390ec8a77eaad49f237d4ba0f2b7d433 [formerly 25c01cf1f6]]]
Former-commit-id: 71a7802cffe269f17d79a761ef6ecd9af696bc16 [formerly 2becefe0ced4277410e8a39d093a140387f9319c]
Former-commit-id: 52505e15a9f264a75166d9a66f8a5445bde7dd7e
Former-commit-id: 3221ee0cae
2017-03-22 21:09:32 -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 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.