Skip to content

piger/snoopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

snoopy

This small utility copies its stdin to the clipboard on macOS while preventing properly written Clipboard Managers from accessing the copied data. This is essentially a Go version of pbsecret and I only wrote it to experiment with Go and Objective-C.

The purpose of this program is to be used together with CLI Password Managers (like lpass, op or pass) to write automation scripts.

Usage

You would generally pipe the output of some CLI Password Manager to snoopy, or run the following command as a test:

$ echo "password" | snoopy

Credits

The original Objective-C code was written by Dustin Goldman dusto@goldmans.net for pbsecret.

About

copy sensitive data to macOS' clipboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages