theca 1.0.0

a simple, fully featured, command line note taking tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
	"package_description": {
		"README.md": "README.md",
		"LICENSE": "LICENSE",
		"tools/package-installer.sh": "install.sh",
		"target/release/theca": "bin/theca",
		"docs/THECA.1": "share/man/man1/theca.1",
		"completion/bash_complete.sh": "etc/bash_completion.d/theca",
		"completion/_theca": "share/zsh/site-functions/_theca"
	}
}