zetty 0.1.0

A command line tool to manage notes in a Zettelkasten
Documentation
# zetty

> [!WARNING]
> This is a WIP and currently serving just my own personal needs

A command line tool to manage notes in a Zettelkasten.

```shell
$ zetty
A command line tool to manage notes in a Zettelkasten

Usage: zetty [OPTIONS] <COMMAND>

Commands:
  new   Create a new note
  help  Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose  Enable verbose logging
  -h, --help     Print help
  -V, --version  Print version
```

## Installation

```shell
cargo install zetty
```