pwnall / node-open

open a file or uri with the users preferred application (browser, editor, etc), cross platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opened links be right after last tab when I try to open multiple links at once.

imkimchi opened this issue · comments

I want to open a new tab right after current tab using node-open. but opened links always be right after last tab in browser when I open links using node-open. Is link supposed to be opened at last tab as implementation? Is there any ways to implement what I want technically?

This behavior depends on browser, not on this package. Some browsers may be implementing additional options to pass with url when opening, but from what I know - none of them supports this.