Skip to content

Commit

Permalink
update README to include necessary remote dependencies for remote fin…
Browse files Browse the repository at this point in the history
…d files
  • Loading branch information
nosduco committed Apr 4, 2023
1 parent 2da5409 commit 834995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ With this plugin you can:
- Connect and mount a remote host via SSHFS using the `:RemoteSSHFSConnect` command. This command will trigger a picker to appear where you can select hosts that have been parsed from your SSH config files. Upon selecting a host, remote-sshfs will mount the host (by default at `~/.sshfs/<hostname>`) and change the current working directory to that folder. Additionally, by default, once vim closes the mount will be automatically unmounted and cleaned.
- Disconnect from a remote host that you're current connected to using the `:RemoteSSHFSDisconnect` command
- Select a SSH config to edit via a picker by using the `:RemoteSSHFSEdit` command
- Utilize Telescope Find Files functionality completely remote via SSH by using the `:RemoteSSHFindFiles` command
- Utilize Telescope Find Files functionality completely remote via SSH by using the `:RemoteSSHFindFiles` command (<strong>Note: the remote server must have either [ripgrep](https://github.com/BurntSushi/ripgrep), [fd/fdfind](https://github.com/sharkdp/fd), or the where command</strong>)
- Utilize Telescope Live Grep functionality completely remote via SSH by using the `:RemoteSSHLiveGrep` command (<strong>Note: the remote server must have [ripgrep](https://github.com/BurntSushi/ripgrep) installed</strong>)

<strong>Note:</strong> Currently only parsing hosts is supported, the ability to pass a host via the above commands will eventually be added
Expand Down

0 comments on commit 834995c

Please sign in to comment.