Skip to content

toolness/pbpaste-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple implementation of OS X's pbpaste utility in Rust for Windows systems.

Because it's my first Rust program, it is probably full of horrible things.

To compile it, just run cargo build. The executable will be in target\debug\pbpaste.exe.

Usage

Output plain-text clipboard content as UTF-8.

Usage:
  pbpaste [--dos|--unix]

Options:
  -h --help    Show this screen.
  --dos        Output DOS (CR+LF) line endings.
  --unix       Output Unix (LF) line endings (default).

Notes

  • There is no analogous pbcopy tool because Windows already comes with one called clip.exe.

About

An implementation of OS X's pbpaste tool in Rust for Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages