Metadata-Version: 2.1
Name: zeka
Version: 1.0.0
Summary: 
License: MIT
Author: Niklas Alexander Shern
Author-email: nshern@protonmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: python-frontmatter (>=1.0.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: randomname (>=0.2.1,<0.3.0)
Description-Content-Type: text/markdown

# Install
```
pip install zeka
```

# Usage
Zeka is an opinionated cli tool for creating and mainting a zettelkasten note-taking system. 

The tool encourages a flat directory structure of markdown files with containing yaml frontmatter for metadata

# Examples
## Open quick note
```
zk
```

## Specifiy title
```
zk -t 'my-note'
```

## Add tags
```


