As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #! /usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Playing Around with the Command Bus Pattern in Python | |
| """ | |
| import inspect | |
| import collections | |