Skip to content

Instantly share code, notes, and snippets.

View frankmalin's full-sized avatar

Frank Malin frankmalin

View GitHub Profile
@frankmalin
frankmalin / .md
Last active January 12, 2026 20:16
teams adaptive card posting
# This is an adaptive card
{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "type": "AdaptiveCard",
  "version": "1.4",
  "body": [
    { "type": "TextBlock", "size": "Medium", "weight": "Bolder", "text": "ℹ️ License status" },
    { "type": "TextBlock", "wrap": true, "color": "good", "text": "__SUMMARY__" },
    { "type": "ActionSet", "actions": [
@frankmalin
frankmalin / CheatSheet.md
Created May 31, 2024 13:28
TMux Cheat Sheet

tmux cheat sheet

^b is +b by default.

list

tmux ls

create

tmux new -s <session name>

attach