-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
HOST file editor #20204
Comments
Very cool! |
That sounds perfect to me. |
I have started working on the POC. I am focusing more on the service that read/write the hosts file than the UI 😄 @crutkas at the moment lines that aren't parsed as valid entry (including headers/comments) are removed when we write the file. Will be tricky to preserve them especially if sorting will be implemented. What do you think? @niels9001 what do you suggest for the user inteface? What do you think about using a DataGrid here instead of a ListView? |
Maybe we lead with PT generated comment and our UX had a direct editor for the top part we can’t parse? |
I like the idea for the header on top of the file but still a problem if users mix valid hosts entries and commented lines. |
Nice! I think a DataGrid could work, but only if we expect to do resizable columns and/or inline/direct editing (without the popup). (I personally like your current implementation btw :))! |
Since I am not a big fan of DataGrid and I like to pipup let's try keep the ListView. |
Shameless plug: https://github.com/jerone/HostProfiles#readme (it's old, but going strong for 9 years. Maybe useful for idea's) |
It would be nice to have hosts editor functionality similar to Hostsman, which allows us to subscribe to local or remote sources, such as Malware Domain List. |
Description of the new feature / enhancement
At times, you need to alter the HOST file but it is a very manual process.
It can become very cumbersome and would be very powerful and useful to have a quick editor for the file
This idea came from @snickler
Extra suggestions that would be great for this (and could even come later):
The text was updated successfully, but these errors were encountered: