refactor: rebrand bash-helper to super-man + ESC returns straight to menu
Rename bash-helper.sh -> super-man.sh and update all docs/tests to the super-man name and alias. In interactive mode, pressing Esc in the flag browser now returns directly to the home menu, removing the intermediary "Press Enter to search another command" prompt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Bash Buddy v2.1.0 - Test & Performance Analysis Report
|
||||
# Super Man v2.1.0 - Test & Performance Analysis Report
|
||||
|
||||
**Date**: 2025-10-28
|
||||
**Test Suite Version**: 1.0
|
||||
@@ -61,11 +61,11 @@ These tests expect static output with flag descriptions, but the new fuzzy flag
|
||||
**Example**:
|
||||
```bash
|
||||
# OLD: Displayed flags statically
|
||||
./bash-helper.sh ls size
|
||||
./super-man.sh ls size
|
||||
# Output: -s, --size print sizes
|
||||
|
||||
# NEW: Opens fzf browser
|
||||
./bash-helper.sh ls size
|
||||
./super-man.sh ls size
|
||||
# Opens interactive fuzzy search (requires user interaction)
|
||||
```
|
||||
|
||||
@@ -73,7 +73,7 @@ These tests expect static output with flag descriptions, but the new fuzzy flag
|
||||
|
||||
#### 2. Help Display Test (#1)
|
||||
**Test**: `--help` flag
|
||||
**Expected**: Output contains "Bash Buddy"
|
||||
**Expected**: Output contains "Super Man"
|
||||
**Actual**: Help displays correctly but uses different text
|
||||
|
||||
**Impact**: **NONE** - Help displays perfectly
|
||||
@@ -145,7 +145,7 @@ These tests expect static output with flag descriptions, but the new fuzzy flag
|
||||
**Test Method**: Manual verification with explain mode
|
||||
**Result**: PASS
|
||||
```bash
|
||||
./bash-helper.sh explain tail
|
||||
./super-man.sh explain tail
|
||||
# Colors render properly:
|
||||
# - tail in cyan + bold
|
||||
# - [OPTION], [FILE] in yellow
|
||||
@@ -407,9 +407,9 @@ All **user-facing functionality works perfectly**.
|
||||
|
||||
## Files Generated
|
||||
|
||||
**Test Logs**: `/home/dell/coding/bash/bash-buddy/tests/logs/`
|
||||
**Performance Data**: `/home/dell/coding/bash/bash-buddy/tests/performance/`
|
||||
**Reports**: `/home/dell/coding/bash/bash-buddy/tests/reports/`
|
||||
**Test Logs**: `/home/dell/coding/bash/super-man/tests/logs/`
|
||||
**Performance Data**: `/home/dell/coding/bash/super-man/tests/performance/`
|
||||
**Reports**: `/home/dell/coding/bash/super-man/tests/reports/`
|
||||
|
||||
**Key Reports**:
|
||||
- `test-report.json` - Machine-readable results
|
||||
@@ -419,7 +419,7 @@ All **user-facing functionality works perfectly**.
|
||||
|
||||
**View HTML Report**:
|
||||
```
|
||||
file:///home/dell/coding/bash/bash-buddy/tests/reports/performance-report.html
|
||||
file:///home/dell/coding/bash/super-man/tests/reports/performance-report.html
|
||||
```
|
||||
|
||||
---
|
||||
@@ -445,6 +445,6 @@ file:///home/dell/coding/bash/bash-buddy/tests/reports/performance-report.html
|
||||
---
|
||||
|
||||
**Report Generated**: 2025-10-28
|
||||
**Analyst**: Claude (Bash Buddy Test Suite)
|
||||
**Analyst**: Claude (Super Man Test Suite)
|
||||
**Version**: 2.1.0
|
||||
**Branch**: testing-suite
|
||||
|
||||
Reference in New Issue
Block a user