Just stumbled upon a simple but really useful cygwin command —
“cygstart .”
Typing this command will do something simple, but really nice. It will open an explorer window at the your current directory. Seems so simple and dumb, but when you tend to juggle a lot of explorer windows, and tend to use cygwin frequently, this is a nice way to help speed things up!
Interesting, I use explorer .\\ for that purpose, thanks. I find cygpath and putclip also very useful.
LikeLike
Doesn’t the standard windows app ‘start’ do the same thing? “start .”
LikeLike
caustik@Caustiko ~
$ start
bash: start: command not found
LikeLike
It occurs to me you could probably alias “start” to “cygstart” in .bashrc if you wanted to save yourself the time & trouble of typing those three extra letters.
LikeLike