https://github.com/4cecoder/img
view 👀 image 🖼 files 📂
https://github.com/4cecoder/img
c gtk3 gui image-viewer jpg linux macos png simple vim-keybinds vim-like windows
Last synced: about 1 month ago
JSON representation
view 👀 image 🖼 files 📂
- Host: GitHub
- URL: https://github.com/4cecoder/img
- Owner: 4cecoder
- License: mit
- Created: 2023-02-27T04:09:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T20:48:47.000Z (9 months ago)
- Last Synced: 2025-03-25T18:45:41.529Z (about 2 months ago)
- Topics: c, gtk3, gui, image-viewer, jpg, linux, macos, png, simple, vim-keybinds, vim-like, windows
- Language: C
- Homepage:
- Size: 547 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# img
A command-line program to view multiple image files.
## Prerequisites
- [GTK+ 3](https://www.perplexity.ai/?s=c&uuid=d5b74b48-d5b4-4d1c-8bb5-aa3eded723b8)## 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 directoryOr 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](LICENSE) file for details.