-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathwifi-qr.metainfo.xml
88 lines (84 loc) · 2.88 KB
/
wifi-qr.metainfo.xml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.debian.wifi-qr</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<update_contact>kokoye2007@gmail.com</update_contact>
<!-- Copyright 2024 kokoye2007 -->
<name>
WiFi QR
</name>
<summary>
Generate and scan QR codes for Wi-Fi networks with GUI and CLI support
</summary>
<description>
<p>
Wi-Fi QR is a versatile tool for generating and scanning QR codes for Wi-Fi networks. It offers both GUI and command-line interfaces for maximum flexibility.
</p>
<p>
Key features:
</p>
<ul>
<li>GUI interface for QR code generation and scanning</li>
<li>Command-line interface with multiple options</li>
<li>Webcam support for QR code scanning</li>
<li>Auto-connect functionality for scanned WiFi networks</li>
<li>File-based QR code scanning</li>
<li>Fuzzy finder for terminal usage</li>
<li>Legacy encoding and decoding support</li>
</ul>
<p>
Command-line options:
</p>
<ul>
<li>Launch GUI main menu (-g)</li>
<li>Launch WiFi QR create GUI (-c)</li>
<li>Launch WiFi QR GUI with Zenity or Kdialog (-d)</li>
<li>Launch WiFi QR create terminal (-t)</li>
<li>Launch WiFi QR create terminal with fuzzy finder (-z)</li>
<li>Launch QR scan and auto-connect WiFi (-s)</li>
<li>Scan and connect from file in terminal mode (-f)</li>
<li>Scan and connect from file using GUI (-p)</li>
<li>Launch QR scan and connect WiFi GUI (-q)</li>
<li>Launch WiFi QR webcam selector (-w)</li>
<li>Use legacy encoding or decoding (-L)</li>
</ul>
</description>
<launchable type="desktop-id">wifi-qr.desktop</launchable>
<url type="homepage">https://github.com/kokoye2007/wifi-qr</url>
<developer_name>kokoye2007</developer_name>
<provides>
<binary>wifi-qr</binary>
</provides>
<releases>
<release version="0.4-1" date="2024-12-18">
<description>
<p>New features:</p>
<ul>
<li>Added webcam selector support</li>
<li>Added multi-camera configuration</li>
<li>Added GUI and terminal file scanning options</li>
<li>Added legacy encoding and decoding support</li>
<li>Added Kdialog support</li>
</ul>
</description>
</release>
</releases>
<categories>
<category>Network</category>
<category>Utility</category>
</categories>
<keywords>
<keyword>wifi</keyword>
<keyword>qr</keyword>
<keyword>qrcode</keyword>
<keyword>network</keyword>
<keyword>scanner</keyword>
<keyword>webcam</keyword>
</keywords>
<content_rating type="oars-1.1" />
<languages>
<lang>en_US</lang>
<lang percentage="100">en_US</lang>
</languages>
</component>