4cecoder / img

view πŸ‘€ image πŸ–Ό files πŸ“‚

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img

A command-line program to view multiple image files.

Prerequisites

Installation

  1. Clone the repository: git clone https://github.com/4cecoder/img.git
  2. Build the program: sh build.sh
  3. Install the program: sudo make clean install or sudo ./install.sh

Usage

To start the program, run: img . to cycle through images in the current directory

Or specify a full directory path: img ~/Pictures/

Controls

  • J and K keys to cycle through images
  • Press Q to quit

Contributing

Contributions are welcome! Please submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

view πŸ‘€ image πŸ–Ό files πŸ“‚

License:MIT License


Languages

Language:C 85.7%Language:Makefile 7.7%Language:Shell 6.6%