8 releases

new 0.0.8 Feb 17, 2025
0.0.7 Feb 11, 2025
0.0.5 Jan 25, 2025
0.0.2 Dec 16, 2024

#1689 in Development tools

Download history 154/week @ 2024-12-09 146/week @ 2024-12-16 158/week @ 2025-01-06 99/week @ 2025-01-13 124/week @ 2025-01-20 26/week @ 2025-01-27 167/week @ 2025-02-03 117/week @ 2025-02-10

468 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

~62–83MB
~1.5M SLoC