Something I've been noticing lately is the disappearance of the “power user”. Someone who's not a programer, but has learned lots of smart and efficient ways to getting their computer work done over the years. Shortcuts (keyboard or otherwise), click-hold-cmd-tab-drop or similar patterns, tags/labels for deep file organization, etc. It seems like there's now a much wider gap between the smartphone tap-only user and…
Is it just possible that the workflow of a power user has changed now while still retaining the core value of finding smart and efficient ways to get work done? Some examples that come to mind: The productivity industry is huge. Pop into the YouTube rabbit hole of people demonstrating how to use tools to be more productive, and you’ll stumble into a community that is bending every tool to basically serve their person…
Command palettes: how typing commands became the norm again
271–279 of 279 posts
Re: Command palettes: how typing commands became the norm again
#272The article paints command palettes as a return to terminal inputs. However there are two massive differences. Firstly, the use of fuzzy search and natural language makes the commands discoverable. Secondly, there is a feedback mechanism that shows what the command will do before it's run. Together, these massively lower the learning curve.
Re: Command palettes: how typing commands became the norm again
#273Every macOS application has a command palette in the help menu: command-shift-/ will bring it up and you can incrementally search all the commands in the menus.
Re: Command palettes: how typing commands became the norm again
#274The same idea applies to Keypirinha [1], a small tool to open Apps etc. on Windows by typing. E.g. hit ALT+Space, type F.. and it'll immediately suggest Firefox, based on your previous use patterns. No menus, no clicking, no mouse. Just awesome. [1]: https://keypirinha.com/
First thing I install on any machine I use.
Have you seen PackageControl?
Re: Command palettes: how typing commands became the norm again
#275The same idea applies to Keypirinha [1], a small tool to open Apps etc. on Windows by typing. E.g. hit ALT+Space, type F.. and it'll immediately suggest Firefox, based on your previous use patterns. No menus, no clicking, no mouse. Just awesome. [1]: https://keypirinha.com/
Finally some appreciation for my favourite thing. Once you go Keypirinha, there's no going back. First thing I install on any machine I use. Have you seen PackageControl?
Re: Command palettes: how typing commands became the norm again
#276Earlier quoted context omitted.
Finally some appreciation for my favourite thing. Once you go Keypirinha, there's no going back. First thing I install on any machine I use. Have you seen PackageControl?
Nice, thanks! So far I use chocolatey [1]. It is good, although some apps tend to be outdated (I can live with that, for the moment, it is not that worse yet). Will definitely keep in my Package Control. [1]: https://chocolatey.org/
Did no know this. Thanks!
Re: Command palettes: how typing commands became the norm again
#277The worst thing about this site is it hijacks ctrl-f. Don't do that.
Re: Command palettes: how typing commands became the norm again
#278Earlier quoted context omitted.
One of the best features of OSX is that programs have menu bars. I didn't even know they had removed the menus from VS Code on other platforms. I still can't find anything in word, except on mac, where there is an actual menu. Anyway, the removing of menus was not caused by the addition of command palettes. I think the history is that microsoft believed icons was easier than text, so they made the ribbons, and then f…
VS code has menus on all platforms. All platforms also provide native menus. (Work on VSCode)
Re: Command palettes: how typing commands became the norm again
#279On Windows, you could press ALT to navigate the menu bar: each menu item would have a letter underlined to tell you how to select it, and when you picked a letter the menu would expand and each new item would have an underlined item etc. So you quickly discover and commit to muscle memory that ALT + F + S would select File then Save. This worked for dialog pop-up options as well so you didn't have to click. You can't…
Especially in Excel, using the keyboard to do everything is vastly superior in Windows. However in MacOS `command-shift-/` (⌘?) immediately shifts focuses to the help menu where you can begin typing to navigate directly to any command that appears in an application's menus, without needing to know where the command is hierarchically organized. It's very fast, and seems to work everywhere. I have Karabiner-Elements co…