xcall icon indicating copy to clipboard operation
xcall copied to clipboard

Call X-Callback-URLs From the macOS Command Line

Results 7 xcall issues
Sort by recently updated
recently updated
newest added

I've happily used this for years, but it seems to have stopped working (for me at least) recently. Testing it with `/Applications/xcall.app/Contents/MacOS/xcall -url "reminders://x-callback-url/create?title=TestReminder"`, but it simply seems to stall....

Potential fix for https://github.com/martinfinke/xcall/issues/8. When an x-callback-url scheme returns nested JSON objects, this should correctly deserialize and serialize as JSON. E.g. to test with [Bear's `/todo` action](https://bear.app/faq/X-callback-url%20Scheme%20documentation/#todo): ```shell ./xcall -url...

:wave: I'm using `xcall` with Bear's `x-callback-url` scheme, documented [here](https://bear.app/faq/X-callback-url%20Scheme%20documentation/). Mostly this is working great, but with one exception: Where Bear's `x-success` contains nested JSON objects, for example [the `todo`...

Running an Electron app containing the code below I get a popup error: 'you do not have permission to open the application "xcall.app" '. Bear opens with the correct note...

This is potential fix for [No return value #4](https://github.com/martinfinke/xcall/issues/4). With this fix in place, I'm able to make Bear.app to respond using x-success. Changes that actually address the issue are...

Hi - I'm trying to use this with Ulysses (I originally tried Rob Walton's modules but they did not work and looks like the root cause might be xcall). When...