Live data from Hacker News

Must-Have Windows Programs (or Windows Programs that I use)

catonmat.net

11–20 of 73 posts

Re: Must-Have Windows Programs (or Windows Programs that I use)

#13
GridMove.

I spend most of my time in a tiling window manager in linux and I'd go insane without some half-decent tiling support. GridMove isn't perfect, but its enough to keep me happy when I use Windows outside of gaming (where I obviously don't need tiling) or running Visual Studio (which I run in full screen, so also don't need tiling).

Re: Must-Have Windows Programs (or Windows Programs that I use)

#14
It's worth noting that Windows 7 obsoletes a bunch of those utilities:

TrueCrypt - Bitlocker comes with it Locate32 - Indexed search is now built-in Launchy - Start menu now defaults to search DUMeter - Part of the Task Manager Taskbar Shuffle - Finally possible directly in windows

Re: Must-Have Windows Programs (or Windows Programs that I use)

#15
Wow. XML Notepad is just what I had been looking for.

Windows apps I can't live without in order of importance:

1. StrokeIt

2. HotChime (disclaimer: I wrote it)

3. EmEditor (text-ed of choice)

4. Popular stuff: Thunderbird, Pidgin, Chrome, FF

5. ChimeNote (disclaimer: I wrote it)

6. FileZilla

7. MySQL Front v2.5 (all other versions suck)

8. UltraVNC

9. PuTTy

10. Paint Shop Pro / Paint.NET (either works)

Re: Must-Have Windows Programs (or Windows Programs that I use)

#16

  1. Notepad++ (though I'm almost 100% Emacs at this point)
  2. Filezilla
  3. imo.im client (because I need Skype for work, but the latest client does Bad Things with MS Office 2007)
  4. Cygwin
  5. PowerShell
  6. Paint.NET
  7. Wireshark
  8. SysInternals Process Explorer
  9. Reflector

Re: Must-Have Windows Programs (or Windows Programs that I use)

#17

My list is rather small: Beyond Compare - I have yet to find a comparison tool which is as versatile as Beyond Compare. ClipX - It will change your life! :) Vim - Can't live without it.

How does one change the paste in ClipX to Win+V like the author suggested? I can only change it to Ctrl/Alt/Shift+V.

Re: Must-Have Windows Programs (or Windows Programs that I use)

#18

I've got a little windows utility called "open". If I'm in a dos box and want to open a windows explorer instance in the current directory, I just type "open .". It globs too, so if I'd like to view all the pdf files in the current directory, I can "open *.pdf". I use it all the time. NTP has been ported to windows, and I run it on all my machines. rsync, of course. NSIS for building install programs. Maybe there's s…

The cmd builtin 'start' will do much of that, but not for globs.

Under cygwin, I'd do this for an equivalent to what you describe as 'open':

    #!/bin/bash
    for f; do
      cygstart "$f"
    done
cygstart is much the same as cmd start, except it understands Cygwin paths.

Re: Must-Have Windows Programs (or Windows Programs that I use)

#19
It's rare that I use Windows these days, but Crimson Editor, AVG, Malwarebytes, Digsby, Launchy, TinyGrab, PuTTy, WinSCP, Winamp Classic, VLC.... then there's a lot of everyday, non-windows specific (not that everything in the previous list is) stuff that I use, like git, Skype, FF, Photoshop & Illustrator, etc.

Re: Must-Have Windows Programs (or Windows Programs that I use)

#20
post #16

1. Notepad++ (though I'm almost 100% Emacs at this point) 2. Filezilla 3. imo.im client (because I need Skype for work, but the latest client does Bad Things with MS Office 2007) 4. Cygwin 5. PowerShell 6. Paint.NET 7. Wireshark 8. SysInternals Process Explorer 9. Reflector

  My Mods/Adds
  1) JEdit and VIM
  10) Slickrun (floating command prompt)
  11) Fiddler2
  12) Visual VM
  13) 7-zip instead of WinRar from the original article
Post reply on HN