savr

Crates.iosavr
lib.rssavr
version0.1.0
sourcesrc
created_at2022-05-26 07:56:28.856622
updated_at2022-05-26 07:56:28.856622
descriptionDead simple x-lockcreen
homepagehttps://github.com/lgmys/savr
repositoryhttps://github.com/lgmys/savr
max_upload_size
id593986
size21,129
Luke Gmys (lgmys)

documentation

README

SAVR - minimal x lockscreen written in rust

Motivation

savr is a minimal lockscreen written with rust-lang. I took the inspiration from slock, but I wanted the ability to customize the locked message. In slock this comes with community patches, with savr is is built in. It also uses pam for authentication as opposed to manual password hash lookup.

Usage

See savr -h to see up to date options.

savr 0.1.0
Lukasz Gmys <lgmys@pm.me>
Simple x lockscreen

USAGE:
    savr [OPTIONS]

OPTIONS:
    -h, --help                 Print help information
    -m, --message <MESSAGE>    Locked message [default: locked]
    -V, --version              Print version information

TODO

[ ] Add tests

Commit count: 4

cargo fmt