kittylitters 0.2.1

A simple app to sync a yaml file which describes tabs and windows to the currently open kitty session
Documentation
# kittylitters

A simple app to sync a yaml file which describes tabs and windows to the currently open kitty session

[Ratatui]: https://ratatui.rs
[![Crates.io](https://img.shields.io/crates/v/kittylitters.svg)](https://crates.io/crates/kittylitters)
[![Docs.rs](https://docs.rs/kittylitters/badge.svg)](https://docs.rs/kittylitters)
[![CI](https://github.com/bmblb3/kittylitters/workflows/CI/badge.svg)](https://github.com/bmblb3/kittylitters/actions)

## Installation

### Cargo

* Install the rust toolchain in order to have cargo installed by following
  [this]https://www.rust-lang.org/tools/install guide.
* run `cargo install kittylitters`

### Pre-built binaries
* Download the tar from [releases]https://github.com/bmblb3/kittylitters/releases
* unpack the file and place the binaries in your system PATH

## License

Licensed under either of

 * Apache License, Version 2.0
   ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license
   ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Notice about dependencies
This project uses [Ratatui], which is licensed separately
under the [MIT License](LICENSE-MIT)

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

See [CONTRIBUTING.md](CONTRIBUTING.md).