sharkdp / shell-functools

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

Add a way to negate the `filter` criterion. #4

Closed sharkdp closed 6 years ago

sharkdp commented 6 years ago

... in order to say something like find | filter --not is_dir

Some options:

sharkdp commented 6 years ago

In the same way, we should support a way to reverse the sorting order in sort_by. The best option seems to be to add --not/-n and --reverse/-r.

vegarsti commented 6 years ago

Should this issue be closed?