bw-menu/uv.lock
Navid Sassan a316e1b233 Rewrite bw-menu using rbw CLI backend and proper Python packaging
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
2026-02-17 19:32:27 +01:00

9 lines
128 B
TOML

version = 1
revision = 3
requires-python = ">=3.10"
[[package]]
name = "bw-menu"
version = "0.1.0"
source = { editable = "." }