commit 3b555651b81aa668abb4843eb5cd890f04cb31d9
parent 33330316446780aa0fedeb51dc2a6b10736b1987
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 5 Sep 2019 13:17:37 -0400
k2pdfopt
Former-commit-id: 3887c62ab9c5a264a4d067d15f40d6cef9e2b4a0
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -58,11 +58,13 @@ If you read a script and see some improvements that could be made, let me know.
## Binaries in `dotfiles/bin`:
These are third-party binaries that I didn't write. I don't take credit for any of them. I only have them in the folder for convenience.
-* `Desktop Changer.app`: an Automator application that changes the desktop background to a random image on login
+* `find-photo-in-albums.app`: find the albums that contain a photo in Apple Photos
+* `wal-init.app`: an app that runs at login to set up pywal
* `AMSTracker`: Retrieves x, y, and z values from AMS (Apple Motion Sensor) hardware.
* `bfg.jar`: the big gun. A repo cleaner to remove sensitive data.
* `class-dump`: dumps classes from binary file
* `gfx2gfx`: convert SWF into PDF. Usage: `gfx2gfx page.swf -o page.pdf`
* `icalBuddy`: can extract information about events from the iCal application
+* `k2pdfopt`: a tool to optimise pdfs for mobile readers
* `upx.out`: Fixes a fucked CORE keygen. Check Info.plist in bundle. If the version is lower than system version, and the crash log says "UPX compressed binary", just run `upx.out -d $coreKeygenBinaryPath` and you good.
* `xld`: X lossless decoder CLI.
diff --git a/bin/k2pdfopt b/bin/k2pdfopt
Binary files differ.