Open Issues Need Help
View All on GitHubAI 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.
sshfs.yazi uses sshfs to mount and unmount devices allowing you to navigate inside, view, and edit individual or groups of files locally.
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.
sshfs.yazi uses sshfs to mount and unmount devices allowing you to navigate inside, view, and edit individual or groups of files locally.