cpbotha / nvpy

Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Other
849 stars 114 forks source link

Multiple nvpy instances? #139

Closed crazzyfool closed 7 years ago

crazzyfool commented 8 years ago

Hi,

I have two simplenote accounts (with different emails addresses) - is it possible, and if so, how can I install two instances to nvpy to run at the same time? At the moment, I need to quit and then edit my .nvpy.cfg before restarting.

I am using Arch Linux and installed manually with git.

LeHack commented 8 years ago

You can just use the --cfg param (nvpy --cfg path/to/config) and create two aliases, each with a specific path to the correct config file. It was added for exactly such purpose.

cpbotha commented 7 years ago

Thank you @LeHack ! Closing this issue.