App-chot

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Resolve optex aliases from config.toml
    - Rename to "Command Heuristic Omni-Tracer"

0.99 2026-02-02T02:29:53Z

    - Add Node.js handler (--nd) using require.resolve with subpath support.
    - Add Ruby handler (--rb) using $LOADED_FEATURES inspection.

0.21 2026-02-02T01:19:05Z

    - Add --bat-theme option for automatic BAT_THEME selection based on terminal background

0.20 2026-02-01T11:28:13Z

    - Support Linuxbrew path resolution in Homebrew wrapper detection

0.19 2026-01-29T03:13:51Z

    - Show concise help with -h option

0.18 2026-01-29T02:34:37Z

README.md  view on Meta::CPAN

- **--rb**

    Shortcut for `--type Ruby`. Search only Ruby libraries.

- **--nd**

    Shortcut for `--type Node`. Search only Node.js modules.

- **--bat-theme** _mode_=_theme_

    Specify the default bat theme for light or dark terminal backgrounds.
    Can be used multiple times.

        --bat-theme light=GitHub --bat-theme dark=Monokai

    If `bat` is used as the pager and `BAT_THEME` is not set, the
    terminal background luminance is detected and the appropriate theme
    is applied.  Built-in defaults are `Coldark-Cold` for light and
    `Coldark-Dark` for dark backgrounds.

- **--suffix** _extension_

    Specify file suffix/extension to search for (mainly for Perl modules).

    Default: `.pm`

- **--skip** _pattern_

    Specify directory patterns to skip during search.

script/chot  view on Meta::CPAN

=item B<--rb>

Shortcut for C<--type Ruby>. Search only Ruby libraries.

=item B<--nd>

Shortcut for C<--type Node>. Search only Node.js modules.

=item B<--bat-theme> I<mode>=I<theme>

Specify the default bat theme for light or dark terminal backgrounds.
Can be used multiple times.

    --bat-theme light=GitHub --bat-theme dark=Monokai

If C<bat> is used as the pager and C<BAT_THEME> is not set, the
terminal background luminance is detected and the appropriate theme
is applied.  Built-in defaults are C<Coldark-Cold> for light and
C<Coldark-Dark> for dark backgrounds.

=item B<--suffix> I<extension>

Specify file suffix/extension to search for (mainly for Perl modules).

Default: C<.pm>

=item B<--skip> I<pattern>

Specify directory patterns to skip during search.



( run in 0.460 second using v1.01-cache-2.11-cpan-d8267643d1d )