mosaic

Block List

A minimalist host-based block list tool built in Rust.

This project uses the excellent and regularly updated Unified Hosts lists from Steven Black.

Installation

shell cargo install block-list

Usage

shell sudo block-list /path/to/hosts your-desired-list

Examples

Basic example:

```shell

Just use 'hosts' if you only want ad-blocking.

sudo block-list /etc/hosts social ```

Pipe in a custom list:

cat someFile.txt | sudo block-list /etc/hosts