sindresorhus / open

Open stuff like URLs, files, executables. Cross-platform.
MIT License
3.14k stars 213 forks source link

Can I open a .docx file and automatically search or scroll to the specific text? #308

Closed Triplecorpse closed 1 year ago

Triplecorpse commented 1 year ago

I am doing an application that searches word files for a text. If the text was found, I would like to open this file and scroll for the text. Can I do it with your module?

sindresorhus commented 1 year ago

This package is only for opening stuff. For interacting with apps, you need special automation handling. For example, using AppleScript.