What's Uproar? A cute, tiny way to handle your bookmarks with Ruby. Uproar stores your favorite links in YAML, and allows you to tag them.

$ ./uproar.rb -a http://ardekantur.com -t "put your tags here"
Adding 'ardekantur' to Links.yaml...

Uproar automagically looks up the title of the page you're adding! Sweet.

Now, how do we look something up? Say we're searching for links tagged with the word tags.

$ ./Uproar.rb -s tags
                    ardekantur... - http://ardekantur.com

Ta-da! That's it.

What do I need?

Take a look:

%w[ rubygems yaml open-uri hpricot ].each { |x| require x }

Where do I get it?

You can get the latest sources from Git:

$ git clone git://github.com/ardekantur/uproar.git

Love? Hate? Indifference?

Tell.

Credits

squidfingers for background.