This is a simple app which lives in the menu bar on macOS, it allows you to simply input an url and get the response like from an Api or something else.
This requires macOS 13.0 or later because of the LaunchAtLogin-package.
After cloning or downloading the source, you need to change the app's PRODUCT_BUNDLE_IDENTIFIER
, CODE_SIGN_IDENTITY
and DEVELOPMENT_TEAM
to your personal apple dev account settings.
-
Main:
- Open GitHub-Repository
- Enable/Disable launch at login, made easy by sindresorhus's LaunchAtLogin
- And simply quit the app
-
Calling:
- Upper text field: input for url to process
- Upper button (play): to call the url
-
Copying:
- Lower text field: small response field
- Lower button (copy): to copy the response to the clipboard
License: GNU General Public License v3.0