https://github.com/haya14busa/hyperlink
https://github.com/haya14busa/hyperlink
bash osc shell-script
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/haya14busa/hyperlink
- Owner: haya14busa
- Created: 2018-05-04T12:54:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T16:05:12.000Z (about 8 years ago)
- Last Synced: 2025-05-07T15:06:20.446Z (about 1 year ago)
- Topics: bash, osc, shell-script
- Language: Go
- Size: 2.93 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperlink
hyperlink ([OSC8](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda)) utility script with tmux support.
## Usage
```
$ hyperlink []
$ hyperlink http://example.com "This is a link"
# If you omit , is also used as .
$ hyperlink http://example.com
```
## Go
### Library
[](https://godoc.org/github.com/haya14busa/hyperlink)
```go
import "github.com/haya14busa/hyperlink"
```
### Install
```
go get -u github.com/haya14busa/hyperlink/cmd/hyperlink
```