feat: replace jpassmenu with a python version
There is no reason for it to be a Rust program
This commit is contained in:
parent
f082fe7a61
commit
0e170dd365
12 changed files with 157 additions and 926 deletions
9
scripts/jpassmenu/pyproject.toml
Normal file
9
scripts/jpassmenu/pyproject.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "jpassmenu"
|
||||
version = "0.1.0"
|
||||
description = "A simple program that uses dmenu compatible menu to select a password to type/copy"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"click>=8.1.7",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue