iterm2

Crates.ioiterm2
lib.rsiterm2
version0.2.1
sourcesrc
created_at2018-06-27 21:25:24.101207
updated_at2019-04-21 02:23:54.05064
descriptionA library for using iTerm2 escape codes
homepagehttps://github.com/Noskcaj19/iterm2
repositoryhttps://github.com/Noskcaj19/iterm2
max_upload_size
id72002
size11,131
(Noskcaj19)

documentation

README

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();
Commit count: 23

cargo fmt