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
207 downloads per month
Used in yozefu
335KB
8K
SLoC
Structures and utility functions to build the command line interface of yozefu
.
It relies on the clap
crate.
yozefu-command
This library contains the clap
commands of Yozefu:
configure
to access to the configuration file.create-filter
to crate a new search filterimport-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