3 个不稳定版本
使用旧的 Rust 2015
0.2.1 | 2019年4月21日 |
---|---|
0.2.0 | 2018年7月3日 |
0.1.0 | 2018年6月27日 |
111 在 #escaping
21 每月下载量
11KB
178 行
iTerm2
Rust 包,允许轻松访问 iTerm2 中的各种转义代码。
使用方法
extern crate iterm2;
use iterm2::*;
clear_scrollback().unwrap();
anchor("https://google.com", "google").unwrap();
attention(AttentionType::Firework).unwrap();
lib.rs
:
iTerm2
Rust 包,允许轻松访问 iTerm2 中的各种转义代码。
使用方法
extern crate iterm2;
use iterm2::*;
clear_scrollback().unwrap();
anchor("https://google.com", "google").unwrap();
attention(AttentionType::Firework).unwrap();
依赖项
~375KB