1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C3,229 forks (3,229 forks)batch import
FEEDBACK WANTEDconsoleuigood first issue
Repository metrics
- Stars
- 23,826 stars (23,826 stars)
- PR merge metrics
- Avg merge 16h 24m (Avg merge 16h 24m)99 merged PRs in 30d (99 merged PRs in 30d)
Description
And honor R_COLOR env var.
Contributor guide
- Research direction
- Explore the existing command help system in radare2 to see how help messages are printed. Look for existing color usage in other commands or functions. Check how R COLOR env var is used elsewhere in the codebase. Modify the help message function to add color codes conditionally based on R COLOR.
- Tech stack
- c
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C programming basicsEnvironment variables