Skip to content

Releases: nosduco/remote-sshfs.nvim

v0.3.4

29 Aug 03:24
03f6c40
Compare
Choose a tag to compare

0.3.4 (2024-08-29)

Bug Fixes

  • ensure insert mode on confirm inputs #28 (c66f203)

v0.3.3

11 Jun 14:50
8f05563
Compare
Choose a tag to compare

0.3.3 (2024-06-11)

Bug Fixes

v0.3.2

25 May 03:34
df900ba
Compare
Choose a tag to compare

0.3.2 (2024-05-25)

Bug Fixes

  • ssh config hosts with multiple hostnames #11 (f1c0af4)

v0.3.1

08 Jan 20:31
b207103
Compare
Choose a tag to compare

0.3.1 (2024-01-08)

Bug Fixes

  • empty argument processing for :RemoveSSHFSConnect command. fixes #16 (e11dd19)

v0.3.0

09 Dec 02:17
92260bb
Compare
Choose a tag to compare

0.3.0 (2023-12-09)

Features

  • add argument to RemoteSSHFSConnect command to directly connect on user, host, path, and port (#14) (3cebc71)

v0.2.3

07 Dec 23:40
958e213
Compare
Choose a tag to compare

0.2.3 (2023-12-07)

Bug Fixes

  • pass opts through api layer to telescope extension. #6 (6104abf)

v0.2.2

07 Dec 23:26
2d43aa3
Compare
Choose a tag to compare

0.2.2 (2023-12-07)

Bug Fixes

  • error if ssh config is not readable or does not exist. #5 (ad6a015)
  • remove hard-coded remote /home directory (#10) (29908ca)

CI/CD

v0.2.1

09 May 01:05
a766ea7
Compare
Choose a tag to compare
  • fix race condition and process hang by removing cwd of sshfs jobstart (thanks @valeth !)

v0.2.0

04 Apr 19:40
1570e2a
Compare
Choose a tag to compare

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

v0.1.0

04 Apr 02:04
Compare
Choose a tag to compare

Initial release.