2 releases

new 0.0.2 Dec 16, 2024
0.0.1 Dec 10, 2024

#1447 in Development tools

Download history 104/week @ 2024-12-05 165/week @ 2024-12-12

269 downloads per month
Used in yozefu

Apache-2.0

315KB
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

~61–84MB
~1.5M SLoC