3 unstable releases
Uses old Rust 2015
0.2.1 | Apr 21, 2019 |
---|---|
0.2.0 | Jul 3, 2018 |
0.1.0 | Jun 27, 2018 |
#109 in #escaping
11KB
178 lines
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();
lib.rs
:
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();
Dependencies
~370KB