feat: rewrite jpassmenu in Python

There is no reason for it to be a Rust program
This commit is contained in:
Jalil David Salamé Messina 2025-05-17 12:07:49 +02:00
parent f082fe7a61
commit c65e793a85
Signed by: jalil
GPG key ID: F016B9E770737A0B
13 changed files with 172 additions and 931 deletions

View 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",
]