Go to file
Zack 5d273c037a Update .travis.yml
Former-commit-id: 25d99852c0
2017-03-23 19:30:24 -06:00
static Updated logo and README 2017-03-23 19:23:33 -06:00
templates -> Clear done 2017-03-23 17:42:20 -06:00
.gitattributes Create .gitattributes 2016-03-15 20:51:09 -04:00
.gitignore Initial commit 2016-02-06 08:28:40 -05:00
.travis.yml Update .travis.yml 2017-03-23 19:30:24 -06:00
LICENSE 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
README.md Updated README 2017-03-23 19:26:35 -06:00
bindata.go.REMOVED.git-id Updated logo and README 2017-03-23 19:23:33 -06:00
handlers.go Allow raw to get locked copy 2017-03-23 17:47:41 -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
migrate.go Reorganize and add migration 2017-03-21 21:51:52 -06:00
page.go Fix: filenames to lower case before base32 2017-03-23 16:24:25 -06:00
page_test.go Create special folder for tests 2017-03-23 10:56:53 -06:00
utils.go Start again from scratch 2017-03-22 20:49:55 -06:00
utils_test.go Things are working 2017-03-21 20:46:05 -06:00

README.md

linkcrawler
Build Status Version

A feature-rich wiki for minimalists

cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. You can download cowyo as a single executable or install it with Go. Try it out at https://cowyo.com.

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

Usage

cowyo is straightforward to use. Here are some of the basic features:

Editing

When you open a document you'll be directed to an alliterative animal (which is supposed to be easy to remember). You can write in Markdown. Saving is performed as soon as you stop writing.

Editing

History

You can easily see previous versions of your documents.

History

Lists

You can easily make lists and check them off.

Lists

Locking

Locking prevents other users from editing your pages without a passphrase.

Locking

Encryption

Encryption is performed using AES-256.

Encryption

Self-destructing pages

Just like in mission impossible.

Self-destructing

License

MIT