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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
commitmoji
/
explainshell
Public
forked from
idank/explainshell
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
explainshell
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 3, 2016
docker: add Dockerfile, docker-compose.yml and how to use it
stoivo
authored and
idank
committed
a3a00c3
View commit details
Copy full SHA for a3a00c3
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
matcher: ensure that the program part of a command isn't marked as unknown
Show description for 00ab6f4
idank
committed
00ab6f4
View commit details
Copy full SHA for 00ab6f4
View code at this point
Browse repository at this point
Commits on Nov 1, 2014
matcher: correctly check for digits in parameter node
Show description for 726b823
idank
committed
726b823
View commit details
Copy full SHA for 726b823
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
matcher: run bashlex in non strictmode
Show description for cd4cdf8
idank
committed
cd4cdf8
View commit details
Copy full SHA for cd4cdf8
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
matcher: use a namedtuple to describe expansions
idank
committed
c036b89
View commit details
Copy full SHA for c036b89
View code at this point
Browse repository at this point
matcher: handle input consisting of solely a comment
idank
committed
8c0601c
View commit details
Copy full SHA for 8c0601c
View code at this point
Browse repository at this point
matcher: explain comments (fixes #104)
Show description for 7a7fb35
idank
committed
7a7fb35
View commit details
Copy full SHA for 7a7fb35
View code at this point
Browse repository at this point
matcher: remember defined functions and match accordingly (fixes #81)
Show description for 99ba7df
idank
committed
99ba7df
View commit details
Copy full SHA for 99ba7df
View code at this point
Browse repository at this point
matcher: consider { } part of the function definition
idank
committed
adb45f2
View commit details
Copy full SHA for adb45f2
View code at this point
Browse repository at this point
matcher: add support for function definitions (fixes #81)
idank
committed
98b6cee
View commit details
Copy full SHA for 98b6cee
View code at this point
Browse repository at this point
Commits on Sep 27, 2014
matcher: visit expansions in the word after the for loop 'in' keyword
idank
committed
2edbc4f
View commit details
Copy full SHA for 2edbc4f
View code at this point
Browse repository at this point
matcher: limit the recursive parsing to 1
Show description for 2dad098
idank
committed
2dad098
View commit details
Copy full SHA for 2dad098
View code at this point
Browse repository at this point
tests: fix while/for semicolon matching
idank
committed
c3faeb8
View commit details
Copy full SHA for c3faeb8
View code at this point
Browse repository at this point
matcher: add support for variable assignments (fixes #103)
idank
committed
442c43b
View commit details
Copy full SHA for 442c43b
View code at this point
Browse repository at this point
remove old parser code
idank
committed
fb97d7c
View commit details
Copy full SHA for fb97d7c
View code at this point
Browse repository at this point
matcher: add support for if/for/while/until compound commands
idank
committed
27ff001
View commit details
Copy full SHA for 27ff001
View code at this point
Browse repository at this point
matcher: add support for process substitutions (fixes #24)
idank
committed
a9cbf4b
View commit details
Copy full SHA for a9cbf4b
View code at this point
Browse repository at this point
matcher: add support for command substitutions (fixes #24)
Show description for 58d316f
idank
committed
58d316f
View commit details
Copy full SHA for 58d316f
View code at this point
Browse repository at this point
Commits on Sep 22, 2014
matcher: switch over to bashlex for parsing (fixes #24)
Show description for c7357ca
idank
committed
c7357ca
View commit details
Copy full SHA for c7357ca
View code at this point
Browse repository at this point
Commits on Aug 3, 2014
parser: don't choke on invalid use of shell redirection
Show description for c25f308
idank
committed
c25f308
View commit details
Copy full SHA for c25f308
View code at this point
Browse repository at this point
Commits on Jan 29, 2014
parser: add support for <& redirections
idank
committed
42d71b5
View commit details
Copy full SHA for 42d71b5
View code at this point
Browse repository at this point
Commits on Dec 28, 2013
matcher: pop all groups that are created as a result of argument nesting
idank
committed
bee40a8
View commit details
Copy full SHA for bee40a8
View code at this point
Browse repository at this point
Commits on Dec 13, 2013
matcher: fix handling of arguments following an --x=y option (fixes #68)
Show description for 00b177b
idank
committed
00b177b
View commit details
Copy full SHA for 00b177b
View code at this point
Browse repository at this point
Commits on Dec 9, 2013
matcher: don't fail prematurely if a partialmatch is unsuccessful
idank
committed
1a090d6
View commit details
Copy full SHA for 1a090d6
View code at this point
Browse repository at this point
matcher: add support for ending a nested command with an argument
idank
committed
2871b7d
View commit details
Copy full SHA for 2871b7d
View code at this point
Browse repository at this point
matcher: add support for nesting through flags
idank
committed
ba5bb0d
View commit details
Copy full SHA for ba5bb0d
View code at this point
Browse repository at this point
matcher: add support for nested commands (fixes #18)
idank
committed
668344b
View commit details
Copy full SHA for 668344b
View code at this point
Browse repository at this point
Commits on Oct 3, 2013
parser: correctly increment position counter when seeing quotes
Show description for 68c3b45
idank
committed
68c3b45
View commit details
Copy full SHA for 68c3b45
View code at this point
Browse repository at this point
Commits on Sep 27, 2013
matcher: reset current option when fuzzy matching short options (fixes #14)
idank
committed
6ae6f29
View commit details
Copy full SHA for 6ae6f29
View code at this point
Browse repository at this point
matcher: don't assume the first node in a command is a WordNode
Show description for dabcba9
idank
committed
dabcba9
View commit details
Copy full SHA for dabcba9
View code at this point
Browse repository at this point
matcher: identify arguments with no space at the end of short options (fixes #23)
idank
committed
cbc2e7d
View commit details
Copy full SHA for cbc2e7d
View code at this point
Browse repository at this point
Commits on Sep 21, 2013
matcher: add specific help text for the various redirections
idank
committed
6e78b47
View commit details
Copy full SHA for 6e78b47
View code at this point
Browse repository at this point
Commits on Sep 20, 2013
parser: handle <<, <<< input here string/doc redirection
idank
committed
14cc2f6
View commit details
Copy full SHA for 14cc2f6
View code at this point
Browse repository at this point
parser: handle < input redirection
idank
committed
d83c67f
View commit details
Copy full SHA for d83c67f
View code at this point
Browse repository at this point
parser: handle &>> redirection
idank
committed
e506c32
View commit details
Copy full SHA for e506c32
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.