Skip to content

Instantly share code, notes, and snippets.

View james-fourth's full-sized avatar
🎯
Focusing

James Joseph Potts IV james-fourth

🎯
Focusing
View GitHub Profile
@ravron
ravron / README.md
Last active August 8, 2024 17:35
Options to prevent accidental Yubikey OTP triggering

Tired of spamming Yubikey one-time password (OTP) codes into Slack? Here are two options to help prevent that. You can do either or both. Both require ykman, the Yubikey CLI configuration manager. Get it with Homebrew:

brew install ykman

If you…

@PurpleBooth
PurpleBooth / README-Template.md
Last active September 27, 2024 06:42
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@itsmattsoria
itsmattsoria / gistfil1.textile
Last active August 14, 2024 14:54
Mac Terminal Cheat Sheet

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor