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 - Final UI Fixes Complete! ✅
|
||||
# Super Man - Final UI Fixes Complete! ✅
|
||||
|
||||
## Date: 2025-10-28 (Session 2)
|
||||
|
||||
@@ -171,7 +171,7 @@ formatted_line="...${COLORIZED_SYNTAX}" # Colorized
|
||||
|
||||
### Test 1: Explain Mode
|
||||
```bash
|
||||
./bash-helper.sh explain tail
|
||||
./super-man.sh explain tail
|
||||
```
|
||||
**Result**: ✅ PASS
|
||||
- tail in cyan + bold
|
||||
@@ -190,7 +190,7 @@ formatted_line="...${COLORIZED_SYNTAX}" # Colorized
|
||||
|
||||
### Test 3: Literal Escape Code Check
|
||||
```bash
|
||||
./bash-helper.sh explain tar | grep '\\033'
|
||||
./super-man.sh explain tar | grep '\\033'
|
||||
```
|
||||
**Result**: ✅ PASS (No matches)
|
||||
- No literal `\033` found
|
||||
@@ -246,7 +246,7 @@ ls: List directory contents [2-char gap] ls [OPTION]... [FILE]...
|
||||
**Commit**: `3af2b2a`
|
||||
**Message**: fix(ui): Fix color rendering and flush-right alignment
|
||||
**Branch**: testing-suite
|
||||
**Files**: bash-helper.sh (+41, -31 lines)
|
||||
**Files**: super-man.sh (+41, -31 lines)
|
||||
**Status**: ✅ Pushed to remote
|
||||
|
||||
---
|
||||
@@ -289,7 +289,7 @@ ls: List directory contents [2-char gap] ls [OPTION]... [FILE]...
|
||||
|
||||
### Ready to Create PR!
|
||||
|
||||
**PR URL**: http://localhost:3030/trill-technician/bash-buddy/compare/main...testing-suite
|
||||
**PR URL**: http://localhost:3030/trill-technician/super-man/compare/main...testing-suite
|
||||
|
||||
**What's Included**:
|
||||
- Complete testing suite (45+ tests)
|
||||
@@ -300,7 +300,7 @@ ls: List directory contents [2-char gap] ls [OPTION]... [FILE]...
|
||||
|
||||
### To Create PR:
|
||||
1. Open the URL above
|
||||
2. Title: `feat: Bash Buddy v2.1.0 - Testing Suite & Comprehensive UI Improvements`
|
||||
2. Title: `feat: Super Man v2.1.0 - Testing Suite & Comprehensive UI Improvements`
|
||||
3. Copy description from `PR-DESCRIPTION.md`
|
||||
4. Create and merge!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user