We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See Extensible Architecture Discussion in the wiki.
ATM the repo is named rhosts which isn't great; so rhosts is a placeholder for now.
rhosts
rhosts.json
rhosts fetch
./data
./extensions
rhosts init
rhosts build
rhosts update
fetch
build
rhosts upgrade
/etc/hosts
rhosts compare
rhosts contribution
These nominally come "for free" with clap but they deserve some thought
clap
rhosts help
rhosts version
The text was updated successfully, but these errors were encountered:
StevenBlack
No branches or pull requests
Background
See Extensible Architecture Discussion in the wiki.
ATM the repo is named
rhosts
which isn't great; sorhosts
is a placeholder for now.rhosts
Roadmap
Things to do
rhosts.json
for userland config overridesCommands to implement
rhosts fetch
refreshes cached data in./data
and./extensions
subfoldersrhosts init
an alias forrhosts fetch
but with helpersrhosts build
assembles all the amalgamated versions of hostsrhosts update
executes afetch
andbuild
rhosts upgrade
copies latest to/etc/hosts
file (or specific OS equivalent)rhosts compare
compares two hosts filesrhosts contribution
to analyze the contribution of an existing or potential hosts sourceThese nominally come "for free" with
clap
but they deserve some thoughtrhosts help
displays helprhosts version
echos the current version ofrhosts
The text was updated successfully, but these errors were encountered: