Live data from Hacker News

Developer and Power Users Tool List for Windows

hanselman.com

41–50 of 235 posts

Re: Developer and Power Users Tool List for Windows

#41

If you often find yourself renaming files I can highly recommend Flash Renamer. It's $20, but it must have saved me thousands of dollars in production time. Btw, does anybody know of a modern disk usage manager that uses bright, clear individual colors like Space Monger?

As a free alternative to Flash Renamer, PowerRename[0] from the latest PowerToys[1] collection might be worth a look.

[0] https://docs.microsoft.com/en-us/windows/powertoys/powerrena...

[1] https://github.com/microsoft/PowerToys

Re: Developer and Power Users Tool List for Windows

#42
post #26

Earlier quoted context omitted.

Any upsides to scoop compared to chocolatey?

I'd not heard of Scoop before today but have used chocolatey extensively in the past. However I'm wary of all these tools (including brew on Mac) as they all feel like a pretty efficient way to main line your own personal supply chain attack into your dev machine! For that reason I now try to use them sparingly and with a high degree of suspicion.

With most package managers you can review package sources (e.g. "choco info" for chocolatey or "brew info" / "brew edit" for homebrew).

As for threat model it comes down to whether using package management poses larger risk than doing everything manually and risking running a range of outdated packages.

Re: Developer and Power Users Tool List for Windows

#43

I would mention Total commander and Quick Access Popup as two well known ones, but two gems that I see are undiscovered are: - TouchCursor https://martin-stone.github.io/touchcursor/ the only one I found that allows you to use Space as modifier key, and works flawlesly (with other ahk scripts handling hotkeys running simultaneously). Praying it does not stop working with some Win10 update, as it is not being worked o…

Interesting link about TouchCursor.

Personally I prefer to use left alt key instead of space key, as I can hold down the left alt with minimal effort (right alt takes over the duty of left). For this to cause minimal conflict, I use Sharpkey to remap physical left alt to e.g. F16 at the OS level, then define the desired behavior for F16 in ahk.

Re: Developer and Power Users Tool List for Windows

#44
post #40

I'm surprised Dexpot[0] isn't listed. It's a really great virtual desktop management tool and has a number of things included that's not included with the Windows 10 default virtual desktop feature. Then there's VcXrv[1] to share your clipboard between WSL and Windows, it also lets you run Linux GUI tools in WSL. Essential IMO, if only for clipboard sharing. Sizer[2] is another great tool for quickly resizing and pos…

Dexpot still works fine even though it hasn't been updated for years. And I love being able to have 9 virtual desktops arranged in a 3x3 grid and a semi-permanent transparent "minimap" of what's on each desktop as well as my current location in the 3x3 grid. But it has an issue which makes it unusable for me, something which may or may not be a bug, i.e. on switching to a desktop, if that desktop contains more than one window, all of them are brought to the front one after another, causing considerable delay if there are >3 windows present. The native win10 virtual desktop feature doesn't seem to have that issue.

Re: Developer and Power Users Tool List for Windows

#45
post #40

I'm surprised Dexpot[0] isn't listed. It's a really great virtual desktop management tool and has a number of things included that's not included with the Windows 10 default virtual desktop feature. Then there's VcXrv[1] to share your clipboard between WSL and Windows, it also lets you run Linux GUI tools in WSL. Essential IMO, if only for clipboard sharing. Sizer[2] is another great tool for quickly resizing and pos…

I see you use multiple monitors, does Sizer play well with them? I discarded it cause I thought it did not support multimonitor setups well. My main use case is setting up some complex layout (in multimonitor), and be able to save it, and restore it when needed.

Re: Developer and Power Users Tool List for Windows

#46
post #37

For a command-line tool, I absolutely recommend Conemu ( https://conemu.github.io/ )

I used to be a big fan of conemu back when Windows had no terminal support and "console emulation" was the best that could be done. But what advantages does this have over Windows Terminal these days?

Re: Developer and Power Users Tool List for Windows

#47
post #42

Earlier quoted context omitted.

I'd not heard of Scoop before today but have used chocolatey extensively in the past. However I'm wary of all these tools (including brew on Mac) as they all feel like a pretty efficient way to main line your own personal supply chain attack into your dev machine! For that reason I now try to use them sparingly and with a high degree of suspicion.

With most package managers you can review package sources (e.g. "choco info" for chocolatey or "brew info" / "brew edit" for homebrew). As for threat model it comes down to whether using package management poses larger risk than doing everything manually and risking running a range of outdated packages.

Yes, fair points. It's always a judgement call - which is the lesser of two evils...

Re: Developer and Power Users Tool List for Windows

#48
post #26
post #6

I wonder why the author recommend winget but not scoop. Scoop obviously has more community support and that's the most important part of a package manager (more packages, more frequent update, etc).

Any upsides to scoop compared to chocolatey?

In short, Scoop installs all your apps in the user home dir. Apps are not installed through an installer, but through a .zip file. A pro is that you do not need to be admin on your PC for Scoop to function (handy for PCs that are not in your control). A con I've encountered is that Windows is not very friendly towards apps that are not installed through an installer. I've installed IrfanView through Scoop, but for some reason, Windows restores "Photos" as default app for opening pictures a few times a week, this was not the case when I installed IrfanView with an installer.

Re: Developer and Power Users Tool List for Windows

#50
For mouse power users I would recommend StrokesPlus [0] , at first I used mouse gestures as a browser extension but with StrokesPlus you can do it on OS level. You can map everything you want as a gesture and even use multiple key modifiers. You can map the each gesture per app group or global. An ignore list is also there.

[0] https://www.strokesplus.com/

Post reply on HN