https://github.com/jdecool/finalurl
Simple tool to get the final path of URL
https://github.com/jdecool/finalurl
Last synced: 9 months ago
JSON representation
Simple tool to get the final path of URL
- Host: GitHub
- URL: https://github.com/jdecool/finalurl
- Owner: jdecool
- Created: 2018-05-26T15:50:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T22:06:36.000Z (about 8 years ago)
- Last Synced: 2025-03-05T22:30:39.068Z (over 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# finalurl
`finalurl` is a very simple tool to get the final path of an URL.
## Installation
#### Via Go
```bash
$ go get github.com/jdecool/finalurl/cmd/finalurl
```
## Usage
#### CLI
```bash
$ finalurl -show-redirect https://t.co/HFmwmM31kM
```
## Development
#### Start CLI
```bash
$ go run cmd/cli/main.go
```
#### Start Web Server
```bash
$ go run cmd/server/server.go
```