1USBGUARD-NOTIFIER-(1) USBGUARD-NOTIFIER-(1)
2
3
4
6 usbguard-notifier-cli - USBGuard Notifier command-line interface
7
9 usbguard-notifier [OPTIONS]
10
12 USBGuard Notifier CLI is command line application used to display,
13 manage, edit and remove notifications generated by usbguard-notifier.
14
16 -h, --help
17 Show help.
18
20 Each command is typed on a line by itself, and may take arguments
21 following the command word. The following commands are provided:
22
23 show <allowed | blocked | rejected | inserted | removed | all>
24 Shows every single notification based on the given property. If no
25 arguments are given, all option will be applied.
26
27 display <id>
28 Provides a detailed description about a single notification
29 identified by id.
30
31 next <id>
32 Moves cursor to the x-th next notification specified by id and
33 applies the display method. If no arguments are given, it will move
34 on to the next notification.
35
36 previous <id>
37 Moveis cursor to the x-th previous notification specified by id and
38 applies the display method. If no arguments are given, it will move
39 on to the previous notification.
40
41 remove <id>
42 Removes one or more notifications specified by id. If no arguments
43 are given, removes the actual notification.
44
45 help
46 Detailed description about each command.
47
48 commands
49 List of all available commands.
50
51 quit
52 Terminates the session, saving all undeleted notifications.
53
55 Please note that each command has a shortcut. To view detailed
56 description about commands and their appropriate shortcuts, as well as
57 parameters type help.
58
60 usbguard-notifier(1)
61
63 If you find a bug in this software or if you’d like to request a
64 feature to be implemented, please file a ticket at
65 https://github.com/Cropi/usbguard-notifier/issues/new.
66
68 USBGuard Notifier was written by Zoltán Fridrich and Attila Lakatos.
69
71 Main web site: https://usbguard.github.io/
72
74 License GPLv2+: GNU GPL version 2 or later
75 http://gnu.org/licenses/gpl.html. This is free software: you are free
76 to change and redistribute it. There is NO WARRANTY, to the extent
77 permitted by law.
78
79
80
81 12/19/2022 USBGUARD-NOTIFIER-(1)