Skip to content

gebes/MemeToClipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme to clipboard

CLI tool to copy a random meme

How to use

  1. Build the tool with go build
  2. Add the folder location to your path.

or

  1. Run go install meme-to-clipboard

Screenshot

Change source

If you want different memes then change the Endpoint in the main.go file

const (
	Endpoint = "https://meme-api.herokuapp.com/gimme/dankmemes"
)

About

CLI tool to copy a random meme

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages