Skip to content

Instantly share code, notes, and snippets.

View iemelyanov's full-sized avatar

Igor Yemelyanov iemelyanov

View GitHub Profile
@iemelyanov
iemelyanov / Makefile
Created October 3, 2017 19:54 — forked from divan/Makefile
Make help
.PHONY: help
# This is a code for automatic help generator.
# It supports ANSI colors and categories.
# To add new item into help output, simply add comments
# starting with '##'. To add category, use @category.
GREEN := $(shell tput -Txterm setaf 2)
WHITE := $(shell tput -Txterm setaf 7)
YELLOW := $(shell tput -Txterm setaf 3)
RESET := $(shell tput -Txterm sgr0)

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname