Module rucksack::command::export

source ·
Expand description

Exporting

Logins may be exported to files that can then be used to import into browsers:

rucksack export \
  --db-pass abc123 \
  --type chrome \
  --file /tmp/exported-logins.csv

Functions