Skip to content

Commit

Permalink
py
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Nov 22, 2023
1 parent c10d7a8 commit a846780
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions completions/fish.py
@@ -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)

0 comments on commit a846780

Please sign in to comment.