tip icon indicating copy to clipboard operation
tip copied to clipboard

Programmable tooltip that can be used with any Mac OS app

Results 11 tip issues
Sort by recently updated
recently updated
newest added

Hi, I'd gone through the install process and couldn't figure out why the tooltip wasn't appearing. I had: - Moved the Tip app into `~/Library/Application \Scripts` - Ensured that `provider.script`...

Hi, Thank you for creating such a great app! Would it be possible to use Ctrl-n/Ctrl-p or j/k etc. in the popup window to move the selected row? Regards.

enhancement

Hey Tanin! Really love this utility. Two quick thoughts: * `brew install --cask tip` works. Might be a good add to your installation instructions. * Would be fun to encourage...

One idea for functionality is to select 2 files and invoke `diff`.

First of all, I love this tool. So simple and customizable! After using the tool for quite some time, I noticed there is a limit of how large the selected...

### Problem A real-world use case is a provider script that invokes https://dictionaryapi.com/ to get a meaning for a word. The provider script might take a few seconds or more....

An example use case: I want to calculate 9% of a selected number. Here's the flow: 1. Select a number 2. Activate Tip 3. Tip presents an executable item with...

enhancement

Because some apps don't follow the standard way of rendering text on Mac OS X. At least, this would allow users to use Tip on these incompatible apps.

enhancement

We can support an HTML item where the provider provides static html code with width and height (and allow scrollability). That would support a more advance use case like multi-line...

We can support rendering image on the tooltip. Tip can accept a base64 encoded image. If the image is from URL, the provider script is responsible for fetching the image...