Search code examples
bashcygwinwindows-explorerx11

What file explorer can I use in Cygwin with UNIX like paths?


I'm fed up with using Windows Explorer as my file browser as I use
Cygwin bash as my primary command line environment.

Windows Explorer shows the full path in the address bar.
Usually, I copy that, pasting it to the cygwin command prompt as in
cygpath ""

I then copy paste the output of cygpath so I can
cd to it. I've also set up cpath "Bash Shell Here"
but this only works on right clicking directories.

I've used WinSCP via SSH.
ie. Start an SSH daemon in cygwin and connect to it via WinSCP.

What file explorer can I use in Cygwin with UNIX like paths?
Is there a cygwin X Windows file explorer?


Solution

  • If you surround the path from Windows Explorer with single or double quotes, there is no need to use the cygpath command.

    In regard to your quest for a compatible file manager, I've heard that KDE's Konqueror runs on Windows.