Metadata-Version: 2.1
Name: py3tree
Version: 0.0.2
Summary: Display the i3 tree for the current or all workspaces
Home-page: https://github.com/DavidAntliff/py3tree.git
Author: David Antliff
Author-email: david.antliff@gmail.com
License: UNKNOWN
Keywords: i3 i3ipc
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: X11 Applications
Classifier: Topic :: Desktop Environment :: Window Managers
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
Requires-Dist: future (>=0.16.0)
Requires-Dist: i3ipc (>=1.5.1)

# py3tree

A reimplementation of [i3tree](https://github.com/sciurus/i3tree) in Python, using [i3ipc](https://github.com/acrisci/i3ipc-python).

# Overview

i3tree is a program written by sciurus in Perl for the i3 tiling window manager.

This project is a reimplementation of this tool in Python.

# Usage

Show the entire tree, including all workspaces:

    $ py3tree

Show the tree for just the workspace named "1":

    $ py3tree -w 1

Show the tree for both the workspace named "1" and the workspace named "two":

    $ py3tree -w 1 two

Show the tree for the current focused workspace:

    $ py3tree -f

# Acknowledgements

Thank you to sciurus for the original i3tree, licensed under the GPLv3.





