#tui #parser #argument #parse #cli

yozefu-command

Clap commands of yozefu

4 releases

new 0.0.4 Jan 18, 2025
0.0.3 Jan 8, 2025
0.0.2 Dec 16, 2024
0.0.1 Dec 10, 2024

#1647 in Development tools

Download history 154/week @ 2024-12-09 146/week @ 2024-12-16 158/week @ 2025-01-06 55/week @ 2025-01-13

218 downloads per month
Used in yozefu

Apache-2.0

320KB
7.5K SLoC

yozefu-command

Build The crate

This library contains the clap commands of yozefu:

  • configure to access to the configuration file.
  • create-filter to crate a new search filter
  • import-filter to import the search filter to the tool.

The crate also exports a headless mode. It is the same application but without the usage of Ratatui. Results are printed to stdout.

Usage

cargo add yozefu-command

lib.rs:

Structures and utility functions to build the command line interface of yozefu. It relies on the clap crate.

Dependencies

~81MB
~1.5M SLoC