Metadata-Version: 2.1
Name: pnote
Version: 0.0.5
Summary: Simple note management tool
Description-Content-Type: text/markdown
Requires-Dist: jsonschema

# Manage your notes with pnote!

## About

*pnote* is a text file, format agnostic, note manager.
It allows to keep a consistant hierarchy of note files that you can work with.

## Getting started
Installation:
```
> pip install pnote
```

Create a new project:
```
> pnote ~/mynotes
> # See configuration in ~/mynotes/config.json
```

Open and edit today's note file:
```
> pnote ~/mynotes -o
```

For more information on how to use *pnote*:
```
> pnote -h
```
