This repo is fork from code-connect Thanks for this cool repo.
https://user-images.githubusercontent.com/1651790/172983742-b27a3fe0-2704-4fc8-b075-a6544783443a.mp4
rcode ${ssh_name} ${ssh_dir}
rcursor ${ssh_name} ${ssh_dir}
cursor
just cursor ${dir_name}
rcode file
like your VSCode code .
cursor .
.ssh/config
--> rcode remote_ssh ~/test
.ssh/config
--> rcode -l or rcode --latest
rcode s ~/abc -sn abc
then you can use rcode -os abc
to open this dir quicklyrcursor ${ssh_name} ${ssh_dir}
Note:
- Be sure to connect to the remote host first before typing any
rcode
in the terminal- We may want to add
~/.local/bin
in to your$PATH
in your~/.zshrc
or~/.bashrc
to enablercode
being resolved properly- export PATH=$PATH:/usr/local/go/bin
- export PATH=$PATH:/usr/local/go/bin:~/.local/bin