Hacker News new | ask | show | jobs
by Oompa 6428 days ago
No cygwin or anything, but you use the terminal "a lot?" I think I'd kill myself without a proper shell…
4 comments

If you're stuck in windows like I am at work you really need to try MS Powershell. It works great. I'm just as comfortable with it as I am with bash at home. It's object based scripting is quite cool also; you can do COM automation in a very simple manner. I do traditionally file maintenance stuff and more slick MS Office automation with Powershell. Totally recommend it if you have to use Windows.
I've heard of the product, but never anyone saying if it's good or bad, thus I never messed with it. Thanks for the heads up.
I use PowerShell for over a year. Console2 makes a pretty nice wrapper for it as well, giving you multiple tabs and cut/paste.
updated it - yes I use cygwin :)
It's not so bad...plus, you can always do what a Real Man (tm) would do - imlement all the missing shell commands as Perl scripts.
Cygwin is only marginally better than the plain old DOS shell. Too much of an "impedance mismatch" for me to handle.