Skip to content

Instantly share code, notes, and snippets.

View wcordewiner's full-sized avatar

Wouter Cordewiner wcordewiner

  • Collibra
  • Belgium
View GitHub Profile
@wcordewiner
wcordewiner / teams-chat-post.sh
Created May 23, 2019 13:21 — forked from chusiang/teams-chat-post-for-workflows.sh
Post a message to Microsoft Teams with bash script.
#!/bin/sh
# =============================================================================
# Author: Chu-Siang Lai / chusiang (at) drx.tw
# Filename: teams-chat-post.sh
# Modified: 2018-03-28 15:04
# Description: Post a message to Microsoft Teams.
# Reference:
#
# - https://gist.github.com/chusiang/895f6406fbf9285c58ad0a3ace13d025
#
@wcordewiner
wcordewiner / tmux.md
Created June 19, 2018 08:02 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a