Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

sanelkukic/ClipThat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClipThat

A Windows CLI app which takes input and copies it to your clipboard.

Please bear with me, this is the very first app I've ever written in C++.

Demonstration

demo gif

Download

Download it here

How to use

Input can be provided in 1 of 2 ways:

  • Via command-line arguments to the ClipThat executable.
  • Piping the output of another app into the ClipThat executable's stdin using the Windows pipe character (|).

ClipThat will then clear the current contents of your clipboard, take the input, and copy it's contents into your clipboard.

Note: It is HIGHLY recommended that you put ClipThat in your PATH environment variable if you want to have easy access to it.

About

Windows CLI app that copies any input it receives, either via command-line arguments or via stdin, to your clipboard.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages