10 releases

Uses new Rust 2024

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

#451 in Development tools

Download history 169/week @ 2025-01-08 114/week @ 2025-01-15 114/week @ 2025-01-22 12/week @ 2025-01-29 219/week @ 2025-02-05 181/week @ 2025-02-12 31/week @ 2025-02-19 6/week @ 2025-02-26 135/week @ 2025-03-05 10/week @ 2025-03-12 136/week @ 2025-03-19 40/week @ 2025-03-26 12/week @ 2025-04-02 17/week @ 2025-04-09

207 downloads per month
Used in yozefu

Apache-2.0

335KB
8K SLoC

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


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

Dependencies

~64–85MB
~1.5M SLoC