Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flxxyz/hosts.rs

一个快速合并订阅,生成hosts的工具
https://github.com/flxxyz/hosts.rs

hosts

Last synced: 4 days ago
JSON representation

一个快速合并订阅,生成hosts的工具

Awesome Lists containing this project

README

        

# hosts.rs

一个快速合并订阅,生成hosts的工具

## 起步

```bash
# output: hosts.rs 0.0.1
cargo run -- -V
```

### 基础指令

> 更多选项查看对应指令的帮助信息 hosts \ -help

```bash
# 查看帮助信息
hosts help

# 添加一个订阅的hosts链接
# alias: a
hosts add https://raw.githubusercontent.com/flxxyz/hosts.rs/master/hosts

# 查看添加的链接
# alias: ls, l
hosts list

# 拉取合并所有订阅的hosts
# alias: f
hosts fetch
```