NAME
Beagle::Cmd::Command::ls - list/search entries
SYNOPSIS
$ beagle ls                             # all the entries
$ beagle ls homer                       # entries that match qr/homer/mi
$ beagle ls 'homer.*bart'               # entries that match qr/homer.*bart/mi
$ beagle ls '/homer.*bart/im'           # ditto
$ beagle ls --order created --limit 10  # only show the first 10 entries
$ beagle ls --type article homer    # articles that match "homer"
$ beagle articles homer             # ditto
AUTHOR
sunnavy <sunnavy@gmail.com>
LICENCE AND COPYRIGHT
Copyright 2011 sunnavy@gmail.com
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.