This repo is fork from code-connect Thanks for this cool repo.
rcode_demo.mp4
- Support python3.6+
- PyPI
- support local open remote dir command
rcode ${ssh_name} ${ssh_dir}
- pip3 install rcode (or clone it pip3 install .)
- install socat like: (sudo yum install socat)
- just
rcode filelike your VSCodecode . - local open remote use rcode if you use
.ssh/config-->rcode remote_ssh ~/test
Note:
- Be sure to connect to the remote host first before typing any
rcodein the terminal- We may want to add
~/.local/binin to your$PATHin your~/.zshrcor~/.bashrcto enablercodebeing resolved properly- export PATH=$PATH:/usr/local/go/bin + export PATH=$PATH:/usr/local/go/bin:~/.local/bin