StevenBlack / ghosts

🔎 A CLI to mess with hosts files and domain lists, local or remote. It's written in Go.
MIT License
94 stars 8 forks source link

Add shortcuts for the main hosts file to compare. #17

Open StevenBlack opened 3 years ago

StevenBlack commented 3 years ago

Presently if we just say,

$ ghosts

We use default to https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts as the main hosts file.

Introduce shortcuts, such that

$ ghosts -m f  ## uses the fakenews hosts file

$ ghosts -m fs  ## uses the fakenews and social media hosts file

$ ghosts -m gfs  ## uses the gambling, fakenews, and social media hosts file

The shortcuts are to be in alphabetic order.

Use b or base as a shortcut for the base hosts file.

StevenBlack commented 3 years ago

Still todo: