An open API service indexing awesome lists of open source software.

https://github.com/scarsty/script

有用的脚本文件等
https://github.com/scarsty/script

Last synced: about 1 year ago
JSON representation

有用的脚本文件等

Awesome Lists containing this project

README

          

# scripts

一些有用的脚本和注册表文件。

| 文件名 | 用途 |
| --------------------------- | ----------------------------------------------- |
| batch_chmod.sh | 批量修改文件属性为合理值 |
| clean_cmake.sh | 清理cmake文件 |
| create_implib_from_dll.sh | 从.dll文件创建.lib文件(VisualStudio) |
| create_implib_from_dll_a.sh | 从.dll.a文件(mingw)创建.lib文件(VisualStudio) |
| git_clear_big_file.sh | 清理git中的大文件,参数为文件名 |
| git_find_big_file.sh | 查找git中的大文件,参数为个数 |
| git_pull_all.sh | 拉取目录下所有git库 |
| rename.sh | 改名 |
| toutf8.sh | 转文件为utf-8带bom |
| update_exist_file.sh | 从目录中复制更新的文件 |
| cp_dylib.sh | 复制依赖的动态库(Mac) |
| repair_dylib.sh | 修复依赖的动态库(Mac) |
| concat_mp4.bat | 连接mp4文件 |
| ffmpeg-batch.bat | 批量转换文件格式 |
| video2img.bat | 转换视频到图片 |
| video2img_sub.bat | 转换视频到图片子程序 |
| 关闭测试模式.bat | 关闭Windows测试模式 |
| 恢复图标.cmd | 删除desktop.ini |
| update_submodule.bat | 更新git的子module |