Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flexdev45/shorter
A simple bash script to shorten urls using the public api "is.gd".
https://github.com/flexdev45/shorter
bash bash-tool curl distros linkshort linux tools ubuntu
Last synced: 6 days ago
JSON representation
A simple bash script to shorten urls using the public api "is.gd".
- Host: GitHub
- URL: https://github.com/flexdev45/shorter
- Owner: Flexdev45
- Created: 2024-10-29T20:27:04.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:44:48.000Z (7 days ago)
- Last Synced: 2024-10-29T22:50:23.526Z (7 days ago)
- Topics: bash, bash-tool, curl, distros, linkshort, linux, tools, ubuntu
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash Shortener V0.1
***Description: It's a simple bash script to short urls using the public api "is.gd".******Reason Why: I've made this script only to be executed on linux becuase sometimes we need a such a quick tool to short our urls and don't want to spend a lot of time creating an account on a "url shortener service".***
***What does it use:***
* *Curl 8.0>higher*
* *Bash 5.2>Higher****Where does it should work?***
* ***It should work in any linux system.***
* ***It had been tested in ubuntu 24.04 and it run perfectly.******Notes for the version 0.1 #***
* ***It must be executed with superuser privileges, unlike it will not open.***
* ***If you don't have curl in your system, it will download it automatically.***
* ***It will store your shorten url in a text file.******How to install it?***
1. Run this in your bash.
```
# Run this in your terminal
git clone 'https://github.com/Flexdev45/Shorter.git';
cd 'Shorter';
sudo bash shorter.sh;
```2. Here you have a demonstration
https://github.com/user-attachments/assets/0d92cc3e-d7f3-4486-af33-69110719ec49