Crates.io | i3ctl |
lib.rs | i3ctl |
version | 0.1.0 |
source | src |
created_at | 2019-03-18 10:06:40.396333 |
updated_at | 2019-03-18 10:06:40.396333 |
description | A command line app to control i3 |
homepage | |
repository | |
max_upload_size | |
id | 122232 |
size | 10,112 |
A CLI to control the i3 tiling window manager.
The idea of this tool is that it provides an extensible collection of commands, and handles sending them through the i3 ipc. Currently it has 1 command - open a terminal in the current working directory.
i3ctl <subcommand>
where
<subcommand> = {term | ..more might be added }
term <terminal name>
- creates a new terminal window with cwd set to the current directory.
I map this to a key parttern in vim so I can open a terminal without having to then navigate to my current directory.