Skip to content

fishybow/CopyPasta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopyPasta

An iOS app that records plain text from your pasteboard while the app is open and keeps a local history in SwiftData.

Why this is open source

Apps that read the clipboard sit in a sensitive position. The pasteboard often holds passwords, links, messages, and other private material. Granting any closed-source app ongoing access to that surface is a poor trade: you are expected to trust behavior you cannot verify.

CopyPasta is open source so you can read every line of code, build the binary yourself, and run it with full confidence that it does what it claims—capture text you copy while the app is active, store it only on your device, and not exfiltrate or misuse it. If that level of transparency still feels like too much permission, the source is there to judge for yourself or to fork and narrow further.

What it does

See SPEC.md for behavior, data model, and UI details.

Requirements

  • Xcode (project targets recent iOS as set in the Xcode project)
  • Apple Developer account for running on a physical device, if desired

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages