https://github.com/deraen/i3-utils
https://github.com/deraen/i3-utils
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deraen/i3-utils
- Owner: Deraen
- Created: 2015-06-05T11:15:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T07:29:36.000Z (over 8 years ago)
- Last Synced: 2025-06-16T11:55:08.595Z (29 days ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deraen's i3-utils
Some i3 utils which should work with minimal dependencies.
Dependencies:
- Glib 2.0 (should be present everywhere)
- Glib-json 1.0## Why
Existing utilities often use Python bindings or such. I didn't like them. Two
approaches I like:- Bash scripts, however e.g. parsing JSON in Bash is not very easy (though it is possible)
- C programs, Glib is widely available and seems to be useful for parsing JSON and such