command
module
Version:
v0.0.0-...-4fb8cb9
Opens a new window with list of versions in this module.
Published: Aug 3, 2023
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gohosts(WIP)
A hosts tool by golang via fyne.
Summary
The gohosts is a useful system hosts file editing tool. It is implemented with golang via fyne. Support Windows, Linux, MACOS.
Features
- Back up the system hosts file.
- Switch to enable the HostsItem (the hosts fragment).
- Use HostsGroup to manage multiple HostsItem.
Screenshot
![](https://github.com/tk103331/gohosts/raw/4fb8cb94057c/screenshot.jpeg)
Building
git clone http://github.com/tk103331/gohosts.git
cd gohosts
go build
sudo ./gohosts
- Windows (Need to run with administrator rights)
git clone http://github.com/tk103331/gohosts.git
cd gohosts
go build
gohosts
TODO
- Optimize interface and interaction.
- Support multiple grouping strategies (exclusive, etc.).
- Support loading from network and file.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.