Live data from Hacker News

Developer and Power Users Tool List for Windows

hanselman.com

31–40 of 235 posts

Re: Developer and Power Users Tool List for Windows

#31

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?

WizTree work alright, it generates a nice colourful tile plot

Re: Developer and Power Users Tool List for Windows

#32
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).

> I wonder why the author recommend winget but not scoop.

Scott Hanselman works for Microsoft and is a prominent advocate for the .NET/Microsoft ecosystem so his recommendations are likely to skew towards native MS tools in the first instance.

Nothing wrong with that as long as you consume his material through that lens!

That said, I'm quite surprised I hadn't heard of Scoop[0]. Looks interesting...

[0] https://scoop.sh

Re: Developer and Power Users Tool List for Windows

#33

I'd add UELI[0] — probably the best alfred style launcher. Does almost everything including Everything integration. Also this script[1] for AHK to quckly jump from "Save as" window to folder currently opened in file explorer. [0] — https://ueli.app/#/ [1] — https://pastebin.com/cmLVFdbB

Just saw Ueli from the article. Looks really interesting but it seems to be built in Electron. What's its footprint like? I'm currently very happy using the nice lightweight Launchy but it hasn't been updated in a long time. Still works great but requires a bit of tinkering to get it going in Win10, last time I tried.

Re: Developer and Power Users Tool List for Windows

#35
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?

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.

Re: Developer and Power Users Tool List for Windows

#36
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?

Here's a comparison page:

https://github.com/lukesampson/scoop/wiki/Chocolatey-Compari...

One advantage is that scoop installs (most) tools into a common place and search path, and thus doesn't pollute environment variables as much.

Re: Developer and Power Users Tool List for Windows

#38
I'll suggest Process Hacker [0] It is the ultimate Task Manger, open source, supports amazing plugins , and has tons of features that sysinternals Process Explorer lacks. Be sure to get the nightly/3.0 branch , the 2.0 branch is several years old. Also I strongly suggest building the plugins extra repo [1], has some great ones, like a terminator plugin that can kill apps various user and kernel ways.

Unfortunately due to a personal dispute with a Webroot employee and Microsoft its signature ended up in antivirus databases, so don't expect any love from Microsoft. They often look at the APIs PH uses and use signature checks and other ways to block/discourage PH from using them. Also expect having to whitelist it with anti-virus products, but the source code is open and you can build it yourself if you don't trust what you are getting. [2]

[0] https://wj32.org/processhacker/nightly.php

[1] https://github.com/processhacker/plugins-extra/

[2] https://github.com/processhacker/processhacker/issues/454#is...

Re: Developer and Power Users Tool List for Windows

#39
post #10

Compared to Windows Terminal, I started to use Fluent Terminal (also on Microsoft store), and it is amazing! It crashed a few times at first, but it's customizable, has a settings UI, and is just as fast and nicer looking compared to Windows Terminal. X-Mouse button control is another app I absolutely love. It replaced my Logitech Options, and works quite nice, and quietly sits doing just that.

It seems nice but using WSL(2) Windows Terminal is noticeably faster for me, same compared to most other alternatives including Cmder/ConEmu.

While Windows Terminal doesn't have a settings UI (yet[0]) it does allow for theming, this page[1] features a range of color schemes that you can define and set in your settings.json.

There's also a wrapper that allows for quake style drop down [2] until it's implemented by Windows Terminal itself[0].

[0] https://github.com/microsoft/terminal/blob/main/doc/terminal...

[1] https://windowsterminalthemes.dev/

[2] https://github.com/flyingpie/windows-terminal-quake

Re: Developer and Power Users Tool List for Windows

#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 positioning windows programmatically. Amazingly useful for spinning up specific sets of apps quickly.

IrfanView[3] is IMO one of the best quick image viewers / editors. It also has handy dev features (batch processing, quickly getting a hex value from an image, etc.).

I keep a list of dev related tools I use on Windows too at https://nickjanetakis.com/blog/the-tools-i-use.

[0]: https://dexpot.de/?lang=en

[1]: https://sourceforge.net/projects/vcxsrv/

[2]: http://www.brianapps.net/sizer4/

[3]: https://www.irfanview.com/

Post reply on HN