shell-functools icon indicating copy to clipboard operation
shell-functools copied to clipboard

Functional programming tools for the shell

Results 14 shell-functools issues
Sort by recently updated
recently updated
newest added

It would be great if we could compose functions before we hand them over to `map` or `filter`. Suppose that `:` would be the reverse composition operator (the `flip`ped version...

feature

Seems the tests are written in nose format

``` ls | map ```

enhancement
help wanted

We could add new decorators: ``` py @category("filesystem") @help("Returns the absolute path") @register("abspath") @typed(T_PATH, T_PATH) def abspath(inp): ... ```

enhancement