more — file perusal filter for viewing text one screen at a time
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-b07a077d)More formats (shields.io, HTML) on the badges page.
---
name: more
description: more — file perusal filter for viewing text one screen at a time
---
# more Plugin
View text files one screen at a time.
## Commands
- `more self version` — Print more version
- `more _ _ ` — Passthrough to more
## Usage Examples
- View a file: `more file.txt`
- View with line numbers: `more -n file.txt`
- View from stdin: `cat file.txt | more`
## Installation
Standard util-linux utility, pre-installed on most Unix systems.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!