Metadata-Version: 2.1
Name: nikki
Version: 0.0.2
Summary: Simple crypted journal for personal use
Home-page: https://github.com/WIN32GG/s-log
Author: win32gg
Author-email: gregor.jouet@laposte.net
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.4, <4
Description-Content-Type: text/markdown
Requires-Dist: splogger
Requires-Dist: python-gnupg
Requires-Dist: click


# Nikki
Crypted Journal for personal records

### What is nikki ?
Nikki is an easy to manage, crypted, personal journal. It uses gnupg to encrypt your journal with AES using a passphrase.
### How easy is it ?
Nikki is easy
 - to install:
 > pip install nikki
 - to use:
 > nikki init<br>
 > nikki edit entry1<br>
 > nikki edit entry2
 - to transfer on another computer with git
 > nikki git init
 >
 > nikki git remote add origin <your url><br>
 > nikki edit my thoughts<br>
 > nikki git push

### What do I need ?
You need pip, and you need to set your ``EDITOR`` environment variable to the text editor of your choice, one exited, the journal will be crypted again

