hosts, a python with textual based /etc/hosts editor.
Find a file
2025-07-29 23:12:19 +02:00
memory-bank Update activeContext and progress documentation for Phase 3 completion; adjust entry reordering keyboard shortcuts in main.py 2025-07-29 22:51:45 +02:00
src/hosts Refactor sorting methods in HostsFile to maintain fixed order for default entries while sorting non-default entries by IP and hostname. 2025-07-29 23:12:19 +02:00
tests Enhance HostsManager to prevent modification and movement of default system entries; add is_default_entry method to HostEntry and update sorting methods to prioritize default entries. 2025-07-29 23:04:29 +02:00
.clinerules initial commit 2025-07-29 13:50:55 +02:00
.gitignore Add .gitignore file to exclude unnecessary files and directories 2025-07-29 15:09:57 +02:00
.python-version initial commit 2025-07-29 13:50:55 +02:00
main_old.py Add unit tests for HostEntry and HostsFile models, and implement HostsParser tests 2025-07-29 14:52:31 +02:00
pyproject.toml Update dependencies to latest versions: textual 5.0.1 and pytest 8.4.1 2025-07-29 16:07:50 +02:00
README.md initial commit 2025-07-29 13:50:55 +02:00
uv.lock Update dependencies to latest versions: textual 5.0.1 and pytest 8.4.1 2025-07-29 16:07:50 +02:00