9 releases

new 0.0.9 Mar 6, 2025
0.0.8 Feb 17, 2025
0.0.5 Jan 25, 2025
0.0.2 Dec 16, 2024

#1739 in Development tools

Download history 148/week @ 2024-12-08 147/week @ 2024-12-15 5/week @ 2024-12-22 150/week @ 2025-01-05 73/week @ 2025-01-12 120/week @ 2025-01-19 62/week @ 2025-01-26 160/week @ 2025-02-02 124/week @ 2025-02-09 142/week @ 2025-02-16 11/week @ 2025-02-23 112/week @ 2025-03-02

399 downloads per month
Used in yozefu

Apache-2.0

330KB
8K 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

~84MB
~1.5M SLoC