常用字符串转换工具
使用: ./mytool.sh --tool=converts --cmd="upper test"
支持功能(可通过 |
连接多个命令):
- md5 ,生成指定字符串的 md5 值
- kindle ,Kindle 笔记内容转换为 Markdown 文档
- upper/lower ,字符串大小写转换
- hdate ,时间戳转换为易于阅读的时间格式
- timesp ,把时间转换为时间戳
- now ,当前时间戳
- replace ,字符串替换
- base64, 编码和解码
- ...
Git 提交记录生成更新日志
使用: ./mytool.sh --tool=gitCommits2Log --path=./
简单 Web 文件服务器
使用 ./mytool.sh --tool=dirWebServer
JSON 生成对象
使用: ./mytool.sh --tool=json2POJO --path=./
支持:
Trello 导出的 JSON 文件导入到 Logseq
支持把从 Trello 看板导出的 JSON 文件导入到 Logseq
文件重命名
使用: ./mytool.sh --tool=rename --path=./
支持:
- order, 文件序号
- date, 日期
- datetime, 时间
- urlencoded, 解码 URL 编码
- replace, 字符串替换
项目链接 https://github.com/cofcool/my-toolbox