The Quicklook extension, qlsteven, hasn't worked since Catalina. When it did work, it allowed Quicklook to preview text files with unknown or missing extensions.
Does anyone have a workaround for previewing .nfo files? KM's Read a File action returns nothing, so I can't access the file contents that way. Currently I'm using a macro that opens the file in Textedit and saves it as a .txt file, before deleting the original and previewing the new version. It's unsurprisingly clunky.
Supposedly, you can use qlmanage to force a file to be treated as a text file by following the instructions here, but I had no luck with it (on Monterey, macOS 12.3.1).
One way to make your macro a little less clunky—avoiding TextEdit and the pauses—would be to use the Move or Rename File action. You can also avoid creating a variable for the Finder selection and just use the token when getting the path and basename.
...and here comes my most frequently used emoji on the forum:
Because KM couldn't read the .nfo file, I presumed it must be formatted differently to a .txt file. Nope. It's just a descriptive extension to show that the file contains info.
In my defence, I did think of this, and came up with another clunky macro:
Yours is a far nicer idea. For some reason the one you posted isn't downloadable, but it wasn't hard to recreate. There's actually no need to reveal the file as you never leave Finder, so I removed that.