Store opened tabs of sessions into file

Clash Royale CLAN TAG#URR8PPP
Is it possible to store the current ranger session into a file so to restore it at a later point in time?
EDIT: I ask this question because I use many different ranger sessions and tabs inside a tmux session. When I'm storing the tmux session, I'd also like to preserve the ranger tabs.
ranger
add a comment |
Is it possible to store the current ranger session into a file so to restore it at a later point in time?
EDIT: I ask this question because I use many different ranger sessions and tabs inside a tmux session. When I'm storing the tmux session, I'd also like to preserve the ranger tabs.
ranger
add a comment |
Is it possible to store the current ranger session into a file so to restore it at a later point in time?
EDIT: I ask this question because I use many different ranger sessions and tabs inside a tmux session. When I'm storing the tmux session, I'd also like to preserve the ranger tabs.
ranger
Is it possible to store the current ranger session into a file so to restore it at a later point in time?
EDIT: I ask this question because I use many different ranger sessions and tabs inside a tmux session. When I'm storing the tmux session, I'd also like to preserve the ranger tabs.
ranger
ranger
edited Dec 20 '18 at 7:11
Rui F Ribeiro
39k1479130
39k1479130
asked Mar 21 '17 at 7:09
tigerjack89
1728
1728
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
see save_tabs_on_exit [bool]
Save all tabs, except the active, on exit? The last saved tabs are restored once
when starting the next session. Multiple sessions are stored in a stack and the
oldest saved tabs are restored first.
Set in your .config/ranger/rc.conf:
set save_tabs_on_exit true
You'll probably need to use ranger from master.
1
It's worth noting here that You need to useF10forrangerto remember tabs.
– Michal Przybylowicz
Mar 23 '17 at 19:44
Thanks for the reply. Unfortunately, the new version is not yet available in the official channels.
– tigerjack89
Apr 8 '17 at 13:55
@tigerjack89 yes, they don't release very often. The only thing you need to do though isgit clonethe repo andln -sranger somewhere in your path (after uninstalling the old version).
– laktak
Apr 8 '17 at 18:13
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f352763%2fstore-opened-tabs-of-sessions-into-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
see save_tabs_on_exit [bool]
Save all tabs, except the active, on exit? The last saved tabs are restored once
when starting the next session. Multiple sessions are stored in a stack and the
oldest saved tabs are restored first.
Set in your .config/ranger/rc.conf:
set save_tabs_on_exit true
You'll probably need to use ranger from master.
1
It's worth noting here that You need to useF10forrangerto remember tabs.
– Michal Przybylowicz
Mar 23 '17 at 19:44
Thanks for the reply. Unfortunately, the new version is not yet available in the official channels.
– tigerjack89
Apr 8 '17 at 13:55
@tigerjack89 yes, they don't release very often. The only thing you need to do though isgit clonethe repo andln -sranger somewhere in your path (after uninstalling the old version).
– laktak
Apr 8 '17 at 18:13
add a comment |
see save_tabs_on_exit [bool]
Save all tabs, except the active, on exit? The last saved tabs are restored once
when starting the next session. Multiple sessions are stored in a stack and the
oldest saved tabs are restored first.
Set in your .config/ranger/rc.conf:
set save_tabs_on_exit true
You'll probably need to use ranger from master.
1
It's worth noting here that You need to useF10forrangerto remember tabs.
– Michal Przybylowicz
Mar 23 '17 at 19:44
Thanks for the reply. Unfortunately, the new version is not yet available in the official channels.
– tigerjack89
Apr 8 '17 at 13:55
@tigerjack89 yes, they don't release very often. The only thing you need to do though isgit clonethe repo andln -sranger somewhere in your path (after uninstalling the old version).
– laktak
Apr 8 '17 at 18:13
add a comment |
see save_tabs_on_exit [bool]
Save all tabs, except the active, on exit? The last saved tabs are restored once
when starting the next session. Multiple sessions are stored in a stack and the
oldest saved tabs are restored first.
Set in your .config/ranger/rc.conf:
set save_tabs_on_exit true
You'll probably need to use ranger from master.
see save_tabs_on_exit [bool]
Save all tabs, except the active, on exit? The last saved tabs are restored once
when starting the next session. Multiple sessions are stored in a stack and the
oldest saved tabs are restored first.
Set in your .config/ranger/rc.conf:
set save_tabs_on_exit true
You'll probably need to use ranger from master.
answered Mar 22 '17 at 22:26
laktak
726310
726310
1
It's worth noting here that You need to useF10forrangerto remember tabs.
– Michal Przybylowicz
Mar 23 '17 at 19:44
Thanks for the reply. Unfortunately, the new version is not yet available in the official channels.
– tigerjack89
Apr 8 '17 at 13:55
@tigerjack89 yes, they don't release very often. The only thing you need to do though isgit clonethe repo andln -sranger somewhere in your path (after uninstalling the old version).
– laktak
Apr 8 '17 at 18:13
add a comment |
1
It's worth noting here that You need to useF10forrangerto remember tabs.
– Michal Przybylowicz
Mar 23 '17 at 19:44
Thanks for the reply. Unfortunately, the new version is not yet available in the official channels.
– tigerjack89
Apr 8 '17 at 13:55
@tigerjack89 yes, they don't release very often. The only thing you need to do though isgit clonethe repo andln -sranger somewhere in your path (after uninstalling the old version).
– laktak
Apr 8 '17 at 18:13
1
1
It's worth noting here that You need to use
F10 for ranger to remember tabs.– Michal Przybylowicz
Mar 23 '17 at 19:44
It's worth noting here that You need to use
F10 for ranger to remember tabs.– Michal Przybylowicz
Mar 23 '17 at 19:44
Thanks for the reply. Unfortunately, the new version is not yet available in the official channels.
– tigerjack89
Apr 8 '17 at 13:55
Thanks for the reply. Unfortunately, the new version is not yet available in the official channels.
– tigerjack89
Apr 8 '17 at 13:55
@tigerjack89 yes, they don't release very often. The only thing you need to do though is
git clone the repo and ln -s ranger somewhere in your path (after uninstalling the old version).– laktak
Apr 8 '17 at 18:13
@tigerjack89 yes, they don't release very often. The only thing you need to do though is
git clone the repo and ln -s ranger somewhere in your path (after uninstalling the old version).– laktak
Apr 8 '17 at 18:13
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f352763%2fstore-opened-tabs-of-sessions-into-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown