Y
Hacker News
new
|
ask
|
show
|
jobs
by
CatMtKing
4782 days ago
Wow, that's a neat library. You can just import any program and use it like a function (from sh import grep)! Thanks for the link. Also, sh documentation:
http://amoffat.github.io/sh/
2 comments
bashinator
4781 days ago
Yeah, it's replaced just a ton of boilerplate `def run(*args):` functions wrapping Popen. I couldn't be happier.
link
mkarttic
4782 days ago
i use Sh to interface with my cmus player. from sh import cmus_remote! :)
link