ffsend 0.2.42

Easily and securely share files from the command line. A fully featured Firefox Send client.
1
2
3
4
5
6
7
8
fn main() {
    // xclip and xsel paths are inserted at compile time on Linux
    #[cfg(target_os = "linux")]
    {
        println!("cargo:rerun-if-env-changed=XCLIP_PATH");
        println!("cargo:rerun-if-env-changed=XSEL_PATH");
    }
}