@muath-ye/unshorturl
v1.0.0
Published
A CLI tool to un-shorten URLs and reveal the original link.
Downloads
4
Readme
unshort-url
unshort-url
is a CLI tool to un-shortcut URLs and reveal the original link. It supports various URL shortening services and provides a simple command-line interface to uncover the actual destination of shortened URLs.
Installation
To install unshort-url
, use npm:
npm install -g unshort-url
Usage
Once installed, you can use the unshort-url command to unshorten URLs. Here’s the basic usage:
unshort-url <shortened-url>
Example
unshort-url https://tinyurl.com/muathye
Output:
https://muathye.com
Options
Currently, unshort-url
does not support additional options. It directly resolves the given shortened URL to its original form.
Contributing
Contributions are welcome! If you have suggestions or find bugs, please open an issue or submit a pull request on the GitHub repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For questions or feedback, you can reach me at [email protected].