Notepad.Tui

Read and edit text files simply from your terminal with the notepad.tui tool

I’m excited to introduce the first public alpha release of Notepad.Net TUI, a lightweight, terminal-native text reader designed for anyone who wants a clean, fast, and familiar Notepad-style experience, without ever leaving the command line. This early release is intentionally focused and stable, giving you a dependable foundation for reading and navigating text files directly inside your terminal.

Installation

dotnet tool install --global notepad.tui

Because the tool is installed globally, you can run by just calling notepad.tui from any directory in your terminal.