Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blocklists-cli/blocklists
download blocklists as easy
https://github.com/blocklists-cli/blocklists
ad ads blacklist block block-ads blocking-list blocklists dns git list pi-hole repositories
Last synced: 18 days ago
JSON representation
download blocklists as easy
- Host: GitHub
- URL: https://github.com/blocklists-cli/blocklists
- Owner: blocklists-cli
- License: mit
- Created: 2022-12-19T21:21:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T02:17:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T02:22:35.091Z (about 1 month ago)
- Topics: ad, ads, blacklist, block, block-ads, blocking-list, blocklists, dns, git, list, pi-hole, repositories
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Blocklists
## A CLI tool to manage what blocklists do you want to have.Whit this tool, you can get plugins and download the blocklists based on what you want.
## Requirements:
* git
* bash
* curl## RUN
To start, install using this command:
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Dpbm/blocklists/main/install.sh)"
```then, close your terminal, open another and you are ready to Start :)
This is a plugin based tool, so you need to add plugins. Go searching on the internet, and when you find a plugin that you want, run a command like this:
```bash
blocklists add PLUGIN_URL
```after that, you can run:
```bash
blocklists generate PLUGIN_NAME LIST_NAME
```
to actually download the list that you want. To see the file, you can go to `~/generated` and look for you file.You can also run:
```bash
blocklists list
```to list all installed plugins.
In case you don't want more some plugin, you can run this command to remove all stuff related with it:
```bash
blocklists delete PLUGIN_NAME
```