cortex / ripasso

A simple password manager written in Rust
GNU General Public License v3.0
729 stars 64 forks source link

clipboard crate is unmaintained #275

Closed alexanderkjall closed 1 year ago

alexanderkjall commented 1 year ago

ref https://github.com/aweinstock314/rust-clipboard/issues/91

This have a practical effect in that ripasso-cursive can't be built on FreeBSD, as the version of the x11-clipboard crate that it pulls in doesn't work on FreeBSD (but later one does)

alexanderkjall commented 1 year ago

Migrating to https://crates.io/crates/cli-clipboard might be a way forward