- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/tweekmonster/tmux2html
- 软件文档: https://github.com/tweekmonster/tmux2html/blob/master/README.md
- 官方下载: https://github.com/tweekmonster/tmux2html/archive/master.zip
软件介绍
tmux2htm 渲染TMUX全窗口或单个窗格为HTML。
通过捕捉TMUX全窗口或单个窗格,对它们的内容进行分析,并在实时色彩中转换成HTML。输出可以是快照或动画序列。包含一个使用gzip压缩的Web服务,因为合理大小的窗口或窗格,所以通过网络的大小是可以忽略不计的。
要求:
tmux 1.8
Python 2.7 or 3.4 (could be wrong since it's not tested in lower versions)
安装:
pip install tmux2html
用法:
tmux2html 4 -o window_5_in_current_session.html tmux2html .0 -o first_pane_in_current_window.html tmux2html other:1.2 -o second_window_third_pane_in_other_session.html
命令行选项
target (positional) - Target window or pane. Uses tmux's target syntax, but always 0-indexed. (e.g. sess:1.2 - Session - sess, Window 2, Pane 3. Default target is window.)
-o, --output - Output file. Prints to stdout if omitted.
-m, --mode - Output file permissions. Default - 644
--light - Light background.
--interval - Number of seconds between captures.
--duration - Number of seconds to capture. 0 for indefinite recording, -1 to disable.
--stream - Continuously renders until stopped and adds a script to auto refresh based on --interval. See the notes below for more info.
--fg - Foreground color. Can be a color index or R,G,B
--bg - Background color. Can be a color index or R,G,B
--full - Renders the full history of a single pane
C语言名题精选百则技巧篇
冼镜光 / 机械工业出版社 / 2005-7 / 44.00元
《C语言名题精选百则》(技巧篇)收集了100则C语言程序设计题,共分9类。第一类比较简单,主要希望读者了解到《C语言名题精选百则》(技巧篇)的题目、解法与其他书籍之间的差异;第二至六类分别是关于数字、组合数学或离散数学、查找、排序、字符串等方面的题目;第七类列出了一些不太容易归类的题目,如Buffon丢针问题、Dijkstra的三色旗问题等;第八类则收录了一些有趣的、娱乐性的题目,如魔方阵等;第九......一起来看看 《C语言名题精选百则技巧篇》 这本书的介绍吧!
