descriptionA command line bookmark manager using Ruby and YAML.
homepage URLhttp://ardekantur.com/misc/uproar
ownermcs532@drexel.edu
last changeFri, 30 Nov 2007 00:20:55 +0000 (29 19:20 -0500)
content tags
add:
readme
uproar
======

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.

[shell]
source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ ./Uproar.rb -a http://ardekantur.com -t "put your tags here"
Adding 'ardekantur' to Links.yaml...
source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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'.

[shell]
source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ ./Uproar.rb -s tags
ardekantur
 http://ardekantur.com
source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Ta-da! That's it.

What do I need?
---------------

Take a look:

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

Where do I get it?
------------------

http://ardekantur.com/misc/uproar/uproar.rb[Right here.] The current version is *0.2*.

Love? Hate? Indifference?
-------------------------
mailto:greystone@ardekantur.com[Tell.]

Credits
-------
http://squidfingers.com[squidfingers] for background.
shortlog
2007-11-30 Matthew SnyderCreated Uproar module, moved script stuff to __FILE__... master
2007-11-24 Matthew SnyderUsing YAML library for output of data structure instead...
2007-11-24 Matthew Snyderusing exit instead of return because of LocalJumpErrors
2007-11-24 Matthew SnyderBrand new Uproar repository.
heads
16 years ago master