-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automator Folder Action #51
Comments
(This is not a true Issue but perhaps the “issue” is that this helpful tip is not documented in the readme or wiki.) |
Not quite sure how this is superior to the solution that the printer driver offers of creating an alias to /var/spool/pdfwriter/<YourUserName> in the location of your choice with a nice PDF folder icon by simply clicking on the appropriate button in the Printer Driver utility or during the installation process. [Well, you currently only get the nice icon if you do this step after you print your first document using the Printer Driver, but I am planning to fix that soon.]
The reason I haven’t gone your path is because I can’t offer your solution programatically.
Rod
On 11 Nov 2024, at 7:21 am, Andrew E. ***@***.***> wrote:
I have found a great solutions to this:
The files are saved in /var/spool/pdfwriter/. Unfortunately, the security restrictions imposed by macOS on printer drivers mean that it is not possible to change this location.
RWTS-PDFwriter wiki<https://github.com/rodyager/RWTS-PDFwriter/wiki>
By using Automator<https://support.apple.com/en-ca/guide/automator/welcome/mac> to create a Folder Action<https://support.apple.com/en-ca/guide/automator/aut7cac58839/mac>, you can monitor /var/spool/pdfwriter/<YourUserName> for new files and automatically move them to a different folder.
1. Open Automator and create a new Folder Action
2. Select the YourUserName folder using the PDFwriter shortcut:
Folder Action receives files and folders added to: 📁 username
3. Add the Move Finder Items action into the workflow.
4. Set the destination to any folder:
Move Finder Items
To: 📁 Documents
5. Save the Folder Action.
The Folder Action will look like the example below. (YourUserName is shown as username in this example.)
Screenshot.2024-11-10.at.2.57.15.PM.png (view on web)<https://github.com/user-attachments/assets/2ff052f2-bc44-4a53-b9b5-4608ebfd1670>
—
Reply to this email directly, view it on GitHub<#51>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAKSADIJTM77AEBTZBTW3H3Z7655NAVCNFSM6AAAAABRQROMEGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2DONRQGEZDGMA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@rodyager, it is superior for those users who do not want to use a subfolder named You may not be inclined to offer this programmatically (including a Folder Action workflow) but it may help to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have found a great solutions to this:
By using Automator to create a Folder Action, you can monitor your
<username>
folder for new files and automatically move them to a different folder.Open Automator and create a new Folder Action
Choose folder: Other…
Hit shift-command-period (⇧⌘ . ) to view hidden files and folders.
Select your
username
folder:/var/spool/pdfwriter/username
Folder Action receives files and folders added to: 📁 username
Add the Move Finder Items action to the workflow.
Set the destination to your preferred folder:
Move Finder Items
To: 📁 Documents
Save the Folder Action.
The Folder Action will look like this example:
The text was updated successfully, but these errors were encountered: