From b19739b0a62d1c44f2c3fc828607c58c0eccfa77 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 4 May 2026 22:48:45 +0200 Subject: [PATCH] add features section Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e8dd4f6..d32f6e8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ USBGuard is a software framework for implementing a USB device authorization pol Built with [bubbletea](https://github.com/charmbracelet/bubbletea) & Golang! +## Features + +- List all connected USB devices with their current status (allowed, blocked, rejected) +- Allow, block, or reject devices: temporarily or permanently +- Action popup with mouse support for quick device management +- Filter devices by name with `/` +- Auto-refresh +- Keyboard shortcuts for all actions (`a`/`A`, `b`/`B`, `e`/`E`) + ## Requirements - usbguard installed and the daemon running