NAME
ux.pl - ux command-line tool
SYNOPSIS
$ ux.pl <command> [<args>]
# Build index
$ ux.pl build --keylist=<path> [--index=<path>] [--uncompress]
# List keys
$ ux.pl list --index=<path>
# Launch search prompt
$ ux.pl search --index=<path> [--limit=<num>]
DESCRIPTION
ux.pl is a command line utility to build/list/search index.
COMMANDS
- build
-
Build index.
- list
-
List index.
- search
-
Search index.
ARGUMENTS
- -i, --index
-
Specifies the index file.
- -k, --keylist
-
Specifies the keylist file.
- -c, --uncompress
-
Specifies compress method.
- -l, --limit
-
Specifies result num.
AUTHOR
Jiro Nishiguchi <jiro@cpan.org>