Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deraen/i3-utils


https://github.com/deraen/i3-utils

Last synced: 2 days ago
JSON representation

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