File: usbguard-notifier-cli.1.adoc

package info (click to toggle)
usbguard-notifier 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: cpp: 1,090; makefile: 121; sh: 26
file content (58 lines) | stat: -rw-r--r-- 1,774 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
usbguard-notifier-cli(1)
========================
:doctype: manpage


== NAME
usbguard-notifier-cli - USBGuard Notifier command-line interface


== SYNOPSIS
usbguard-notifier [OPTIONS]


== DESCRIPTION
USBGuard Notifier CLI is command line application used to display, manage, edit and remove notifications generated by usbguard-notifier.


== OPTIONS
*-h, --help*::
    Show help.


== COMMANDS
Each command is typed on a line by itself, and may take arguments following the command word. The following commands are provided:

*show <allowed | blocked | rejected | inserted | removed | all>*::
    Shows every single notification based on the given property. If no arguments are given, 'all' option will be applied.

*display <id>*::
    Provides a detailed description about a single notification identified by 'id'.

*next <id>*::
    Moves cursor to the x-th next notification specified by 'id' and applies the *display* method. If no arguments are given, it will move on to the next notification.

*previous <id>*::
    Moveis cursor to the x-th previous notification specified by 'id' and applies the *display* method. If no arguments are given, it will move on to the previous notification.

*remove <id>*::
    Removes one or more notifications specified by 'id'. If no arguments are given, removes the actual notification.

*help*::
    Detailed description about each command.

*commands*::
    List of all available commands.

*quit*::
    Terminates the session, saving all undeleted notifications.

== NOTE
Please note that each command has a shortcut. To view detailed description about commands and their appropriate shortcuts, as well as parameters type 'help'.


== SEE ALSO
link:usbguard-notifier.1.adoc#name[usbguard-notifier(1)]


include::footer.adoc[]