[feat] scripts: import jpassmenu and RiiR
This commit is contained in:
parent
7cb6c38202
commit
ac41d8527f
8 changed files with 1043 additions and 29 deletions
13
scripts/jpassmenu/Cargo.toml
Normal file
13
scripts/jpassmenu/Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue