prs-cli 0.5.0

Secure, fast & convenient password manager CLI with GPG & git sync
pub mod add;
#[cfg(feature = "alias")]
pub mod alias;
pub mod clone;
#[cfg(feature = "clipboard")]
pub mod copy;
pub mod duplicate;
pub mod edit;
pub mod generate;
pub mod git;
pub mod grep;
pub mod housekeeping;
pub mod init;
pub mod internal;
pub mod list;
pub mod r#move;
pub mod recipients;
pub mod remove;
pub mod show;
pub mod slam;
pub mod sync;
#[cfg(all(feature = "tomb", target_os = "linux"))]
pub mod tomb;
#[cfg(feature = "totp")]
pub mod totp;