1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
3a860b9bab add rotation field 2022-04-10 10:31:13 -07:00
e39f150a21 Support rotated devices 2022-04-10 19:53:37 +09:00
6986c74f6d remove direct parser module example from doc 2022-03-10 15:18:27 -08:00
cb2dfeac8d change name to JSON Convert 2022-03-04 13:27:39 -08:00
4bdeb2b3aa simplify warning message 2022-02-24 20:52:18 -08:00
961968a0fc fix schema 2022-02-14 15:14:22 -08:00
3201452564 add -p to example 2022-02-14 10:06:09 -08:00
7ee1e34fc7 doc update 2022-02-14 10:03:52 -08:00
67dbf05016 add type annotations 2022-02-14 09:58:31 -08:00
3f5f6e39a7 formatting 2022-02-14 09:20:16 -08:00
4723db8e3c doc updates 2022-02-14 09:14:46 -08:00
cbdc666236 Return empty object if no results and filenames
- If no results are returned, return {} instead of {"screens": [],
"unassociated_devices": []}
- simple_xrandr -> xrandr_simple
2022-02-09 22:06:23 -08:00
6b793d0521 Clean up types
* | operator => Union[]
* Remove unused import Iterator
* Remove comment
2022-02-03 22:40:35 -08:00
520082d963 New parser: xrandr
Tests passing, working as intended in plugin directory
2022-02-02 20:33:25 -08:00