sharkdp / shell-functools

Functional programming tools for the shell
MIT License
1.19k stars 49 forks source link

Implement foldl1 command #23

Closed guilhermeleobas closed 6 years ago

guilhermeleobas commented 6 years ago

Hi, @sharkdp

I've implemented the new command foldl1. Can you check?

Regards

sharkdp commented 6 years ago

This looks really great, thank you!

Could you please remove the sort_by_key things that are outdated?

sharkdp commented 6 years ago

Thank you very much!