2 Commits

Author SHA1 Message Date
Hadi dfa9a30586 Add badges 2026-05-01 01:05:56 +02:00
Hadi d181eae077 Update README 2026-04-30 19:32:02 +02:00
+8 -1
View File
@@ -2,12 +2,19 @@
▖▖▄▖▄ ▄▖ ▌ ▄▖▖▖▄▖ ▖▖▄▖▄ ▄▖ ▌ ▄▖▖▖▄▖
▌▌▚ ▙▘▌ ▌▌▀▌▛▘▛▌ ▐ ▌▌▐ ▌▌▚ ▙▘▌ ▌▌▀▌▛▘▛▌ ▐ ▌▌▐
▙▌▄▌▙▘▙▌▙▌█▌▌ ▙▌ ▐ ▙▌▟▖ ▙▌▄▌▙▘▙▌▙▌█▌▌ ▙▌ ▐ ▙▌▟▖
``` ```
[![Go Version](https://img.shields.io/github/go-mod/go-version/anotherhadi/usbguard-tui)](go.mod)
[![Release](https://img.shields.io/github/v/release/anotherhadi/usbguard-tui)](https://github.com/anotherhadi/usbguard-tui/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/anotherhadi/usbguard-tui)](https://goreportcard.com/report/github.com/anotherhadi/usbguard-tui)
# USBGuard TUI # USBGuard TUI
A terminal UI for managing USB devices via [usbguard](https://usbguard.github.io/). A terminal UI for managing USB devices via [usbguard](https://usbguard.github.io/).
USBGuard is a software framework for implementing a USB device authorization policy (allowlisting/blocklisting). It protects your system against rogue USB devices by scanning them and checking their parameters against a set of rules.
Built with [bubbletea](https://github.com/charmbracelet/bubbletea) & Goland! Built with [bubbletea](https://github.com/charmbracelet/bubbletea) & Goland!
## Requirements ## Requirements