Nimble Commander Pro 1.1.5 For Macos

Inspired by a few different conversations with friends who’ve switched to macOS where I give them a whole bunch of tips and recommendations I’ve learned about over many years which are super important to how I use my computer, but often quite hard to find out about, I decided to write them all down:

Hidden macOS tips

Nimble Commander Pro 1.1.5 For Macos

Version 1.6 (1.5): Note: The version level of the demo available for download is 1.5. The version available for purchase from the Mac App Store is currently 1.6. Fine tuning with upcoming release of OS X. A place to discuss Nimble Commander for macOS. Skip to content. Version 1.1.5 released. By mike » Thu Sep 29, 2016 8:52 am 0.

  • Dragging a file or folder onto a file open dialog selects it in the dialog. Similarly dragging onto a “Choose file” button.
  • Dragging onto a terminal window pastes the full path of that file/folder
  • You can drag the little file/folder icons at the top of many windows, useful in combo with previous tips.
  • If you hold down option while clicking the “Scaled” radio button in the Display preferences it’ll give you many more resolution options on external displays. If you want native resolution with no scaling on the built in display you’ll still need an external tool like SwitchResX, retina or QuickRes.
  • In Finder, return is the shortcut for rename, option+drag copies, and space is quicklook preview
  • In Preview if you open the Sidebar in a PDF you can drag pages around including between documents, hold option to copy, delete pages with backspace. This plus the edit toolbar solves 90% of my PDF munging needs.
  • You can select multiple images in Finder and drag them onto the Preview dock icon to open them in one window with a Sidebar where you can quickly flip between them with arrow keys.
  • In the Dock preferences there’s a “Prefer tabs when opening documents” setting which automatically groups your windows with window tabs. I find this especially useful for Sublime Text.
  • cmd+backtick is like cmd+tab but between windows of the same app. Adding shift (i.e., cmd+shift+backtick) reverses the order. You can add shift to cmd+tab to go backwards too.
  • Drag your most frequently used folders into the Finder sidebar for easy access including in file select dialogs.
  • Select multiple similarly named files in Finder, right-click, and choose “Rename Items...' for a reasonably powerful batch file renamer.
  • In the Finder preferences you can add your computer and drives to the sidebar.
  • cmd+shift+4 pops up a crosshair to take a screenshot of a region. Hit spacebar to switch to a mode that takes a screenshot of an entire window.
  • You can disable the popup for accented characters when you hold a key and increase key repeat rate beyond the normal maximum.
  • The open command lets you use the normal macOS file opening mechanism from the command line, I most frequently use open . to navigate to my current directory in my file browser.
  • Display “scales” other than 1x or 2x the physical resolution work by rendering at 2x the resolution then down-scaling. This causes apps to need to render a bunch of pixels that are mostly scaled away, consuming power and sometimes causing lag. It can also lead to weird aliasing issues in some contexts like shimmering of thin fonts when scrolling, as well as rendering in general not being pixel-perfect. I recommend trying to stick to either 1x or 2x scaling if you don’t lose much from it, then just adjusting your default web page scale and font sizes.
  • Text fields support a bunch of powerful movement and editing shortcuts based on Emacs.
  • option+2 types the symbol, for use with sarcasm™. I probably use this more than the ^ symbol. You can open the keyboard viewer (you may have to enable “Show keyboard and emoji viewers in menu bar” in Keyboard Preferences) and hold down option to see all the other symbols you can type like this. The “Emoji & Symbols” pallete is also a great UI for finding handy Unicode characters, especially if you use the gear menu to add more symbol category pages.

Apps

A big part of why I prefer macOS is this list of macOS-only native apps which often don’t have adequate substitutes on Linux:

Nimble Commander Pro 1.1.5 For Macos
  • Dash: An amazing fast offline documentation search app. Cuts down a ton on the amount I Google for docs. It’s very quick to use especially when summoned with a keyboard shortcut and has tons of documentation sets.
  • Hammerspoon: My favorite app for getting the benefits of a Linux tiling window manager. I have home row shortcuts on my left hand bound to switch directly to my most frequently used apps, and my right hand to maximize windows, move them between screens and tile them to the left and right halves of the screen. Here’s my config.
  • Screenie: I only use this for the feature where dragging from the menu bar icon lets you put your most recent screenshot in say messaging apps. It also offers search and things. CleanShot X and Zappy also look like good screenshot apps but I haven’t tried them yet.
  • Karabiner Elements: A powerful keyboard remapping tool. I use it to bind right command to control and caps lock to ctrl+cmd+option+shift for use with Hammerspoon.
  • Alfred: A mildly better spotlight alternative, but for me the main benefit over spotlight is this workflow for indexing git repos.
  • Path Finder: A fancier version of Finder with multiple panes and various other advanced features. Other third party file managers you may want to try include Forklift, Commander One, Nimble Commander, Marta and fman. I use Path Finder because it’s the only one with a good columns view and that’s my favorite view for browsing.
  • Spark: A nice email app with categorized inbox functionality.
  • iStat Menus: All sorts of system monitoring in a menu bar. I really like the weather, and I also have a combined menu which shows my current power draw in watts and GPU selection in the icon.
  • Tweetbot: A native Twitter client that syncs with a similar IOS client. I really like how it just keeps your position in an infinite scroll where new tweets get added to the top, so I can easily read every new tweet from people I follow without seeing any likes, algorithmic suggestions or ads.
  • Hex Fiend: A really good hex editor/viewer. I like their “Templates” feature where you can describe a binary format with a script and it will overlay the parse tree on the hex view.
  • iTerm2: An alternative Terminal with just so many features. I particularly like the ability to split windows into panes, which Apple’s Terminal does not have.
  • nvAlt: A note taking app that I like, although it’s kinda bare-bones and has some bugs. It’s currently unmaintained because the author is working on nvUltra which isn’t released yet.
  • ImageOptim: Easy app where you drag image files onto it and it reduces their size.
  • VMWare Fusion: Great for running Linux and Windows VMs. The reason I chose it over Parallels is that I knew it had virtualized PMC support, which enables using rr in VMs. But apparently Parallels also has this in the Pro version, and it might be nicer in other ways, not sure which is better.
  • Calca: A weird live math calculator notebook thing with units. The editing can be kind of glitchy but the basic functionality is really cool. Soulver is a similar but more expensive app with a nicer UI but less powerful underlying calculator language.
  • Quartz Debug: There are some apps that reduce your battery life in an insidious way where it doesn’t show as CPU usage for their process but as increased WindowServer CPU usage. If your WindowServer process CPU usage is above maybe 6-10% when you’re not doing anything, some app in the background is probably spamming 60fps animation updates. As far as I know you can only figure out which app is at fault by getting the Quartz Debug app from Apple’s additional developer tools, enabling flash screen updates (and no delay after flash), then going to the overview mode (four finger swipe up) and looking for flashing. This same problem can also occur on Linux and Windows but I don’t know how much power it saps there.
  • Sublime Text and Merge: These aren’t exactly macOS-only apps but they’re some of my favorite apps and they integrate excellently with macOS so I’m putting them here anyways.

Bonus: Browsers

  • Middle click opens links in a new tab and middle clicking on a tab closes it
  • There’s lots of lesser-known handy shortcuts: cmd/ctrl+l focuses the search filed, cmd/ctrl+w closes a tab
  • Vimium and OctoTree are my favorite browser extensions.
  • I believe YouTube in Chrome and Firefox default to VP8/9 video codecs which can’t be hardware-decoded so use lots of CPU and thus battery power especially at 2x speed or high resolutions. The h264ify family of extensions can force usage of GPU-supported h264 codecs. This can close some of the battery life gap with Safari.
  • If you use Safari, Chrome and Firefox have much better sounding audio resampling for watching videos on 1.5x or 2x speed. This is the only reason I don’t use Safari.

Bonus: IOS

IOS also has a bunch of hidden UI features, especially if you have a medium-old model of iPhone that still has force touch sensors.

  • Swiping left and right on the home bar at the bottom of the screen on phones since the iPhone X quickly switches between recent apps. This is absolutely essential to how I use my phone and such a huge boost to multitasking fluidity I feel bad for all the people who don’t know about it.
  • Force or long pressing on the keyboard (maybe just the spacebar on some phones), brings up a moveable cursor in text fields.
  • If you have force touch try it on everything, tons of widgets in the pull down settings have force touch features, notifications do, links do.
  • I’ve tried a lot of calculator apps and Kalkyl is my favorite for launch time and UI design for quick simple calculations. I also recommend Unread for RSS, and Apollo as possibly the best Reddit experience on any platform.
  • Is It Snappy lets you use an IOS device’s high speed camera to measure full-system interaction latency and find out that you have a slow keyboard, mouse or monitor. I have not found a similar app for Android.
  • Not exactly a software tip, but a non-obvious purchasing option: I contend buying an iPhone X on Ebay offers outstanding price/quality ratio even in 2020. It has basically the same screen/form factor/build quality as an iPhone 11 Pro, and I find it plenty fast and the camera sufficiently good, and those are basically the only things that improved. You even get force touch, which I really like as having lower latency than the more press-and-hold “3D Touch”. Meanwhile it’s less than half the price. I got mine discounted after the iPhone XS replaced it, and if mine broke I’d probably just buy another one now.

Bonus: The Chromium Catapult Trace Viewer

Nimble Commander Pro 1.1.5 For Macos 10.13

The motivation to write this post was caused by a conversation with a friend about macOS, which was in turn kicked off by a tweet about the The Chromium Trace Viewer (AKA Catapult). Catapult is super easy to get started with for visualizing trace data and I know lots of different people and projects who use it. Almost none of them know about this incredibly helpful first tip until I tell it to them, so they’re stuck with having to switch to the zoom tool in the toolbar:

Nimble Commander Pro 1.1.5 For Macos Catalina

  • Use alt+scroll to zoom. This really ought to be in noticeable text on their UI not buried in a shortcuts pane you have to press ? to see.
  • The search bar in the top left searches not only names but also arguments values, which you can use to search for IDs or add special tags like top100 for the 100 slowest events. Press f to zoom to a span once you’ve selected it with the search arrow buttons.
  • The JSON event format also supports “flow” arrows, which lets you draw arrows between your boxes to visualize dependencies.
  • Perfetto, Tracy and Speedscope can all visualize the same JSON format with different UIs and potentially without a trace size cap.
Nimble commander pro 1.1.5 for macos high sierra
  • Replies
    Views
    Last post
Nimble Commander Pro 1.1.5 For Macos
  • Version 1.2.7 released
    Replies: 1
    by mike » Wed Jan 29, 2020 9:44 pm
    1 Replies
    4410 Views
    Last post by darek
    Thu Jan 30, 2020 9:35 am
  • Version 1.2.6 released
    Replies: 6
    by mike » Sat Aug 24, 2019 2:25 pm
    6 Replies
    4899 Views
    Last post by sasha
    Fri Dec 20, 2019 9:02 pm
  • Version 1.2.1 released
    Replies: 25
    by mike » Mon May 29, 2017 8:31 am
    25 Replies
    29358 Views
    Last post by bchuter
    Tue Aug 20, 2019 3:41 pm
  • Version 1.2.5 released
    Replies: 11
    by mike » Tue Nov 27, 2018 4:05 am
    11 Replies
    9732 Views
    Last post by bchuter
    Sat Dec 01, 2018 1:42 pm
  • Version 1.2.4 released
    Replies: 10
    by mike » Tue Feb 27, 2018 6:13 am
    10 Replies
    10034 Views
    Last post by rail4you
    Fri Mar 02, 2018 7:40 am
  • Version 1.2.3 released
    Replies: 8
    by mike » Tue Dec 12, 2017 12:24 pm
    8 Replies
    7345 Views
    Last post by mike
    Fri Jan 19, 2018 7:02 am
  • Version 1.2.0 released
    Last post by stgunholy « Sun Nov 26, 2017 4:04 pm
    Replies: 19
    19 Replies
    20320 Views
    Last post by stgunholy
    Sun Nov 26, 2017 4:04 pm
  • Version 1.2.2 released
    by mike » Tue Sep 19, 2017 6:55 am
    0 Replies
    5764 Views
    Last post by mike
    Tue Sep 19, 2017 6:55 am
  • Black Friday 40% Off
    by mike » Thu Nov 24, 2016 8:10 am
    0 Replies
    5272 Views
    Last post by mike
    Thu Nov 24, 2016 8:10 am
  • Version 1.1.5 released
    by mike » Thu Sep 29, 2016 8:52 am
    0 Replies
    5300 Views
    Last post by mike
    Thu Sep 29, 2016 8:52 am
  • Version 1.1.3 released
    Replies: 5
    by mike » Wed Jul 27, 2016 6:58 am
    5 Replies
    6666 Views
    Last post by sasha
    Wed Jul 27, 2016 8:30 pm
  • Version 1.1.2 released
    Replies: 4
    by mike » Tue Jun 07, 2016 4:04 am
    4 Replies
    5501 Views
    Last post by mike
    Sun Jun 12, 2016 2:39 pm
  • Version 1.1.1 released
    Replies: 4
    by mike » Mon Mar 14, 2016 9:49 am
    4 Replies
    5581 Views
    Last post by mike
    Tue Mar 15, 2016 11:55 am
  • Version 1.1.0 released
    Replies: 1
    by mike » Wed Dec 02, 2015 9:52 am
    1 Replies
    4033 Views
    Last post by darek
    Wed Dec 02, 2015 10:06 am
  • Version 1.0.9 released
    by mike » Tue Sep 01, 2015 4:27 am
    0 Replies
    5043 Views
    Last post by mike
    Tue Sep 01, 2015 4:27 am
  • Version 1.0.8 released
    by mike » Thu Jul 16, 2015 5:39 am
    0 Replies
    4378 Views
    Last post by mike
    Thu Jul 16, 2015 5:39 am