sharkdp / shell-functools

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

Commands not installed #27

Closed pawamoy closed 6 years ago

pawamoy commented 6 years ago

I just tried to install shell-functools through pipsi and some commands were not installed.

I only have access to filter, foldl, ft-functions, and map.

I also tried with a regular virtualenv (python 3.5.5) and a pip install, with the same result.

I suspect the Python scripts in the ft folder not to be picked while creating the dist/wheel.

sharkdp commented 6 years ago

take_while, sort_by and foldl1 have been added after the latest release. I should create a new one.

pawamoy commented 6 years ago

Hmmmm that's why :smile: ! Thanks for the info :)

sharkdp commented 6 years ago

New version has been released: https://pypi.org/project/shell-functools/