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

https://github.com/plasmaa0/itree

Small script that gets your i3 layout of windows in HUMAN READABLE format
https://github.com/plasmaa0/itree

i3 i3wm jq layout script workspace

Last synced: 3 months ago
JSON representation

Small script that gets your i3 layout of windows in HUMAN READABLE format

Awesome Lists containing this project

README

          

# itree
[![Nix](https://img.shields.io/badge/Nix-5277C3?logo=nixos&logoColor=fff)](#)

This script gets your i3 layout of windows in _**HUMAN READABLE**_ format (not like `i3-save-tree` or `i3-msg -t "get_tree"`)

It is not supposed to be used as something really useful, just for exploring i3 maybe or smth.

## Usage
- Clone repo
- Execute `./itree.sh`, nix will do it's thing
- If that didn't work. Requirements:
- `jq`
- `bat`
- `json2yaml`
- `i3`
- Anyways the script is simple and you can modify it to work with less req's

## Preview
![image](https://github.com/user-attachments/assets/1e254cd5-5367-48b0-a517-88abda645d8c)