例文を組み込んだAlfred Workflowを作りました: Alfred Git Commit Message Example
以下転載:
以下転載:
| # ==================== Emojis ==================== | |
| # 🎉 :tada: 初めてのコミット(Initial Commit) | |
| # 🔖 :bookmark: バージョンタグ(Version Tag) | |
| # ✨ :sparkles: 新機能(New Feature) | |
| # 🐛 :bug: バグ修正(Bagfix) | |
| # ♻️ :recycle: リファクタリング(Refactoring) | |
| # 📚 :books: ドキュメント(Documentation) | |
| # 🎨 :art: デザインUI/UX(Accessibility) |
| from java.awt import Color | |
| from ghidra.util.task import ConsoleTaskMonitor | |
| from ghidra.program.model.block import BasicBlockModel | |
| from docking.options.editor import GhidraColorChooser | |
| """ | |
| Ghidra script to colorize all basic blocks identified by the input file. | |
| Prompts for a file to use as input. This script will attempt to sanity check | |
| that a basic block actually does start at each provided address. |
| #!/bin/sh | |
| # | |
| # Retrial VMWare Fusion another 30 days | |
| # | |
| set -eu | |
| sudo rm -rf /Library/Preferences/VMware\ Fusion/license-fusion-* | |
| echo "Done! please restart VMware Fusion.app." |