| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

一些Mac上有用的东西 常用脚本、文档等

一些 Mac 上有用的东西常用脚本、文档等。

some useful things in MAC os.

  • scripts
  • shells
  • tips of some common useful apps

PS: u can setbinto the System Path to use the common usage shells

1. memory_usage.py

show memory usage in python

2. useful_shells.sh

some mac useful shells

3. shortcut_keys_intro.md

introduce mac shortcut keys

4. st_shortcut_keys.md

SublimeText2 shortcut keys

5. zsh_tips.md

zsh useful tips

6. bin/rm_ds

删除当前目录下的.DS_Store文件

7. bin/git_init

初始化git repository

git_init [git_repos_url] [to_dir]
  • git_repos_url为空时,初始化.gitignore文件

  • git_repos_url不为空,则将此repos克隆到本地,然后初始化.gitignore文件

项目主页:http://www.open-open.com/lib/view/home/1434551229645

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1434551229645.html
Mac