## filterx
<p align="center">
<img src="./docs/docs/public/filterx-icon.png" width="100" height="100" alt="filterx logo">
</p>
<p align="center">
[](https://github.com/dwpeng/filterx/actions/workflows/release-pypi.yml) [](https://github.com/dwpeng/filterx/actions/workflows/release.yml) 
</p>
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
## Installation
Using pip or cargo to install `filterx`:
```bash
pip install filterx
```
```bash
cargo install filterx
```
Download the latest release from [releases](https://github.com/dwpeng/filterx/releases).
## Documentation
filterx have rich documentations, you can find them in [docs](https://filterx.dwpeng.com).
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.
## Star History
[](https://star-history.com/#dwpeng/filterx&Date)