A Simple Hacker News Filter based on fuzzy search
Table of Contents
Sometimes Hacker News threads contain huge number of comments. So it's difficult to focus on what we need. This tools helps to filter particular discussion based on your filters
This is an npm cli tool. So you must have following prerequisites in your system.
- Node.js >= 12
You can install this package via npm registry.
Following command will install globaly in your system.
npm i -g hn-filter
Note: you might want to use sudo
for the above command.
Or if you are just checking temporary use npx
utility
npx hn-filter [options]
hn-filter -i <item> --search "<query>"
Contributions are welcome ❤️
This work is licensed under the terms of the MIT license.
For a copy, see https://opensource.org/licenses/MIT.
Twitter https://twitter.com/gihan9a
Gitter https://gitter.im/gihan9a