Skip to content

Commit 345ed20

Browse files
committed
Update platypus profile
1 parent 8805197 commit 345ed20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Paper Renamer.platypus

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<key>InterpreterArgs</key>
3939
<array/>
4040
<key>InterpreterPath</key>
41-
<string>/Users/atom/.pyenv/versions/2.7.18/bin/python2.7</string>
41+
<string>/usr/bin/python3</string>
4242
<key>Name</key>
4343
<string>Paper Renamer</string>
4444
<key>NibPath</key>
@@ -58,7 +58,7 @@
5858
<key>ScriptPath</key>
5959
<string>Resources/script</string>
6060
<key>SendNotifications</key>
61-
<false/>
61+
<true/>
6262
<key>StatusItemDisplayType</key>
6363
<string>Text</string>
6464
<key>StatusItemIcon</key>
@@ -256,6 +256,6 @@
256256
<string>com.adobe.pdf</string>
257257
</array>
258258
<key>Version</key>
259-
<string>1.2</string>
259+
<string>1.3</string>
260260
</dict>
261261
</plist>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Paper Renamer is a dedicated MacOS application that transforms the [pdftitle](ht
2121
A Platypus profile is provided to save the configuration settings necessary for building the app. You can find the Python script, pdftohtml tool, and icon files in the `Resources` directory.
2222

2323
- First, install [Platypus](https://sveinbjorn.org/platypus).
24-
- Open the `Paper Renamer.platypus` profile by double-clicking, or load it in Platypus via the menu (Profiles → Load Profile...).
24+
- Open the `Paper Renamer.platypus` profile by double-clicking, or load it in Platypus via the menu (Profiles → Load Profile...). Adjust the configuration as needed.
2525
- Press "Create App" to build the application.
2626
- Transfer the `Paper Renamer.app` into your Applications folder.
2727

2828
### Usage
2929
Launch `Paper Renamer.app` to start renaming your PDF files. You can rename files by dragging and dropping them into the app’s window or by selecting files through the menu.
3030

31-
For a quick rename, right-click a PDF file, choose "Open With," and then select "Paper Renamer" to automatically rename the file based on its title.
31+
For a quick rename, right-click on a PDF file, select "Open With," and then choose "Paper Renamer" to automatically rename the file based on its title. For an improved experience, it is recommended to change the Platypus `Interface` option from `Droplet` to `None`. This will ensure that no GUI window appears, allowing for silent renaming without interruption.
3232

3333
## Credits
3434

0 commit comments

Comments
 (0)