Simple terminal UI for managing /etc/hosts files!
Report Bugs
·
Request Features
![]() |
![]() |
Simple terminal UI for managing /etc/hosts files!
This project was built with:
Enjoyed the app and want to support me monetarily? buy me a coffe! Any donations are going to be greatly appreciated!
For copying hostnames you'll need xclip or xsel
PROJ_VERSION=$(curl -s "https://api.github.com/repos/giovalgas/hosts-tui/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
curl -Lo hosts-tui.tar.gz "https://github.com/giovalgas/hosts-tui/releases/download/v"$PROJ_VERSION"/hosts-tui_Linux_x86_64.tar.gz"
tar xf hosts-tui.tar.gz hosts-tui
sudo install hosts-tui /usr/local/binYou will need to install Go
git clone https://github.com/giovalgas/hosts-tui.git
cd hosts-tui
go installCurrently not supported :(
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Giovani Valgas - /in/giovalgas - giovalgascom@gmail.com

