logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

File Pager - Display Files Interactively with More | Online Free DevTools by Hexmos

Display files interactively with More, a command-line file pager for browsing and searching text files on Unix-like systems. Free online tool, no registration required.

more

Interactively display a file, allowing scrolling and searching. See also: less. More information: https://manned.org/more.1p.

  • Open a file:

more {{path/to/file}}

  • Display a specific line:

more +{{line_number}} {{path/to/file}}

  • Go to the next page:

<Space>

  • Search for a string (press <n> to go to the next match):

</>{{something}}<Enter>

  • Exit:

<q>

  • Display help about interactive commands:

<h>

See Also