← 返回命令列表

Linux command

speedread 命令

文件

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Example

cat [path/to/file.txt] | speedread -w [250]

Resume

cat [path/to/file.txt] | speedread -resume [5]

Example

cat [path/to/file.txt] | speedread -multiword

说明

speedread is a terminal-based speed reading tool using Rapid Serial Visual Presentation (RSVP). It displays text one word at a time, aligned on the optimal recognition point, enabling faster reading speeds while maintaining comprehension. The technique reduces eye movement and subvocalization, allowing trained readers to achieve speeds of 400-1000+ words per minute. Text is piped through stdin, making it easy to integrate with other tools like cat, curl, or email clients.

参数

-w, -wpm _words_
Set reading speed in words per minute (default: 250)
-resume _line_
Resume from specific line number
-multiword
Display multiple words at once

FAQ

What is the speedread command used for?

speedread is a terminal-based speed reading tool using Rapid Serial Visual Presentation (RSVP). It displays text one word at a time, aligned on the optimal recognition point, enabling faster reading speeds while maintaining comprehension. The technique reduces eye movement and subvocalization, allowing trained readers to achieve speeds of 400-1000+ words per minute. Text is piped through stdin, making it easy to integrate with other tools like cat, curl, or email clients.

How do I run a basic speedread example?

Run `cat [path/to/file.txt] | speedread -w [250]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -w, -wpm _words_ do in speedread?

Set reading speed in words per minute (default: 250)