Live data from Hacker News

PowerToys – open-source Windows utilities

fourth-wall.co.uk

81–90 of 336 posts

Re: PowerToys – open-source Windows utilities

#81

> It was first introduced for Windows 95, I had no idea it was there for that long! Honestly, from their perspective it probably makes sense to keep it separate from the main OS if they like keeping it open source.

Windows ships many open source components these days be it first party (Calculator, Windows Terminal, WLSG) or third party (wholesale like OpenSSH or just libraries used in components).

Re: PowerToys – open-source Windows utilities

#82

This reminds me of one of my favorite features from the Mac: Quick Look — press space to instantly bring up a big contextual preview window of the selected document in the Finder. You can bring it to Windows with this useful open source tool: https://github.com/QL-Win/QuickLook

I use this all the time. While the preview window is open, you can even use keyboard arrows to move to other files (or just select them with mouse) and the preview gets updated.

Re: PowerToys – open-source Windows utilities

#83
post #67

I found that IT at work wouldn't let me install powertoys because they didn't like the Awake feature. Please bundle these in of allow us to install them one by one.

That’s good feedback. If you file that as an issue on GitHub, that might get more traction. I’m sure you’re not the only person in this situation.

(disclosure: former Microsoft employee (now at GitHub) who knows the PowerToys team)

Re: PowerToys – open-source Windows utilities

#84
post #56

Earlier quoted context omitted.

win2k was peak windows; all it needed was 64-bit support and cleartype

And support for high DPI displays, and Bluetooth, and modern Wi-Fi, and probably a bunch of other stuff I’m forgetting!

PowerShell, BitLocker, SSH, WinRM, Appx and msix and MDM integration come to mind. I don‘t want to go back to the days where managing Windows meant clicking around in GUIs.

Re: PowerToys – open-source Windows utilities

#85
post #77

I use PowerToys just for the easy key remapping, which I wish was a built-in feature in more keyboards. Works very nicely as a simple alternative to AutoHotKey. My RSI has gotten a lot better by just remapping Caps Lock to Ctrl. If any PowerToys feature deserves to be added to Windows, it's gotta be the Keyboard Manager.

Key shortcut remapping should absolutely be a base feature of every single OS for accessibility reasons.

Back when I used to use Adobe Fireworks there was a shortcut for flattening the current selection, I believe it was cmd+ctrl+shift+Z and I'm pressing this hundreds of times a week and eventually it gave me RSI.

After this happened I remapped it to cmd+F, luckily the app had the ability to do that but honestly I consider it important enough that the OS should provide it. I know a lot of windows users point to AutoHotKey but it's a horrible janky feeling hack and requires you to write actual scripts.

Re: PowerToys – open-source Windows utilities

#86
post #52

Fancy Zones makes my day-to-day so much more convenient. I wish there was an equivalent in Linux that worked as well - I’ve tried a few gnome plugins but always been disappointed.

KDE has Windows-style snap-to-halves or quarters by default. If you’re happy with those basic zones, it definitely works well. I don’t know if there’s a way to configure more complex zones.

I'm not aware of a more advanced built-in mode than the 8 zones (corners + sides). It's in Settings → Workspace Behaviour → Screen Edges.

There are plugins (Window Management → KWin Scripts) that add options, I see Tiling, FlexGrid, KWin QuickTile, and several more.

Re: PowerToys – open-source Windows utilities

#87

At least windows explorer has some great extension utilities like File Menu Tools; a tool that can be configured to cover pretty much every file explorer extension usecase you can imagine. OSX and XDG (Gnome etc...) based systems have nothing close last time I checked.

In OS X, Automator lets you add Finder context menu options that can, among other things, trigger AppleScript actions that can, in turn, run arbitrary (command-line and GUI) programs. These actions can optionally be configured to only appear for certain file types.

Recent Finder versions relegate custom actions to a "Quick Actions" submenu by default, but you can restore an action to top-level by removing the "NSIconName" entry from the action's Info.plist in ~/Library/Services.

Re: PowerToys – open-source Windows utilities

#88

This reminds me of one of my favorite features from the Mac: Quick Look — press space to instantly bring up a big contextual preview window of the selected document in the Finder. You can bring it to Windows with this useful open source tool: https://github.com/QL-Win/QuickLook

I have remembet that when the preview window is active, if you double click the document it will open in relavent app. It seems to gone at some point. Any idea?

Re: PowerToys – open-source Windows utilities

#89
post #48

I like powertoys, especially ‘fancy zones’! But Explorer is something I stopped using more than a decade ago when I encountered TotalCommander - that I cannot do without!!! The regex-supporting live-preview batch-filenaming utility alone is awesome. I work so much faster (with the keyboard) than will ever possible in Explorer! I could write for hours about the greatness of TCM, but as that’s a little off topic here I…

I’ve totally fallen for Directory Opus. Most powerful file manager I’ve ever used, and I’ve only used a fraction of its features.

Re: PowerToys – open-source Windows utilities

#90
post #52

Fancy Zones makes my day-to-day so much more convenient. I wish there was an equivalent in Linux that worked as well - I’ve tried a few gnome plugins but always been disappointed.

KDE has Windows-style snap-to-halves or quarters by default. If you’re happy with those basic zones, it definitely works well. I don’t know if there’s a way to configure more complex zones.

KWin Scripts is where all the magic snapping is hiding in KDE.
Post reply on HN