Crates.io | filterx |
lib.rs | filterx |
version | |
source | src |
created_at | 2024-10-31 02:03:07.268002 |
updated_at | 2024-12-12 11:13:25.602166 |
description | A command line tool to filter data by using python-like syntax |
homepage | https://github.com/dwpeng/filterx |
repository | https://github.com/dwpeng/filterx |
max_upload_size | |
id | 1429535 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A fast command-line tool to filter lines by column-based expression.
Using pip or cargo to install filterx
:
pip install filterx
cargo install filterx
Download the latest release from releases.
filterx have rich documentations, you can find them in docs.
filterx has a built-in help system, you can use filterx info --list
to list all available built-in functions, and use filterx info <command>
to get help for a specific function.