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
I think it'd be impressive to add the tools over at https://git.suckless.org/sbase/files.html as examples. That'd also be exciting for people interested in writing pure SH scripts (scripts that don't call external commands). :)
Some ideas on how to improve the project:
New features
do {...} while (...);
statements. #91&
on local and global variables in Shell backend.macOS andWindows. Bonus points if they are αcτµαlly pδrταblε εxεcµταblε.Optimizations
a = f(f(a)) => _f a $a; _f a $a;
instead of_f __t1 $a; _f a $__t1
.Code quality / Tech debt
Other
The text was updated successfully, but these errors were encountered: