lovli-cli allows you to enjoy the Lovli URL shortening
service from the comfort of your terminal.
Note on code signing for macOS users
The
lovlibinary is unsigned.To prevent Gatekeeper from blocking the execution of the program on macOS, you need to disable code signing enforcement on the
lovliexecutable. The instructions below are meant to address this issue.Alternatively, you may consider building from source.
brew install --no-quarantine --cask callmesangio/lovli-cli/lovli-cli- Download a release tarball from here.
- Untar the archive.
- macOS only: run
xattr -dr "com.apple.quarantine" /path/to/lovli. - Copy the
lovlibinary to a directory in your$PATH.
Usage of lovli:
-h Print help
-s string
Shorten the URL passed as argument
-v Print versionExample:
lovli -s https://example.com- Bump
versionstring (internal/app/app.go). git add . && git commit -m "Release X.Y.Z" && git pushgit tag X.Y.Z && git push --tags