clipboard-files 0.1.0

Read file paths from the clipboard
Documentation
1
2
3
4
5
use clipboard_files::read;

fn main() {
    println!("files: {:?}", read());
}