Open laurenthuberdeau opened 4 months ago
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
&
on local and global variables in Shell backend.Optimizations
a = f(f(a)) => _f a $a; _f a $a;
instead of_f __t1 $a; _f a $__t1
.Code quality / Tech debt
Other