rview is a visual interface for viewing files, similar to vi.
rview myfile.txt
rview is a text file viewer in Linux that allows users to view files using a basic command-line interface. It is often used in combination with other tools for viewing binary or other special files.
rview /path/to/file.txt
Opens a file in read-only mode using vim (same as view, but runs in restricted mode).
rview file.txt