fuzzel-pass 0.1.0

A password-store frontend for auto-typing passwords
1
2
3
4
5
6
pub(crate) use crate::error::Error;
pub(crate) use crate::password::Password;
pub(crate) use crate::shell::Result;
pub(crate) use crate::shell::fuzzel::Fuzzel;
pub(crate) use crate::shell::pass::Pass;
pub(crate) use crate::shell::wtype::Wtype;