Skip to content

Instantly share code, notes, and snippets.

View whnr's full-sized avatar
🔋

whnr

🔋
View GitHub Profile
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 21, 2024 20:54
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@whnr
whnr / pomodoro
Created June 30, 2015 10:33
Terminal Pomodoro Timer (OSX) Bash Script
#!/bin/bash
#
# Small Pomodoro Timer
# Based on https://en.wikipedia.org/wiki/Pomodoro_Technique
# Requires terminal-notifier for OSX
# Author: florian@whnr.de
# All times in minutes
work=30;
break_small=5;