Replace bw-serve/Ansible-based implementation with a clean rewrite: - rbw CLI wrapper for listing entries and fetching credentials - Rofi script-mode and fzf selectors with history-first sorting - JSON-backed frecency history at ~/.cache/bw-menu/ - Clipboard support via wl-copy/xclip auto-detection - uv + hatchling packaging with bw-menu entry point
12 lines
200 B
TOML
12 lines
200 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "bw-menu"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.10"
|
|
|
|
[project.scripts]
|
|
bw-menu = "bw_menu.__main__:main"
|