A simple utility to manage Nginx configurations.

Update README

+5 -5
+5 -5
README.md
··· 6 6 7 7 ## Features 8 8 9 - * Tree-view Listing: Automatically groups subdomains under their parent domains using ASCII logic. 9 + * **Tree-view Listing**: Automatically groups subdomains under their parent domains using ASCII logic. 10 10 ``` 11 11 $ sudo nx list 12 12 SITE STATUS ··· 21 21 └── wiki.example.net Disabled 22 22 └── ws.example.net Disabled 23 23 ``` 24 - * Status Indicators: Color-coded feedback for "Enabled" (Green) and "Disabled" sites. 25 - * Smart Suffixes: Automatically handles .conf extensions so you don't have to type them. 26 - * Integrated Testing: Prompts to run nginx -t and reload the service after every edit or toggle. 27 - * Config Preview: Uses batcat (with syntax highlighting) if installed, otherwise falls back to cat. 24 + * **Status Indicators**: Color-coded feedback for "Enabled" (Green) and "Disabled" sites. 25 + * **Smart Suffixes**: Automatically handles .conf extensions so you don't have to type them. 26 + * **Integrated Testing**: Prompts to run nginx -t and reload the service after every edit or toggle. 27 + * **Config Preview**: Uses batcat (with syntax highlighting) if installed, otherwise falls back to cat. 28 28 ```bash 29 29 $ sudo nx print knot.example.com 30 30 ───────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────