navorite / sessionic

A web extension to save, manage and restore sessions, windows and tabs.
GNU Affero General Public License v3.0
466 stars 17 forks source link

Ability to import from onetab export list #46

Closed musm closed 10 months ago

musm commented 10 months ago

Describe the problem

Ideally for those switching from onetab, having the ability to import that list into sessionic is important.

Describe the proposed solution

Ability to import the exported tab list from onetab

Alternatives considered

NA

Importance

nice to have

navorite commented 10 months ago

Can you provide a link to the extension?

musm commented 10 months ago

https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall

The export list is just a text file that has the following form

https://google.com
https://google.com
https://google.com

https://google.com
https://google.com
https://google.com

where the spaces denote different groups

navorite commented 10 months ago

https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall

The export list is just a text file that has the following form

https://google.com
https://google.com
https://google.com

https://google.com
https://google.com
https://google.com

where the spaces denote different groups

So empty lines indicate the start of a different session / list of tabs ?

If so, will be added in v1.4

navorite commented 10 months ago

I'm gonna put all lists together inside one session. I don't know if this is supposed to be the correct way because it converts every window in the same session to a separate list which doesn't make sense to add to a separate new session otherwise it would clutter up the session list.

musm commented 10 months ago

So empty lines indicate the start of a different session / list of tabs ?

If so, will be added in v1.4

Exactly, it's just one long text file where spaces denote different saved sessions. In this case, it just corresponds to a single window, slightly differently than how sessionic can restore multiple windows.

navorite commented 10 months ago

Added in v1.4