josh- / CloudyTabs

CloudyTabs is a simple menu bar application that lists your iCloud Tabs.
http://joshparnham.com/projects/cloudytabs/
789 stars 52 forks source link

Feature: Open tabs from self #43

Closed intrepidsilence closed 6 years ago

intrepidsilence commented 6 years ago

It would be handy to be able to open all tabs from the device you are on. I know this is an edge case but would make it easy to swap between using different browsers on the same system while maintaining your open tabs. Just an idea. What do you think?

josh- commented 6 years ago

Hi @intrepidsilence, thanks for raising this issue 🙌

Initially CloudyTabs did list the tabs from the current computer that it was being run on (as is displayed in the screenshot from the README), however this was removed in #32.

Since you do mention that this is an edge case, what if I added a non-UI facing feature? Then, if a user wanted to list all their devices they could run a command in their terminal like:

defaults write com.joshparnham.CloudyTabs ListAllDevices -bool true

Let me know what you think of this idea 😄

intrepidsilence commented 6 years ago

I like it. Thanks!

On Jan 29, 2018 at 07:40, <Josh Parnham (mailto:notifications@github.com)> wrote:

Hi @intrepidsilence (https://github.com/intrepidsilence), thanks for raising this issue 🙌

Initially CloudyTabs did list the tabs from the current computer that it was being run on (as is displayed in the screenshot from the README (http://joshparnham.com/projects/cloudytabs/CloudyTabs.png)), however this was removed in #32 (https://github.com/josh-/CloudyTabs/pull/32).

Since you do mention that this is an edge case, what if I added a non-UI facing feature? Then, if a user wanted to list all their devices they could run a command in their terminal like:

defaults write com.joshparnham.CloudyTabs ListAllDevices -bool true

Let me know what you think of this idea 😄

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub (https://github.com/josh-/CloudyTabs/issues/43#issuecomment-361233201), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAsyC0iPQG3d22E9Nwkr3O6yAfxpQqM9ks5tPbwhgaJpZM4RtOFK).

intrepidsilence commented 6 years ago

Thanks for doing this Josh! Looking forward to the release!