Web Tools

Focused browser utilities with dedicated routes.

Config Files

.env reorder

Paste a .env.example and a real .env. The output keeps the example's comment layout and key order, uses the real .env values when present, and appends extra rows at the bottom.

Section comments, blank lines, and variable order are taken from this file.

Matching keys keep their original assignment lines. Extra keys and their nearby comments are appended after the example-driven output.

Missing keys stay in the output using the example line so gaps are obvious.

Status

8 of 9 example keys matched the .env. 1 key(s) were kept from the example, and 2 extra key(s) were appended at the bottom.