Which file explorer can be used in Cygwin with UNIX-like paths?

I'm tired of using Windows Explorer as my file browser, as I use Cygwin bash as my main command line environment.

Windows Explorer shows the full path in the address bar.
I usually copy this by pasting it into the cygwin command line, as in
cygpath ""

Then I copy the cygpath output paste so that I can cd to it. I also created the "Bash Shell Here" cpath
but this only works in right clicks.

I used WinSCP through SSH.
i.e. Run the SSH daemon in cygwin and connect to it through WinSCP.

Which file explorer can I use in Cygwin using paths like UNIX?
Is there a cyberwick X Windows Explorer?

+3
source share
2 answers

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

As for your search for a compatible file manager, I heard that KDE Konqueror runs on Windows.

+2
source

Have you tried Midnight Commander ( mc)? This is in the Cygwin package repository.

+4
source

Source: https://habr.com/ru/post/1729481/


All Articles