LinuxCommandLibrary

menyoki

Screenshot, screencast, and image operations on the command line

TLDR

Capture a screenshot of a window
$ menyoki capture
copy
Record a screencast as GIF
$ menyoki record
copy
Edit an image
$ menyoki edit [path/to/image]
copy
Analyze an image
$ menyoki analyze [path/to/image]
copy
View an image in the terminal
$ menyoki view [path/to/image]
copy

SYNOPSIS

menyoki command [options]

DESCRIPTION

menyoki is a screenshot and screencast utility that can also perform various image operations such as making/splitting GIFs and modifying/analyzing/viewing image files. Originally designed for recording terminal windows, it can be adapted for other purposes.
Subcommands include capture for screenshots, record for screencasts, split and make for GIF operations, edit for image manipulation, analyze for image analysis, and view for terminal image display. Output formats include PNG, JPG, PNM, and GIF.

CAVEATS

Screen capture requires X11 on Linux. Key bindings are only active during capture or record operations.

HISTORY

menyoki was created by Orhun Parmaksız (orhun) and is written in Rust.

SEE ALSO

scrot(1), import(1), ffmpeg(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard