sessionizer 0.5.1

Tmux session manager
Documentation
# {{crate}} [![CI Status][ci-badge]][ci-url] [![Crates.io][crates-badge]][crates-url] [![Docs][docs-badge]][docs-url] ![License: {{ license }}][license-badge] ![Rust Version: {{rust_version}}][rust-version-badge]

[ci-badge]: {{ repository }}/actions/workflows/checks.yml/badge.svg
[ci-url]: {{ repository }}
[crates-badge]: https://img.shields.io/crates/v/{{ crate | urlencode }}?style=shield
[crates-url]: https://crates.io/crates/{{ crate | urlencode }}
[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg?style=shield
[docs-url]: https://docs.rs/{{ crate | urlencode }}
[license-badge]: https://img.shields.io/badge/license-{{ license | replace("-", "--") | urlencode }}-blue.svg?style=shield
[rust-version-badge]: https://img.shields.io/badge/rustc-{{ rust_version | urlencode }}-orange.svg?style=shield

Select a new tmux session from a list of running sessions or a selection of projects.

> [!WARNING]
> Very much a work in progress.
> As it is, it's probably only working for me.
> Configurability might come later.

## Installation

> [!IMPORTANT]
> Windows is not supported. Using WSL might work, though it is not tested.

### Via Cargo

#### Released version

```sh
cargo install sessionizer
```

#### Development version

```sh
cargo install --git https://github.com/knutwalker/sessionizer
```

### From source

```sh
make; make install
```

These steps might have to be adapted to your environment (e.g. elevating privileges for `make install`).
On macOS, you have to use `gmake` from homebrew.

{{ readme }}

## License

{{ crate }} is licensed under either of the following, at your option:

 * 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)

---

{%- if links != "" %}
{{ links }}
{%- endif -%}