Skip to content

Instantly share code, notes, and snippets.

View pymmog's full-sized avatar
💭
Monitoring the situation

pymmog pymmog

💭
Monitoring the situation
View GitHub Profile
@pymmog
pymmog / code
Created March 11, 2026 07:03
tmux session
#!/bin/bash
DIR="${1:-$(pwd)}"
NAME="$(basename "$DIR")"
tmux new-session -d -s "$NAME" -c "$DIR" -x "$(tput cols)" -y "$(tput lines)"
# Rename first window
tmux rename-window -t "$NAME:1" "coding"
@pymmog
pymmog / LISENCE.md
Created February 7, 2026 21:54
Do the fuck you want license

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 1, February 2026

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION