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

Unify data entry into the app #92

Open oubiwann opened 1 year ago

oubiwann commented 1 year ago

Right now there are several points of entry for data:

The logic around that data is spread out and needs to be unified. Some include:

Features/tasks:

The above changes have resulted in some bugs that popped up:

oubiwann commented 1 year ago

Maybe an input module in rucksack-lib to unify these?