Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend exports for new types/kinds #71

Open
10 tasks
oubiwann opened this issue Feb 6, 2023 · 0 comments
Open
10 tasks

Extend exports for new types/kinds #71

oubiwann opened this issue Feb 6, 2023 · 0 comments
Labels
Milestone

Comments

@oubiwann
Copy link
Contributor

oubiwann commented Feb 6, 2023

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:

  • Change export --type to --format
  • Add support for --type (kind)
  • By default, export firefox and chrome only Kind::Password records
  • Add an --include-accounts flag for firefox and chrome exports
  • Add JSON serialisation capability
  • Add json to the allowed types for export
  • If the --type for export is Kind::AsymmetricCrypto, Kind::Certificates, or Kind::ServiceCredentials, set the format to JSON
  • If no type is set and no format is set, export all in JSON format
  • When exporting to JSON, support limiting by --category
  • When exporting to JSON, support limiting by --tags
@oubiwann oubiwann added this to the 0.7.0 milestone Feb 6, 2023
@oubiwann oubiwann changed the title Extend exports for kinds Extend exports for new types/kinds Feb 6, 2023
@oubiwann oubiwann modified the milestones: 0.7.0, 0.8.0 Feb 6, 2023
@oubiwann oubiwann modified the milestones: 0.8.0, 0.9.0 Feb 7, 2023
@oubiwann oubiwann modified the milestones: 0.9.0, Backlog Feb 22, 2023
@oubiwann oubiwann modified the milestones: Backlog, 0.12.0 Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant