https://github.com/erremauro/biturl
Bitly URL Shortening Agent for macOS
https://github.com/erremauro/biturl
agent alfred alfred-workflow bitly-api cocoa macos macos-app macos-application macos-mojave swift
Last synced: 2 months ago
JSON representation
Bitly URL Shortening Agent for macOS
- Host: GitHub
- URL: https://github.com/erremauro/biturl
- Owner: erremauro
- License: mit
- Created: 2019-10-26T23:40:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T23:39:07.000Z (over 6 years ago)
- Last Synced: 2025-07-05T17:13:50.046Z (12 months ago)
- Topics: agent, alfred, alfred-workflow, bitly-api, cocoa, macos, macos-app, macos-application, macos-mojave, swift
- Language: Swift
- Size: 6.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BitURL
A macOS 10.14+ agent to shorten long URLs using the [Bitly](http://bitly.com)
API Service.
To shorten a URL call:
```
biturl://shorten/{longURL}
```
This will shorten `{longURL}` using Bitly API Service and copy the shorten url
result into the clipboard.
To reverse a bitly link call:
```
biturl://reverse/{bitlyURL}
```
This will reverse `{bitlyURL}` to its original long url format and copy the
result into the clipboard.
## Installation
[Download][Releases] the latest release of BitURL, double click the downloaded
`.dmg` image file and drag `BitURL.app` into you `/Applications` folder.
If you are an [Alfred][AlfredApp] user, double click the `BitURL.alfredworkflow`
package to install an Alfred workflow that shorten and reverse URLS using BitURL.
[Releases]: https://github.com/erremauro/BitURL/releases
[AlfredApp]: https://alfredapp.com