Hacker News new | ask | show | jobs
by hultner 3290 days ago
Very nice! I've been using somewhat similar sh[1] for the same purpose. It's nice seeing more alternatives.

[1]https://amoffat.github.io/sh/

1 comments

Two more resources on top of sh:

Invoke: http://www.pyinvoke.org/ wraps subprocess commands into Makefile-like tasks

Fabric: http://www.fabfile.org/ Same as invoke, but catered to remote subprocess commands over SSH

Very nice, as a side note I must say that I as an avid tmux-user much appreciated your "The Tao of tmux" piece!