Skip to content

fix: remove decorative emojis from CLI output (#511)#558

Open
pszymkowiak wants to merge 2 commits intodevelopfrom
fix/remove-decorative-emojis
Open

fix: remove decorative emojis from CLI output (#511)#558
pszymkowiak wants to merge 2 commits intodevelopfrom
fix/remove-decorative-emojis

Conversation

@pszymkowiak
Copy link
Collaborator

Summary

  • Remove decorative emojis (📌📊🔍📋🏃🐛🟢🔴📝📦⬇️☸️ etc.) from all CLI output
  • Replace with plain text alternatives (*, ~, ?, [open], [closed], etc.)
  • Keep functional symbols (⚠️ ✓ ❌ ✅ ℹ️) that convey meaning in fewer tokens
  • Fix pre-existing missing truncate import in cargo_cmd.rs
  • 20 files updated, all 897 tests pass

Closes #511

Test plan

  • cargo fmt --all && cargo clippy --all-targets && cargo test — 897 pass
  • Manual test: rtk git status, rtk grep, rtk ls, rtk deps, rtk env, rtk diff, rtk summary, rtk log, rtk gain, rtk err, rtk cargo test
  • Verified no decorative emojis remain in src/**/*.rs
  • Functional symbols (⚠️ ✓ ❌ ✅ ℹ️) preserved

🤖 Generated with Claude Code

@pszymkowiak pszymkowiak requested a review from aeppling March 13, 2026 08:32
Replace decorative emojis with plain text to reduce token waste.
Keep functional symbols (⚠️ ✓ ❌ ✅ ℹ️) that convey meaning in fewer tokens.

Signed-off-by: Patrick Szymkowiak <patrick@rtk.ai>
Signed-off-by: Patrick szymkowiak <patrick.szymkowiak@innovtech.eu>
Missed in initial emoji cleanup pass: 📁 in find_cmd.rs and parser/formatter.rs

Signed-off-by: Patrick szymkowiak <patrick.szymkowiak@innovtech.eu>
@pszymkowiak pszymkowiak force-pushed the fix/remove-decorative-emojis branch from 6e1b902 to c9a608e Compare March 13, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant