Skip to content

Commit 0bde5c5

Browse files
committed
Add subtitle to logo
Include "Skill Manager for Claude and Codex" in the Logo constant so it appears consistently in CLI help, init wizard, and TUI help screen.
1 parent a2f8fb4 commit 0bde5c5

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Loadout
22

3-
Skill manager for Claude and Codex. Manages machine-local installation of skills from a git repo you own.
3+
Skill Manager for Claude and Codex. Manages machine-local installation of skills from a git repo you own.
44

55
![Loadout TUI Demo](demo.gif)
66

internal/tui/logo.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ const Logo = `██╗ ██████╗ █████╗ ███
66
██║ ██║ ██║███████║██║ ██║██║ ██║██║ ██║ ██║
77
██║ ██║ ██║██╔══██║██║ ██║██║ ██║██║ ██║ ██║
88
███████╗╚██████╔╝██║ ██║██████╔╝╚██████╔╝╚██████╔╝ ██║
9-
╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═════╝ ╚═╝`
9+
╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═════╝ ╚═╝
10+
Skill Manager for Claude and Codex`

internal/tui/view.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@ func (m Model) renderScrollableHelp(text string, height int) string {
633633
func (m Model) renderHelp(height int) string {
634634
help := "\n" + Logo + `
635635
636-
Skill Manager for Claude and Codex
637-
638636
Navigation
639637
j/k, up/down Move selection / scroll details
640638
g/G, home/end Jump to top/bottom

0 commit comments

Comments
 (0)