filterx

Crates.iofilterx
lib.rsfilterx
version
sourcesrc
created_at2024-10-31 02:03:07.268002
updated_at2024-11-09 10:00:19.565195
descriptionA simple command line tool to filter data using a python-like syntax
homepagehttps://github.com/dwpeng/filterx
repositoryhttps://github.com/dwpeng/filterx
max_upload_size
id1429535
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | 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`
size0
dwpeng (dwpeng)

documentation

README

filterx

A fast command-line tool to filter lines by column-based expression.

Features

  • 🚀 Filter lines by column-based expression
  • 🎨 Support multiple input formats e.g. vcf/sam/fasta/fastq/gff/bed/csv/tsv
  • 🎉 Cross-platform support
  • 📦 Easy to install
  • 📚 Rich documentations

Star History

Star History Chart

Commit count: 89

cargo fmt