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
|
jc changelog
|
||||||
|
|
||||||
20230417 v1.23.2
|
20230421 v1.23.2
|
||||||
- Add `bluetoothctl` command parser
|
- Add `bluetoothctl` command parser
|
||||||
- Fix `acpi` command parser for "Not charging" battery status lines
|
- Fix `acpi` command parser for "Not charging" battery status lines
|
||||||
- Fix `iwconfig` command parser for SSIDs with dashes in the name
|
- Fix `iwconfig` command parser for SSIDs with dashes in the name
|
||||||
|
@ -124,6 +124,6 @@ Returns:
|
|||||||
List of Dictionaries. Raw or processed structured data.
|
List of Dictionaries. Raw or processed structured data.
|
||||||
|
|
||||||
### Parser Information
|
### Parser Information
|
||||||
Compatibility: linux, darwin, cygwin, aix, freebsd
|
Compatibility: linux
|
||||||
|
|
||||||
Version 1.0 by Jake Ob (iakopap at gmail.com)
|
Version 1.0 by Jake Ob (iakopap at gmail.com)
|
||||||
|
@ -108,7 +108,7 @@ class info():
|
|||||||
description = '`bluetoothctl` command parser'
|
description = '`bluetoothctl` command parser'
|
||||||
author = 'Jake Ob'
|
author = 'Jake Ob'
|
||||||
author_email = 'iakopap at gmail.com'
|
author_email = 'iakopap at gmail.com'
|
||||||
compatible = ["linux", "darwin", "cygwin", "aix", "freebsd"]
|
compatible = ["linux"]
|
||||||
magic_commands = ["bluetoothctl"]
|
magic_commands = ["bluetoothctl"]
|
||||||
tags = ['command']
|
tags = ['command']
|
||||||
|
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2023-04-18 1.23.2 "JSON Convert"
|
.TH jc 1 2023-04-21 1.23.2 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
||||||
and strings
|
and strings
|
||||||
|
Reference in New Issue
Block a user