thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
3k stars 207 forks source link

Open specific folders after SSH connection #1146

Open scaliaven opened 2 months ago

scaliaven commented 2 months ago

Hi, great work here! Currently, I could only open the home directory after ssh connection. Is it possible to advance ssh features so that one can open up specific folders after connection? (easier to jump between folders in different paths)

bummoblizard commented 2 months ago

Yes. You can tap and hold any folder and select Assign as workspace folder.

scaliaven commented 2 months ago

Hi, thanks for your reply. I think I need to clarify my problem a bit. I could use the resolving home path function, but the home directory is not where I put most of my stuff. The option left for me is to open folders starting from the root directory. However, I am using my university's HPC and there are many accounts. To tap and hold my folders, I need to first open up a directory that contains all the accounts and find mine. It is very difficult to open up such a large directory.

scaliaven commented 2 months ago

Currently, the issue is resolved by creating symbolic links that link to my other directories from home. But, I still think that open up folders directly by searching their path is a feature that you guys could try to enhance.