This Alfred workflow can help you guide users to navigate the WooCommerce configuration option by pasting the path to the frontmost app on your Mac. It is useful if your work includes sending instructions on accessing various WooCommerce features and configuration options 🙂
wn YOUR_QUERYwn YOUR_QUERYwn for stock configuration optionsHold Stock, launch alfred and type wn hold stock:wnb YOUR_QUERYwn. Only difference is that the output would be bold (markdown)wnb results in: **WooCommerce > Settings > Products > Inventory > Hold stock (minutes) > Define – Hold Stock in minutes**wns YOUR_QUERYwn. Output is bold (HTML).wns results in: <strong>WooCommerce > Settings > Products > Inventory > Hold stock (minutes) > Define – Hold Stock in minutes**</strong>wnca NAME|PATHwncr NAME or wncr PATHWP Admin prefix to the navigation path?Use wpn YOUR_QUERY instead of wn YOUR_QUERY and the results would include WP Admin > appended to the start. You can also use wpnb YOUR_QUERY and wpns YOUR_QUERY to obtain the results in bold format as Markdown or HTML respectively
Use wnn YOUR_QUERY instead of wn YOUR_QUERY and the results would be in the new WooCommerce Navigation format. You can also use wnnb YOUR_QUERY and wnns YOUR_QUERY to obtain the results in bold format as Markdown or HTML respectively
Feel free to share your thoughts in the comment below. If you find an issue/bug though, please report it as an issue in the repo.