Johan Walles is an independent open-source developer whose entire public catalog currently consists of Moor, a minimalist command-line pager engineered to replace the traditional Unix utilities less and more without demanding any manual configuration. Written in Rust, Moor automatically detects terminal capabilities, colorizes output on the fly, and gracefully handles binary data, making it a lightweight yet powerful tool for quickly inspecting log files, source code, configuration dumps, or lengthy command output directly in the terminal. Typical use cases range from developers tracing runtime errors in container logs to system administrators auditing systemd journals and DevOps engineers reviewing CI build transcripts; the pager’s sensible defaults—such as case-insensitive search, persistent highlighting, and mouse-wheel support—reduce context-switching and eliminate the need to memorize obscure keybindings. Because the binary is self-contained and dependency-free, it integrates cleanly into remote SSH sessions, automation scripts, and Windows Terminal without requiring elevated privileges or runtime frameworks. Moor’s unobtrusive design philosophy positions it alongside other modern, cross-platform CLI utilities that favor convention over configuration, appealing to professionals who value speed, predictability, and zero setup overhead. The publisher’s software is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest upstream release and allowing batch installation alongside other command-line tools.

Moor

Moor is a pager. It's designed to just do the right thing without any configuration.

Details