Linux command
imv 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
View
imv [path/to/image1] [path/to/image2]
Example
imv -f [path/to/image]
Example
imv -r --slideshow [path/to/directory]
Slideshow
imv -t 10 [path/to/directory]
Example
find . -name "*.svg" | imv
说明
imv is a lightweight image viewer for Wayland and X11, designed for use with tiling window managers. It supports numerous image formats including PSD (Photoshop), SVG, and animated GIFs. The viewer is keyboard-driven with vim-like bindings by default. It can read file lists from stdin, making it ideal for integration with other command-line tools. Features include zooming, panning, rotation, and slideshow mode.
参数
- -f
- Start in fullscreen mode
- -r
- Load directories recursively
- -t _SECONDS_
- Slideshow interval in seconds
- --slideshow
- Start in slideshow mode
- -s _MODE_
- Scaling mode (none, shrink, full, crop)
- -b _COLOR_
- Set background color
- -d
- Show overlay with image information
FAQ
What is the imv command used for?
imv is a lightweight image viewer for Wayland and X11, designed for use with tiling window managers. It supports numerous image formats including PSD (Photoshop), SVG, and animated GIFs. The viewer is keyboard-driven with vim-like bindings by default. It can read file lists from stdin, making it ideal for integration with other command-line tools. Features include zooming, panning, rotation, and slideshow mode.
How do I run a basic imv example?
Run `imv [path/to/image1] [path/to/image2]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f do in imv?
Start in fullscreen mode