Skip to content

Instantly share code, notes, and snippets.

@chrisguitarguy
chrisguitarguy / commandbus.py
Last active January 6, 2022 23:56
Command bus pattern in Python.
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Playing Around with the Command Bus Pattern in Python
"""
import inspect
import collections

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: