Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any documentation on the usage? #1

Open
sansyrox opened this issue Apr 30, 2021 · 8 comments
Open

Any documentation on the usage? #1

sansyrox opened this issue Apr 30, 2021 · 8 comments
Labels
question Further information is requested

Comments

@sansyrox
Copy link

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 😄

@lambdalisue
Copy link
Owner

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 lambdalisue added the question Further information is requested label Apr 30, 2021
@sansyrox
Copy link
Author

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

@lambdalisue
Copy link
Owner

Yes. At least when I made this.

@Freed-Wu
Copy link

Freed-Wu commented Sep 3, 2021

https://unix.stackexchange.com/questions/202918/how-do-i-remotely-edit-files-via-ssh

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

Thanks!

@Freed-Wu
Copy link

Freed-Wu commented Sep 3, 2021

By vi scp://u0_a205@192.168.1.3:8022//sdcard/Download/ or
:e scp://u0_a205@192.168.1.3:8022//sdcard/Download/, I can use netrw to open a
folder.

However, Fern ssh://u0_a205@192.168.1.3:8022/sdcard/Download only open an empty
buffer. Is it a bug?

Thanks!

@lambdalisue
Copy link
Owner

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

Because scp is for copy.

However, Fern ssh://u0_a205@192.168.1.3:8022/sdcard/Download only open an empty
buffer. Is it a bug?

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

@jclsn
Copy link

jclsn commented Mar 16, 2023

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

@lambdalisue
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants