Skip to content
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

Open
andesco opened this issue Nov 10, 2024 · 4 comments
Open

Automator Folder Action #51

andesco opened this issue Nov 10, 2024 · 4 comments

Comments

@andesco
Copy link

andesco commented Nov 10, 2024

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

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.

  1. Open Automator and create a new Folder Action

  2. 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

  3. Add the Move Finder Items action to the workflow.

  4. Set the destination to your preferred folder:

    Move Finder Items
    To: 📁 Documents

  5. Save the Folder Action.

The Folder Action will look like this example:

Folder Action in Automator
@andesco
Copy link
Author

andesco commented Nov 10, 2024

(This is not a true Issue but perhaps the “issue” is that this helpful tip is not documented in the readme or wiki.)

@rodyager
Copy link
Owner

rodyager commented Nov 10, 2024 via email

@andesco
Copy link
Author

andesco commented Nov 10, 2024

@rodyager, it is superior for those users who do not want to use a subfolder named <YourUserName> and an alias.

You may not be inclined to offer this programmatically (including a Folder Action workflow) but it may help to
document this alternative.

@andesco
Copy link
Author

andesco commented Nov 10, 2024

#15 suggests that @mckenfra was able to accomplish this programatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants