wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
313 stars 26 forks source link

Support flat command expansion #23

Closed eadwardus closed 5 years ago

eadwardus commented 5 years ago

Basically: #22 just with a different syntax that should keep backward compatibility. The new syntax is (tried to keep some consistency with the current syntax): "{} -> `^{} ""{} -> ``^{}

wryun commented 5 years ago

Sorry for the delaying response @eadwardus - happy to merge this, but could you add something to trip.es ?

eadwardus commented 5 years ago

@wryun i added some pretty simple tests, just to guarantee that the new construction works, after all is a small change