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
The current history commad parser in cmd-wrapped only supports basic shell syntax (e.g., pipeline |, conditional list &&, brace blocks {}, comments #, sudo, and environment variables) with a naive implementation. We need to replace it with a comprehensive shell syntax parser for better parsing results.
YiNNx
changed the title
Replace the naive command line parser with a complete shell syntax parser
Replace the naive history command parser with a comprehensive shell syntax parser
Sep 2, 2024
The current history commad parser in
cmd-wrapped
only supports basic shell syntax (e.g., pipeline|
, conditional list&&
, brace blocks{}
, comments#
,sudo
, and environment variables) with a naive implementation. We need to replace it with a comprehensive shell syntax parser for better parsing results.Two possible approaches:
The text was updated successfully, but these errors were encountered: