ghosts icon indicating copy to clipboard operation
ghosts copied to clipboard

🔎 A CLI to mess with hosts files and domain lists, local or remote. It's written in Go.

Results 9 ghosts issues
Sort by recently updated
recently updated
newest added

As an example, currently running ghosts on the following would generate no output: ``` :: www3.doubleclick.net 0 1app.blob.core.windows.net ```

when comparing two hosts files with -tld, add option to print X number of tlds so to compare say top 5, 10, 20 ... tlds of each hosts file.

enhancement

I think if Goreleaser is automatically attaching the binaries (a.k.a. artifacts) to the git release/tags, there is no need for binaries to be committed directly to the repository. Applies to...

enhancement

Right now, by default, `-unique` returns a full list, which can be very long.

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...

This arises from https://github.com/StevenBlack/hosts/issues/1235 When comparing two lists we presently show the intersection as a summary or as a list. It would be nice to extract from the `-c` list...

Using yoyo's wonky URL, I get the following output and execution doesn't complete. ``` Steve at 0xf $ ./ghosts -i https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext [1] 12294 Steve at 0xf $ -------------------------------------------------------------------------------- Base hosts...

bug

Test ideas: - [x] Compare two normal hosts files (one host per line) - [x] Hosts files with multiple entries per line. - [x] Hosts sourced via http. - [x]...

When I run `ghosts` reading from STDIN on my PC, my scripts run fine. However, when on a GitHub-hosted runner, I get this error: ``` runtime: out of memory: cannot...