v1.0.0 - Full release
This release is fully featured, everything that is mentioned in the README is implemented. Additionally, the command line interface is considered stable and will only have breaking changes with either a major or a minor version bump (still to be determined).
Installation
You have multiple options to install i3nator:
-
If you have a recent Rust with Cargo installed, you can install
i3nator
directly from crates.io:$ cargo install i3nator
-
Alternatively, you can download the static binary from this release. This should work without any additional dependencies.
-
Another option is to install from directly from source (this again requires a recent Rust installation):
$ git clone https://github.com/pitkley/i3nator.git $ cd i3nator $ cargo install
Note: If you want to be able to use the automatic command execution feature, you will need to install xdotool
.