Skip to main content
2 votes
0 answers
87 views

My QuickLook preview extension prints this message in the Xcode console whenever it receives a preview request The principal object does not implement the QLPreviewingController protocol or is not a ...
mstrsn's user avatar
  • 61
1 vote
1 answer
105 views

I have a series of subfolders with a parent folder called "Inventory" within a internal hard drive. Each subfolder name consists of a number, a hyphen and some text, such as: "329 - ...
user5671178's user avatar
0 votes
0 answers
86 views

I have limited experience with applescripting and the automator app, but have been able to cobble things together before that generally do what I need after a bunch of trial and error. I'm helping ...
user3376920's user avatar
1 vote
1 answer
71 views

we work with template files (generally psds), all saved together in folders, that have a generic name. We copy them and remove the ones not needed for the project, and mass rename the generic string, ...
Rex23's user avatar
  • 11
0 votes
0 answers
33 views

I've created a mini Finder-like app for macOS that allows users to drag files from my app to the macOS Finder. Dragging works perfectly when a single file is selected, but I'm having trouble enabling ...
Avi Rok's user avatar
  • 568
-1 votes
2 answers
200 views

What is the command line to retrieve and write macOS file info "Description" field? For the command line to get "Comments" field, I use this AppleScript command: osascript -e 'on ...
Silly Wonka's user avatar
0 votes
2 answers
56 views

This fragment of a script does a simple check for the existence of Numbers in the Applications folder: tell application "Finder" set AppFolder to folder "Applications" in startup ...
Philip Kearns's user avatar
-1 votes
1 answer
358 views

I've successfully compiled hello.c from macFUSE examples and mounted it in macOS Sonoma. Although I wasn't able reach my macFUSE mount by navigating with Finder for the first time, this was resolved ...
vdudouyt's user avatar
  • 936
0 votes
2 answers
123 views

My MacBook is running OS Sequoia 15.1. How can I apply file color tags (labels) using zsh shell script? And how can I then use a shell script to change labels say if I want to change a label from ...
Ken's user avatar
  • 1
1 vote
1 answer
107 views

Flutter desktop macOS app that works with files. How to implement a standard "Reveal in Finder" call to open Finder window with folder containing the file and the file selected? And maybe ...
Roman's user avatar
  • 1,993
1 vote
1 answer
81 views

Need easy way for users to export a data file from iOS Simulator to use on their Mac file system. Drag and drop from Mac Finder to iOS Simulator Files app works but there isn't a files app drag and ...
dvossCricut's user avatar
0 votes
1 answer
42 views

Because of a botched attempt at folder all of my apps and documents to new iMac via Google Drive I've ended up with a slew of folders, subfolders, and files showing the iteration of copying I've ...
Charles Stricklin's user avatar
-1 votes
1 answer
215 views

I found the below tutorial on how to write an automator script to grab the current path of the finder window. I'd like to make it more robust and modify it so it grabs the path of the following based ...
Miles's user avatar
  • 19
7 votes
1 answer
289 views

Following the code from another answer, I want to read and write Finder comments to files. Those seem to be stored as binary plists so they have to be parsed beforehand. To read a Finder comment: let ...
user137369's user avatar
  • 5,813
2 votes
0 answers
251 views

as the title I was able to use the cmd + shift + F combination for searching in files in Android Studio running on Mac with no issues. From some time to now I still have the finder that came up with ...
alex_au's user avatar
  • 375

15 30 50 per page
1
2 3 4 5
53