The bitly-cli package
This package provides a command line utility to shorten and expand URLs using bit.ly/j.mp service. To use this tool, an API key is required. Please find yours at https://bitly.com/a/account.
Configuration file (~/.bitly) format:
login = your_bit.ly_login apikey = your_API_key
Usage examples:
$ echo "Text with an URL: http://example.com/" | bitly Text with an URL: http://bit.ly/2eSq1z $ bitly shorten http://example.com http://bit.ly/2eSq1z $ bitly expand http://bit.ly/2eSq1z http://example.com/
Properties
| Versions | 0.1, 0.1.1, 0.1.2 |
|---|---|
| Dependencies | base (≥3 & <5), Bitly (≥0.0.7), directory (≥1.0 & <1.2), filepath (≥1.1), regexpr (0.5.*) |
| License | BSD3 |
| Maintainer | Sergey Astanin <s.astanin@gmail.com> |
| Stability | experimental |
| Category | Web, Utils |
| Home page | http://bitbucket.org/jetxee/hs-bitly/ |
| Bug tracker | http://bitbucket.org/jetxee/hs-bitly/issues/ |
| Executables | bitly |
| Upload date | Thu Dec 8 15:37:52 UTC 2011 |
| Uploaded by | SergeyAstanin |
Downloads
- bitly-cli-0.1.2.tar.gz (Cabal source package)
- package description (included in the package)