oxur / rucksack

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap
Apache License 2.0
12 stars 1 forks source link

Extend exports for new types/kinds #71

Open oubiwann opened 1 year ago

oubiwann commented 1 year ago

Currently we're exporting every Kind of record to csv (Firefox and Chrome), but this really only makes sense for Kind::Password and probably Kind::Account but not for the others. But we can support those as well as full exports with JSON.

Tasks: