Changeset 14 in bookmarks for trunk


Ignore:
Timestamp:
02/09/13 13:36:50 (11 years ago)
Author:
peter
Message:
  • added a basic "list" action to the bkmk script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bkmk

    r2 r14  
    2929        print Dump($bookmark); 
    3030    }, 
     31    list => sub { 
     32        my @resources = $bookmarks->get_resources(); 
     33        # TODO: list by tags, date, etc. 
     34        # TODO: coordinate this commandline script with the CGI app 
     35        print Dump(\@resources); 
     36    } 
    3137); 
    3238 
Note: See TracChangeset for help on using the changeset viewer.