Skip to content

Instantly share code, notes, and snippets.

View gaurav274's full-sized avatar
🏠
Working from home

Gaurav Tarlok Kakkar gaurav274

🏠
Working from home
  • Georgia Tech Exploratory Video Analytics Lab
  • Atlanta, Georgia
  • X @GauravTKakkar
View GitHub Profile
@gaurav274
gaurav274 / gist:53a6ec12d2420e338be8d214f2104aae
Created July 12, 2020 04:16 — forked from lentil/gist:810399
PEP8 pre-commit hook in Python
#!/usr/bin/env python
from __future__ import with_statement
import os
import re
import shutil
import subprocess
import sys
import tempfile
@gaurav274
gaurav274 / tmux-cheatsheet.markdown
Created October 9, 2019 17:50 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname