Comment on Show HN: Sultan – Pythonic interface to your shellComments−hultner9yVery 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/−git-pull9yTwo more resources on top of sh:Invoke: http://www.pyinvoke.org/ wraps subprocess commands into Makefile-like tasksFabric: http://www.fabfile.org/ Same as invoke, but catered to remote subprocess commands over SSH−zwischenzug9yThis was featured on HN the other day:https://learnxinyminutes.com/docs/shutit/https://news.ycombinator.com/item?id=14526567−hultner9yVery nice, as a side note I must say that I as an avid tmux-user much appreciated your "The Tao of tmux" piece!
Comments
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/
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
This was featured on HN the other day:
https://learnxinyminutes.com/docs/shutit/
https://news.ycombinator.com/item?id=14526567
Very nice, as a side note I must say that I as an avid tmux-user much appreciated your "The Tao of tmux" piece!