sshfs.yazi uses sshfs to mount and unmount devices allowing you to navigate inside, view, and edit individual or groups of files locally.

plugin ssh sshfs tui yazi yazi-plugin yazi-plugins
2 Open Issues Need Help Last updated: Aug 6, 2025

Open Issues Need Help

View All on GitHub
Developer Tools File System Tools

AI Summary: The task requires adding Windows support to an existing Linux-only SSHFS plugin for the Yazi terminal file manager. This involves finding a suitable Windows alternative to `sshfs` and `fusermount`, adapting the plugin's mount and unmount commands, and testing the functionality on a Windows system. The default mount path may also need adjustment.

Complexity: 4/5
enhancement help wanted good first issue

sshfs.yazi uses sshfs to mount and unmount devices allowing you to navigate inside, view, and edit individual or groups of files locally.

Lua
#plugin#ssh#sshfs#tui#yazi#yazi-plugin#yazi-plugins
Developer Tools File System Tools

AI Summary: The task requires adding macOS support to an existing SSHFS plugin for the Yazi terminal file manager. This involves testing the plugin on a macOS system, potentially adapting the mount and unmount commands to work with macOS-specific tools (like `diskutil`), and updating the plugin's Lua code to handle platform-specific differences. The main challenge lies in verifying compatibility with macOS's file system and potentially finding an alternative to `sshfs` or `fusermount` if necessary.

Complexity: 3/5
enhancement help wanted good first issue

sshfs.yazi uses sshfs to mount and unmount devices allowing you to navigate inside, view, and edit individual or groups of files locally.

Lua
#plugin#ssh#sshfs#tui#yazi#yazi-plugin#yazi-plugins