mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
py
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import json, subprocess
|
||||
|
||||
if __name__ == "__main__":
|
||||
data: dict[str, str] = json.loads(subprocess.check_output(['fastfetch', '--help-raw']))
|
||||
for item in data:
|
||||
print(item)
|
||||
Reference in New Issue
Block a user