mirror of
https://github.com/tw93/Mole.git
synced 2026-02-09 06:09:21 +00:00
style: standardize punctuation across codebase
- Replace parentheses with commas for supplementary info - Use commas instead of em-dashes for separators - Update bullet points from - to * in some contexts - Improve version extraction regex with fallback logic
This commit is contained in:
@@ -392,7 +392,7 @@ ${command}
|
||||
</dict>
|
||||
</plist>
|
||||
EOF
|
||||
log_success "Workflow ready: ${name} (keyword: ${keyword})"
|
||||
log_success "Workflow ready: ${name}, keyword: ${keyword}"
|
||||
done
|
||||
|
||||
log_step "Open Alfred preferences → Workflows if you need to adjust keywords."
|
||||
@@ -413,11 +413,11 @@ main() {
|
||||
|
||||
echo ""
|
||||
log_success "Done! Raycast and Alfred are ready with 5 commands:"
|
||||
echo " • clean - Deep system cleanup"
|
||||
echo " • uninstall - Remove applications"
|
||||
echo " • optimize - System health & tuning"
|
||||
echo " • analyze - Disk space explorer"
|
||||
echo " • status - Live system monitor"
|
||||
echo " • clean, Deep system cleanup"
|
||||
echo " • uninstall, Remove applications"
|
||||
echo " • optimize, System health & tuning"
|
||||
echo " • analyze, Disk space explorer"
|
||||
echo " • status, Live system monitor"
|
||||
echo ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user