Joined August 2013
·

Francisco Collao G.

Co-Founder at Symbiose SpA at Symbiose SpA
·
Santiago, Chile
·
·
·

Posted to Keep TODOs in git over 1 year ago

I use twig (gem) for add notes to branches like this:

twig todo "Fix: refactorign"

And looks like this:

➜ rest-in-peace git:(develop) twig todo branch ---- ------ 2013-09-04 19:39 -0400 (hace 5 d... FIX: refactoring * develop

If you want to know and branch's attribute:

➜ rest-in-peace git:(develop) twig todo FIX: refactoring

To install twig (I use rvm):

$ gem install twig
Posted to A Software Architect over 1 year ago

well says!

great work Chris!

Posted to Linux Touchpad On/Off over 1 year ago

I use this in Ubuntu:

Off:

xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Device Enabled" 8 0

On:

xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Device Enabled" 8 1

This two command in a shell (touchpadOn.sh and touchpadOff.sh) just to be more easy to execute.

Posted to git log for humans over 1 year ago

This produces logs like this:

* b0e4381 - Robby Russell - Merge pull request #1764 from johnjohndoe/feature/rails3-autocompletion (HEAD, master) (hace 5 semanas) |\ | * 10bd036 - Tobias Preuss - Add autocompletion for Rails3. (hace 3 meses) * | b36f53c - Robby Russell - Merge pull request #1920 from dongweiming/update-coffee (hace 5 semanas) |\ \ | * | 4fe4db5 - dongweiming - Update coffee completion (hace 6 semanas) | |/ * | 3072a20 - Robby Russell - Merge pull request #1916 from okuramasafumi/master (hace 5 semanas) |\ \ | * | c51ef9d - Okura Masafumi - Change duplicated alias name (hace 6 semanas) | |/ * | db82b8e - Robby Russell - Merge pull request #1919 from dongweiming/breaking-change-bower (hace 5 semanas) |\ \ | * | 012afe2 - dongweiming - The current version of bower is completely unavailable, plugin depth modification (hace 6 semanas) | |/ * | 04c98ae - Robby Russell - Merge pull request #1917 from brandonblack/rvm-plugin (hace 5 semanas) |\ \ | |/ |/| | * 644728b - Brandon Black - rvm plugin: update to ruby version helpers and rvm-update (hace 6 semanas) |/ * bc3cadf - Robby Russell - Merge pull request #1913 from chriskrycho/patch-2 (hace 6 semanas) |\ | * f25e2d2 - Chris Krycho - Add more capable hg incoming and outgoing count handling (hace 6 semanas) |/ * b9baf37 - Robby Russell - Merge pull request #1859 from ayushs/plugin-git-clean (hace 6 semanas) |\ | * 6f8e8c5 - Ayush Samantroy - Added alias for git clean (hace 9 semanas) * | a8c0c4d - Robby Russell - Merge pull request #1864 from Stibbons/gsemet_push_git_plugin (hace 6 semanas) |\ \ | * | 46f0d8d - Gaetan Semet - Improvement in the git plugin (hace 9 semanas) | |/ * | 3a3fd68 - Robby Russell - Merge pull request #1865 from Stibbons/gsemet_push_repo_plugin (hace 6 semanas)
Achievements
123 Karma
96,382 Total ProTip Views