Skip to content

Instantly share code, notes, and snippets.

View fredchu's full-sized avatar
🏠
Working from home

Fred Chu fredchu

🏠
Working from home
View GitHub Profile
@fredchu
fredchu / tmux-cheatsheet.markdown
Created December 16, 2016 09:06 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
require 'flickraw'
require 'mini_magick'
require 'parallel'
def get_photo_urls_from_photoset(flickr, photoset_id)
total_pages = nil
current_page = 1
urls = []
opts = {
photoset_id: photoset_id,