pixel-index
v0.0.3
Published
A terminal-based media viewer
Readme
Pixel Index
Terminal UI for browsing directories and viewing images/GIFs
[!NOTE] This project is still in early development
Supported formats:
.jpg,.jpeg,.png,.webp,.tiff,.svg,.gif
[!IMPORTANT] Display resolution depends on the size of terminal window
[!TIP] Reduce your terminal font size to view higher resolution images
Requirements
Node.js≥ 18ffmpeg(optional, only required for.gifplayback)
Installation
npm install -g pixel-indexOr
git clone https://github.com/semigarden/pixel-index.git
cd pixel-index
npm install
npm install -g .Usage
| Command / Key | Description |
|---------|---------------|
| pi | Launches the media browser in the current directory |
| Arrow Keys | Navigate through items |
| Space | Toggle information about media / directory |
| Enter | Open the selected directory or file |
| Backspace | Go up one directory level or close the current image |
| Q or Ctrl + C | Exit the program |
