Joined December 2013
·
Posted to
Quickly pipe a directory over ssh
over 1 year
ago
You say "scp only allows single files".. I regularly use wildcards & -r (recursive) with scp, without issue.
Posted to
Pushing sll Changes to all remotes
over 1 year
ago
Or you can install hub ( http://hub.github.com ) and do exactly what you originally tried ( git push origin,home )
Posted to
Dealing with Coderwall Spam
over 1 year
ago
Awesome!
Posted to
git squash commits
over 1 year
ago
Seems there would be a way to put this in as a git alias (like the popular 'lg' one).
Posted to
Remove SVN turds recursively from a directory
over 1 year
ago
Don't forget that if you're creating a tarball or zipfile for someone, use 'svn export' first to avoid these "turds" in the first place.
Posted to
Make your TMux status bar responsive
over 1 year
ago
Ah, got it.. Just had to cut-n-paste again, and the invisible chars here came through properly. Awesome!
Posted to
Make your TMux status bar responsive
over 1 year
ago
So what are the separators in use in the 2nd script? Same ones?
Posted to
Make your TMux status bar responsive
over 1 year
ago
hrm.. I guess I'm ignorant.. What is "Powerline" ?
Posted to
Make your TMux status bar responsive
over 1 year
ago
What are those codes for separators? Seems they didnt make the cut-n-paste.
Achievements
129 Karma
16,917 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
T-Rex
Have at least one original repo where C is the dominant language
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
I've been using fish for a year now, and LOVE it.
One useful trick: set -xU key value
Then it's permanent across all fish shells present and future.