Skip directly to content

productivity

Alias a.ka. Alias a.k.a BashAliases

on May 21st, 2010 at 6:19:39 AM

I found a cool little tool today for building bash aliases.  

Being the lazy SOB that I am, I'm just going to quote the project page since it describes well why it exists:

This is all well and good but ... the time and forethought required to create these definitions [aliases] is often a significant barrier that is difficult to overcome. Even though the time it would take to create an alias would save much time in the long run (and much stress on hands and wrists and arms) the task at hand always seems to take priority. And so one rarely does.

- http://www.logicalpoetry.com/bashalias/

Here's a quite run down of a couple commands:

acd Alias Current Directory

Example:

$ cd ~/work/somewhere/deep/in/my/sourcecode/where/I/go/all/the/time

$ acd alias for /home/jacob/work/somewhere/deep/in/my/sourcecode/where/I/go/all/the/time?rsi

$ cd /

$ rsi

$ # Goes to the directory.

The alias is saved in ~/.bash/alias.

Also has alc

Alias Last Command

This one basically let's you choose from the last 9 entries in your history and make one an alias. This is not rocket surgery, or even brain science, or even basic linux administration, but it does encourage something we all should do more of anyway, and I like the simplicity. Check it out! http://www.logicalpoetry.com/bashalias/

Memeo connect (gDrive wannabe rocks!)

on March 2nd, 2010 at 9:30:12 AM

Ever since Google announced that you could upload arbitrary files to google docs there have been a bunch of shakeups in this market.  The profits of companies like https://www.dropbox.com are obviously threatened by this announcement.

Sadly, The big G didn't announce that it was providing a rich desktop app for drag-and-drop uploads, synch, etc.

A company called Memeo did.  I did some evaluation today, and I really love this app.

Memeo Connect.png

 

Their pricing is really attractive (just $9 /head per year).  However, I think their only hope of long term survival is a Google buy-out and somehow, I just don't see that happening as they Google will likely do something fuse based and/or build it in HTML 5 and just wait for the masses to catch up / drive the browser market.  Another open source solution I looked at but couldn't get working in 30seconds on my mac is http://code.google.com/p/google-docs-fs/.  It's a FUSE based implementation.  Likely not as feature rich, but nicely integrated.