1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
Go to file
Zack Scholl a7f6cd8a0e Update frontend for locking page
Former-commit-id: e7a41b6d0ef9fc0814b4f6fa378370a2dc94749b [formerly 54b793d738e5deb2ebf2e8316a1f43e3450900aa] [formerly 842e120f0f69713229f4227bd90f8c33ce2932b3 [formerly b9860a5d2f]]
Former-commit-id: 3d6c223179053689aa785e50ba1a6d7affd075aa [formerly 61ab106b098ea088e70597cb1a5a19e3a71eced9]
Former-commit-id: ab5ef985f31336a09d0a6d9dd7291967ea4da3f0
2017-03-23 09:57:25 -06:00
static Add logo 2017-03-22 21:09:32 -06:00
templates Update frontend for locking page 2017-03-23 09:57:25 -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 Version bump 2017-03-23 07:55:36 -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 Version bump 2017-03-23 07:55:36 -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