29 releases

Uses new Rust 2024

new 0.0.29 Apr 10, 2026
0.0.28 Mar 31, 2026
0.0.27 Feb 25, 2026
0.0.23 Dec 19, 2025
0.0.2 Dec 16, 2024

#1431 in Command-line interface


Used in yozefu

Apache-2.0

440KB
11K 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

~133MB
~2.5M SLoC