1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
Go to file
Zack Scholl 82c24f2413 Remove static files that aren't used anymore
Former-commit-id: 1495b6d836c5ba5c1b87bb778bfb85b3073d9fd2 [formerly 438b5d6af9c80b85d036f1ccce5b593a33934dbf] [formerly 331f1f8bd4a19a0639c35e96298bc834fef406a2 [formerly f391d9132ccd146acea91387a2520bec8349c151]]
Former-commit-id: 19c3b9ec3bbe4056e8c4e99f1576d6fd30a27b16 [formerly 7929749a5807f4d866bd7fd4301aa4305b70d7d8]
Former-commit-id: 658645d15e6e200d1e4123eafde15d6bf5efe2cc
Former-commit-id: e182fbbe64
2017-03-23 16:38:29 -06:00
static Remove static files that aren't used anymore 2017-03-23 16:38:29 -06:00
templates Better UI for locking/encrypting 2017-03-23 16:28:19 -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 Remove static files that aren't used anymore 2017-03-23 16:38:29 -06:00
handlers.go Better UI for locking/encrypting 2017-03-23 16:28:19 -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 Makefile works in parallel 2017-03-23 14:37:47 -06:00
migrate.go Reorganize and add migration 2017-03-21 21:51:52 -06:00
page_test.go Create special folder for tests 2017-03-23 10:56:53 -06:00
page.go Fix: filenames to lower case before base32 2017-03-23 16:24:25 -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