iterm2 0.2.0

A library for using iTerm2 escpae codes
Documentation

iTerm2

A Rust crate to allow easy access to the various escape codes in iTerm2.

Usage

extern crate iterm2;
use iterm2::*;

clear_scrollback().unwrap();
anchor("https://google.com", "google").unwrap();
attention(AttentionType::Firework).unwrap();