Skip to content

Commit e6b3896

Browse files
committed
Convert to python3
The shell version is too slow. Too many calls to `jq` that weren't cached. Rewrite in python3 for speed and maintainability. Signed-off-by: Joe Block <[email protected]>
1 parent eddfa10 commit e6b3896

File tree

2 files changed

+429
-9
lines changed

2 files changed

+429
-9
lines changed

Diff for: Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
i: lint install
2-
install:
2+
install: format
33
cp lima-plugin ~/Library/Application\ Support/xbar/plugins/lima-plugin.10s
44

55
l: lint
@@ -12,8 +12,9 @@ requirements:
1212

1313
f: format
1414
format:
15-
black lima-plugin
15+
black lima-plugin *.py
1616

1717
t: test
1818
test: format
1919
poetry run ./lima-plugin
20+

0 commit comments

Comments
 (0)