Skip to content

Instantly share code, notes, and snippets.

@EugenAz
EugenAz / README.MD
Created July 7, 2016 13:24
Find who's the daddy in the project.
  • Get the list of all project authors
git log --format='%aN' | sort -u
  • Get the statistics chages lines per files.

Using Gawk:

git log --author="Your_Name_Here" --pretty=tformat: --numstat \

@EugenAz
EugenAz / mc-shortcuts.txt
Created September 23, 2015 08:30 — forked from sgergely/gist:3793166
Midnight Commander Keyboard Shortcuts for Mac OSX
----- Esc -----
Quick change directory: Esc + c
Quick change directory history: Esc + c and then Esc + h
Quick change directory previous entry: Esc + c and then Esc + p
Command line history: Esc + h
Command line previous command: Esc + p
View change: Esc + t (each time you do this shortcut a new directory view will appear)
Print current working directory in command line: Esc + a
Switch between background command line and MC: Ctrl + o
Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name