start new:
tmux
start new with session name:
tmux new -s myname
| /** | |
| * Patch the console methods in order to provide timestamp information | |
| * | |
| * Usage: | |
| * > console.log('ok') | |
| * 2012-09-06T11:52:56.769Z ok true | |
| * | |
| * Note: | |
| * The patch will only be applied with the first call. | |
| * |