utils¶
This contains a collection of utilities useful in the *nix environment.
SSH¶
githubtunnel(user1, server1, user2, server2, ...) |
Opens a nested tunnel, first to user1*@*server1, then to user2*@*server2, for accessing on port. |
Programming¶
progressbar(total[, length]) |
Creates an animated progress bar. |