filterx 0.2.11

A simple command line tool to filter data by using python-like syntax
Documentation

## filterx

<p align="center">
<img src="./docs/docs/public/filterx-icon.png" width="100" height="100" alt="filterx logo">
</p>

<p align="center">

[![pypi](https://github.com/dwpeng/filterx/actions/workflows/release-pypi.yml/badge.svg)](https://github.com/dwpeng/filterx/actions/workflows/release-pypi.yml) [![Github Release](https://github.com/dwpeng/filterx/actions/workflows/release.yml/badge.svg)](https://github.com/dwpeng/filterx/actions/workflows/release.yml)  ![PyPI Downloads](https://static.pepy.tech/badge/filterx)

</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

[![Star History Chart](https://api.star-history.com/svg?repos=dwpeng/filterx&type=Date)](https://star-history.com/#dwpeng/filterx&Date)