Live data from Hacker News

Developer and Power Users Tool List for Windows

hanselman.com

141–150 of 235 posts

Re: Developer and Power Users Tool List for Windows

#141

I would add ClipX ( https://bluemars.org/clipx/ ) to that list, its extremely handy to bring up a small window of my past clipboards with a hotkey. It's also extremely lightweight

I think clipboard history (Win + V) in Win10 is completely enough to replace ClipX.

Re: Developer and Power Users Tool List for Windows

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

Not sure about ConEmu itself, but Cmder (which uses ConEmu behind the scenes) offers a Quake-style dropdown terminal, and this is reason enough for me :)

(If you're on Linux, there's also guake, which I used to use)

Re: Developer and Power Users Tool List for Windows

#146
I like TidyTabs [1] and AquaSnap [2] (both by Nurgo Software). They both make window management so much easier.

What I'd prefer is an open-source tiling window manager like i3. I've tried bug.n [3], but couldn't get it to work consistently for some reason.

[1] https://www.nurgo-software.com/products/tidytabs

[2] https://www.nurgo-software.com/products/aquasnap

[3] https://github.com/fuhsjr00/bug.n

Re: Developer and Power Users Tool List for Windows

#147

I like TidyTabs [1] and AquaSnap [2] (both by Nurgo Software). They both make window management so much easier. What I'd prefer is an open-source tiling window manager like i3. I've tried bug.n [3], but couldn't get it to work consistently for some reason. [1] https://www.nurgo-software.com/products/tidytabs [2] https://www.nurgo-software.com/products/aquasnap [3] https://github.com/fuhsjr00/bug.n

I always had problems with bug.n too. The best tool I've found like a tiling wm on Windows is PyleWM: https://github.com/GGLucas/PyleWM

Re: Developer and Power Users Tool List for Windows

#148
post #114

Earlier quoted context omitted.

Scoop installs all the files locally by default and doesn't need to be run through an elevated shell. In junction to this, there's also usually less trouble with leftover files after uninstalling programs. The official software repo might be smaller than chocolate's, but to my eye, as it is moderated through a single open github repo, it seems much simpler.

Tangentially related, but I wish that running elevated from the shell was more ergonomic. I want to just be able to have a sudo-like command to run elevated from an otherwise non-elevated shell. Instead I have to launch a new instance of the shell host that's elevated. ConEmu makes this feel more seamless by doing some window manipulation hacks to bring elevated and non-elevated into tabs of the same window, but Wind…

>I want to just be able to have a sudo-like command to run elevated from an otherwise non-elevated shell.

Won't the runas command (https://docs.microsoft.com/en-us/previous-versions/windows/i...) let you do this - run a command as Administrator without opening another command/powershell prompt?

Re: Developer and Power Users Tool List for Windows

#149
For day-to-day development, WSL is definitely better.

But I think MSYS2 [0] still deserves a mention in the age of Windows Subsystem for Linux. It's a complete mingw-w64 distribution with a friendly package manager (ArchLinux's pacman). If you suddenly need to use some CLI tools on a Windows machine, MSYS2 can be quicker - no need to enable virtualization or upgrade Windows 10, just download a 91 MB installer and you can start right away. I recently needed to use wget on Windows to solve a problem for someone, instead of MSYS2, I made the mistake of downloading a random Windows build at SourceForge, later I was hit by a bug...

[0] https://www.msys2.org/

Re: Developer and Power Users Tool List for Windows

#150

Earlier quoted context omitted.

Best thing about scoop is that it doesn't need admin privileges. Everything is installed as portables in user directory

Everything is installed as portables in user directory Is that a good thing?

It has some pros and cons depends on what you value, but I wish that Linux ecosystem can make it easier to install software in home, no root permission needed.

I have a remote access to a ubuntu server, and I tried to use my zshrc but there is no zsh installed. Maybe asking the admin of the server to install zsh is another way to do it, but I managed to compile zsh and use it as my default shell. Although it works, but I wish that there is a easier way to install software locally without having to resort to compiling.

Post reply on HN