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
Make it possible for users to run coder sync [<local directory>] <workspace directory> to establish a persistent (until <Ctrl>-c) sync between the local/client filesystem and the remote workspace filesystem. This functionality mostly exists in rsync already. I think making this two way would require running rsync daemon, which requires some delicacy as rsync is GPL v3.