Search found 192 matches

by JayB
Sat Jan 30, 2021 2:24 am
Forum: Ideas and Feature Requests
Topic: system-wide hotkey
Replies: 10
Views: 8431

Re: system-wide hotkey

A good framework to include for a global shortcut would be MASShortcut: https://github.com/shpakovski/MASShortcut

Since NC is also available on the MAS, that could maybe be an option. I have a couple of apps installed that use it (MAS like Twitterrifc and non-MAS like Command-Q).
by JayB
Mon Jan 25, 2021 8:07 pm
Forum: Support
Topic: [REQ:HELP] Strange main window appearance all of a sudden [CLOSED]
Replies: 2
Views: 2984

[REQ:HELP] Strange main window appearance all of a sudden [CLOSED]

I tried a couple of keyboard shortcuts, and all of a sudden, my NC main window always has a narrow dark strip from the Terminal View on the bottom. How do I get rid of that? (Don't remember the shortcut that I used anymore… sorry.)

Image
by JayB
Tue Dec 15, 2020 11:30 pm
Forum: Ideas and Feature Requests
Topic: system-wide hotkey
Replies: 10
Views: 8431

Re: system-wide hotkey

The AppleScript is super simple: tell application "Nimble Commander" to activate If NC is running, it will come into foreground, and if it's not running, it will be launched instead. The same can be done with a shell script: open -a "Nimble Commander" Put either of those in an Automator workflow, ei...
by JayB
Fri Dec 04, 2020 10:31 pm
Forum: Ideas and Feature Requests
Topic: New menu items: Go > Darwin Directories (submenu)
Replies: 2
Views: 2965

Re: New menu items: Go > Darwin Directories (submenu)

Afaik the paths of the Darwin directories are not static, i.e. they're changed by macOS at every boot (or login?), so during app launch NC would have to run three commands to get the current Darwin dir paths for the current session, and direct the menu items to those paths. (But yes, if they were fi...
by JayB
Thu Dec 03, 2020 3:41 pm
Forum: Development
Topic: macOS Big Sur
Replies: 3
Views: 22710

Re: macOS Big Sur

👍🎉

Envy you… still on Intel. :D
by JayB
Thu Dec 03, 2020 3:37 pm
Forum: Ideas and Feature Requests
Topic: New menu items: Go > Darwin Directories (submenu)
Replies: 2
Views: 2965

New menu items: Go > Darwin Directories (submenu)

In NC's "Go" menu, it would be really cool to have a menu item "Darwin Directories", which is a submenu containing links to: DARWIN_USER_DIR DARWIN_USER_TEMP_DIR DARWIN_USER_CACHE_DIR The menu would then look something like this: Go ---dropdown--- Left Panel… ... Processes List ---separator--- Darwi...
by JayB
Wed Sep 02, 2020 2:46 pm
Forum: Ideas and Feature Requests
Topic: quick move-up and move-down on folder
Replies: 2
Views: 3605

Re: quick move-up and move-down on folder

Otherwise, quick move-up and move-down is [CMD]-▲ (or [RETURN] on the double dot ..) and [RETURN]. You can also tweak (and add) keyboard shortcuts.
by JayB
Sun Mar 01, 2020 10:27 pm
Forum: Support
Topic: NC freezes on file copy from network volume
Replies: 1
Views: 4675

NC freezes on file copy from network volume

When I mount a network volume with smb, and want to copy files to my local boot volume on the Mac, Nimble Commander 1.2.7 b3120 freezes (Mojave latest). After a force-quit, restarting NC doesn't work, but a reboot fixes the problem. Seems like something is wrong here. PS: tested this also with openi...
by JayB
Mon Jan 06, 2020 9:32 pm
Forum: Support
Topic: Extraction?
Replies: 4
Views: 8173

Re: Extraction?

It works with SHIFT+ENTER. The macOS default is that it will open with Archive Utility, but in my case archives are mapped to The Unarchiver. Extracted to folder named after the archive's original filename. The only addition would be to do it all in Nimble Commander, but I'm dealing with so many arc...