#/usr/bin/env python3
#coding: utf-8
import os
def get_tools():
apppath="/Applications"
tools = ['termal']
for i in os.listdir(apppath):
if i.startswith("iTerm.app"):
tools.append("iterm2")
break
return tools
print(get_tools())
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
人家都说名字起的太长不太容易被记住