Skip to content

v1.0.0 - Full release

Compare
Choose a tag to compare
@pitkley pitkley released this 31 May 17:26
1.0.0
5342173

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:

  1. If you have a recent Rust with Cargo installed, you can install i3nator directly from crates.io:

    $ cargo install i3nator
  2. Alternatively, you can download the static binary from this release. This should work without any additional dependencies.

  3. 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.