Skip to content

Instantly share code, notes, and snippets.

View jcaffey's full-sized avatar

joshuacaffey jcaffey

View GitHub Profile
@jcaffey
jcaffey / tmux.md
Created January 2, 2020 19:00 — forked from Bekbolatov/tmux.md
Clean tmux cheat-sheet

Clean tmux cheat-sheet

By resources

sessions

list-sessions        ls         -- List sessions managed by server
new-session          new        -- Create a new session
@jcaffey
jcaffey / mac.md
Created January 2, 2020 04:42 — forked from lornajane/mac.md
Keyboard Only OS X

Keyboard-only Mac Cheatsheet

Hi, I'm Lorna and I don't use a mouse. I have had RSI issues since a bad workstation setup at work in 2006. I've tried a number of extra hardware modifications but what works best for me is to use the keyboard and only the keyboard, so I'm in a good position and never reaching for anything else (except my coffee cup!). I rather unwisely took a job which required me to use a mac (I've been a linux user until now and also had the ability to choose my tools carefully) so here is my cheatsheet of the apps, tricks and keyboard shortcuts I'm using, mostly for my own reference. Since keyboard-only use is also great for productivity, you may also find some of these ideas useful, in which case at least something good has come of this :)

Apps List

There's more detail on a few of these apps but here is a quick overview of the tools I've installed and found helpful

Tool Link Comments
@jcaffey
jcaffey / passgitgpg.md
Last active December 28, 2019 21:29 — forked from flbuddymooreiv/passgitgpg.md
Setting up pass on git with a gpg key

The following shell transcript shows how to:

  • Create a GPG key
  • Create a pass database
  • Add git support to the pass database
  • Create a remote git repository
  • Push the pass database to the remote git repository
  • Fetch and display your passwords from another host

It is assumed that the pass package has been installed on both the first and second computers.

@jcaffey
jcaffey / iso_3166-1_alpha3_countries.json
Created May 8, 2014 16:20
ISO 3166-1 alpha-3 countries in JSON (without exceptional reservations)
[
{
"name": "Andorra",
"abbreviation": "AND"
},
{
"name": "United Arab Emirates",
"abbreviation": "ARE"
},
{