Skip to content

Add support for Windows (Help Wanted) #4

@uhs-robert

Description

@uhs-robert

Summary

This plugin currently supports Linux only. I'd love to expand support to Windows but I don't have the platform or setup to develop and test directly.

What’s Needed

  • Test system access (Windows)
  • SSHFS or an alternative mount strategy that works on the platform
  • Willingness to debug and iterate on plugin behavior

What Needs to Be Updated

  • Mount Path: Update default from ~/mnt to a compatible OS default (Might be X: drive).
  • Mount Command: Verify plugin works with sshfs on OS and update command if needed. (Might be sshfs-win)
  • Unmount Command: Verify plugin works with fusermount on OS and update command if needed. (Might be net use X: /delete)
  • Detect Mount: Verify plugin works with mount on OS and update command if needed. (Might need to use net use)

Call for Help

If you’re familiar with Lua, Yazi, or SSHFS (or just want to learn), I’d be happy to guide you through the process.

Reply here or submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions