We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu 22.04 amd64 Firefox 105.0.1 (installed via snap)
$ ffpass import < pass.csv ERROR: Cannot find any Firefox profiles
I do have a Firefox profile of course:
$ cat ~/snap/firefox/common/.mozilla/firefox/profiles.ini [Profile0] Name=default IsRelative=1 Path=qgcd7g59.default Default=1 [General] StartWithLastProfile=1 Version=2
The text was updated successfully, but these errors were encountered:
Found a secret parameter -d <profile-dir>
-d <profile-dir>
Now it works:
ffpass import --file pass.csv -d ~/snap/firefox/common/.mozilla/firefox/qgcd7g59.default
Opportunities for improvement:
-d
Sorry, something went wrong.
No branches or pull requests
Ubuntu 22.04 amd64
Firefox 105.0.1 (installed via snap)
I do have a Firefox profile of course:
The text was updated successfully, but these errors were encountered: