GUI application for fingerprint management, elegantly designed for the COSMIC Desktop Environment.
COSMIC™ Utils Enroll provides a seamless graphical interface
for interacting with fprintd to enroll and
manage fingerprints. Built with Rust and libcosmic, it
seamlessly integrates with the visual language of the COSMIC
DE.
On a multiuser system, choose a user from the navigation. It prompts for authentication and validates correct rights seamlessly.
Perform required authentication and rights checks before managing fingerprints. Invalid attempts are safely dismissed.
Real-time visual feedback and progress indicators during the fingerprint enrollment process to ensure a smooth user experience.
The project includes a justfile for the
just
command runner.
# Build the application (release mode)
just build-release
# Build and run the application
just run
# Install into the system
just install