Peck is a straightforward screen capture tool for Wayland, designed to simplify the process of taking screenshots and recording your screen. Utilizing existing tools like grim and wf-recorder, it allows for quick captures, customizable outputs, and easy conversions between formats. Simple to set up and use, peck enhances the screen recording experience on Wayland.
peck is an efficient screen capture utility designed specifically for Wayland, offering users an intuitive way to capture screenshots and record their screens. This lightweight tool simplifies the use of grim and wf-recorder, presenting a straightforward interface for various screen capturing tasks.
libnotify to inform users about the status of their captures.To utilize peck effectively, it can be integrated into window managers or executed directly through the CLI. Here are several command examples:
peck
Captures a screenshot, automatically saving it to the default screenshot directory.
peck ./foo.png
peck bar/baz
Stores screenshots at user-defined locations.
peck --record
Initiates screen recording; stop the process with CTRL-C or by executing peck again.
peck --record --format=gif
Record the screen while converting the output to a GIF format.
peck --temp --clipboard
This command captures a screenshot, saves it temporarily in /tmp/, and copies it to the clipboard for immediate use.
peck --record --format webm --filter "fps=30,scale=1280:-1:flags=lanczos"
Record and convert video using a specified ffmpeg filter for enhanced quality.
| Flag | Short | Description |
|---|---|---|
--clipboard | -c | Copies the output to the clipboard. |
--record | -r | Initiates screen recording instead of taking a screenshot. |
--temp | -t | Saves the file in a temporary directory that is cleared after each use. |
--freeze | -z | Freezes the screen before taking a screenshot; cannot be used with recording. |
--format <file_format> | -f | Specifies the output format for screenshots and recordings. |
--filter <video_filter> | -F | Applies a custom ffmpeg video filter during conversion. |
Overall, peck serves as a straightforward, yet powerful tool for those utilizing Wayland, enhancing the screen capturing experience with its practical features and easy-to-use commands.
No comments yet.
Sign in to be the first to comment.