remote-sshfs.nvim

Explore, edit, and develop on a remote machine via SSHFS with Neovim

MIT License

Stars
70

Bot releases are hidden (Show)

remote-sshfs.nvim - v0.2.1

Published by nosduco over 1 year ago

  • fix race condition and process hang by removing cwd of sshfs jobstart (thanks @valeth !)
remote-sshfs.nvim - v0.2.0

Published by nosduco over 1 year ago

Hey all! This version adds functionality based on feedback from Reddit on adding useful functionality to get closer to the remote development VS Code offers.

This version adds 2 new commands :RemoteSSHFSFindFiles and :RemoteSSHFSLiveGrep which both trigger the same functionality you'd expect with regular telescope find files and live grep, but conducts it over SSH to offload all the I/O work and then opens up the locally mounted files when selected.

I've added an example keymapping to the README such that you can use your same telescope mappings and if you are connected to a host it will trigger remote and regular if not.

Please keep the feedback coming!

Changelog:

Add remote find_files implementation via SSH
Add remote live_grep implementation via SSH
Add new commands to trigger new functionality
Configure remote find_files and live_grep to use respective hosts and mount point (regardless of cwd)
Remove old auto find_files functionality
Update README with changes and example configs
Enhance find_files command builder to check if remote server has necessary package (ripgrep, fd, etc)
Cleanup telescope extension
remote-sshfs.nvim - v0.1.0

Published by nosduco over 1 year ago

Initial release.