linux
Jay Johnston linux
and linux references
Vim mapping for console.log output
This vim mapping for javascript makes console.log and object so fast.
Posted: 2020-06-22 07:41:47 more...
Git Log - Commit Message CSV
This one liner prints a comma delimited list of today's git log entries.
Posted: 2014-11-04 14:06:59 more...
Git rm -vs- rm
What to do if I deleted my file when it was under git source control?
Posted: 2014-08-04 15:47:45 more...
Jay's .vimrc
An example vimrc file for use in vim, the linux vi improved editor.
Posted: 2014-04-21 13:10:07 more...
Git Config Options
Need to setup a new server? Reference these handy config options.
Posted: 2014-04-17 12:06:46 more...
Wordpress Git Modified Files
git cloned wordpress complaining about modified files
Posted: 2014-03-15 07:07:48 more...
Trim Trailing Whitespace
Using sed -i 's/[[:space:]]*$//' to trim whitespace is the courteous thing to do.
Posted: 2014-01-03 15:27:58 more...
git-log: Show today's commits
Show git-log messages since a particular time in a particular format.
Posted: 2013-12-26 22:17:42 more...
git commit Argument
Taken directly from the git knowledge base, this guide to committing kindly helps everyone.
Posted: 2013-08-08 19:46:34 more...
Awk One-liner for copying mysql tables
If you need an awk one-liner for copying mysql tables, this is it!
Posted: 2011-07-06 17:04:00 more...
Delete files where size less than X
Need to delete files on your linux box that are a certain size or less? Use this quick command.
Posted: 2010-06-18 10:32:14 more...
VIM toggle indent
This is a short function to include in the .vimrc that will allow indenting to be toggled on and off.
Posted: 2009-02-07 20:40:50 more...
FTP from inside VIM
I frequently need to ftp my current file - use this vimball plugin to do it from inside vim!
Posted: 2009-02-07 20:31:21 more...
Remove Mac Encoding
Jay Johnston shows how to remove mac encoding on line feeds/carriage returns with this simple linux shell script
Posted: 2009-02-07 08:23:27 more...