vim-fern-ssh icon indicating copy to clipboard operation
vim-fern-ssh copied to clipboard

Any documentation on the usage?

Open sansyrox opened this issue 4 years ago • 8 comments

Hi @lambdalisue ,

I just encountered this plugin while browsing vim plugins. This looks like an interesting idea. However, there is no documentation regarding the same.

Can you please tell the steps required to use the same?

Thanks in advance 😄

sansyrox avatar Apr 30 '21 07:04 sansyrox

It's WIP so may not work but open fern with :Fern ssh://{user}@{host}:{port}/{path} works. Note that you cannot use password authentication for that (while fern does not have interface to get password from user for now)

lambdalisue avatar Apr 30 '21 07:04 lambdalisue

@lambdalisue , but using an ssh-key should work, right?

sansyrox avatar Apr 30 '21 07:04 sansyrox

Yes. At least when I made this.

lambdalisue avatar Apr 30 '21 15:04 lambdalisue

By vi scp://[email protected]:8022//sdcard/Download/ or :e scp://[email protected]:8022//sdcard/Download/, I can use netrw to open a folder.

However, Fern ssh://[email protected]:8022/sdcard/Download only open an empty buffer. Is it a bug?

Thanks!

Freed-Wu avatar Sep 03 '21 06:09 Freed-Wu

Why the URL is ssh:// not scp://?

Because scp is for copy.

However, Fern ssh://[email protected]:8022/sdcard/Download only open an empty buffer. Is it a bug?

Not suer. This one is kind POC thus it may not work.

lambdalisue avatar Sep 04 '21 07:09 lambdalisue

I think it would be really nice if you could continue working on this project and make it work reliably.

jclsn avatar Mar 16 '23 20:03 jclsn

When I built it, I thought I may need this after I moved to Apple Silicon. Now, I'm happy on local environment without any pain on Apple Sillicon. That's why I don't have enough motivation to develop this sorry.

lambdalisue avatar Mar 18 '23 09:03 lambdalisue