No description
Find a file
2024-04-20 13:37:43 +02:00
example Improve note export 2024-04-19 10:51:04 +02:00
pnote Minor changes 2024-04-20 13:37:43 +02:00
.gitignore Add source code 2024-02-20 21:26:58 +01:00
pyproject.toml Add source code 2024-02-20 21:26:58 +01:00
README.md Improve pnote API 2024-04-19 14:26:58 +02:00

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 -d ~/mynotes
> # See configuration in ~/mynotes/config.json
> # If -d not specified, ${HOME}/.pnote will be used

Open and edit today's note file:

> pnote -d ~/mynotes -t

Features

Search for files:

> pnote -d ~/mynotes search -h

Tag files:

> pnote -d ~/mynotes tag -h

Manage your project:

> pnote -d ~/mynotes admin -h

Export your notes:

> pnote -d ~/mynotes search --subpath | pnote -d ~/mynotes export --json
> pnote -d ~/mynotes search --subpath | pnote -d ~/mynotes export --template template.txt

For more information on pnote:

> pnote -h