From 42f9ddabb9129e60be3eb4f5e6c4a494ef0f758c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 21 Apr 2023 14:22:23 -0700 Subject: [PATCH] change bluetoothctl compatibility --- CHANGELOG | 2 +- docs/parsers/bluetoothctl.md | 2 +- jc/parsers/bluetoothctl.py | 2 +- man/jc.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ba82e320..3ba174df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/docs/parsers/bluetoothctl.md b/docs/parsers/bluetoothctl.md index df2314e5..affe1170 100644 --- a/docs/parsers/bluetoothctl.md +++ b/docs/parsers/bluetoothctl.md @@ -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) diff --git a/jc/parsers/bluetoothctl.py b/jc/parsers/bluetoothctl.py index eabb2cbb..9387947d 100644 --- a/jc/parsers/bluetoothctl.py +++ b/jc/parsers/bluetoothctl.py @@ -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'] diff --git a/man/jc.1 b/man/jc.1 index eef2cb0e..f3df7ad5 100644 --- a/man/jc.1 +++ b/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 \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings