forked from lastpass/lastpass-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Export all fields #1
Comments
#2 - Is what I have, though it should be noted, it seems to be recursively going into a structure some how. |
@bcopeland - Any chance you can provide some insight on what I'm doing wrong here? |
A few (unverified) PR's from the original repo that might be relevant/related/useful here: |
waterkip
pushed a commit
that referenced
this issue
Jan 16, 2023
Merge pull request lastpass#637 from gder91/updating_post_parameter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lots of folks are migrating away from lastpass, but the problem is none of the export functionality includes all fields. If your bank for example requires you to type into a third field for example, this value is lost in an export.
If you run
lpass show --all some.site
you get all fields, but you can't easily pick out custom fields from lastpass defaults. The--format
option has no method by which you can say to just print out the fields. The--json
option has no ability what so ever to print out extra fields.I've been hacking and slashing for a while in
json-format.c
to try and get the additional fields to appear under afields
in the json, but I'm having no luck.Anyone who actually knows C willing to take this on?
The text was updated successfully, but these errors were encountered: