资源简介
mac 操作系统下,比较好用的终端工具
用了将近一下午才下载下来的iterm2,提供给像我同样收网速限制的朋友们,
用了将近一下午才下载下来的iterm2,提供给像我同样收网速限制的朋友们,
代码片段和文件信息
#!/usr/bin/env python3.7
import asyncio
import iterm2
# This script was created with the “basic“ environment which does not support adding dependencies
# with pip.
async def main(connection):
# This is an example of using an asyncio context manager to register a custom control
# sequence. You can send a custom control sequence by issuing this command in a
# terminal session in iTerm2 while this script is running:
#
# printf “\033]1337;Custom=id=%s:%s\a“ “shared-secret“ “create-window“
async with iterm2.CustomControlSequenceMonitor(connection “shared-secret“ r‘^create-window$‘) as mon:
while True:
match = await mon.async_get()
await iterm2.Window.async_create(connection)
# This instructs the script to run the “main“ coroutine and to keep running even after it returns.
iterm2.run_forever(main)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-02-13 07:02 iTerm.app\
目录 0 2020-02-13 07:06 iTerm.app\Contents\
文件 2135 2020-02-13 07:06 iTerm.app\Contents\CodeResources
目录 0 2020-02-13 07:02 iTerm.app\Contents\_CodeSignature\
文件 77077 2020-02-13 07:02 iTerm.app\Contents\_CodeSignature\CodeResources
目录 0 2020-02-13 07:02 iTerm.app\Contents\MacOS\
文件 87776 2020-02-13 07:02 iTerm.app\Contents\MacOS\image_decoder
文件 14413248 2020-02-13 07:02 iTerm.app\Contents\MacOS\iTerm2
目录 0 2020-02-13 07:02 iTerm.app\Contents\Resources\
文件 15140 2020-02-13 07:02 iTerm.app\Contents\Resources\MainMenu.strings
文件 8050 2020-02-13 07:02 iTerm.app\Contents\Resources\graphic_java.tiff
文件 199 2020-02-13 07:02 iTerm.app\Contents\Resources\git.sb
文件 12832 2020-02-13 07:02 iTerm.app\Contents\Resources\PrefsMouse.tiff
文件 29632 2020-02-13 07:02 iTerm.app\Contents\Resources\iTermEditKeyActionWindowController.nib
文件 7350 2020-02-13 07:02 iTerm.app\Contents\Resources\PTYTextViewTest-golden-nonretina-testCustomUnderline.png
文件 800 2020-02-13 07:02 iTerm.app\Contents\Resources\rsa_pub.pem
文件 7274 2020-02-13 07:02 iTerm.app\Contents\Resources\StatusBarIconBattery.tiff
文件 8312 2020-02-13 07:02 iTerm.app\Contents\Resources\Erase.tiff
文件 13454 2020-02-13 07:02 iTerm.app\Contents\Resources\Alert.tiff
文件 8136 2020-02-13 07:02 iTerm.app\Contents\Resources\graphic_curl.tiff
文件 10044 2020-02-13 07:02 iTerm.app\Contents\Resources\DisableTips.tiff
文件 9277 2020-02-13 07:02 iTerm.app\Contents\Resources\iTermStatusBarKnobNumericViewController.nib
文件 10968 2020-02-13 07:02 iTerm.app\Contents\Resources\Navigate.tiff
文件 10028 2020-02-13 07:02 iTerm.app\Contents\Resources\SuppressAllOutput.tiff
文件 2355 2020-02-13 07:02 iTerm.app\Contents\Resources\BroadcastInput.png
文件 3841 2020-02-13 07:02 iTerm.app\Contents\Resources\PowerlineSolidRightArrow.pdf
文件 7562 2020-02-13 07:02 iTerm.app\Contents\Resources\graphic_nginx.tiff
文件 20867 2020-02-13 07:02 iTerm.app\Contents\Resources\MigrationMap.plist
文件 7744 2020-02-13 07:02 iTerm.app\Contents\Resources\StatusBarIconClock.tiff
文件 7864 2020-02-13 07:02 iTerm.app\Contents\Resources\graphic_databa
文件 9901 2020-02-13 07:02 iTerm.app\Contents\Resources\SplitPanel.nib
............此处省略608个文件信息
- 上一篇:AU人脸图像,对做人脸识别的同学们有用
- 下一篇:03 Kira概统十篇完整版
相关资源
- MAC远程连接Windows工具
- 华南X79 + E5-2689 + 蓝宝石RX560XT黑苹果
- 解锁工具Unlocker v3.0.1
- Introduction to machine learning 3rd
- Machine Learning Tom M. Mitchell
- 机器学习 英文课件 CS446
- Mac.OS.X.Internals.-.A.Systems.Approach
- Machine learning A Probabilistic Perspective.p
- Machine Learning - A Probabilistic Perspective
- Machine Learning A Probabilistic Perspective K
- The Hundred-Page Machine Learning Book
- LabelImg for Mac
- easyUEFI破解版
- AirServer_7.1.4免激活版
- Real-World Machine Learning 无水印pdf
- Scala for Machine Learning(2nd) 无水印p
- Machine Learning with Spark(2nd) 无水印
- Mastering Machine Learning With scikit-learn中文
- IDEA for mac汉化(2018.2)
- Lenovo Y50 (1080P) 安装 黑苹果 hackin
- Machine Vision Algorithms and Applications 2nd
- Mac任意形状截图Voila
- Feature Engineering for Machine Learning - Ali
- 全景图拼接软件PTGui.Pro.v9.0,mac版本
- Codeblocks for mac
- Bishop《Pattern Recognition and Machine Learn
- geth_MACOS一键搭建私有链教程.zip
- Pattern_Recognition_And_Machine_Learning(英文
- Mathematics for Machine Learning (2019).pd
- Pattern Recognition And Machine Learning英文
评论
共有 条评论