hostctl
hostctl copied to clipboard
Your dev tool to manage /etc/hosts like a pro!
This PR updates Go to the latest version as well as ensures that hostctl can be compiled on the latest Darwin version with the latest go version.
**Describe the bug** I tried to use the [hosts file from StevenBlack](https://github.com/StevenBlack/hosts) with hostctl. When importing it, it takes 16 minutes. **To Reproduce** Steps to reproduce the behavior: ``` curl...
**Describe the bug** On Windows 11 hostctl do not set or list profiles when use "add/list" command. It seems to be a parsing error in hosts file. I use [Netmaker...
**Describe the bug** A line in hosts file causes runtime error: ``` panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: github.com/guumaster/hostctl/pkg/parser.parseToDefault({0xc00042213c, 0x9, 0xec4}, {0x0,...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
I'm thinking on adding a simple UI. Maybe some Vue frontend and a web server to perform the updates. Or maybe something more like [k9s](https://github.com/derailed/k9s) Not sure if this should...
**Is your feature request related to a problem? Please describe.** This is a great tool, as the hosts file can be a b**ch to organize! The issue I am having...
It is outdated with samples from v0.10. It must be updated and version both files as `hostctl.cast` and `hostctl.gif`
tools with logo are better than tools without it. I have less than zero skills to do it. If anyone have some idea of a minimal and simple logo that...
Add `--watch` flag to `sync` commands to monitor and react to changes on the origin system (docker, kubernetes, etc).