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
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
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 }}
wryun
/
es-shell
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
374
Code
Issues
20
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Separate parsing from reading shell input
- #263
#263
Merged
jpco
merged 16 commits into
wryun:master
wryun/es-shell:master
from
jpco:scriptparse
jpco/es-shell:scriptparse
Copy head branch name to clipboard
Mar 31, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Separate parsing from reading shell input
#263
jpco
merged 16 commits into
wryun:master
wryun/es-shell:master
from
jpco:scriptparse
jpco/es-shell:scriptparse
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2026
Create $&readline primitive
Show description for e442242
jpco
committed
e442242
View commit details
Copy full SHA for e442242
Browse repository at this point
Commits on Feb 23, 2026
$&newparse: $&parse, but it uses reader commands
Show description for 927aac1
jpco
committed
927aac1
View commit details
Copy full SHA for 927aac1
Browse repository at this point
Post-$&newparse changes and cleanup
Show description for 519c4f5
jpco
committed
519c4f5
View commit details
Copy full SHA for 519c4f5
Browse repository at this point
Commits on Mar 15, 2026
Merge remote-tracking branch 'upstream/master' into scriptparse
jpco
committed
6783dce
View commit details
Copy full SHA for 6783dce
Browse repository at this point
Remove at-startup inithistory()
jpco
committed
365c7c4
View commit details
Copy full SHA for 365c7c4
Browse repository at this point
Fix memory leak
jpco
committed
705b2a4
View commit details
Copy full SHA for 705b2a4
Browse repository at this point
Fix segfault in $&readline
jpco
committed
b2d82a2
View commit details
Copy full SHA for b2d82a2
Browse repository at this point
Commits on Mar 18, 2026
Fix fd behavior for $&parse and $&readline
Show description for 417b44b
jpco
committed
417b44b
View commit details
Copy full SHA for 417b44b
Browse repository at this point
Commits on Mar 19, 2026
Expose "no-fd" Input to readers as /dev/null on stdin
Show description for ac7bb44
jpco
committed
ac7bb44
View commit details
Copy full SHA for ac7bb44
Browse repository at this point
Commits on Mar 21, 2026
Fix up tests
jpco
committed
40b4352
View commit details
Copy full SHA for 40b4352
Browse repository at this point
Only actually readline if the input is a tty
jpco
committed
d75f6af
View commit details
Copy full SHA for d75f6af
Browse repository at this point
Commits on Mar 25, 2026
Skip NUL characters in $&read
Show description for 9721992
jpco
committed
9721992
View commit details
Copy full SHA for 9721992
Browse repository at this point
Commits on Mar 30, 2026
Merge remote-tracking branch 'upstream/master' into scriptparse
jpco
committed
e9c0a02
View commit details
Copy full SHA for e9c0a02
Browse repository at this point
Handle NUL bytes in $&parse's builtin $&read
jpco
committed
5d0e333
View commit details
Copy full SHA for 5d0e333
Browse repository at this point
Re-add $&read fallback to $&readline.
Show description for a634195
jpco
committed
a634195
View commit details
Copy full SHA for a634195
Browse repository at this point
Fix tests with --enable-strict
jpco
committed
a5fd4de
View commit details
Copy full SHA for a5fd4de
Browse repository at this point
You can’t perform that action at this time.