Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 760 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 760 Bytes

README

Cheatsheets are a great way to quickly get an answer to your question.

My personal CHEATSHEET.md

Cheat.sh

cheat.sh

# a quick function to simplify calling cheat.sh
function cheatsheet() {
    curl "cheat.sh/$1" 
}

Examples

# main menu
cheatsheet 

# python questions
cheatsheet "python/open a file" 

# git rollback
cheatsheet "git/rollback" 

iTerm2

Install the iTerm2 shell integrations.

# check if imgcat is not installed
imgcat

Resources

Great resources for shell programming