[feat] scripts: import jpassmenu and RiiR
All checks were successful
/ check (push) Successful in 30s
/ build (docs) (push) Successful in 3s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 28s
/ build (nvim) (push) Successful in 15s

This commit is contained in:
Jalil David Salamé Messina 2024-07-18 20:37:52 +02:00
parent 7cb6c38202
commit ac41d8527f
Signed by: jalil
GPG key ID: F016B9E770737A0B
8 changed files with 1043 additions and 29 deletions

View file

@ -0,0 +1,13 @@
[package]
name = "jpassmenu"
description = "A simple program that uses dmenu compatible menu to select a password to type/copy"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.9", features = ["derive", "env"] }
duct = "0.13.7"
env_logger = "0.11.3"
ignore = "0.4.22"
log = "0.4.22"
miette = { version = "7.2.0", features = ["fancy"] }