Linux command
peek 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start recording
peek
Record specific window
peek --window
Record to specific format
peek --format [gif|mp4|webm]
Record to file
peek -o [output.gif]
说明
peek is a simple animated GIF screen recorder for Linux. It provides an easy-to-use interface for creating screen recordings, particularly useful for documentation and bug reports.
参数
- -o, --output _file_
- Output file path.
- --format _format_
- Output format (gif, mp4, webm, apng).
- --window
- Select window to record.
- --fullscreen
- Record full screen.
- --delay _seconds_
- Delay before recording.
FAQ
What is the peek command used for?
peek is a simple animated GIF screen recorder for Linux. It provides an easy-to-use interface for creating screen recordings, particularly useful for documentation and bug reports.
How do I run a basic peek example?
Run `peek` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -o, --output _file_ do in peek?
Output file path.