17bf3c3a4c
Former-commit-id: 4550d3d46e3fd08d1f62ff42b3c74a029e3ba7e3 [formerly 57b84131f2a4d6f2dbdd878f5af4da442e4995be] [formerly e893072497705cc6311192fa763fbc5353292bb3 [formerly 0b785d77b5362bcec7fba5281447850e5484b09e [formerly |
||
---|---|---|
static | ||
templates | ||
.gitattributes | ||
.gitignore | ||
bindata.go.REMOVED.git-id | ||
handlers.go | ||
LICENSE | ||
listify.go | ||
main.go | ||
Makefile | ||
migrate.go | ||
page_test.go | ||
page.go | ||
README.md | ||
utils_test.go | ||
utils.go |
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.