Crates.io | iterm2 |
lib.rs | iterm2 |
version | 0.2.1 |
source | src |
created_at | 2018-06-27 21:25:24.101207 |
updated_at | 2019-04-21 02:23:54.05064 |
description | A library for using iTerm2 escape codes |
homepage | https://github.com/Noskcaj19/iterm2 |
repository | https://github.com/Noskcaj19/iterm2 |
max_upload_size | |
id | 72002 |
size | 11,131 |
A Rust crate to allow easy access to the various escape codes in iTerm2.
extern crate iterm2;
use iterm2::*;
clear_scrollback().unwrap();
anchor("https://google.com", "google").unwrap();
attention(AttentionType::Firework).unwrap();