pnote/README.md
2024-02-20 21:26:58 +01:00

45 lines
No EOL
626 B
Markdown

# 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 -t
```
## Features
Search for files:
```
> pnote ~/mynotes search -h
```
Tag files:
```
> pnote ~/mynotes tag -h
```
Administrate your project:
```
> pnote ~/mynotes admin -h
```
For more information on *pnote*:
```
> pnote -h
```