Standard format output in KPScript
A lightweight and easy-to-use password manager
Brought to you by:
dreichl
Can you please modify KPScript to output data in some standardized format? I am personally in favour of JSON, but XML or anything else like that would be just as good.
I am writing a script that synchronizes parts of my KDBX with an online password manager. I am still managing OK with the current output, but JSON would make it easier and more reliable.
What command do you surrently use with KPScript?
Have you tried
-export?cheers, Paul
I prefer to use
ListEntriesbecause it allows me to filter by tags. I may have to start using EditEntry eventually if I decide to make it a 2-way sync.Last edit: Rumen 2020-04-14
Adding a filter to the export in KPScript would probably work. We'll see if Dominik thinks it's worth adding.
cheers, Paul
That also sounds like a good approach.
Thanks!