diff --git a/README.md b/README.md index 8b1fa4f..5745b80 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash ## Usage ```bash -mole # Interactive main menu -mole clean # Deep system cleanup -mole clean --dry-run # Preview cleanup (no deletions) -mole uninstall # Interactive app uninstaller -mole update # Update Mole to the latest version -mole --help # Show help +mole # Interactive main menu +mole clean # Deep system cleanup +mole clean --dry-run # Preview cleanup (no deletions) +mole uninstall # Interactive app uninstaller +mole update # Update Mole to the latest version +mole --help # Show help ``` **Navigation:** Use arrow keys (↑/↓), Space to select, Enter to confirm, Q to quit or Ctrl+C to force exit. diff --git a/mole b/mole index 176be1a..02ae123 100755 --- a/mole +++ b/mole @@ -125,13 +125,13 @@ show_help() { printf " %s%s%s [command]\n\n" "$GREEN" "mole" "$NC" printf "%s%s%s\n" "$BLUE" "COMMANDS" "$NC" - printf " %s%-20s%s %s\n" "$GREEN" "mole" "$NC" "Interactive main menu" - printf " %s%-20s%s %s\n" "$GREEN" "mole clean" "$NC" "Deeper system cleanup" - printf " %s%-20s%s %s\n" "$GREEN" "mole clean --dry-run" "$NC" "Preview cleanup (no deletions)" - printf " %s%-20s%s %s\n" "$GREEN" "mole uninstall" "$NC" "Remove applications completely" - printf " %s%-20s%s %s\n" "$GREEN" "mole update" "$NC" "Update Mole to the latest version" - printf " %s%-20s%s %s\n" "$GREEN" "mole --version" "$NC" "Show installed version" - printf " %s%-20s%s %s\n" "$GREEN" "mole --help" "$NC" "Show this help message" + printf " %s%-28s%s %s\n" "$GREEN" "mole" "$NC" "Interactive main menu" + printf " %s%-28s%s %s\n" "$GREEN" "mole clean" "$NC" "Deeper system cleanup" + printf " %s%-28s%s %s\n" "$GREEN" "mole clean --dry-run" "$NC" "Preview cleanup (no deletions)" + printf " %s%-28s%s %s\n" "$GREEN" "mole uninstall" "$NC" "Remove applications completely" + printf " %s%-28s%s %s\n" "$GREEN" "mole update" "$NC" "Update Mole to the latest version" + printf " %s%-28s%s %s\n" "$GREEN" "mole --version" "$NC" "Show installed version" + printf " %s%-28s%s %s\n" "$GREEN" "mole --help" "$NC" "Show this help message" printf "\n%s%s%s\n" "$BLUE" "MORE" "$NC" printf " https://github.com/tw93/mole\n\n"