Skip to content

fewwan/osc52copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osc52copy

Minimal OSC52 clipboard tool for terminals over SSH and tmux.

Install

cargo install osc52copy --locked

Usage

Pipe

echo hello | osc52copy

File

osc52copy file.txt

Library usage

fn main() -> std::io::Result<()> {
    osc52copy::copy("hello")?;
    Ok(())
}

About

Minimal OSC52 clipboard copier for terminals and SSH sessions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages