Windls — Updated

winget install windls.core
windls --install-service
windls --start

While "windls" isn't a standard command or tool, Windows offers a variety of built-in commands for listing and managing files, directories, system information, and more. The dir, net, and wmic commands are just a few examples of the powerful tools available for managing and querying system information directly from the command line.


The default configuration file is located at ~/.windls/config.toml. A basic setup includes: windls

[streams]
max_history = "24h"
buffer_size = "512MB"

[filters] exclude_pids = [1, 2] highlight_errors = true winget install windls

Save the file and run windls --reload to apply changes without restarting the daemon. While "windls" isn't a standard command or tool,