Skip to content

Instantly share code, notes, and snippets.

View BourgeoisBear's full-sized avatar

Jason Stewart BourgeoisBear

View GitHub Profile
@timofurrer
timofurrer / .bash_aliases
Created June 15, 2013 13:32
cat & less with syntax highlighting!
# cat & less with syntax highlighting
alias ccat="pygmentize -f terminal256 -O style=native -g"
function cless() {
ccat "$1" | less -R
}
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 3, 2025 16:10
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@lsauer
lsauer / gist:2907369
Last active January 17, 2022 09:59
Google Chrome special pages for memory, debug, resources, profiling, downloads...

####lsauer.com


###Overview of all chrome:// pages.

  • List by calling chrome://about/
  • Following is a direct dump from the 'about' page for reference

###List of Pages as per v20.xxx