Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 758 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 758 Bytes

share-to-clipboard-url

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 variable SHARE_TO_CLIPBOARD_URL_GITHUB_ACCESS_TOKEN before running this program