amazingsyco / lessn-service
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Branch:
master
README.md
This is a text service for Mac OS X 10.6+ which compresses URLs with Lessn or ButteredURLs. You'll need to have one of those running on your own server.
Installation
- Clone the project
- Open the xcodeproj inside
- Build (this will copy the service into your ~/Library/Services/ folder)
- Activate the service in System Preferences > Keyboard > Keyboard Shortcuts
In your terminal, type and replace LessnDomain with your domain:
defaults write com.stevestreza.lessnshorten baseURL LessnDomainFind your API key on your Lessn dashboard, and add it in your terminal:
defaults write com.stevestreza.lessnshorten apiKey YourAPIKey
License
All code in this project is licensed under the MIT license.

