Chris I could easily use more than half of these. At least to look over and learn from.
Some I am very curious about are:
ACME Telephone Number Look-Up
ACME Telephone Number Look-Up v1.1
Add Prefix to Text on Clipboard
Typinator Modifier - (what does it do?)
User Input Creates Collection Of folders
Finder { Resize Name Column using System Events }
Finder → Rename and Sequentially Number Selected Items
Finder-Selection { Display Paths Briefly }
Finder-Selection { Set Tags of Selected Items to Red }
Folder Watcher
Generate and Paste Email Salutation
Get Most Recent File Added to the Documents Folder
Lookup Email Address
Lookup Email Address v0.02
Meta-Data Report { mdls } - very curious what this does
nvALT { Create New Note } - I LOVE nvALT!!!
Safari Page Text to TextWrangler
Safari Text to TextWrangler
Safari Text to TextWrangler with Processing
Sentence Case
Toggle ~Library Folder Visibility
Take NVAlt Note
Test { If All Conditions Are Met }
Test { Text-Matches }
Text Paste Plain Text
I made a mass change in abbreviations a while back, and I used Keyboard Maestro to do the majority of the work by driving the UI and doing find/replace on the clipboard.
It creates a report of the metadata tags Spotlight sees for the selected file in the Finder and opens it in TextEdit.
That batch wouldn’t be too hard to clean up, although you’ll have to have the Satimage.osax installed for some of them to work.
The one I posted are all within an Examples Macro Group, so they wont pollute your existing macros, and disabling that macro group will ensure they don’t execute.
Also note a couple things for this sort of question:
Importing macros can be undone, so you can import the macros and then undo it.
If you quit and relaunch the Keyboard Maestro editor, you can then use the File ➤ Revert Macros menu to revert to the macros as they were when you launched the editor, so you can import macros and then back out by reverting back to “At Editor Launch”.
That said, if you import macros, the macros can run immediately (for example , if triggered by something like Periodic Every Second), so if you are importing a macro from an untrusted source, it can execute something pretty much immediately - this is something to keep in mind if you don’t trust where you are getting the macros from. You can safeguard yourself by holding all the modifiers (Command,Option,Shift,Control) down when importing macros (which will import them disabled), or by relaunching the Keyboard Maestro editor (as above) and then quitting the Keyboard Maestro Engine so no macros are run, and then importing the macros. Then you can look through the macros and verify their behaviour and/or disable them and then relaunch the Keyboard Maestro Engine.
@JMichaelTX - I really like this idea, and I did rely heavily on Peter’s example macros to get started with KM and found them very useful. Likewise the email drip campaign after I purchased KM.
I wonder if breaking up this “best of” list into a “Getting started/Intermediate/Expert/Going Completely Nuts” type grouping would be useful. Extend the existing walk through with more examples.
ACME Telephone Number Look-Up v1.0
ACME Telephone Number Look-Up v1.1
Add Prefix to Text on Clipboard
Finder → Rename and Sequentially Number Selected Items
Finder → Resize Name Column using System Events
Finder-Selection → Display Paths in a Window
Finder-Selection → Set Tags of Selected Items to Red
Folder Watcher
Generate and Paste Email Salutation
Get Most Recent File Added to the Documents Folder
Lookup Email Address v0.01
Lookup Email Address v0.02
mdls → Meta-Data Report → Display in TextEdit
nvALT → Create New Note with Tags
Paste as Plain Text
Safari Page Text to TextWrangler
Safari Text to TextWrangler with Processing
Sentence Case
Take NVAlt Note
Test → If All Conditions Are Met
Test → Text-Matches
Title Case → Selected Text
Toggle ~Library Folder Visibility
User Input Creates Collection of Folders
Hi Chris,
Thanks for taking the time. Should I use “Import Macros” or “Import To Macro Libarary”?
I have not run into Xpdf but am intrigued!
Also to install Xpdf I assume I need to: make install?
I see there’s an installer for the 64bit version but it’s 3.03. Thanks for providing the link as well to the 3.04 download.
Just double-click the Example Macros by ccs.kmmacros file, and it will import into its own group.
There are nine useful tools, but the one I use most often is pdftotext.
It’s a fantastic little tool, and it’s the only such tool I know of that will attempt to preserve the layout of a PDF when it converts it (which makes parsing the resulting text much easier most of the time).
The basic syntax for pdftotext is:
pdftotext -layout <path> -
Replace <path> with the path to your file.
Quote the path with double or single quotes if it has ANY spaces in it.
The trailing dash is required if you want your output to go to the console – otherwise a new file will be written.
No. Read the INSTALL file in your favorite text editor and follow its instructions.
Thanks for the details Chris. I did find the correct directories but what stopped me when I first took a look at this was that I don’t have an /usr/local/man/ directory. I am on 10.11.5 so the MAN path was perplexing and I think I have it figured out. I am posting this so if someone else has problems they will know what to do.
I googled and found I could find out the path to any MAN (manual) document by typing:
MAN COMMAND --path
So for example to find the path to the man page for the MacOS MANual I can type:
man man --path
Which returns:
/usr/share/man/man1/man.1
So I dropped the man files in the /usr/share/man/man1 and /usr/share/man/man5 directories and tested it. Worked!
I was really pleased with how it handles displaying some invoices I fed to it using the ‘layout’ option you suggested.
I took a look at your macros and was delighted to find two for nvALT which is a favorite of mine. I use it for everything. I see you have a tag of scratchx which I am guessing is scratch pad? I am not really using tags too much with nvALT but maybe I will. Thanks for some great stuff. It’s going to take me a little time to get through all these and truly understand how they work but they are great.
I definitely needed “Move Selected Files to Desktop” as an example. I’ve been looking everywhere to find a way to manually move receipts to various quarterly folders and spent considerable time today trying to figure it out. This came in my email today! Thanks so much!
could you please be so kind to tell me where to find your example group for download?
Especially I’m interested in “Shell: Echo to Floating Window” to find out how to target a system floating window.