App-OrgUtils

 view release on metacpan or  search on metacpan

script/list-org-anniversaries  view on Meta::CPAN

Can also be specified as the 1st command-line argument and onwards.

=item B<--has-tags-json>=I<s>

Filter headlines that have the specified tags (JSON-encoded).

See C<--has-tags>.

=item B<--has-tags>=I<s@>

Filter headlines that have the specified tags.

Can be specified multiple times.

=item B<--lacks-tags-json>=I<s>

Filter headlines that don't have the specified tags (JSON-encoded).

See C<--lacks-tags>.

=item B<--lacks-tags>=I<s@>

Filter headlines that don't have the specified tags.

Can be specified multiple times.

=item B<--max-overdue>=I<s>

Don't show dates that are overdue more than this number of days.

=item B<--reminded-field-pattern>=I<s>

Default value:

 qr(reminded)i

=item B<--reminded-suffix>=I<s>

Default value:

 " reminded"

=item B<--sort-json>=I<s>

Specify sorting (JSON-encoded).

See C<--sort>.

=item B<--sort>=I<s>

Specify sorting.

Default value:

 "due_date"

If string, must be one of 'date', '-date' (descending).

If code, sorting code will get [REC, DUE_DATE] as the items to compare, where
REC is the final record that will be returned as final result (can be a string
or a hash, if 'detail' is enabled), and DUE_DATE is the DateTime object.


=item B<--time-zone>=I<s>

Will be passed to parser's options.

If not set, TZ environment variable will be picked as default.


=item B<--today-json>=I<s>

Assume today's date (JSON-encoded).

See C<--today>.

=item B<--today>=I<s>

Assume today's date.

You can provide Unix timestamp or DateTime object. If you provide a DateTime
object, remember to set the correct time zone.


=back

=head2 Configuration options

=over

=item B<--config-path>=I<s>, B<-c>

Set path to configuration file.

Can actually be specified multiple times to instruct application to read from
multiple configuration files (and merge them).


=item B<--config-profile>=I<s>, B<-P>

Set configuration profile to use.

A single configuration file can contain profiles, i.e. alternative sets of
values that can be selected. For example:

 [profile=dev]
 username=foo
 pass=beaver
 
 [profile=production]
 username=bar
 pass=honey

When you specify C<--config-profile=dev>, C<username> will be set to C<foo> and
C<password> to C<beaver>. When you specify C<--config-profile=production>,
C<username> will be set to C<bar> and C<password> to C<honey>.


=item B<--no-config>, B<-C>

Do not use any configuration file.

If you specify C<--no-config>, the application will not read any configuration
file.


=back

=head2 Environment options

=over

=item B<--no-env>

Do not read environment for default options.

If you specify C<--no-env>, the application wil not read any environment
variable.


=back



( run in 0.666 second using v1.01-cache-2.11-cpan-39bf76dae61 )