Skip to content

Instantly share code, notes, and snippets.

View figpope's full-sized avatar

Andrew FigPope figpope

  • Adaptive Biotech
  • Los Angeles, CA
View GitHub Profile
@figpope
figpope / iterm
Last active December 7, 2017 03:36 — forked from bobthecow/tab.bash
Open new Terminal tabs from the command line
#!/bin/bash
#
# Open new Terminal tabs from the command line
#
# Author: Justin Hileman (http://justinhileman.com)
#
# Installation:
# Add the following function to your `.bashrc` or `.bash_profile`,
# or save it somewhere (e.g. `~/.tab.bash`) and source it in `.bashrc`
#
@figpope
figpope / 0_reuse_code.js
Created April 21, 2016 15:58
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console