◐ Shell
clean mode source ↗

Remote directory argument is not working

This repository was archived by the owner on Jan 17, 2021. It is now read-only.

This repository was archived by the owner on Jan 17, 2021. It is now read-only.

@mmiakashs

Description

I successfully installed sshcode and it is running perfectly, except the remote directory argument is not working as expected. For example if I run the following it always starts the sshcode from remote server home directory (~/), i.e. sshcode ignores the second remote directory argument.
sshcode user@domain "~/projects/sourcegraph"

Did I need to configure anything after installing sshcode?