NAME
list-idn-localities - Localities (cities & regencies) in Indonesia
VERSION
This document describes version 0.021 of list-idn-localities (from Perl distribution App-IndonesianLocaleUtils), released on 2024-09-30.
SYNOPSIS
list-idn-localities --help (or -h, -?)
list-idn-localities --version (or -v)
list-idn-localities [(--bps-code-in=int)+|--bps-code-in-json=json] [--bps-code-is=int] [--bps-code-isnt=int] [--bps-code-max=int] [--bps-code-min=int] [(--bps-code-not-in=int)+|--bps-code-not-in-json=json] [--bps-code-xmax=int] [--bps-code-xmin=int] [--bps-code=int] [(--bps-prov-code-in=int)+|--bps-prov-code-in-json=json] [--bps-prov-code-is=int] [--bps-prov-code-isnt=int] [--bps-prov-code-max=int] [--bps-prov-code-min=int] [(--bps-prov-code-not-in=int)+|--bps-prov-code-not-in-json=json] [--bps-prov-code-xmax=int] [--bps-prov-code-xmin=int] [--bps-prov-code=int] [--detail|-l|--no-detail|--nodetail] [(--exclude-field=str)+|--exclude-fields-json=json] [(--field=str)+|--fields-json=json] [--format=name|--json] [--ind-name-contains=str] [(--ind-name-in=str)+|--ind-name-in-json=json] [--ind-name-is=str] [--ind-name-isnt=str] [--ind-name-max=str] [--ind-name-min=str] [--ind-name-not-contains=str] [(--ind-name-not-in=str)+|--ind-name-not-in-json=json] [--ind-name-xmax=str] [--ind-name-xmin=str] [--ind-name=str] [--(no)naked-res] [--page-result[=program]|--view-result[=program]] [--query-boolean=str|--and|--or] [(--query=str)+|--queries-json=json|(-q=str)+] [--random|--no-random|--norandom] [--result-limit=int] [--result-start=int] [(--sort=str)+|--sort-json=json] [(--type-in=int)+|--type-in-json=json] [--type-is=int] [--type-isnt=int] [--type-max=int] [--type-min=int] [(--type-not-in=int)+|--type-not-in-json=json] [--type-xmax=int] [--type-xmin=int] [--type=int] [--with-field-names|--without-field-names] -- [query] ...
DESCRIPTION
REPLACE ME
OPTIONS
*
marks required options.
Field selection options
- --detail, -l
-
Return array of full records instead of just ID fields.
By default, only the key (ID) field is returned per result entry.
- --exclude-field=s@
-
Select fields to return.
Can be specified multiple times.
- --exclude-fields-json=s
-
Select fields to return (JSON-encoded).
See
--exclude-field
. - --field=s@
-
Select fields to return.
Default value:
["ind_name"]
Can be specified multiple times.
- --fields-json=s
-
Select fields to return (JSON-encoded).
See
--field
. - --with-field-names
-
Return field names in each record (as hash/associative array).
When enabled, function will return each record as hash/associative array (field name => value pairs). Otherwise, function will return each record as list/array (field value, field value, ...).
Filtering for bps_code options
- --bps-code-in-json=s
-
Only return records where the 'bps_code' field is in the specified values (JSON-encoded).
See
--bps-code-in
. - --bps-code-in=s@
-
Only return records where the 'bps_code' field is in the specified values.
Can be specified multiple times.
- --bps-code-is=s
-
Only return records where the 'bps_code' field equals specified value.
- --bps-code-isnt=s
-
Only return records where the 'bps_code' field does not equal specified value.
- --bps-code-max=s
-
Only return records where the 'bps_code' field is less than or equal to specified value.
- --bps-code-min=s
-
Only return records where the 'bps_code' field is greater than or equal to specified value.
- --bps-code-not-in-json=s
-
Only return records where the 'bps_code' field is not in the specified values (JSON-encoded).
See
--bps-code-not-in
. - --bps-code-not-in=s@
-
Only return records where the 'bps_code' field is not in the specified values.
Can be specified multiple times.
- --bps-code-xmax=s
-
Only return records where the 'bps_code' field is less than specified value.
- --bps-code-xmin=s
-
Only return records where the 'bps_code' field is greater than specified value.
- --bps-code=s
-
Only return records where the 'bps_code' field equals specified value.
Filtering for bps_prov_code options
- --bps-prov-code-in-json=s
-
Only return records where the 'bps_prov_code' field is in the specified values (JSON-encoded).
See
--bps-prov-code-in
. - --bps-prov-code-in=s@
-
Only return records where the 'bps_prov_code' field is in the specified values.
Can be specified multiple times.
- --bps-prov-code-is=s
-
Only return records where the 'bps_prov_code' field equals specified value.
- --bps-prov-code-isnt=s
-
Only return records where the 'bps_prov_code' field does not equal specified value.
- --bps-prov-code-max=s
-
Only return records where the 'bps_prov_code' field is less than or equal to specified value.
- --bps-prov-code-min=s
-
Only return records where the 'bps_prov_code' field is greater than or equal to specified value.
- --bps-prov-code-not-in-json=s
-
Only return records where the 'bps_prov_code' field is not in the specified values (JSON-encoded).
See
--bps-prov-code-not-in
. - --bps-prov-code-not-in=s@
-
Only return records where the 'bps_prov_code' field is not in the specified values.
Can be specified multiple times.
- --bps-prov-code-xmax=s
-
Only return records where the 'bps_prov_code' field is less than specified value.
- --bps-prov-code-xmin=s
-
Only return records where the 'bps_prov_code' field is greater than specified value.
- --bps-prov-code=s
-
Only return records where the 'bps_prov_code' field equals specified value.
Filtering for ind_name options
- --ind-name-contains=s
-
Only return records where the 'ind_name' field contains specified text.
- --ind-name-in-json=s
-
Only return records where the 'ind_name' field is in the specified values (JSON-encoded).
See
--ind-name-in
. - --ind-name-in=s@
-
Only return records where the 'ind_name' field is in the specified values.
Can be specified multiple times.
- --ind-name-is=s
-
Only return records where the 'ind_name' field equals specified value.
- --ind-name-isnt=s
-
Only return records where the 'ind_name' field does not equal specified value.
- --ind-name-max=s
-
Only return records where the 'ind_name' field is less than or equal to specified value.
- --ind-name-min=s
-
Only return records where the 'ind_name' field is greater than or equal to specified value.
- --ind-name-not-contains=s
-
Only return records where the 'ind_name' field does not contain specified text.
- --ind-name-not-in-json=s
-
Only return records where the 'ind_name' field is not in the specified values (JSON-encoded).
See
--ind-name-not-in
. - --ind-name-not-in=s@
-
Only return records where the 'ind_name' field is not in the specified values.
Can be specified multiple times.
- --ind-name-xmax=s
-
Only return records where the 'ind_name' field is less than specified value.
- --ind-name-xmin=s
-
Only return records where the 'ind_name' field is greater than specified value.
- --ind-name=s
-
Only return records where the 'ind_name' field equals specified value.
Filtering for type options
- --type-in-json=s
-
Only return records where the 'type' field is in the specified values (JSON-encoded).
See
--type-in
. - --type-in=s@
-
Only return records where the 'type' field is in the specified values.
Can be specified multiple times.
- --type-is=s
-
Only return records where the 'type' field equals specified value.
- --type-isnt=s
-
Only return records where the 'type' field does not equal specified value.
- --type-max=s
-
Only return records where the 'type' field is less than or equal to specified value.
- --type-min=s
-
Only return records where the 'type' field is greater than or equal to specified value.
- --type-not-in-json=s
-
Only return records where the 'type' field is not in the specified values (JSON-encoded).
See
--type-not-in
. - --type-not-in=s@
-
Only return records where the 'type' field is not in the specified values.
Can be specified multiple times.
- --type-xmax=s
-
Only return records where the 'type' field is less than specified value.
- --type-xmin=s
-
Only return records where the 'type' field is greater than specified value.
- --type=s
-
Only return records where the 'type' field equals specified value.
Filtering options
- --and
-
Shortcut for --query-boolean=and.
See
--query-boolean
. - --or
-
Shortcut for --query-boolean=or.
See
--query-boolean
. - --queries-json=s, -q
-
Search (JSON-encoded).
See
--query
.Can also be specified as the 1st command-line argument and onwards.
- --query-boolean=s
-
Whether records must match all search queries ('and') or just one ('or').
Default value:
"and"
Valid values:
["and","or"]
If set to
and
, all queries must match; if set toor
, only one query should match. See thequeries
option for more details on searching. - --query=s@
-
Search.
This will search all searchable fields with one or more specified queries. Each query can be in the form of
-FOO
(dash prefix notation) to require that the fields do not contain specified string, or/FOO/
to use regular expression. All queries must match if thequery_boolean
option is set toand
; only one query should match if thequery_boolean
option is set toor
.Can also be specified as the 1st command-line argument and onwards.
Can be specified multiple times.
Ordering options
- --random
-
Return records in random order.
- --sort-json=s
-
Order records according to certain field(s) (JSON-encoded).
See
--sort
. - --sort=s@
-
Order records according to certain field(s).
A list of field names separated by comma. Each field can be prefixed with '-' to specify descending order instead of the default ascending.
Can be specified multiple times.
Output options
- --format=s
-
Choose output format, e.g. json, text.
Default value:
undef
Output can be displayed in multiple formats, and a suitable default format is chosen depending on the application and/or whether output destination is interactive terminal (i.e. whether output is piped). This option specifically chooses an output format.
- --json
-
Set output format to json.
- --naked-res
-
When outputing as JSON, strip result envelope.
Default value:
0
By default, when outputing as JSON, the full enveloped result is returned, e.g.:
[200,"OK",[1,2,3],{"func.extra"=>4}]
The reason is so you can get the status (1st element), status message (2nd element) as well as result metadata/extra result (4th element) instead of just the result (3rd element). However, sometimes you want just the result, e.g. when you want to pipe the result for more post-processing. In this case you can use
--naked-res
so you just get:[1,2,3]
- --page-result
-
Filter output through a pager.
This option will pipe the output to a specified pager program. If pager program is not specified, a suitable default e.g.
less
is chosen. - --view-result
-
View output using a viewer.
This option will first save the output to a temporary file, then open a viewer program to view the temporary file. If a viewer program is not chosen, a suitable default, e.g. the browser, is chosen.
Paging options
- --result-limit=s
-
Only return a certain number of records.
- --result-start=s
-
Only return starting from the n'th record.
Default value:
1
Other options
COMPLETION
This script has shell tab completion capability with support for several shells.
bash
To activate bash completion for this script, put:
complete -C list-idn-localities list-idn-localities
in your bash startup (e.g. ~/.bashrc). Your next shell session will then recognize tab completion for the command. Or, you can also directly execute the line above in your shell to activate immediately.
It is recommended, however, that you install modules using cpanm-shcompgen which can activate shell completion for scripts immediately.
tcsh
To activate tcsh completion for this script, put:
complete list-idn-localities 'p/*/`list-idn-localities`/'
in your tcsh startup (e.g. ~/.tcshrc). Your next shell session will then recognize tab completion for the command. Or, you can also directly execute the line above in your shell to activate immediately.
It is also recommended to install shcompgen (see above).
other shells
For fish and zsh, install shcompgen as described above.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-IndonesianLocaleUtils.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-IndonesianLocaleUtils.
AUTHOR
perlancar <perlancar@cpan.org>
CONTRIBUTING
To contribute, you can send patches by email/via RT, or send pull requests on GitHub.
Most of the time, you don't need to build the distribution yourself. You can simply modify the code, then test via:
% prove -l
If you want to build the distribution (e.g. to try to install it locally on your system), you can install Dist::Zilla, Dist::Zilla::PluginBundle::Author::PERLANCAR, Pod::Weaver::PluginBundle::Author::PERLANCAR, and sometimes one or two other Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond that are considered a bug and can be reported to me.
COPYRIGHT AND LICENSE
This software is copyright (c) 2024, 2015 by perlancar <perlancar@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-IndonesianLocaleUtils
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.