Skip to content

Instantly share code, notes, and snippets.

View chubas's full-sized avatar

Rubén Medellín chubas

View GitHub Profile
@chubas
chubas / tmux-cheatsheet.markdown
Created November 30, 2015 16:46 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

Keybase proof

I hereby claim:

  • I am chubas on github.
  • I am chubas (https://keybase.io/chubas) on keybase.
  • I have a public key ASBeQOAuEdxrwZEgV_NgC5gT7SGjTumQKDNsAoVV8MDc6go

To claim this, I am signing this object:

@chubas
chubas / tag-exists.sh
Created February 15, 2017 01:19
Tag exists?
#! /usr/bin/env bash
# USAGE:
# Replace your dockerhub credentials on DOCKER_HUB_USERNAME and DOCKER_HUB_PASSWORD
# Invoke from the directory you want to check against
#
# e.g. [/home/skycatch/core]$ ../tools/tag-exists.sh
# > Tag exists: core/8d5b62
#
# Requires `jq` to be installed (brew install jq)