You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
An RVC session consists of marks and connections. Multiple RVC processes can share the same session. By default session data is stored in memory and is not accessible to other processes. To allow sharing, set the RVC_SESSION environment variable to a name of your choice. This will create a directory in /tmp/rvc-sessions-$uid/$name.
You will need to reenter the password for each connection every time you open a new RVC using an existing session. This will be improved in the future by having a per-session daemon store the password.
To get started, run RVC_SESSION=foo screen (or the tabbed terminal emulator of your choice). Any RVCs spawned under this screen session will see the same marks.