Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
azhai
/
gx
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jul 1, 2026
Migrate list to find -l, reimplement list as ls-like file listing with filters
azhai
committed
bf55d7d
View commit details
Copy full SHA for bf55d7d
Browse repository at this point
Commits on Jun 27, 2026
Evolves gx into a sed/awk-style CLI by adding list , cut , trans , and script (Tengo) subcommands on a shared processor + stream engin
azhai
committed
c6ae2cb
View commit details
Copy full SHA for c6ae2cb
Browse repository at this point
feat: route list/cut/trans in main.go, normalize exit codes, document in README
Show description for 0c10f1e
azhai
committed
0c10f1e
View commit details
Copy full SHA for 0c10f1e
Browse repository at this point
feat: add cmd/trans (upper/lower/trim/squeeze/reverse)
Show description for 934da98
azhai
committed
934da98
View commit details
Copy full SHA for 934da98
Browse repository at this point
feat: add cmd/cut (subset of POSIX cut, -f mode only)
Show description for 8c81055
azhai
committed
8c81055
View commit details
Copy full SHA for 8c81055
Browse repository at this point
feat: add cmd/list (grep -l style, short-circuits on first match)
Show description for a27face
azhai
committed
a27face
View commit details
Copy full SHA for a27face
Browse repository at this point
docs: document exit codes, --version, and new project layout
Show description for 6787c0c
azhai
committed
6787c0c
View commit details
Copy full SHA for 6787c0c
Browse repository at this point
build: inject git version/commit via ldflags, versioned cross-compile names
Show description for 31449e8
azhai
committed
31449e8
View commit details
Copy full SHA for 31449e8
Browse repository at this point
feat: add pkg/stream for unified stdin/file input handling
Show description for d988a42
azhai
committed
d988a42
View commit details
Copy full SHA for d988a42
Browse repository at this point
feat: rename returns exit 1 when no files matched
Show description for 8b73e6d
azhai
committed
8b73e6d
View commit details
Copy full SHA for 8b73e6d
Browse repository at this point
feat: add --version flag and align top-level exit codes
Show description for b2c8b16
azhai
committed
b2c8b16
View commit details
Copy full SHA for b2c8b16
Browse repository at this point
refactor: extract cmd/find package (decouple from replace)
Show description for 3fb4f2c
azhai
committed
3fb4f2c
View commit details
Copy full SHA for 3fb4f2c
Browse repository at this point
refactor: drive replace.Searcher via processor.Engine
Show description for 44a2388
azhai
committed
44a2388
View commit details
Copy full SHA for 44a2388
Browse repository at this point
feat: add pkg/processor — shared walk + worker-pool engine
Show description for 56d3296
azhai
committed
56d3296
View commit details
Copy full SHA for 56d3296
Browse repository at this point
perf: walker uses WalkDir, replace raises scanner buffer to 1MB
Show description for 3d0a230
azhai
committed
3d0a230
View commit details
Copy full SHA for 3d0a230
Browse repository at this point
refactor: remove fragile quote detection in args.ParseSimple
Show description for ec06919
azhai
committed
ec06919
View commit details
Copy full SHA for ec06919
Browse repository at this point
refactor: remove unused walker.Config.Workers field
Show description for da4e227
azhai
committed
da4e227
View commit details
Copy full SHA for da4e227
Browse repository at this point
refactor: remove dead code in regex package
Show description for 979d8f0
azhai
committed
979d8f0
View commit details
Copy full SHA for 979d8f0
Browse repository at this point
fix: correct go.mod version from nonexistent 1.26.0 to 1.23.0
Show description for d5555a7
azhai
committed
d5555a7
View commit details
Copy full SHA for d5555a7
Browse repository at this point
Commits on May 27, 2026
Improve the Makefile to enable cross-compilation.
azhai
committed
1b67672
View commit details
Copy full SHA for 1b67672
Browse repository at this point
Commits on Mar 18, 2026
Combine find, replace, rename into single "gx" executable
azhai
committed
ad683f7
View commit details
Copy full SHA for ad683f7
Browse repository at this point
Commits on Mar 16, 2026
adjust args and add more tests
azhai
committed
195ae4a
View commit details
Copy full SHA for 195ae4a
Browse repository at this point
feat: add replace functionality and dry-run support
azhai
committed
01eb7a8
View commit details
Copy full SHA for 01eb7a8
Browse repository at this point
feat: Initial commit - grep and rename tools with tests
azhai
committed
48709a7
View commit details
Copy full SHA for 48709a7
Browse repository at this point
You can’t perform that action at this time.