mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
change bluetoothctl compatibility
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
jc changelog
|
||||
|
||||
20230417 v1.23.2
|
||||
20230421 v1.23.2
|
||||
- Add `bluetoothctl` command parser
|
||||
- Fix `acpi` command parser for "Not charging" battery status lines
|
||||
- Fix `iwconfig` command parser for SSIDs with dashes in the name
|
||||
|
@ -124,6 +124,6 @@ Returns:
|
||||
List of Dictionaries. Raw or processed structured data.
|
||||
|
||||
### Parser Information
|
||||
Compatibility: linux, darwin, cygwin, aix, freebsd
|
||||
Compatibility: linux
|
||||
|
||||
Version 1.0 by Jake Ob (iakopap at gmail.com)
|
||||
|
@ -108,7 +108,7 @@ class info():
|
||||
description = '`bluetoothctl` command parser'
|
||||
author = 'Jake Ob'
|
||||
author_email = 'iakopap at gmail.com'
|
||||
compatible = ["linux", "darwin", "cygwin", "aix", "freebsd"]
|
||||
compatible = ["linux"]
|
||||
magic_commands = ["bluetoothctl"]
|
||||
tags = ['command']
|
||||
|
||||
|
Reference in New Issue
Block a user