Joined December 2013
·

Walid

Geneva
·
·

Posted to OSX window management tips over 1 year ago

or spectacle: http://spectacleapp.com/

If you don't want to install shortcut manager, you can also simply add it as a bookmarklet: http://ted.mielczarek.org/code/mozilla/bookmarklet.html

Also, if you only want to copy that list to your keyboard for pasting(with additional formatting options):

ls -alRth | pbcopy

Posted to Git - pretty one line log over 1 year ago

You can also customize is the way you like it, and add it as an alias in ~/.gitconfig:

[alias]
    log --pretty=\"format:%ad %h (%an): %s\" --date=short

which gives
2014-12-25 e1a590d (Walid): adds troubleshooting for charges

This works as well: rand(36**length).to_s(36)

Posted to Create github repo from Terminal over 1 year ago

So it turns out some great people created a full program: http://hub.github.com/

Achievements
174 Karma
5,477 Total ProTip Views