瀏覽代碼

boltctl: add page (#5786)

noarchwastaken 3 年之前
父節點
當前提交
c1259f5d7b
共有 2 個文件被更改,包括 56 次插入0 次删除
  1. 28 0
      pages.zh/linux/boltctl.md
  2. 28 0
      pages/linux/boltctl.md

+ 28 - 0
pages.zh/linux/boltctl.md

@@ -0,0 +1,28 @@
+# boltctl
+
+> 控制雷电 (thunderbolt) 设备。
+> 更多信息:<https://manned.org/boltctl>.
+
+- 列出已连接并授权的设备:
+
+`boltctl`
+
+- 列出已连接的设备,且包含未授权的设备:
+
+`boltctl list`
+
+- 临时授权一个设备:
+
+`boltctl authorize {{设备uuid}}`
+
+- 授权并记住一个设备:
+
+`boltctl enroll {{设备uuid}}`
+
+- 取消一个设备的授权:
+
+`boltctl forget {{设备uuid}}`
+
+- 显示一个设备的详细信息:
+
+`boltctl info {{设备uuid}}`

+ 28 - 0
pages/linux/boltctl.md

@@ -0,0 +1,28 @@
+# boltctl
+
+> Control thunderbolt devices.
+> More information: <https://manned.org/boltctl>.
+
+- List connected (and authorized) devices:
+
+`boltctl`
+
+- List connected devices, including unauthorized ones:
+
+`boltctl list`
+
+- Authorize a device temporarily:
+
+`boltctl authorize {{device_uuid}}`
+
+- Authorize and remember a device:
+
+`boltctl enroll {{device_uuid}}`
+
+- Revoke a previously authorized device:
+
+`boltctl forget {{device_uuid}}`
+
+- Show more information about a device:
+
+`boltctl info {{device_uuid}}`