Best Examples of Keyboard Maestro Macros

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

1 Like

Hey John,

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.

I'll fool with them over the weekend.

-Chris

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.

3 Likes

Good to know Peter. Was not aware of the “revert”.

Could I please add my name to this list if you’re willing to share. New to KeyboardMaestro and your list seems too enticing to resist.

Bolli

A post was split to a new topic: Converting Case

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

2 Likes

I agree.

Hey John,

Okay. I've finally cleaned these up for public consumption.

Note – Some macros require support files which are iincluded in the zip file.

  • PDF address book file (included).
  • Text address book file (included).
  • AppleScript for resizing the name column in the Finder (included).
  • pdftotext Unix executable (download links included – get the precompiled binaries for the Mac)

Example Macros by ccs.zip (90.0 KB)

-Chris


The following Macros are included


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


2 Likes

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.

-J

Hey John,

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.

The xpdfbin 3.04 precompiled binaries are here:

ftp://ftp.foolabs.com/pub/xpdf/xpdfbin-mac-3.04.tar.gz

The /user/local/… directories are invisible in the Finder.

Use G in a Finder window to bring up the Go-To-Folder sheet.

Paste in the path you want to go to.

Hit the Go button.

And the correct directory will open in the Finder window.

-Chris

1 Like

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.

J.

Hey John,

Better to put them where the dev says to put them – outside of the normal user-paths.

I may have had to create that directory, but I don't remember any more.

Aside from the xpdf stuff the only thing currently in there on my system is the interarchy command-line tool.

But it all works fine.

Yes – this is why it's superior to all other tools I've tried to date.

I wrote that macro for someone else, and “scratchx” was their specified tag name.

-Chris

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!

1 Like

Does anyone remember the “Put Away” command from OS 9.x days?

I will have to look at the Move Selected Files To Desktop action. I might actually be able to keep my desktop clean for once. :wink:

Hi ccstone,

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.

Thanks a lot in advance
LarryLayouter

That's from @ccstone. I'm sure he'll reply to this and let you know.

Thanks Dan,
sorry, seems I clicked the wrong reply button?…?

LOL. No, it means I should pay more attention when reading posts. I overlooked the (incredibly obvious) fact that you replied to him.

I've really got to stop doing things like this. The last few days, I've been misreading posts like crazy.

Sorry about that! :blush:

:grinning: never mind … the funny thing is that your reply was the first one I ever got to my questions in this forum so far :grinning:

1 Like