NC supports so-called temporary panels, but their availability is rather limited now.
Using file search you can 'panellise' your search results from multiple directories (click the 'Panel' button) into a flat list and operate on all these items at once.
Search found 962 matches
- Mon Jun 20, 2022 9:39 pm
- Forum: General Discussion
- Topic: Basic Function Question
- Replies: 1
- Views: 30
Re: Basic Function Question
Hey, Depending on your workflow: Using keyboard - hold Shift while moving the cursor - this either selects or deselects items. There's also a bunch of hotkeys for selection, e.g. Fn+Enter, Cmd+= / Cmd+-, Alt+Cmd+= / Alt+Cmd+-, Cmd+A / Alt+Cmd+A / Ctrl+Cmd+A etc. Using mouse - you can click with Shif...
- Sun May 22, 2022 9:31 am
- Forum: Support
- Topic: How to bind mouse back/forward buttons?
- Replies: 1
- Views: 132
Re: How to bind mouse back/forward buttons?
Hi, it's hard to tell which events these buttons produce.
NC expects keyboard strokes to be bound as hotkeys, it doesn't works with mouse events for that.
Could you try this app to check if keyboard events are being emitted: https://manytricks.com/keycodes/ ?
NC expects keyboard strokes to be bound as hotkeys, it doesn't works with mouse events for that.
Could you try this app to check if keyboard events are being emitted: https://manytricks.com/keycodes/ ?
- Sun May 22, 2022 9:24 am
- Forum: Support
- Topic: [VIDEO] Cannot open Documents? [CLOSED]
- Replies: 1
- Views: 87
Re: [VIDEO] Cannot open Documents?
Please provide the access rights to these folders or provide a "Full Disk Access": System Preferences -> Security & Privacy -> Privacy -> (Full Disk Access|Files and Folders).
- Sun May 22, 2022 9:21 am
- Forum: Ideas and Feature Requests
- Topic: Batch Rename Tool [N#-#] Range Should Default to 255 [DONE]
- Replies: 3
- Views: 236
Re: Batch Rename Tool [N#-#] Range Should Default to 255
I'll change the default behaviour to pick a longest filename.
Though, I might be missing something, but doesn't the [Nxxx-] placeholder fits better in this use-case?
E.g. [N5-] to pick all characters starting with the fifth.
Though, I might be missing something, but doesn't the [Nxxx-] placeholder fits better in this use-case?
E.g. [N5-] to pick all characters starting with the fifth.
- Sat May 14, 2022 12:11 pm
- Forum: Support
- Topic: multiline ftp conection dialog
- Replies: 1
- Views: 120
Re: multiline ftp conection dialog
Hey,
Oh, that's an interesting bug, thanks for reporting!
Oh, that's an interesting bug, thanks for reporting!
- Sat May 14, 2022 12:09 pm
- Forum: Support
- Topic: Services menu
- Replies: 3
- Views: 579
Re: Services menu
Hey, Cloud-storage services add these menu items to Finder via the Finder Sync API, which is designed as a one-way plugin system to work specifically with Finder. There's no official system-defined way to query available plugins and ask them for such menu items and overlay icons. While in theory it ...
- Sat May 14, 2022 11:58 am
- Forum: Ideas and Feature Requests
- Topic: Export network connections
- Replies: 1
- Views: 214
Re: Export network connections
Hey, It's possible to implement this functionality without changing NC itself. A relatively straightforward Python script could traverse a JSON in "~/Library/Application Support/Nimble Commander/Config/NetworkConnections.json", gather the connections and their names, and then find the according pass...
- Sat May 14, 2022 11:48 am
- Forum: Ideas and Feature Requests
- Topic: Batch Rename Tool [N#-#] Range Should Default to 255 [DONE]
- Replies: 3
- Views: 236
Re: Batch Rename Tool [N#-#] Range Should Default to 255
Hey, I agree this behaviour is a bit confusing. Probably the issue is that when there's no item selected NC implicitly picks the first one. Likely it would be better to pick the longest filename in this case instead. Otherwise, if there's a selection in the list, that item should be picked as it is ...
- Sat May 14, 2022 11:35 am
- Forum: Previews
- Topic: Build 3308 - Improvements in the built-in terminal
- Replies: 23
- Views: 9670
Re: Build 3308 - Improvements in the built-in terminal
Hi Mike. I'm on build Version 1.4.0 (3777) using zsh via Homebrew and am running into a similar issue to the one that a few people described earlier in this thread (Terminal just displays a black window with a cursor, does not respond to any inputs). [...] It's a little bit odd, because from the lo...