Published on Jun 21, 2015 by Vincent Roy
Today I’m releasing git-gb, a little tool that I’ve been working on for the last 6 months.
git-gb
is a better way to list git branches in your terminal. Inspired by the GitHub branches view, the output
- is sorted by timestamp of the last commit for...
Read more...
Published on Jun 16, 2015 by Vincent Roy
I attended to Maritime DevCon last Saturday: a conference for developers, by developers. Somehow, I think this was the first developer oriented conference that I attended - and it was great!
The quality of the talks were all above my expectations...
Read more...
Published on Nov 26, 2014 by Vincent Roy
I’ve been a fish shell convert for quite a while now. One pet peeve that I’ve had ever since is that aliases and completetion do not play well together.
If you have alias g='git'
in your config, writing the command g checkout a<TAB>
will not complete...
Read more...
Published on Nov 1, 2014 by Vincent Roy
App Links is a cross-platform solution for mobile deep-linking. It gives you a set of tools that makes it easy to link to content in your app.
For example, if someone is in the Mailbox app on their phone and sees an email containing a link to Pinterest...
Read more...
Published on Oct 31, 2014 by Vincent Roy
extract
is a little text processing utility that only prints the matching part of a line. It works much like grep -o
or grep --only-matching
but it is written in Ruby. Unfortunately I didn’t look at the grep manual before writing this…
The pattern...
Read more...