Skip to content
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

Figure out how to make this work cross-device #12

Open
askonomm opened this issue Oct 23, 2021 · 3 comments
Open

Figure out how to make this work cross-device #12

askonomm opened this issue Oct 23, 2021 · 3 comments

Comments

@askonomm
Copy link
Owner

No description provided.

@AbhinavOmprakash
Copy link
Contributor

off the top of my head, instead of saving the file on the local machine, how about google drive?

the user would need gdrive installed on their desktop. (this would be as simple as changing the path of the saved file)

or... a little more involved task would be use drive apis to sync files.

@askonomm
Copy link
Owner Author

That's certainly one way to go about it. But, it wouldn't be very usable from the other device as you'd need to search through potentially hundreds of records and creating new records also wouldn't be very convenient. But perhaps something syncing the file to a storage (like google drive, for example) and then creating a mobile app that would be basically a re-implementation of the CLI Shh, and would also be able to connect to a file storage. Then the data-store file only exists in the cloud, and both CLI Shh and mobile Shh would just read/write on it.

@AbhinavOmprakash
Copy link
Contributor

Yes, finding and creating passwords would be hard.

A widget would be ideal for something like this, or fb messenger style bubbles. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants