A simple CLI tool which will attempt to parse a URL from your clipboard and then post whatever is read from stdin as a reply to the parsed clipboard link.
To install, run:
# go must be installed
go get github.com/rkoval/share-to-clipboard-url
Example usage here
For a list of supported sharers, see this directory
- To use GitHub, create a personal access token with the
repo
scope and assign it to the environment variableSHARE_TO_CLIPBOARD_URL_GITHUB_ACCESS_TOKEN
before running this program