esm-tools / esm_master

GNU General Public License v2.0
2 stars 2 forks source link

added pipe support for curl but can also be used in other packages #33

Closed denizural closed 3 years ago

denizural commented 3 years ago

It is now possible to use tar zx pipe in the curl command. It is also possible to pipes in other commands as well. It only supports two commands now (eg. curl --silent foo.tar.gz | tar xz). Please don't even think about something like ps aux | grep conky | grep -v grep | awk '{print $2}' | xargs kill 😆

You also need the pull request from esm_tools.

You can test it with: esm_master get-yaxt-0.9.0