Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flxxyz/hosts.rs
一个快速合并订阅,生成hosts的工具
https://github.com/flxxyz/hosts.rs
hosts
Last synced: 4 days ago
JSON representation
一个快速合并订阅,生成hosts的工具
- Host: GitHub
- URL: https://github.com/flxxyz/hosts.rs
- Owner: flxxyz
- License: mit
- Created: 2022-04-06T11:29:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T03:20:43.000Z (over 2 years ago)
- Last Synced: 2023-03-05T22:06:37.749Z (over 1 year ago)
- Topics: hosts
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```