https://github.com/scarsty/script
有用的脚本文件等
https://github.com/scarsty/script
Last synced: about 1 year ago
JSON representation
有用的脚本文件等
- Host: GitHub
- URL: https://github.com/scarsty/script
- Owner: scarsty
- Created: 2016-06-07T13:41:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T12:04:43.000Z (over 1 year ago)
- Last Synced: 2025-04-04T03:51:03.737Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |