I'm working on a native programmable tooltip that can be used with any Mac OS app.
You can select a text on any app and hit the configured shortcut to activate tooltip.
I program this tooltip to speed up several of my workflows like opening a JIRA ticket , opening a file in IntelliJ from a stacktrace, and show humand-readable time from seconds from epoch.
The tooltip has been very helpful to me, and it might be useful to you.
You can select a text on any app and hit the configured shortcut to activate tooltip.
I program this tooltip to speed up several of my workflows like opening a JIRA ticket , opening a file in IntelliJ from a stacktrace, and show humand-readable time from seconds from epoch.
The tooltip has been very helpful to me, and it might be useful to you.
Check it out: https://github.com/tanin47/tip