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

load-session to have an option to refresh the pages #5402

Open
zander opened this issue May 2, 2020 · 3 comments
Open

load-session to have an option to refresh the pages #5402

zander opened this issue May 2, 2020 · 3 comments
Labels
priority: 2 - low Issues which are currently not very important.

Comments

@zander
Copy link

zander commented May 2, 2020

I have a session that has pages such as https://news.ycombinator.com/ and https://www.phoronix.com/scan.php

When I use session-load news some of the sites it has show the proper front-page, while others show an outdated page.

It would be nice to be able to use 'session-load' as a way to open a bunch of websites, to the current state. I think that means there needs to be another argument that forces such a reload of tabs if the user passes that argument.

Bonus points for only doing the reload when the tab first gains focus (sort of lazy initialization).

Thinking out loud here: maybe the session-save command would benefit from a only-urls option which would accomplish the same effect.

@toofar
Copy link
Member

toofar commented May 2, 2020

Is your goal here restoring page state with navigation history and such and pinned tabs or my like loading a bunch of bookmarks at once fresh into a new window?

@zander
Copy link
Author

zander commented May 3, 2020

my goal is to load a bunch of pre-defined URLs. Preferably in the current window.

@toofar
Copy link
Member

toofar commented May 3, 2020

#3855 adds tags to bookmarks and then you could presumably load all bookmarks with a tag, so that might be a better option in the future.
Until that gets merged you might be better served by writing a userscript (there are some examples in the misc/userscripts/ folder) to send open commands to the fifo.

@The-Compiler The-Compiler added the priority: 2 - low Issues which are currently not very important. label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: 2 - low Issues which are currently not very important.
Projects
None yet
Development

No branches or pull requests

3 participants