Unshort 2022.1.22.15352
dotnet tool install --global Unshort --version 2022.1.22.15352
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Unshort --version 2022.1.22.15352
#tool dotnet:?package=Unshort&version=2022.1.22.15352
nuke :add-package Unshort --version 2022.1.22.15352
Simple CLI tool to view long form of shortened links
https
About The Project
Built With
Getting Started
Prerequisites
- .NET 6.0
dotnet --version # should be >= 6.x.x
Install via NuGet
- Verify you have .NET 6
- Install from NuGet
dotnet tool install --global Unshort
- Verify Unshort is working
unshort <short_url>
Install from source
- Clone the repo
git clone https://github.com/briandoesdev/Unshort.git
- Change diectory
cd .\Unshort\
- Restore project
dotnet restore
- Package tool
dotnet pack
- Install tool globally on system
dotnet tool install --global --add-source ./nupkg unshort
Usage
Example 1:
unshort <short_url>
Example 2:
unshort skl.sh/hai35
output: https://www.skillshare.com/membership/checkout?utm_source=Youtube&utm_medium=paid-HalfasInteresting&utm_campaign=2020-6-HalfasInteresting-35&utm_content=cta-link&coupon=YTHALFASINTERESTING35&onboarding_tag=24,191,39,672,3&classes=1539782161,1539782161,1389209398
Roadmap
- [] No roadmap now
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Help
If you need help loading the extension you can contact me at @briandoesdev on Twitter or most social platforms.
Authors
Version History
- 2022.1.10.41900
- Handles timeouts better
- 1.0
- Initial Release
License
This project is licensed under the GPLv3 License - see the LICENSE.md file for details
Acknowledgments
Contact
briandoesdev - @briandoesdev
Project Link: https://github.com/briandoesdev/Unshort
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
2022.1.22.15352 | 480 | 1/22/2022 |
2022.1.10.41900 | 438 | 1/10/2022 |
2022.1.10.41106 | 445 | 1/10/2022 |
1.0.0 | 263 | 12/26/2021 |