oxur / rucksack

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for users to categorise secrets

oubiwann opened this issue · comments

E.g., "Personal", "Work", "Company X", "Firm Y", or even if they want to keep browsers separated.

Tasks:

  • Add category field to Metadata
  • Add --category flag to list subcommand (only show)
  • Add --category flag to export subcommand (only export)
  • Add --category flag to import subcommand (only import)
  • Add show categories subcommand (with show cats alias)

Note for more general, flatter, one-to-many "categorisation", flags will be offered:

Gonna save the filtering for #71 and #72 ...