shell.how icon indicating copy to clipboard operation
shell.how copied to clipboard

Support Substitutions

Open sasial-dev opened this issue 2 years ago • 3 comments

IE: sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}

sasial-dev avatar Aug 15 '22 08:08 sasial-dev

this has 3 great examples of cases to support ^

sasial-dev avatar Aug 15 '22 08:08 sasial-dev

Can be done relatively easily by integrating tree-sitter-bash. I'm planning to fork and add this (along with a more fully featured Fig spec parser I'm releasing soon 🤫)

clo4 avatar Aug 19 '22 12:08 clo4

Can be done relatively easily by integrating tree-sitter-bash. I'm planning to fork and add this (along with a more fully featured Fig spec parser I'm releasing soon 🤫)

That would be 🔥

phuctm97 avatar Sep 12 '22 06:09 phuctm97